@charset "utf-8";
 
/* VISUAL*/
#KSA31_visual , #KSA31_visual_inner , .KSA31_visual_img  , #KSA31_visual span  { display:block ; overflow:hidden }
#KSA31_visual span { display:none }
#KSA31_visual { margin-bottom:30px} 
.KSA31_visual_img ,  .KSA31_visual_img img { width:100% }
.KSA31_visual_img  { margin:auto ; max-width:500px  }
.KSA31_visual_img img { border-radius:4px }


/* IMAGE */
.KSA31_img , .KSA31_img img  { width:100% ; display:block ; overflow:hidden }
.KSA31_img { margin:auto ;   max-width:450px ; margin-bottom:30px }
.KSA31_img img { border-radius:4px } 
.KSA31_img_txt { 
    display:block ; overflow:hidden ;
	padding-top:5px ; font-size:0.7em ; line-height:1.4em ; text-align:center ; word-break:keep-all } 
	
#KSA31_img4 { max-width:800px }

.KSA30_img_t1 { text-align:center ; margin-top:10px ; margin-bottom:10px }
.KSA30_img_t1 > b { border:solid 1px rgba(0,0,0,0.1) ; background-color:#f7f7f7 ; padding:7px 15px ; border-radius:30px ;
    font-size:1em ; line-height:1em ; font-weight:600 ; margin-bottom:5px }


/* BOX */
.KSA30_box { margin-bottom:50px }
.KSA30_box , .KSA30_box_inner { display:block ; overflow:hidden ; border:solid 1px #cbbae2 ; box-sizing:border-box }
.KSA30_box_inner { border:solid 4px #f0ebf6 ; padding:20px }
.KSA30_box_title { 
    font-family:'Nanum Square','나눔스퀘어' ; font-size:22px ; line-height:24px ; font-weight:bold ; color:#222222 ;
    border-bottom:solid 1px rgba(0,0,0,0.1) ; padding-bottom:10px ; margin-bottom:10px ; letter-spacing:-0.5px }
.KSA30_box_list li { margin-bottom:15px ; text-align:justify  }
.KSA30_box_list li:last-child { margin-bottom:0px } 
.KSA30_box_list li > b { display:block ; font-weight:bold ; color:#222222 ; font-size:inherit ; line-height:inherit }



/* Q&A */
.KSA30_qna { display:block ; margin-bottom:40px } 
.KSA30_qna:last-child { margin-bottom:0px } 
.KSA30_qna_q , .KSA30_qna_a { padding-left:33px ; background-position:0px 3px ; background-repeat:no-repeat ; padding-left:33px  }
.KSA30_qna_q { 
    background-image:url(../img_sub/KS30_icon_Q.png) ;  
    font-size:1.2em ; font-weight:600 ; color:#f98f87 ; margin-bottom:10px }
.KSA30_qna_a { background-image:url(../img_sub/KS10_icon_A.gif) } 
.KSA30_qna .KSA_p { padding-left:36px }


 
/* PC ********************************************************************/
@media all and (min-width:1100px){ 
    
	
	/* LEAD TEXT */
    .KSA_lead_text { word-break:break-all ; text-align:justify }
    

    /* VISUAL*/
    #KSA31_visual_inner { display:none }
    #KSA31_visual span { border-radius:4px }
    #KSA31_visual span { 
        display:block ;  width:1000px ; height:550px ; margin-bottom:7px ;  
        background:url(../img_sub/KS31_img1.jpg) no-repeat left top }
	

	
    .KSA31_img_txt { padding:0px ; text-align:left ; border-left:solid 1px #d7d7d7 ; padding-left:7px }

    
    /* IMAGE */
    .KSA31_img { padding:0px ;  padding-top:7px ; margin-bottom:10px }
    .KSA31_img img { margin-bottom:7px }
    #KSA31_img2 { float:left ; margin-right:40px ; margin-bottom:15px }
	#KSA31_img3 { float:right ; margin-left:40px ; margin-bottom:0px } 
    #KSA31_img4 { margin-bottom:40px }
	
	
	/* BOX */
    .KSA30_box {width:1000px ; margin:auto ; margin-bottom:70px }
    .KSA30_box_inner { padding:25px 40px }


}


/* PRINT *****************************************************************/
@media print {}