
/*Content CSS*/
#guarantee2{overflow: hidden; }
section > article{padding: 90px 0 80px;}
section > article:nth-child(even){background-color: #f7f7f7;}
section > article:last-child{padding: 80px 0 120px;}

.sub_inner{width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 50px; position: relative;}

.bar_tit::before{content: '';display: block;width: 35px;height: 5px;background-color: #ed1c24;margin-bottom: 11px;}
.arrow_tit{position: relative; padding-left: 18px; text-align: left; }
.arrow_tit::before{content: ''; display: block; width: 9px; height: 13px; background: url('../img/sub_arrow.png') 50% / cover no-repeat; position: absolute; top: 7px; left: 0;}
.fs_55{font-size: 55px; font-weight: 700; color: #000; line-height: 1;}
.fs_18{font-size: 18px; line-height: 33px;}

.tit{display: flex;align-items: center;}
.tit span{display: block;height: 1px;background-color: #ddd;margin-left: 36px;flex-grow: 1;position: relative;top: 13px;}
.fs_30{font-size: 30px; font-weight: 700; letter-spacing: -.6px; line-height: 1;}
.fs_22{font-size: 22px; font-weight: 400; color: #000; line-height: 1.3;}



.quo_wrap{border: solid 1px #ddd; padding: 34.5px 10px; text-align: center; position: relative; margin-top: 45px; z-index: 2; background-color: #fff;}
.quo_wrap::before{content: ''; display: block; width: 88px; height: 66px; background: url('../img/quo1.png') 50% / cover no-repeat; position: absolute; top: 0; left: 25px;}
.quo_wrap::after{content: ''; display: block; width: 88px; height: 66px; background: url('../img/quo2.png') 50% / cover no-repeat; position: absolute; bottom: 0; right: 25px;}

.arrow_list{border-top: solid 1px #140013;}
.arrow_list > li{display: flex; padding: 45px 0; border-bottom: solid 1px #ddd; text-align: left;}
.arrow_list > li h4{margin-right: 98px; flex-shrink: 0;}
.num_list{ flex-grow: 1;}
.num_list li{display: flex; align-items: center; padding: 17px 0; border-bottom: solid 1px #ddd; }
.num_list li:first-child{padding-top: 0;}
.num_list li:last-child{padding-bottom: 0; border: 0;}

.num_list li span{display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 700; background-color: #140013; width: 30px; height: 30px; margin-right: 13px;}

.cer_list {display: flex; justify-content: space-between;}
.cer_list li{margin-right: 35px; text-align: left;}
.cer_list li:last-child{margin-right: 0;}
.cer_list li a{display: block;}
.cer_list li .img{position: relative; border: solid 1px #ddd; transition: .3s;}
.cer_list li .img::before{content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: solid 2px #ed1c24; opacity: 0; transition: .3s;}
.p_dot{position: relative; padding-left: 10px; margin-top: 13px;}
.p_dot::before{content: ''; display: block; width: 5px; height: 5px; background-color: #ed1c24; border-radius: 50%; position: absolute; top: 13px; left: 0;}

@media screen and (min-width:1025px){
    .cer_list li:hover .img{border-color: #ed1c24;}
    .cer_list li:hover .img::before{opacity: 1;}
}
@media screen and (max-width:1400px){
    #guarantee2 br:not(.space){display: none;}

}
@media screen and (max-width:1280px){
    .bar_tit::before{width: 35px;height: 5px; margin-bottom: 9px;}
    .arrow_tit{padding-left: 15px; }
    .arrow_tit::before{ top: 5px;}
    .fs_55{font-size: 50px;}
    .fs_18{font-size: 17px; line-height: 1.7;}

    .tit span{top: 12px; margin-left: 25px;}
    .fs_30{font-size: 25px;}
    .fs_22{font-size: 20px;}

    .quo_wrap{margin-top: 40px;padding: 30px 10px;}
    .quo_wrap::before{width: 75px; height: 56px;}
    .quo_wrap::after{width: 75px; height: 56px;}

    .arrow_list > li{padding: 35px 0;}
    .arrow_list > li h4{margin-right: 50px;}
    .num_list li{padding: 14px 0;}
    .num_list li span{width: 25px; height: 25px; margin-right: 10px; font-size: 16px;}

    .p_dot::before{top: 11px;}

    .cer_list li{margin-right: 20px;}


}


@media screen and (max-width:1024px){
    section > article{padding: 50px 0;}
    section > article:last-child{padding: 50px 0;}
    .sub_inner{ padding: 0 30px; text-align: center;}

    .bar_tit::before{width: 30px;height: 4px; margin: 0 auto 9px;}
    .arrow_tit::before{ top: 4px;}
    .fs_55{font-size: 40px;}
    .fs_18{font-size: 16px;}

    .tit{display: block; text-align: center;}
    .tit span{display: none;}
    .fs_30{font-size: 22px;}
    .fs_22{font-size: 19px;}

    .quo_wrap{padding: 20px 10px; margin-top: 25px;}
    .quo_wrap::before{width: 55px; height: 41px; left: 20px;}
    .quo_wrap::after{width: 55px; height: 41px; right: 20px;}

    .arrow_list > li{padding: 25px 0;}
    .arrow_list > li h4{margin-right: 30px;}
    .num_list li{padding: 10px 0;}
    .num_list li span{width: 20px; height: 20px; margin-right: 8px; font-size: 14px;}

    .cer_list li{margin-right: 15px;}
    .p_dot{margin-top: 10px;}


}
@media screen and (max-width:768px){

}

@media screen and (max-width:640px){
    .sub_inner{ padding: 0 20px;}

    .bar_tit::before{width: 25px; margin: 0 auto 7px;}
    .arrow_tit{padding-left: 10px;}
    .arrow_tit::before{width: 7px; height: 10px;}
    .fs_55{font-size: 32px;}
    .fs_18{font-size: 15px;}
    .fs_30{font-size: 20px;}
    .fs_22{font-size: 17px;}

    .quo_wrap::before{width: 35px; height: 26px; left: 10px;}
    .quo_wrap::after{width: 35px; height: 26px; right: 10px;}

    .arrow_list > li{display: block; padding: 20px 0;}
    .arrow_list > li h4{margin: 0 0 15px;}
    .cer_list{flex-wrap: wrap;}
    .cer_list li{width: calc(50% - 5px); margin-right: 10px;}
    .cer_list li:nth-child(2n){margin-right: 0;}

    .cer_list li:nth-child(n+3){margin-top: 20px;}

    .p_dot::before{top: 9px;}

}
