.greeting-box {font-family: 'Noto Serif KR', 'Noto Sans KR',sans-serif;}
.greeting-box .p-col-box {padding:0 40px 0 0;-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}
.greeting-box .text-greeting{color:#0F175F;font-weight:700;font-size: 26px; line-height:1.8em;}

.greeting-box .signature-p{  }
.greeting-box .signature-p{margin:30px 0 0;font-size: 24px; line-height:1.8em;}
.greeting-box .greeting-img-box{padding: 0 0 20px;}
@media screen and (max-width:768px){

	.greeting-box .p-col-box {padding:0;}
	.greeting-box .greeting-img-box{padding: 0;}
}
@media screen and (max-width:480px){
	.greeting-box .text-greeting{font-size: 22px;}
	.greeting-box .p-col-box {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.greeting-box .signature-p{margin:20px 0 0;font-size: 20px;}
}