@charset "utf-8";

/* ACC */
.KS_ACC_title > b { 
    display:block ; overflow:hidden ; font-size:1.1em ; line-height:1.4em ; color:#111111 ; font-weight:400 ;   
    transition:0.3s all ; opacity:0 ; height:0 }
 
.open .KS_ACC_title > b { height:auto ; opacity:1 ; border-top:solid 1px rgba(0,0,0,0.1) ; padding-top:10px ; margin-top:0px }
 



/* IMAGE */
.KS52_img , .KS52_img img { width:100% }
.KS52_img { margin:auto }
.KS52_img img { border-radius:4px }

#KS52_img1 { max-width:500px ; padding-top:40px ; margin-bottom:30px }  


/* BTN */
.KS_btn_more > b > span { background-image:url(../img/icon_sub_paper.png) }
.KS_btn_more { width:180px } 
 


/* PC **********/
@media all and (min-width:1000px){
 	
    /* VISUAL */
    .KS_PP_btn { top:63% }
    .KS_visual_tag > span { padding-top:31px }   
 
} 