/*Content CSS*/
#product4{overflow: hidden;}
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;}
#product4 br:not(.mob){display: none;}

.fs_48{font-size: 30px; font-weight: 700; line-height: 1;}
.fs_36{font-size: 23px; font-weight: 700; line-height: 1.5;}
.fs_27{font-size: 20px; font-weight: 700; line-height: 1;}
.fs_25{font-size: 19px; font-weight: 700; line-height: 1; letter-spacing: -.5px; color: #fff; font-family: 'Poppins';}
.fs_22{font-size: 18px; font-weight: 400;}
.fs_20{font-size: 17px; font-weight: 700; letter-spacing: -.4px; line-height: 1.7;}
.fs_18{font-size: 15px; font-weight: 300; line-height: 1.7; letter-spacing: -.36px;}
.fs_17{font-size: 14px; font-weight: 300; line-height: 1.7; letter-spacing: -.45px;}
.fs_16{font-size: 13px; font-weight: 400; letter-spacing: -.32px; line-height: 1.7;}

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

/* desc */
.desc{margin-top: 35px;}
.text{padding: 20px; background-color: #f7f7f7; border: solid 1px #ddd; text-align: center;}
.desc2 .text{padding-bottom: 35px; text-align: left;}
.desc3 .text{padding: 30px 20px;}
.box .text{margin-top: 15px;}

/* table_wrap */
.table_wrap{margin-top: 35px;}
.table_wrap table{width: 100%; border-collapse: collapse; border-top: solid 3px #46b035;}
.table_wrap table thead{background-color: #000; text-align: center;}
.table_wrap table th{font-weight: 500; padding: 10px 0; color: #fff;}
.table_wrap table th:nth-of-type(1){border-left: solid 1px #000;}
.table_wrap table th:nth-of-type(2){border-left: solid 1px rgba(255,255,255,.3); border-right: solid 1px #000;}
.table_wrap table tbody{background-color: #fff;}
.table_wrap table td{border: solid 1px #ddd; padding: 12px; text-align: center; color: #333;}
.table_wrap table td.gray{background-color: #f7f7f7;}
.table_wrap table td[colspan="3"]{padding: 15px;}

/* 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: 50px; border-bottom: solid 1px #ddd;}

/* flex_list */
.flex_list li{border-top: solid 1px #ddd; padding: 15px 0; }
.flex_list li:last-child{border-bottom: solid 1px #ddd; }
.flex_list li h6{margin-bottom: 5px;}
.flex_list li h6 span{font-weight: 700;}

/* check */
.check{ border: solid 2px #ddd; padding: 20px; text-align: center;}
.check i{display: inline-block; margin-bottom: 13px;}

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