/*Content CSS*/
#about1{overflow: hidden;}
section > article{padding: 150px 0 120px;}
section > article:nth-child(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 50px; margin: 0 auto;}

.fs_50{font-size: 50px; font-weight: 700; line-height: 1; color: #000; text-align: center; margin-bottom:40px;}
.fs_45{font-size: 45px; font-weight: 700; line-height: 60px; color: #000;}
.fs_17{font-size: 17px; font-weight: 300; line-height: 30px; color: #1d1d1f;}

.flex_wrap{display: flex; justify-content: space-between; align-items: flex-start; margin-top: 40px;}
.flex_wrap .text{flex-shrink: 0; max-width: 790px;}
.flex_wrap .img{position: relative; z-index: 2; flex-shrink: 0; }
.flex_wrap .img img{border-radius: 20px;}
.flex_wrap .img::after{content: ''; display: block; z-index: -1; width: 400px; height: 533px; background-color: #fdaf17; opacity: .8; border-radius: 0 0 27px 27px; position: absolute; bottom: -10px; right: -10px;}

.wrap{margin-top: 55px;}
.wrap .img_box{margin-bottom: 45px; overflow: hidden; text-align: center;}
.wrap .img_box img{border-radius: 20px;}
.wrap .text_box{display: flex; justify-content: space-between;}
.wrap .text_box p{width: calc(50% - 15px);}

.wrap  + .img{margin-top: 45px;}

.sign{display: flex; align-items: flex-end;; justify-content: flex-end; margin-top: 80px; text-align: right;}
.sign p{margin-right: 30px; position: relative; top: 5px; color: #111;}
