
/* 공통 */
.con_wrap { width:1300px; margin:0 auto; }

.sub_title { line-height: 1; }
#greetings { padding:60px 0 110px; }

/*  contents */
#greetings .sub_title { position:relative; width:calc(100% - 30px); height: 350px; text-align: center; background:url('../img/gre_title_bg.jpg') no-repeat center; }
#greetings .sub_title:after { content:""; position:absolute; left:30px; top:30px; width:100%; height: 100%; border:5px solid #0888f0; }
#greetings .sub_title h1 { font-size: 60px; font-weight: 600; font-family: 'Oxanium', cursive;  color: #fff; line-height: 350px; }

.gre_con { margin-top: 90px; text-align: center; }
.gre_con h2 { font-size:33px; color:#000; font-weight: bold; line-height:50px; }
.gre_con h2 span { color:#0888f0; }

.gre_con .txt { margin-top: 48px; }
.gre_con p { font-size:16px; color:#111; font-weight: 300; line-height:33px; }
.gre_con p ~ p { margin-top: 35px; }
.gre_con b { font-size:18px; color:#000; font-weight: 600; }
.gre_con strong { display: inline-block; position:relative; top:10px; margin-left:20px; font-size:53.5px; color:#000; font-family: 'Yedang'; font-weight: 400; }
