  .greeting-box::after{content:'';display:block;clear:both;}
.greeting-box .top-box{float:left;}
.greeting-box .bottom-box{box-sizing: border-box;position:relative;float:right;padding: 60px 100px 0 40px;;max-width: 960px;width: 80%;margin: -100px 0 0 0;}
.greeting-box .bottom-box::after{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;}
.greeting-box .bottom-box p{position:relative;z-index:10;}
.greeting-box .bottom-box p .txt-emphsize{font-size: 26px;line-height: 45px;}
.greeting-box .bottom-box p .txt-emphsize-color{color:#0066b3;}
.greeting-box .bottom-box > p:nth-of-type(2){padding-bottom:80px;}
.greeting-box .bottom-box > p:nth-of-type(3){position:relative;}
.greeting-box .bottom-box > p:last-of-type{position:relative;}
.greeting-box .bottom-box > p:nth-of-type(3):before{content:'';display:block;position:absolute;top:-40px;left:-66px;width:93px;height:71px;background: center/contain no-repeat url(/_res/ajou/cie/img/content/img-greeting-bg01.gif);z-index:-1;}
.greeting-box .bottom-box > p:last-of-type:before{content:'';display:block;position:absolute;top:-15px;right:-50px;width:93px;height:71px;background: center/contain no-repeat url(/_res/ajou/cie/img/content/img-greeting-bg02.gif);z-index:-1;}

.greeting-box .bottom-box .sign-box > p > span{padding: 0 18px 0 0;}



@media screen and (max-width:768px){
	.greeting-box .bottom-box p .txt-emphsize {font-size: 22px;line-height: 36px;}
	.greeting-box .bottom-box > p:nth-of-type(2) {padding-bottom: 50px;}
	.greeting-box .bottom-box {padding: 60px 55px 0 40px;width: 90%; margin: -75px 0 0 0;}
}
@media screen and (max-width:480px){
	.greeting-box .top-box{float:none;overflow:hidden;}
	.greeting-box .top-box.img-box img{max-width:130%;}
	.greeting-box .bottom-box{float:none;margin:0;padding: 40px 30px 0 30px;width:100%;}
	
	.greeting-box .bottom-box > p:nth-of-type(3):before{left:-40px;}
	.greeting-box .bottom-box > p:last-of-type:before{right:-38px;}
	/*.greeting-box .bottom-box p .txt-emphsize {font-size: 20px;line-height: 30px;}*/
}
/*

.h4-tit02{font-size: 30px;word-break: keep-all;line-height: 40px;}

.greeting-box{display: flex;justify-content: space-between;}
.greeting-box .left-box{width:53%}
.greeting-box .right-box{width:cacl(47% - 30px)}
.greeting-box .right-box img{width:100%}

@media screen and (max-width:768px) {
	.con-box > h4{font-size:20px;line-height:30px;}
	.greeting-box{display: block;}
	.greeting-box .left-box{width:100%}
	.greeting-box .right-box{width:50%;margin:0 auto;}
	.greeting-box .right-box img{width:100%}
	
}
*/