/* common */
#c6_wrap .c_inner { width: 100%; max-width: 80%; margin:0 auto; position: relative; padding:0 50px;}
#c6_wrap .c_tit h3 {font-size: 20px; 
    font-weight:500; color: #c82124; font-family: "Poppins",
     sans-serif; margin-bottom:20px; line-height: 1; }

/* font size */
#c6_wrap .fs_60 {font-size: 60px; font-weight :700; line-height: 1.2; color:#000; }
#c6_wrap .fs_35 {font-size: 35px; font-weight :800; line-height: 1.2; color:#000; }
#c6_wrap .fs_18 {font-size: 18px; font-weight :400; line-height: 1.67; color:#333; }
#c6_wrap .fs_17 {font-size: 17px; font-weight :400; line-height: 1.67; color:rgba(51, 51, 51, 0.8); }
#c6_wrap .fs_16 {font-size: 16px; font-weight :400; line-height: 1.67; color:#333; }
#c6_wrap .fs_15 {font-size: 15px; font-weight :400; line-height: 1.67; color:rgba(51, 51, 51, 0.8); }

/* c_btn */
#c6_wrap .c_btn a {display: flex;justify-content:center; align-items: center; font-size: 16px; font-weight: 400;  color:#999; height: 50px;
position: relative; z-index: 1; width: 200px; padding: 0 20px; border:1px solid #ddd; transition: all .3s; }
#c6_wrap .c_btn a i {margin-left: 15px; transition: transform .3s; display: block; width: 15px; height: 15px; background:url("../img/c_btn_plus.png") 50%/contain no-repeat;
transition: all .3s; }
#c6_wrap .c_btn a:hover {background-color: #c82124; border-color: #c82124; color:#fff; }
#c6_wrap .c_btn a:hover i {transform: rotate(90deg); background-image:url("../img/c_btn_plus_w.png");}

/*Content CSS*/
/*#c6_wrap {position: relative; z-index: 1;}*/
#c6_wrap .c_inner {padding: 90px 0px 110px; }
#c6_wrap .top {display: flex;  }
#c6_wrap .top .c_btn { padding-top:50px; margin-left: 40px;}
#c6_wrap::after {content: ''; display: block; width:1px; height: 100%; position: absolute; left:90px; top:0; background-color: #ddd;}
#c6_wrap .line {width:calc(100% - 100px); position: absolute; z-index: -1; height: 100%;  right:50px;  bottom:-0; display: flex; justify-content: space-between; align-items: flex-end;}
#c6_wrap .line > span {width: 1px;  height: 50%; display: block; background: #ddd;}
#c6_wrap .line > span:nth-child(n+3) {height: 100%;}

#c6_wrap .list {display: flex; margin-top: 50px; }
#c6_wrap .list > li {width: calc(100% / 3); }
#c6_wrap .box a { background: #fff; text-align: left; outline: none; display: block;  display: block; width: 100%; height: 100%; transition: all .3s;
padding:55px 27px; outline: none; border:1px solid #ddd; z-index: 1; position: relative; border-right-color: transparent;}
#c6_wrap .box h2 {font-family: "Poppins", sans-serif; font-weight:500; color:#c82124;    font-size: 21px; }
#c6_wrap .box h1 {font-size:20px; font-weight: 700; color:#000; line-height:32px; margin:20px 0; min-height: 64px;
text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; }
#c6_wrap .box p { font-weight: 300; color:rgba(0, 0, 0, 0.7); line-height: 27px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; min-height: 54px; }
#c6_wrap .box a > span {font-size:14px; font-weight: 300; color:rgba(0, 0, 0, 0.7); display: block; margin-top:40px; transition: all .3s ease;}
#c6_wrap .box a > span i {margin-right:8px; color:#c82124; font-size:20px; position: relative; top:3px; }

#c6_wrap .contact a {border: 0; background-color: #333;  display: block; width: 100%; height: 100%; transition: all .3s; padding:55px 60px; position: relative; }
#c6_wrap .contact a h4 {color:#fff; font-weight: 800; margin:35px 0 25px;}
#c6_wrap .contact a p {color:rgba(255, 255, 255, 0.8); font-weight: 400;}
#c6_wrap .contact a .plus {position: absolute; top:60px; right: 52px; transition: transform .3s; }

#c6_wrap .box a:hover {background-color: #f7f7f7 ; }
#c6_wrap .contact a:hover .plus {transform: rotate(90deg); }


@media screen and (max-width: 1599px) {
    #c6_wrap::after {display: none; }
    #c6_wrap .line {display: none;}

}

@media screen and (max-width: 1400px) {
    #c6_wrap br:not(.space) {display: none;}
    #c6_wrap .box a {padding: 40px; }
    #c6_wrap .contact a {padding: 40px; }
    #c6_wrap .contact a .plus {right: 40px; top:40px ;}


}

@media screen and (max-width: 1024px) {
    /* common */
    #c6_wrap .c_inner {padding:0 30px;}
    #c6_wrap .c_tit h3 {font-size:17px; margin-bottom:15px; }
    /* font size */
    #c6_wrap .fs_60 {font-size: 40px; }
    #c6_wrap .fs_35 {font-size: 27px; }
    #c6_wrap .fs_18 {font-size: 16px; line-height: 1.65;}
    #c6_wrap .fs_17 {font-size: 15px; line-height: 1.65;}
    #c6_wrap .fs_16 {font-size: 14px; line-height: 1.65; }
    #c6_wrap .fs_15 {font-size: 14px; line-height: 1.65; }

    #c6_wrap .c_btn a {font-size: 14px; height: 45px; width: 160px;  }

    /* c1 */
    #c6_wrap {padding:70px 0;}
    #c6_wrap .top {flex-direction: column; align-items: center; text-align: center;}
    #c6_wrap .top .c_btn {padding: 0;  margin: 20px auto 0;}

    #c6_wrap .list {margin-top: 40px;}
    #c6_wrap .box a {padding: 30px; }
    #c6_wrap .box h1 {font-size: 17px;  margin: 10px 0; line-height: 26px; min-height: 52px;}
    #c6_wrap .box a > span {margin-top: 20px;}
    #c6_wrap .contact a {padding: 30px; }
    #c6_wrap .contact a .plus {right: 30px; top:30px ;}
    #c6_wrap .contact a h4 { margin: 25px 0 15px;}

}

@media screen and (max-width: 768px) {
    #c6_wrap .list {display: block;}
    #c6_wrap .list > li {width: 100%;}
    #c6_wrap .box a {border-right-color : #ddd; border-bottom: 0;}
    #c6_wrap .box h1 {min-height: 0; line-height: 1.5;}
    #c6_wrap .box p {min-height: 0; line-height: 1.65;}
}

@media screen and (max-width:640px) {
    /* common */
    #c6_wrap .c_inner {padding:0 20px;}
    #c6_wrap .c_tit h3 {font-size:15px; margin-bottom:15px; }
    /* font size */
    #c6_wrap .fs_60 {font-size:30px; }
    #c6_wrap .fs_35 {font-size: 23px; }
    #c6_wrap .fs_18 {font-size: 14px; }
    #c6_wrap .fs_17 {font-size: 14px; }
    #c6_wrap .fs_16 {font-size: 13px;  }
    #c6_wrap .fs_15 {font-size: 13px;  }

    #c6_wrap .c_btn a {font-size: 13px; height:40px; width: 150px; padding: 0 15px;  }
    #c6_wrap .c_btn a i {margin-left: 10px;}
    #c6_wrap .c_btn a i img {height: 12px;}

    /* c1 */
    #c6_wrap {padding: 50px 0;}
    #c6_wrap .list {margin-top: 30px;}
    #c6_wrap .box a {padding: 20px; }
    #c6_wrap .box a > span {font-size: 12px;}
    #c6_wrap .box a > span i {font-size: 130%; top:2px; margin-right: 5px; }
    #c6_wrap .contact a {padding: 20px; }
    #c6_wrap .contact a .plus {right: 20px; top:20px ;}
    #c6_wrap .contact a .icon img {width: 40px;}
    #c6_wrap .contact a .plus img {width: 30px;}
    #c6_wrap .contact a h4 { margin: 15px 0 10px;}

}
