/*Content CSS*/
#about1{overflow: hidden; text-align: center;}
#about1 br:not(.space){display: none;}
section > article{padding: 50px 0;}
section > article:nth-child(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto;}

.fs_50{font-size: 30px; font-weight: 700; line-height: 1.2; color: #000; text-align: center; margin-bottom: 30px;}
.fs_45{font-size: 30px; font-weight: 700; line-height: 1.3; color: #000;}
.fs_17{font-size: 15px; font-weight: 300; line-height: 1.7; color: #1d1d1f;}

.flex_wrap{display: flex; flex-direction: column-reverse; }
.flex_wrap .text{flex-shrink: 0;}
.flex_wrap .text p{margin-top: 25px;}
.flex_wrap .img{position: relative; z-index: 2; flex-shrink: 0; margin:0 auto 30px; width: 100%; max-width: 400px; overflow: hidden; border-radius: 20px;}
/* .flex_wrap .img img{position: absolute; bottom: 0; left: 0; } */
/* .flex_wrap .img::after{content: ''; display: block; z-index: -1; width: 100%; height: 100%; background-color: #fdaf17; opacity: .8; border-radius: 0 0 27px 27px; position: absolute; bottom: -10px; right: -10px;} */

.wrap{margin-top: 20px;}
.wrap .img_box{width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 20px;}
.wrap .img_box img{width: 100%; }
.sign{display: block; text-align: center; margin-top: 30px;}
.sign p{margin-right: 10px; position: relative; top: 5px; color: #111;}
.sign img{width: 70px; margin-top: 15px;}
.wrap + .img{margin-top: 50px;}
