
        #wrap{
            position: relative;
        }
        .service_box_out
        {
            width:100%; top:0px; left:0px; 
            position:relative; position: absolute; z-index:1000000;
        }
        .service_box{
            width:92%; 
            text-align: center; 
            border:3px solid #f2f2f2; 
            margin-left:4%; 
            border-radius:10px; padding:0 10px; 
            margin-top:30px;
            background:#fff;
       
        }
        .service_box h1 img{
            width:100px; 
            margin-top:20px;
        }
        .service_box h2{
            font-size:1.3rem; 
            font-weight: bold;
            color:#333;
            margin-top:20px;
        }
        .check{ 
            background: linear-gradient(to top, #6B8CFF 100%, transparent 50%);
            color: #fff;
            padding: 0px 3px;
            border-radius: 3px;
        }
        .sub_tit{
            color:#818181;
        }
        .sub_txt{ 
            font-size:0.9rem;
        }
        .service_box > div{
            justify-content: center;
            flex-direction: column; 
            display: flex; 
            max-width:800px;
            width:92%; 
            margin:0 auto; 
            margin-bottom:10px;
        }
        .service_box div ul {
            padding: 10px;
            /* background-color: #f4f4f4; */
            border-radius: 5px;
            border: 1px solid #ddd;
        }
        .list_tit{    
            position: relative; 
            left: -11px; 
            width:110px; 
            border-top-right-radius: 20px; 
            border-bottom-right-radius: 20px; 
            margin-bottom: 5px; 
            font-size: 0.9rem; 
            line-height: 30px;
            color: #fff; 
            background-color: #6B8CFF; 
            font-weight: bold;
        }
        .service_box div ul .list_in{
            position: relative; 
            transform: translateX(10px);
            text-align: left; 
            font-size: 0.85rem;
        }
        .service_box div ul .list_in:before {
            content: '';
            display: block;
            position: absolute;
            left: -10px;
            top: 8px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #6B8CFF;
        }
    .service_box > div:last-child  {
        margin-bottom:10px;
    }
    .last_txt{
        text-align: left; 
        font-size:0.7rem; 
        color:#bdbdbd;
    }
    .service_box > div .change_btn{
        width: 100%;
        height: 40px;
        font-size: 0.938rem;
        font-weight: 700;
        background: #6B8CFF;
        border: 0;
        line-height: 40px;
        border-radius: 5px;
        box-shadow: 0px 3px 4px rgb(17 28 99 / 10%);
        color: #fff;
        margin-bottom:20px;
    }   
.form-check{
    text-align: left;
}