.cont .wrap{max-width:1200px}
/*보기 클래스 변경*/
.letter_view .wrap_view{padding:0}
.wrap_view2{padding:40px; text-align:center; padding:40px 0 0 0; border-radius:20px; overflow:hidden }
.wrap_view .letter p{ width:100%; margin-left:0; padding-left:0; border-left:none !important}
.wrap_m0402 .wrap_view .ul_letter{width:100%}
.wrap_m0402 .wrap_view .ul_letter li{border:none; margin:0 0 0 0}
.wrap_m0402 .wrap_view .ul_letter li{display:flex; justify-content:center; align-items:center; background:none}
.wrap_view .txt_title{font-size:24px; margin:0 40px 30px 40px; display:inline-block; padding:0 0 10px 0}
.wrap_view .letter p{padding:0 40px}
.wrap_view2 .txt_to, .wrap_m0402 .wrap_view2 .txt_writer{margin-top:0; font-weight:500}
.wrap_view2 .letter{padding:0 0 40px 0}
@media(min-width:1281px){
.wrap_view2{padding:100px 0;     
background: url(/img/bg_wrap_view22.jpg) 30% 50% no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-size: cover; position:relative; min-height:650px}	
.wrap_view2 .letter, .wrap_m0402 .wrap_view .ul_letter{width:60%}	
.wrap_view2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 35%;
    aspect-ratio: 1/1;
    background: url(/img/img_pen.png) 50% 50% no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -40%);
}	
	}
@media(max-width:1280px){
.wrap_view2{    
background: url(/img/bg_wrap_view22.jpg) 50% bottom no-repeat; background-size:cover; padding:40px 0 200px 0; position:relative}
.wrap_view2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 200px;
    aspect-ratio: 1/1;
    background: url(/img/img_pen.png) 50% 50% no-repeat;
    background-size: 100%;
    bottom: 0;
    transform: translate(-50%, 0);
}
	}	
@media(max-width:1024px){
.wrap_m0402 .wrap_view .ul_letter li{flex-wrap:wrap}
}
@media(max-width:768px){	
.main .bg_m0402 .ul_letter .wrap_img{right:0}
.wrap_m0402 .wrap_view .txt_title{float:none; display:block; margin-left:0; margin:0 auto; margin-bottom:30px}	
	}

@media(max-width:414px){
.wrap_view .letter p{padding:0 20px}
.wrap_m0402 .wrap_view .txt_title{width:calc(100% - 40px)}	
	}
