.location{
    height: 44px!important;
}
.box_banner{
    position: relative;
}
.box_banner p{
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    color: #E61874;
    font-size: 2rem;
    font-weight: bold;
}
.box_banner img,.attp_box img,.footer_img img{
    width: 100%;
}
.attp_box .flex_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1); 
    padding: 50px  20px;
    background-color: #fff;
    border-radius: 10px;
}
.attp_box>.style_wid{
    max-width: 976px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.attp_step>.img_box{
    width: 28%;
}
.attp_step>.img_box img{
    width: 100%;

    border-radius: 10px;
}
.attp_step_child{
    font-weight: normal;
    margin-bottom: 15px !important;
    font-size: 28px;
    background-image: linear-gradient(to right, rgba(255, 167, 206, 0.4) 10%, rgba(255, 167, 206, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 0px 10px 60px !important;
    border-radius: 50px;
    position: relative;
}
.attp_step_child::before{
    position: absolute;
    left: 5px;
    top: 4px;
    color: #cf161d;
    background-color: #fff1f6;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
}
.attp_step_child01::before{
    content: '1';
}
.attp_step_child02::before{
    content: '2';
}
.attp_step_child03::before{
    content: '3';
}
.attp_step_child04::before{
    content: '4';
}
.attp_step_child05::before{
    content: '5';
}
.attp_step_child06::before{
    content: '6';
}
.attp_step .contents{
    position: relative;
    width: 62%;
}
.attp_step .contents>p{
    font-size: 16px;
}

.caret_down{
    text-align: left;
    margin-top: 82px;
}
.caret_down img{
    width: 80px;
}
.a_color{
    color: #106bf3!important;
}
.notice_list{
    margin-top: 80px;
}
.notice_list p{
    font-size: 16px;
}
.footer_img{
  
}

.footer_img:hover img{
    opacity: 0.8;
}
.attp_bg{
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_set{
    position: absolute;
    z-index: -1;
}
.bg_set01{
    top: 0;
    right: 0;
    opacity: 0.5;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 104, 182, 1.00) 10%, rgba(4, 221, 255, 0.61));
   
}

@media screen and (max-width:991px) {
    .box_banner p{
        font-size: 18px;
    }
    .attp_step_child {
        font-size: 22px;
    }
}