/* 공통  */
.sub_con {width: 100%; padding:0 15px; }

/*Content CSS*/
#greetings {padding:0 0 50px; text-align: center; }
/* title */
#gre_title h2 {font-size:17px; font-weight: 800; color:#60217c; letter-spacing: 3.4px; font-family: 'NanumSquare',sans-serif; margin:0 0 12px; text-transform: uppercase; }
#gre_title h1 {font-size:24px; font-weight: 300; color:#000; line-height: 40px; font-family: 'NanumSquare',sans-serif;}
#gre_title h1 b {font-weight:700; }
/* txt_box */
#g_txt_box {width: 100%; border-top:1px solid #eae5ed; border-bottom:1px solid #eae5ed; background: url('../img/dot_bg.png') 50% 50% repeat; position: relative;
padding:10px 0; margin:30px 0 0;}
#g_txt_box::before{ content: ''; display: block; width: 100%; height: 13px; background: #fff; position: absolute; left:0; top:0; }
#g_txt_box::after{ content: ''; display: block; width: 100%; height: 13px; background: #fff; position: absolute; left:0; bottom:0; }
#g_txt_box .line {display: block; width: 100%; height: 15px ;background: #eae5ed; }
#g_txt_box .line.wh {background: #fff; }

/* txt_box - txt */
#g_txt_box .txt {position: relative; padding:30px 15px 0;}
#g_txt_box .txt .img {text-align: right; margin:30px 0 0;}
#g_txt_box .txt .img img {max-width: 85%; }
#g_txt_box .txt p {font-size:14px; font-weight: 300; color:#666; letter-spacing: -.7px; line-height: 24px; word-break: keep-all;}
#g_txt_box .txt .ceo_name {display: flex; align-items: center;  justify-content: flex-start; width: 100%; max-width: 320px;  background: #fff; position: absolute;
left:0; bottom: -1px;  padding:10px 10px; box-shadow: 0 0 27px 0 rgba(96, 33, 124, 0.08); border-top-right-radius: 15px;}
#g_txt_box .ceo_name h3 {font-size:13px; font-weight: 400; color:#000; font-family: 'NanumSquare',sans-serif; white-space: nowrap;}
#g_txt_box .ceo_name h3 b {font-weight: 700; font-size:20px; font-weight: 700; letter-spacing: -.4px;}
#g_txt_box .ceo_name img {margin-left:15px; width: 80px ;}


@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
