@charset "utf-8";

/* title */
.K11_title { 
    font-size:1.8rem ; line-height:3rem ; font-weight:400 ; 
    margin-bottom:3rem ; padding-left:1.4rem ;
    position:relative ;
}
.K11_title::before {
    display:block ; content:"" ; width:0.8rem ; height:0.8rem ; background-color:#111111 ;
    position:absolute ; left:0 ; top:1.2rem ;
    opacity:0.8 ; border-radius:0.2rem ;
}


 
/* list */
.K11__list , .K11__list__item , .K11__item__title { width:100% }
.K11__list { margin-bottom:3rem ; padding-left:2rem }
.K11__item__title { display:block ; font-size:1.8rem ; line-height:3rem ; font-weight:400 } 
.K11__list__item > .K__p { padding-left:2.2rem }

.K11__list.list2 , .K11__list.list3  { padding-top:0 ; margin-bottom:3rem } 
.list2 .K11__list__item > ul { padding-left:2.2rem }
.list2 .K11__list__item > ul > li { padding-left:1.2rem ; position:relative }  
.list2 .K11__list__item > ul > li::before {
    display:block ; content:"" ; width:0.4rem ; height:0.4rem ; background-color:#000000 ;
    position:absolute ; left:0 ; top:1.4rem ; opacity:0.3 ;
}
.list2 .K11__list__item > ul > li:last-child { margin-bottom:0 }    


/* table */
#K11_table1 .tag1::before , #K11_table1 thead th:nth-child(1)::before { content:"국가" }
#K11_table1 .tag2::before , #K11_table1 thead th:nth-child(2)::before { content:"도입 년도" }
#K11_table1 .tag3::before , #K11_table1 thead th:nth-child(3)::before { content:"자료독점권 기간" }
#K11_table1 .tag4::before , #K11_table1 thead th:nth-child(4)::before { content:"관련 법령" }
#K11_table1 .tag5::before , #K11_table1 thead th:nth-child(5)::before { content:"바이어시밀라 자료독점권" }
#K11_table1 td br { display:none }

#K11_table1 { padding-top:0 ; margin-bottom:3rem }
.K11__b { font-weight:600 ; color:#111111 }





/* magin */
.K__p.K11_mb0 , .K11__list.K11_mb0   { margin-bottom:0 }
.K__p.K11_mb10 , .K11__list.K11_mb10 { margin-bottom:1rem }



/* box */
.K11__box { 
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ; overflow:hidden ;
    padding:1.2rem 2rem 1.4rem ; margin-bottom:4rem ;
    background-color:#f7f7f7
} 

 



/* PC */
@media screen and (min-width:1024px){ 

    /* visual */
    #headline { bottom:4rem }


 
    /* table */
    #K11_table1 col:nth-child(1) { width:5% }
    #K11_table1 col:nth-child(2) { width:10% }
    #K11_table1 col:nth-child(3) { width:34% }
    #K11_table1 col:nth-child(4) { width:34% }
    #K11_table1 col:nth-child(5) { width:17% }
    #K11_table1 td br { display:block } 
    
} 





/* PRINT */
@media print { } 

 