/* 공통 */
.sub_con {width: 100%; padding:0 15px ;}
.s_title {text-align: center; }
.s_title h2 {font-size:15px; font-weight: 500; color:#aacd06; letter-spacing: 3.6px;  border-bottom: 2px solid #aacd06; display: inline-block ; padding-bottom: 5px; }


/*Content CSS*/
#greetings {padding:40px 0 0;}
/* section1 */
#gre_sec1 {text-align: center; padding-bottom: 50px; }
#gre_sec1 .top {width: 100%; padding:40px 20px;  background: url('../img/gre_s1_top.jpg') 50% 50% no-repeat; background-size: cover ; }
#gre_sec1 .top h1 {font-size:18px; font-weight: 300; color:#fff; line-height: 35px; margin-top:20px; letter-spacing: -.5px ;word-break: keep-all;}
#gre_sec1 .top h1 b {font-weight: 500; }
#gre_sec1 > p {font-size:14px; font-weight: 300; color:#666; line-height: 26px; padding:40px 0 0; background-color: #fff; position: relative; z-index: 2;
width: 100%; margin:-0 auto 30px; letter-spacing: -.5px ; word-break: keep-all;}
#gre_sec1 .ceo {font-size:16px; font-weight: 400; color:#000; }
#gre_sec1 .ceo b {font-size:24px; font-weight: 600;}
/* section 2 */
#gre_sec2 {text-align: center;  position: relative; background-image: url('../img/gre_s2_bg.png'), linear-gradient(to bottom, #aacd06, #009944); background-repeat:no-repeat;
background-position: 100% 80%;  }
#gre_sec2::before {content: '';display: block;width: 69px;height: 38px;position: absolute;left: 50%;transform: translateX(-50%);top: 0;
background: url('../img/tri_w.png') 50% 50% no-repeat;}
#gre_sec2 .s2_list {display: flex; flex-direction: column;}
#gre_sec2 .s2_list li {padding:30px 15px; border-bottom:1px solid rgba(255,255,255,.5); width: 100%; display: flex; align-items: center; }
#gre_sec2 .s2_list li:first-child {padding-top:70px;}
#gre_sec2 .s2_list li:last-child {border-bottom:0;}
#gre_sec2 .s2_list li .icon { width: 50px; min-width: 50px;}
#gre_sec2 .s2_list li .icon img {width: 100%;}
#gre_sec2 .s2_list li .txt {text-align: left; padding-left:30px; }
#gre_sec2 .s2_list li .txt h1 {font-size:18px; font-weight: 600; color:#fff; margin:0px 0 6px ;}
#gre_sec2 .s2_list li .txt p {font-size:15px; font-weight: 300; color:rgba(255,255,255,.71); line-height: 24px;word-break: keep-all;}





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

}

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

}

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

}
