#greetings{overflow: hidden;}
#greetings br:not(.space){display: none;}
section > article{padding: 50px 0;}
section > article:nth-of-type(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto;}
@font-face {
    font-family: 'Yedang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_11@1.0/Yedang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fs_60{font-size: 35px; font-weight: 700; line-height: 1; text-align: center; margin-bottom: 20px;}
.fs_48{font-size: 33px; font-family: 'Yedang';}
.fs_40{font-size: 22px; font-weight: 800; color: #1b56ff; line-height: 1;}
.fs_30{font-size: 19px; font-weight: 400; line-height: 1.6;}
.fs_20{font-size: 17px; font-weight: 700;}
.fs_18{font-size: 14px; font-weight: 400; line-height: 1.7; color: #333;}
.bar::after{content: ''; display: block; width: 30px; height: 3px; background-color: #1b56ff; margin: 15px auto;}
.sign{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.sign span{color: #000; display: inline-block; margin-right: 7px; font-weight: 700;}

.bg{height: 150px; background: url('../img/gree_bg.png') 50% / cover no-repeat; width: calc(100% + 40px); position: relative; left: -20px;}
.text{padding: 30px 20px; box-shadow: 0 0 17.5px 0.5px rgba(0, 0, 0, 0.08); text-align: center; width: 100%; margin: -50px auto 0; position: relative; z-index: 1; background-color: #fff;}

.his_list_wr {width: 100%; position: relative; margin:30px 0 0; text-align: left; z-index: 1; box-shadow: 0 0 17.5px 0.5px rgba(0, 0, 0, 0.08); padding: 40px 20px 15px; background-color: #fff;}
.his_list_wr::before {content: ''; display: block; width: 1px; height:calc(100% - 40px); background: #ccc; position: absolute; top:20px; left:20px;  z-index: -1; }
.his_list_wr > li {display: flex; align-items: flex-start;  margin-top: 25px;}
.his_list_wr > li:first-child{margin-top: 20px;}
.his_list_wr > li:last-child{margin-bottom: 0;}
/* dots */
.his_list_wr .his_dot {display: flex; align-items: center; }
.his_list_wr .his_dot .dot {display:block; border-radius: 50%;position: relative;  width: 8px; height: 8px; border-radius: 50%; background-color: #1b56ff;}
.his_list_wr .his_dot .dot::before {content: ''; display: block; background: #1b56ff;  position: absolute; border-radius: 50%; top:-5px; left:-5px; width: 18px; height: 18px; opacity: .2;}
.his_list_wr .his_dot .line {display: block ;width: 16px; height: 1px; background: #1b56ff; }
.his_list_wr .his_list{margin-top: 10px;}
/* his_txt */
.his_list_wr .his_txt {position: relative; top:-8px; margin-left: 10px;}
.his_list_wr > li .his_list{}
.his_list_wr .his_list > li {margin-bottom: 8px; position:relative; }
.his_list_wr .his_list > li:last-child {margin-bottom: 0; }
.his_list_wr .his_list p {word-break: keep-all; margin-top: 3px;}
.his_list_wr .his_list h4{}
