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

.fs_48{font-size: 48px; font-weight: 700; line-height: 1;}
.fs_36{font-size: 36px; font-weight: 700; line-height: 45px;}
.fs_27{font-size: 27px; font-weight: 700; line-height: 1;}
.fs_25{font-size: 25px; font-weight: 700; line-height: 1; letter-spacing: -.5px; color: #fff; font-family: 'Poppins';}
.fs_22{font-size: 22px; font-weight: 400;}
.fs_20{font-size: 20px; font-weight: 700; letter-spacing: -.4px; line-height: 33px;}
.fs_18{font-size: 18px; font-weight: 300; line-height: 33px; letter-spacing: -.36px;}
.fs_17{font-size: 17px; font-weight: 300; line-height: 31px; letter-spacing: -.45px;}
.fs_16{font-size: 16px; font-weight: 400; letter-spacing: -.32px;}

/* dir_list */
.dir_list{display: flex; flex-wrap: wrap; margin-top: 40px;}
.dir_list li{width: 25%;}
.dir_list li a{display: block; text-align: center; padding: 26px 10px; background-color: #f7f7f7; color: #333; min-height: 20px; line-height: 20px; border-left: solid 1px #ddd; border-top: solid 1px #ddd; transition: .3s;}
.dir_list li:nth-child(4n) a{ border-right: solid 1px #ddd; }
.dir_list li:nth-child(n+9) a{ border-bottom: solid 1px #ddd; }
.dir_list li .active{background-color: #46b035; border-color: #46b035; color: #fff; font-weight: 700;}
.dir_list li:hover a{background-color: #46b035; border-color: rgba(255,255,255,.2); color: #fff; }
/* title */
.tri{position: relative;}
.tri::before{content: ''; display: block; width: 18px; height: 18px; background: url('../img/tit_tri.png') 50% / cover no-repeat; position: absolute; top: -7px; left: -15px;}
/* bar */
.bar{position: relative; padding-left: 14px; margin-top: 84px;}
.bar::before{content: ''; display: block; width: 4px; height: 33px; background-color: #46b035; position: absolute; top: 6px; left: 0;}
/* dot */
.dot{position: relative; padding-left: 14px; margin-bottom: 35px;}
.dot::before{content: ''; display: block; width: 6px; height: 6px; background-color: #000; position: absolute; top: 11px; left: 0;}
.dot .fs_18{letter-spacing: normal; font-weight: 400;}
/* under */
.under{border-bottom: solid 1px #ddd; padding-bottom: 25px; font-weight: 700; position: relative; margin-top: 40px;}
.under::after{content: ''; display: block; width: 100px; height: 3px; background-color: #000; position: absolute; bottom: -1.5px; left: 0;}


/* desc */
.desc{margin-top: 80px;}
.text{padding: 30px 40px; background-color: #f7f7f7; border: solid 1px #ddd; text-align: center;}
.desc2 .text{padding-bottom: 55px; text-align: left;}
.desc3 .text{padding: 60px 40px;}
.box .text{margin-top: 35px;}
/* img_list */
.img_list{display: flex; justify-content: space-between; margin-top: 40px;}
.img_list li{width: calc(50% - 15px); border: solid 1px #ddd; overflow: hidden;}
.img_list li img{transition: .3s;}
.img_list li:hover img{transform: scale(1.1);}
.wrap{padding-bottom: 98px; border-bottom: solid 1px #ddd;}


/* bar_list */
.bar_list{display: flex;}
.bar_list li{width: calc(20% - 20px); margin-right: 25px; border: solid 1px #ddd; border-top: solid 3px #46b035; padding: 27px 0; text-align: center;}
.bar_list li:last-child{margin-right: 0;}
.bar_list.fs_18{font-weight: 400;}

/* text_list */
.text_list{display: flex; flex-wrap: wrap; margin-top: 25px;}
.text_list li{flex-grow: 1;}
/* .text_list li:last-child{margin-right: 0;} */
.text_list li.long{width: 100%; }


/* fs_18 */
.text_flex{display: flex; align-items: center;}
.text_ab p{font-weight: 400;}
.text_ab .arp1{margin-top: 2px; margin-left: 327px;}
.text_ab .arp2{margin-left: 240px; margin-top: 8px;}
.ex{display: inline-block; padding: 3.5px 23px; background-color: #333; color: #fff; margin-right: 24px; font-weight: 700;}
.ex + p{padding-bottom: 3px}
.ex + p span{border-bottom: solid 1px #000; position: relative;}
.ex + p .ar1::before{content: ''; display: block; width: 1px; height: 60px; background-color: #555; position: absolute; top: calc(100% + 7px); left: 50%; transform: translateX(-50%);}
.ex + p .ar1::after{content: ''; display: block; width: 11px; height: 9px; background: url('../img/arrow_tri.png') 50% / cover no-repeat; position: absolute; top: calc(100% + 67px); left: 50%; transform: translateX(-50%);}
.ex + p .ar2::before{content: ''; display: block; width: 20px; height: 20px; border-left: solid 1px #555; border-bottom: solid 1px #555; position: absolute; top: calc(100% + 7px); left: 20px;}
.ex + p .ar2::after{content: ''; display: block; width: 8px; height: 10px; background: url('../img/arrow_tri2.png') 50% / cover no-repeat; position: absolute; top: calc(100% + 22px); right: 0;}

/* img */
.img{border: solid 1px #ddd; overflow: hidden; margin-top: 35px;}
.img img{transition: .3s;}
.img:hover img{transform: scale(1.1);}
.png{width: 100%; height: 550px; display: flex; align-items: center; justify-content: center; background-color: #f7f7f7;}

/* flex_list */
.flex_list li{display: flex; border-top: solid 1px #ddd; padding: 40px 0; }
.flex_list li:last-child{border-bottom: solid 1px #ddd; }
.flex_list li h6{min-width: 336px; margin-right: 58px;}
.flex_list li h6 span{font-weight: 700;}

/* check */
.check{display: flex; align-items: center; justify-content: center; border: solid 3px #ddd; padding: 40px 0; margin-top: 100px;}
.check i{display: inline-block; margin-right: 13px;}
