@charset "utf-8";
/* *_seminar.jsp */ 

/* SUMMARY */
.KS_sub.summary { border-bottom:dashed 1px rgba(0,0,0,0.1) ; padding-bottom:4rem ; margin-bottom:4rem }
.KS_sub.summary:last-of-type { border:none ; padding-bottom:0 ; margin-bottom:0 }
.KS_sub.summary:first-of-type { border-top:dashed 1px rgba(0,0,0,0.1) ; padding-top:4rem }

.KS23_sum_header , .KS23_sum_header > h5 { width:100% ; box-sizing:border-box }
.KS23_sum_header { display:block ; overflow:hidden ; margin-bottom:2rem }
.KS23_sum_header > h5 { font-size:0 ; margin-bottom:1.5rem }
.KS23_sum_header > h5 > span , .KS23_sum_header > h5 > b , .KS23_sum_header > p { display:inline-block ; word-break:keep-all }
.KS23_sum_header > h5 > span { 
    font-size:1.2rem ; line-height:2.2rem ; color:#ffffff ; font-weight:400 ; box-shadow:0 0 0.2rem rgba(0,0,0,0.2) ;
    padding:0 1rem 0.2rem ; border-radius:0.4rem ;
    background-color:#012d6b ; margin-right:0.7rem ; margin-top:0.4rem ;
}
.KS23_sum_header > h5 > b {
    font-size:2.2rem ; line-height:2.8rem ; font-weight:500 ; color:#111111 ; padding-bottom:0.2rem ;
    letter-spacing:-0.1rem }

.KS23_sum_header > p {
    overflow:hidden ; border:solid 1px rgba(0,0,0,0.1) ;
    font-size:1.6rem ; line-height:2.6rem ; 
    padding:0.2rem 1.5rem 0.4rem ; border-radius:0.4rem }


    
/* SECTION */    
.KS23_section_title { 
    font-size:2.8rem ; line-height:3.6rem ; color:#111111 ; font-weight:600 ; letter-spacing:-0.2rem ;
    margin-bottom:1.5rem ; word-break:keep-all ;
} 



/* PAPER */
.KS23_paper , .KS23_paper_title , .KS23_paper_footer , .KS23_paper_footer > p { width:100% ; box-sizing:border-box }
.KS23_paper_title { text-align:center ; margin-bottom:2rem }
.KS23_paper_title > span { 
    display:inline-block ; letter-spacing:-0.1rem ;
    font-size:2rem ; line-height:2.6rem ; font-weight:500 ; color:#111111 ;
    border:solid 1px rgba(0,0,0,0.1) ; padding:1.4rem 3rem 1.6rem ; border-radius:0.4rem ;
}

.KS23_paper .KS_p:last-of-type { margin-bottom:4rem } 

.KS23_paper_footer { padding-top:4rem ; border-top:dashed 1px rgba(0,0,0,0.1) ; margin-bottom:2rem ; }
.KS23_paper_footer > p {
    font-family:'Noto Serif KR',serif ; font-size:1.8rem ; line-height:2.8rem ; text-align:center ;
    margin-bottom:2rem ; word-break:keep-all ;
}
.KS23_paper_footer > p:last-child { margin-bottom:0 }






/* PC **********/
@media all and (min-width:1100px){


    /* SUMMARY */ 
    .KS23_sum_header { overflow:hidden }
    .KS23_sum_header > h5 , .KS23_sum_header > p { margin:0 ; padding:0 }
    .KS23_sum_header > h5 {width:65% ; float:left }
    .KS23_sum_header > p  { 
        width:30% ; float:right ; text-align:right ;
        border:0 ; border-radius:0 ;
    }



    
    /* SECTION */ 
    .KS23_section_title { max-width:110rem ; margin:auto ; margin-bottom:2rem }

    /*
    .KS23_section_title { 
        font-size:2.4rem ; line-height:3rem ; color:#111111 ; font-weight:600 ; letter-spacing:-0.1rem ;
        margin-bottom:1.5rem ; word-break:keep-all ;
    } 
    */


}  