@charset "utf-8";

.greeting_tit {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 4rem;
}
.greeting_tit h4 {font-size: 40px;font-family: var(--font-point);color: var(--color-main);margin-bottom: 2rem;}
.greeting_tit img {}
.greeting_conts {
    /* text-align: center; */
    /* padding: 0 2rem; */
}
.greeting_conts strong {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 2rem;
    display: block;
}
.greeting_conts p {
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 400;
    color: #5b5b5b;
}
.greeting_conts p + p {margin:1rem 0}
.greeting_conts .sign {margin-top:2rem;text-align:right;font-weight: 500;color: #000;}
/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {

}
