@charset "utf-8";

#protector_use {
    margin-bottom:0;
}
#protector_use .cont {
    margin-top:70px;
}
#protector_use .protector_use_info {
    border:1px solid #ededed;
    padding:25px;
}
#protector_use .protector_use_info ul {
    display:flex;
    align-items:flex-start;
}
#protector_use .protector_use_info ul + ul {
    margin-top:20px;
}
#protector_use .protector_use_info .use_info_T {
    background-color:#004ea2;
    color:#fff;
    font-size:1.11rem;
    font-weight:bold;
    border-radius: 20px;
    width: 105px;
    padding: 5px 0;
    margin-right: 25px;
    text-align: center;
}
#protector_use .protector_use_info .use_info_ti {
    flex:1;
    padding: 5px 0;
}
#protector_use .protector_use_bg {
    background-color:#edf6ff;
    padding:80px 0;
}

#protector_use .use_step {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    justify-content:center;
    margin-top:35px;
}
#protector_use .use_step .step_round {
    width: 180px;
    height: 180px;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 20px;
    margin-right: 80px;
}
#protector_use .use_step .step_round::after {
    content: '';
    width: 15px;
    height: 28px;
    background-image: url(./img/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
#protector_use .use_step .step_round:last-child {
    margin-right:0;
}
#protector_use .use_step .step_round:last-child::after {
    display:none;
}
#protector_use .use_step .step_round .step_num {
    width: 35px;
    height: 35px;
    background-color: #004ea2;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 5px;
    top: 15px;
}
#protector_use .use_step .step_round .step_tit {
    line-height: 1.44;
    letter-spacing: -0.45px;
    text-align: center;
    font-weight:bold;
}
#protector_use  .step_detail {
    background-color:#fff;
    border:1px solid #ededed;
    padding:20px;
    border-radius:20px;
    margin-top:35px;
}
#protector_use  .step_detail ul {
    display:flex;
    align-items:center;
    padding:15px;
}
#protector_use  .step_detail ul + ul {
    border-top:1px solid #ededed;
}
#protector_use  .step_detail .detail_num {
    font-size:1.66rem;
    font-family: 'NEXON Lv1 Gothic OTF';
    font-weight:bold;
    margin-right:20px;
}
#protector_use  .step_detail .detail_title {
    font-size:1.11rem;
    letter-spacing: -0.45px;
    color:#004ea2;
    font-weight:bold;
    margin-right:20px;
}
#protector_use  .step_detail .detail_ti {
    letter-spacing: -0.45px;
    flex:1;
}






/*---------------반응형 미디어쿼리----------------*/

@media (max-width:1440px) {}

@media (max-width:1200px) {}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:768px) {
    #protector_use .use_step .step_round {
        margin-bottom:20px;
        margin-right:40px;
        width:150px;
        height:150px;
    }
    #protector_use .use_step .step_round::after {
        right:-30px;
    }
    #protector_use .step_detail ul {
        flex-wrap: wrap;
        justify-content: center
    }
    #protector_use .step_detail .detail_ti {
        flex:none;
        width:100%;
        margin-top:10px;
        text-align:center;
    }
}

@media (max-width:480px) {
    #protector_use .use_step .step_round {
        border-radius:30px;
        margin-right:0;
        margin-bottom:40px;
        width:100%;
        height:auto;
    }
    #protector_use .use_step .step_round::after {
        right:50%;
        top:auto;
        bottom:-35px;
        transform:translateX(50%) rotate(90deg);
    }
}

@media (max-width:400px) {}

@media (max-width:320px) {}
