.gretting-box{display: flex;gap:30px 60px;flex-wrap: wrap;justify-content: center;}
.gretting-box .h4-tit01{width: 100%;position: relative;padding-bottom: 40px;}
.gretting-box .h4-tit01:after{content: '';width: 60px;height: 2px;background: #231F20;position: absolute;bottom: 29px;left:0;}
.gretting-box .left-box{max-width: 510px;margin: 0 auto;}
.gretting-box .left-box img {width: 100%;}
.gretting-box .right-box{flex: 1;}
.gretting-box .right-box .title {font-family: Paperlogy;font-weight: 700;font-size: 60px;letter-spacing: -0.2px;line-height:1.2;color:#00AAAC;margin-bottom:40px;}
.gretting-box .right-box .title  span {font-size:30px;display:block;}
.gretting-box .right-box .con-p {color: #666;}
.gretting-box .right-box .con-p:last-child {text-align: right;}
.gretting-box .right-box .con-p:last-child span {font-weight:bold;font-size:28px;}

@media(max-width: 1024px){
	.gretting-box {flex-direction:column;}
	.gretting-box .left-box{width: 100%;text-align: center;}
	.gretting-box .right-box{flex: 1;max-width: 100%;width: 100%;}
	.gretting-box .right-box .title {font-size: 40px;text-align:center;}
	.gretting-box .right-box .title  span {font-size:26px;}
}