/*Content CSS*/
#about1{overflow:hidden;}
#about1 br:not(.space){display: none;}
section > article{padding: 50px 0;}
section > article:nth-child(even){background-color: #f7f7f7;}

.sub_inner{width: calc(100% - 40px); max-width: 1300px; margin: 0 auto; border-top: solid 5px #3779e8;  box-shadow: 4.4px 6.7px 23.8px 0.2px rgba(23, 23, 23, 0.12); padding: 30px 20px; text-align: center;}
@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;
}
/* font-style */
.fs_50{font-size: 26px; font-weight: 800; line-height: 1.4; color: #1d1d1f; font-family: 'NanumSquareRound'; display: inline-block;}
.fs_22{font-size: 18px; font-weight: 700; line-height: 1.6; color: #1d1d1f;}
.fs_18{font-size: 14px; line-height: 1.7; color: #1d1d1f;}
.cir_tit{position: relative; display: inline-block; z-index: 1; max-width: 340px; word-break: break-all;}
.cir_tit::before{content: ''; display: block; width: 28px; height: 28px; background-color: #d9efff; border-radius: 50%; position: absolute; top: -7px; right: -10px; z-index: -1;}

.img{width: 100%; margin: 0 auto 30px;}
.img span{display: block; }
/* .img > .cir{display: flex; flex-direction: column; align-items: flex-end; margin-top: -14px;}
.img span.bor{width: 64px; height: 64px; border: solid 6px #c0e1ff; border-radius: 50%;}
.img span.cir{width: 34px; height: 34px;background-color: #d9efff; border-radius: 50%; margin-right: 64px;} */

.text h4{margin: 10px 0 8px;}
.text p span{display: block;}
.text p span + span{margin-top: 8px;}

.sign{margin-top: 30px;}
.sign b{font-size: 35px; font-weight: 400; font-family: 'Yedang'; margin-left: 5px;}
.sign span{margin-top: -15px; display: block;}
