@charset "utf-8"; 



/* 인사말 */

.greeting h5{ font-size: 1.3rem; background: linear-gradient(to right, #ff4a1d, #bc916d); color: transparent; -webkit-background-clip: text; margin-bottom: 20px; letter-spacing: -1px; line-height: 1.5; margin-top: 30px;}
.greeting-box{width: 100%; background-size: contain;  background-repeat: no-repeat;  background-position-x: right; padding: 80px 0 0 0; min-height: 300px;}
.greeting-box h5{font-size: 1.5rem; line-height: 1.5; font-weight: 700;}
.greeting-box p{font-size: 17px; line-height: 2; margin-top: 30px;}
.greeting em{font-style: normal; border-bottom: 1px solid;}
.greeting span{font-style: normal; border-bottom: 1px solid; font-size: 1.3rem;}
.greeting p{font-size: 17px; line-height: 2; margin-top: 30px;}

@media (max-width: 1020px) { 
.greeting p{font-size: 15px; line-height: 2; margin-top: 30px;}
.greeting-box{padding: 70px 0 0 0; min-height: 250px;}
.greeting h5 br{display: none;}
}



