.sub_cont{padding:0 0 100px}
.greet_wrap{}
.greet_img{position:absolute;right:40px;top:-110px;}
.greet_img img{width:240px;}
.greet_top{font-size:22px;color:#333;line-height:1.5;}
.greet_top span{font-weight:bold;font-size:37px;color:#4fa411;}
.greet_cont{position:relative;margin-top:50px;padding-right:350px;}
.greet_cont p{margin-top:30px;font-size:16px;line-height:1.8em}
.greet_cont p strong{color:#333}
.greet_cont .boss{margin-top:20px;text-align:right;font-size:18px;}
.greet_cont .boss span{margin-left:10px;color:#333;font-weight:bold;font-size:30px;font-family:'궁서', Sans-serif;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .greet_cont{margin-top:20px;}
    .greet_cont p{margin-top:20px;}
}

/* mobile */
@media screen and (max-width:768px){
    .sub_cont{padding:0;}
    .greet_top{font-size:18px;}
    .greet_top span{font-size:25px;}
    .greet_img{position:static;margin-top:20px;}
    .greet_img img{width:100%;}
    .greet_cont{margin-top:0;padding-right:0;}
    .greet_cont p{margin-top:15px;line-height:1.5em}
    .greet_cont .boss{font-size:16px;}
    .greet_cont .boss span{font-size:20px;}
}