/*Content CSS*/
#product2{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;}
#product2 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;}


.table_wrap{}
.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: 8px 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: 8px; text-align: center; color: #333;}

/* check_list */
.check_list {margin-top: 15px;}
.check_list li{display: flex; align-items: baseline;}
.check_list li span{font-weight: 300;}
.check_list li i{display: inline-block; margin-right: 10px; flex-shrink: 0; width: 18px; position: relative; top: -2px;}
.check_list li:nth-child(n+2){margin-top: 5px;}

/* 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;}
/* img_list */
.img_list{display: flex; justify-content: space-between; margin-top: 15px;}
.img_list li{width: calc(50% - 5px); border: solid 1px #ddd; overflow: hidden;}
.img_list li img{transition: .3s; width: 100%;}
.img_list li:hover img{transform: scale(1.1);}
.wrap{padding-bottom: 30px; border-bottom: solid 1px #ddd;}

/* sec2 */
.cont_wrap{position: relative;}
.sec2 .img_list{margin-top: 0; flex-wrap:wrap;}
.sec2 .img_list li{width: calc(50% - 5px);}
.sec2 .img_list li:last-child{width: 100%; margin-top: 10px;}
/* img */
.img{border: solid 1px #ddd; overflow: hidden; margin-top: 35px;}
.img img{transition: .3s;}
.img:hover img{transform: scale(1.1);}
.sec2 .text{background-color: #fff;}

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