@charset "utf-8";
 
/* IMAGE */

#yu32_img1 { max-width:34rem }
#yu32_img2 { max-width:84rem }
#yu32_img3 { max-width:80rem }
#yu32_img4 { max-width:38rem }
#yu32_img5 , #yu32_img6 { max-width:59rem }


.YU32__caption { text-align:center ; margin-bottom:1.2rem }
.YU32__caption > b { 
	display:inline-block ; background-color:#ffc92f ; 
	padding:0.6rem 1.5rem ; box-sizing:border-box ; border-radius:3rem ; letter-spacing:-0.5px ; word-break:keep-all ; 
	font-size:1.4rem ; line-height:2rem ; color:#000000 ; font-weight:600 ; margin-bottom:0.5rem }
.YU32__caption > span {
	display:block ; font-size:1.4rem ; line-height:2rem ; color:#444444 ; font-weight:normal ; word-break:keep-all }


.YU32__bar__caption , .YU32__bar__caption a { 
    display:block ; padding-top:1rem ;
    font-size:1.2rem ; line-height:1.8rem ; word-break:keep-all ; letter-spacing:-0.01rem
} 
.YU32__bar__caption a:hover { text-decoration:underline }

.YU32__bar__caption { position:relative ; padding-left:0.8rem }
.YU32__bar__caption::before {
    width:0.2rem ; height:1.4rem ; display:block ; content:"" ;
    background-color:rgba(0,0,0,0.2) ;
    position:absolute ; left:0 ; top:1.3rem
}



/* INFORMATION */
.YU32__infor {
    width:100% ; box-sizing:border-box ;
    border-radius:0.6rem ; border:solid 1px rgba(0,0,0,0.1) ;
    padding:2rem 3rem
}
.YU32__infor .YU__title__plus { 
    border-bottom:dashed 1px rgba(0,0,0,0.15) ;
    padding-bottom:1.5rem ;
}
.YU32__infor__list li { font-size:1.6rem ; line-height:2.8rem ; margin-bottom:0.7rem }
.YU32__infor__list b { 
    display:inline-block ; overflow:hidden ; border-radius:0.4rem ;
    font-size:1.4rem ; line-height:2.4rem ; color:#ffffff ; font-weight:500 ;
    background-color:#111111 ; padding:0 1rem 0.2rem ; margin-right:0.5rem ;
    position:relative ; top:0.2rem
}

.YU32__infor__list li a:hover { text-decoration:underline }



.YU__p span { font-size:inherit ; line-height:inherit ; color:inherit ; font-weight:normal ; font-family:'맑은 고딕','Malgun Gothic' }


/* PC **********/
@media screen and (min-width:1100px){
	
	

    /* INFORMATION */
    .YU32__infor { padding:3rem 4rem }
    .YU32__infor__list li {
        width:50% ; box-sizing:border-box ;
        float:left
    }
	
	
	.YU32__infor__list li:nth-child(3) ,
	.YU32__infor__list li:nth-child(4) { width:100% }
	
	
    .YU32__infor__list::after { display:block ; content:"" ; clear:both }
    .YU32__infor__list li { font-size:1.8rem ; line-height:3rem }
    .YU32__infor__list b  { top:0.4rem }
	
 
    
	
} 
 