.pr_page{width:100%;padding:40px 0 30px;background:#fff;color:#111;
    font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Malgun Gothic",sans-serif;overflow:hidden;}
.pr_page *{box-sizing:border-box;}
.pr_inner{width:100%;max-width:100%;margin:0 auto;padding:0 0vw;}

.pr_head{text-align:center;margin-bottom:30px;}
.pr_head p{margin:0 0 10px;font-size:13px;font-weight:900;letter-spacing:.24em;color:#1c73d8;}
.pr_head h1{margin:0;font-size:43px;font-weight:900;color:#071b37;letter-spacing:-.06em;}
.pr_head .en{display:block;margin-top:9px;color:#7b8798;font-size:17px;font-weight:600;}

#category-focus{display:block;position:relative;top:-105px;visibility:hidden;}


.pr_cat2_tabs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:0;
    margin:0 auto 34px;
    padding:1px 0 0 1px;
}

.pr_cat2_tabs a{
    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 25%;
    height:65px;
    padding:0 5px;
    box-sizing:border-box;
text-align: center;
    border:1px solid #ccc;
    margin-left:-1px;
    margin-top:-1px;

    border-radius:0;
    background:rgba(255,255,255,.88);
    color:#333;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:-0.2px;
    transition:all .22s ease;
}/*
.pr_cat2_tabs a:nth-child(5){margin-top:-1px;}
.pr_cat2_tabs a:nth-child(6){margin-top:-1px;}
.pr_cat2_tabs a:nth-child(7){margin-top:-1px;}
.pr_cat2_tabs a:nth-child(8){margin-top:-1px;}*/

.pr_cat2_tabs a:hover,.pr_cat2_tabs a.active{
    border-color:#1c73d8;background:linear-gradient(135deg,#0f62c8,#124179);
    color:#fff;}

.pr_intro{position:relative;width:100%;
    display:flex;align-items:center;justify-content:space-between;gap:42px;
    margin:0 auto 36px;padding:20px 0px 34px 45px;border:0px solid rgba(28,115,216,.12);border-radius:0px;
}
.pr_intro:before{content:"";position:absolute;left:0;top:34px;width:6px;
    height:92px;border-radius:0px;background:#005aab;}
.pr_intro_text{flex:1;min-width:0;}
.pr_intro_text span{display:inline-flex;margin-bottom:0px;color:#1c73d8;font-size:12px;font-weight:900;letter-spacing:.18em;}
.pr_intro_text h2{margin:0;font-size:34px;font-weight:600;color:#000;letter-spacing:-.055em;}
.pr_intro_text .en{display:block;margin-top:8px;color:#7b8798;font-size:17px;font-weight:600;}
.pr_intro_text p{min-height:130px;margin:16px 0 0;max-width:880px;font-size:19.5px;line-height:1.78;color:#333;word-break:keep-all;}
.pr_intro_img{flex:0 0 350px;height:250px;overflow:hidden;border-radius:0px;background:#eef5ff;}
.pr_intro_img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.pr_intro:hover .pr_intro_img img{transform:scale(1.06);}



.pr_search_div{width:100%; background: #f9f9f9; padding:35px; margin-bottom:55px;}
.pr_search{width:100%;max-width:820px;margin:0 auto;}
.pr_search_box{position:relative;display:flex;align-items:center;gap:10px;height:62px;padding:7px 7px 7px 15px;
    border:1px solid #cccccc;border-radius:0px;background:rgba(255,255,255,.96);}

.pr_search_icon{flex:0 0 40px;width:40px;height:40px;border-radius:0px;background:#999;
    position:relative;}
.pr_search_icon:before{content:"";position:absolute;left:9px;top:10px;width:13px;height:13px;border:2px solid #fff;border-radius:50%;}
.pr_search_icon:after{content:"";position:absolute;left:18px;top:22px;width:9px;height:2px;background:#fff;transform:rotate(45deg);border-radius:99px;}
.pr_search_box input{flex:1;width:100%;height:100%;border:0;outline:none;background:transparent;color:#071b37;font-size:15px;font-weight:700;}
.pr_search_box input::placeholder{color:#666666;font-weight:400;}
.pr_search_box button{flex:0 0 112px;width:112px;height:48px;border:0;border-radius:0px;background:#005aab;color:#fff;font-size:13px;font-weight:900;letter-spacing:.06em;cursor:pointer;transition:all .2s ease;}
.pr_search_box button:hover{background:#1c73d8;transform:translateY(-1px);}
.pr_search_clear{flex:0 0 32px;width:32px;height:32px;border-radius:12px;background:#edf4fc;color:#6c7d90;line-height:32px;text-align:center;text-decoration:none;font-size:18px;font-weight:900;}

.pr_list_head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 auto 18px;}
.pr_list_head p{margin:0 0 8px;color:#1c73d8;font-size:12px;font-weight:900;letter-spacing:.18em;}
.pr_list_head h3{margin:0;font-size:30px;font-weight:500;color:#000;letter-spacing:-.055em;}
.pr_list_head span{display:inline-flex;align-items:center; border:1px solid #ccc;
    justify-content:center;min-width:92px;height:38px;padding:0 16px;
    border-radius:0px;background:#fff;color:#000;font-size:14px;font-weight:700;}

.pr_table{width:100%;max-width:100%;margin:0 auto;border-radius:0px;overflow:hidden;
    border-top:2px solid #005aab;background:#fff;  border-bottom:1px solid #ccc;}
.pr_table_header{display:grid;grid-template-columns:15% 25% 24% 36%;
    background:#fff; color:#000;}
.pr_table_header div{text-align:center;position:relative;padding:19px 20px;color:#005aab;font-size:19px;font-weight:600;
    line-height:1.35;border-right:1px solid #efefef; border-bottom:1px solid  #ccc;}
.pr_table_header div:last-child{border-right:0;}
.pr_table_header span{display:block;margin-top:4px;color:#666;font-size:16px;font-weight:600;letter-spacing:.04em;}

.pr_table_row{display:grid;grid-template-columns:15% 25% 24% 36%;border-bottom:1px solid rgba(28,115,216,.1);
    background:#fff;transition:all .18s ease;}
.pr_table_row:nth-child(even){background:#f6faff;}
.pr_table_row:hover{background:#eef6ff;}
.pr_table_row:last-child{border-bottom:0;}

.pr_td{padding:30px 17px;border-right:1px solid rgba(28,115,216,.09);font-size:14px;
    line-height:1.72;color:#304156;word-break:keep-all;overflow-wrap:break-word;}
.pr_td:last-child{border-right:0;}
.pr_product_name strong{display:block;color:#000;font-size:19px;font-weight:700;line-height:1.55;letter-spacing:-.025em;}
.pr_blank{background:rgba(245,249,255,.55);}

.pr_text_lines{margin:0;padding:0;}
.pr_first_line{font-size:18px; 
    align-items:flex-start;gap:10px;line-height:1.6;color:#191919;word-break:keep-all;
    overflow-wrap:break-word;}
/*.pr_blue_dot{flex:0 0 7px;width:7px;height:7px;margin-top:.50em;border-radius:50%;background:#1c73d8;
}*/
.pr_normal_line{ font-size:18px;line-height:1.6;color:#191919;word-break:keep-all;overflow-wrap:break-word;}

.pr_empty{width:100%;margin:30px auto;padding:54px 20px;border:1px solid #ccc;border-radius:0px;background:#fff;color:#788696;
    text-align:center;font-size:16px;}
.pr_paging{width:100%;margin:36px 0 10px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;}
.pr_paging a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 13px;border:1px solid #d8e2ee;border-radius:999px;background:#fff;color:#304156;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 8px 18px rgba(18,80,150,.06);}
.pr_paging a.active,.pr_paging a:hover{background:#1c73d8;border-color:#1c73d8;color:#fff;}

.pr_bullet_line{
    font-size:18px;
    line-height:1.6;
    color:#191919;
    word-break:keep-all;
    overflow-wrap:break-word;
padding-left:14px;
    text-indent:-14px;
}

.pr_bullet_child{
    padding-left:14px;
}

.pr_line_space{
    height:10px;
}
#product-list{display:block;position:relative;top:-28px;visibility:hidden;}
html{scroll-behavior:smooth;}

@media all and (max-width:1024px){
    .pr_page{padding:30px 0 100px;}
    .pr_inner{padding:0 24px;}
    .pr_head h1{font-size:36px;}
    .pr_intro{padding:30px;}
    .pr_intro_img{flex-basis:200px;height:136px;}
    .pr_table_header,.pr_table_row{grid-template-columns:22% 26% 24% 28%;}
}

@media all and (max-width:768px){
    .pr_page{padding:20px 0 84px;}
    .pr_inner{padding:0 10px;}
    .pr_head h1{font-size:28px;}
    #category-focus{top:-86px;}
    .pr_cat2_tabs{gap:8px;margin-bottom:40px;}
    /*.pr_cat2_tabs a{ text-align:center;min-width:0;width:calc(50% - 4px);height:55px;padding:0 10px;border-radius:0px;font-size:17px;}*/
      .pr_cat2_tabs a{
        flex-basis:100%;
        font-size:15px; text-align: center;
    }
    .pr_intro{display:block;padding:25px 10px;margin-bottom:0px;border-radius:23px;text-align:center; margin-top:30px;}
    .pr_intro:before{left:50%;top:0;width:78px;height:4px;transform:translateX(-50%);border-radius:0 0 999px 999px;}
    .pr_intro_text h2{font-size:25px;}
    .pr_intro_text p{font-size:17.5px;line-height:1.8;}
    .pr_intro_img{width:100%;height:auto;margin:22px auto 0;}
    .pr_search{margin-bottom:0px;}
    .pr_search_div {margin-bottom:30px; padding:20px;}
    .pr_search_box{height:auto;min-height:56px;padding:8px 8px 8px 14px;border-radius:0px;}
    .pr_search_icon{flex-basis:0px;width:30px;height:30px;}
    .pr_search_box input{font-size:14px;}
    .pr_search_box button{flex-basis:82px;width:82px;height:42px;border-radius:0px;font-size:12px;}
    .pr_search_clear{flex-basis:30px;width:30px;height:30px;line-height:30px;}
    .pr_list_head{display:block;margin-bottom:14px;}
    .pr_list_head h3{font-size:24px;}
    .pr_list_head span{margin-top:12px;height:34px;font-size:13px;}

    .pr_table{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;}
    .pr_table_header{display:none;}
    .pr_table_row{display:block;margin-bottom:16px;border:1px solid #ccc;border-radius:0px;overflow:hidden;background:#fff!important;box-shadow:0 16px 38px rgba(18,80,150,.1);}
    .pr_td{position:relative;padding:42px 16px 16px;
        border-right:0;border-bottom:1px solid rgba(28,115,216,.09);font-size:17px;}
    .pr_td:last-child{border-bottom:0;}
   /* .pr_td:before{content:attr(data-label);position:absolute;left:16px;top:14px;
        color:#1c73d8;font-size:16px;font-weight:700;letter-spacing:.04em;}
    .pr_blank{display:none;}
    .pr_first_line {display: block; font-size:17.5px;}
    .pr_normal_line{padding-left:0px;  font-size:17.5px;} */


 .pr_td:before{content:attr(data-label); width:100%; padding:5px 12px;
        position:absolute;left:0px;top:0px; background:rgba(28,115,216,.09) ;
        color:#1c73d8;font-size:16px;font-weight:700;letter-spacing:.04em;}
    .pr_blank{display:none;}
    .pr_first_line {display: block; font-size:17.5px;}
    .pr_normal_line{padding-left:0px;  font-size:17.5px; margin-top:12px;}
    .pr_product_name strong{margin-top:12px;} 



}

@media all and (max-width:468px){
    .pr_cat2_tabs a{width:100%;}
    .pr_search_box{gap:7px;}
    .pr_search_icon{display:none;}
    .pr_search_box button{flex-basis:74px;width:74px;}
    
}