.association-box h4 {font-size: 40px;font-weight: 700;line-height: 1.2;color: #000;text-decoration: underline;text-underline-offset: 15px;padding-bottom: 45px;text-align:center;}
.association-box .gre-sch {font-size: 16px;font-weight: 700;line-height: 26px;color: #000;padding-bottom: 70px;text-align:center;}
.img-association {text-align:center;max-width:248px;margin: 0 auto;}
.img-association img {width:100%;}
/*인사말*/
.greeting-box{position:relative;margin:0 auto;padding:70px 0;max-width:1400px;}
.greeting-box:after{content:'';display:block;position:absolute;top:70px;right:0;border-top: 14px solid #0068b7;border-right:14px solid #1976d2;width:84px;height:80px;box-sizing:border-box;}
.greeting-box .wrapper{position:relative;}
.greeting-box .wrapper > .img-box{display:inline-block;width: 30%;box-shadow: 11px 18px 37.2px 2.8px rgba(0, 0, 0, 0.25);vertical-align:top;}
.greeting-box .wrapper > .img-box img{width:100%}
.greeting-box .wrapper > .txt-box{display:inline-block;padding:0 0 0 70px;width: calc(70% - 5px);vertical-align:top;box-sizing:border-box;}
.greeting-box .wrapper > .txt-box > .txt01{padding:0 0 26px;font-size:2.5rem;line-height:3.125rem;}
.greeting-box .wrapper > .txt-box > .txt02{position:relative;margin:0 0 47px;padding:0 0 47px;font-size:1.25rem;line-height:1.5rem;color:#555;font-weight:200;}
.greeting-box .wrapper > .txt-box > .txt02:after{content:'';display:block;position:absolute;top:100%;left:0;width:40px;height:1px;background:#cccccc;}
.signature-wrapper > p{display:inline-block;font-size:1.25rem;line-height:1.875rem;vertical-align:middle;}
.signature-wrapper > .img-box{display:inline-block;vertical-align:middle;}

@media screen and (max-width: 1024.98px) {
	.greeting-box{padding:50px 0;}
	.greeting-box:before{top:50px;height:calc(100% - 100px);}
	.greeting-box:after{display:none;}
	.greeting-box .wrapper > .img-box{width: 40%;}	
	.greeting-box .wrapper > .txt-box{padding:0 10px 0 20px;width:calc(60% - 5px);}
	.signature-wrapper > p{font-size:1.125rem;line-height:1.25rem;}

}

@media screen and (max-width: 768px) {
	.greeting-box{padding:0 0 35px;}
	.greeting-box:before{top:30px;height:calc(100% - 65px);}
	.greeting-box .wrapper > .img-box{margin: 30px 0 20px;width:100%;height: auto;}
	.greeting-box .wrapper > .txt-box{margin:0;padding:0;width:100%;}
	
	.association-box h4 {font-size:35px;text-decoration:none;padding-bottom:25px;}
}