@charset "utf-8";

body {
    overflow: auto;
    overflow-x: hidden;
}
/**/
#header {
    position:unset;
}
#footer {
    margin-top:80px;
}


.mirSebCenter .cont + .cont {
    margin-top:80px;
}




.sub_title {
    font-size:1.33rem;
    font-weight:500;
    font-family:'Paperlogy';
    color:#333;
    text-align:center;
    line-height:188%;
    position: relative;
    padding-top:25px;
    margin-bottom:30px;
}
.sub_title::before {           
    content:'';
    width:20px;
    height:20px;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
}
.st0_sub_title::before {
    background: #45A7E5;
    background: linear-gradient(90deg,rgba(69, 167, 229, 1) 17%, rgba(255, 232, 173, 1) 99%);
}
.st1_sub_title::before {
    background: #63AF8C;
    background: linear-gradient(90deg,rgba(99, 175, 140, 1) 17%, rgba(227, 237, 195, 1) 99%);
}
.st2_sub_title::before {
    background: #81B863;
    background: linear-gradient(90deg, rgba(129, 184, 99, 1) 17%, rgba(255, 222, 92, 1) 99%);
}
.st3_sub_title::before {
    background: #FFA943;
    background: linear-gradient(90deg, rgba(255, 169, 67, 1) 17%, rgba(255, 227, 180, 1) 99%);
}
.st4_sub_title::before {
    background: #8576E2;
    background: linear-gradient(90deg, rgba(133, 118, 226, 1) 17%, rgba(255, 227, 180, 1) 99%);
}
.st5_sub_title::before {
    background: #FF6568;
    background: linear-gradient(90deg, rgba(255, 101, 104, 1) 17%, rgba(255, 227, 180, 1) 99%);
}



.dot_point2 {
    position: relative;
    padding-left:15px;
}
.dot_point2::before {
    content:'';
    width:10px;
    height:10px;
    background-color:#c9c9c9;
    border-radius:50%;
    position:absolute;
    left:0;
    top:8px;
}