/* BASIC css start */
.container{width:1200px;margin:0 auto;margin-bottom:120px;}
.content-wrap + .content-wrap{margin-top:120px;}

.greeting-visual{background-color:#80C036;border-radius:0 0 30px 30px;position: relative;}
.greeting-visual .text-box{padding:48px 0 48px 62px;color:#fff;}
.greeting-visual .text-box strong{font-family:'Jeongnimsaji';font-size:30px;font-weight:700;margin-bottom:14px;}
.greeting-visual .text-box p{font-size:16px;font-weight:400;letter-spacing:-5%;opacity:0.9;margin-top:14px;}
.greeting-visual::after{content:""; background:url('/design/bokggu/greeting_1.png') no-repeat;position:absolute;right:90px;bottom:58px;width:187px;height:187px;}

.greeting-content{padding:0 66px;display:flex;justify-content:space-between;width:1070px;}
.greeting-content .content-image{display:flex;flex-direction:column;}
.greeting-content .content-image img{width:441px;}
.greeting-content .content-text{display:flex;flex-direction:column;justify-content:space-between;}
.greeting-content .content-text img{width:32px;height:25px;}
.greeting-content .content-text p{font-size:16px;letter-spacing:-0.06em;line-height:26px;font-weight:400;color:#4E4E4E;}

.greeting-bottom{border:1px solid #86C340;padding:35px 0;border-radius:9px;}
.greeting-bottom ul{display:flex;justify-content:center;align-items:center;}
.greeting-bottom li:nth-child(2){padding:0 70px;position:relative;}
.greeting-bottom li:nth-child(2):after{content:"";width:1px;height:30px;position:absolute;top:-15px;background-color:#86C340;}
.greeting-bottom p{font-size:16px;font-weight:400;color:#55930E;letter-spacing:-0.06em;font-family:'Jeongnimsaji';}
/* BASIC css end */

