.safeCheck h3 {
    height: 70px;
    padding: 18px 0;
    margin-top: 19px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333333;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
}
.safeCheck > article {
    padding-bottom: 100px;
}
.safeCheck > article:first-of-type{
    padding-bottom: 50px;
}
.safeCheck > article > h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
}
.safeCheck > article > p {
    font-size: 16px;
    line-height: 28px;
    white-space: pre-line;
}
.safeCheck > article > ul{
    margin-top: 15px;
    margin-left: 20px;
}
.safeCheck > article > ul > li {
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
}
.safeCheck > article > ul > li.title {
    margin-left: 0;
}
.safeCheck > article > .table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.safeCheck > article > .table > ul {
    
}
.safeCheck > article > .table > ul:nth-of-type(1){
    width: 88px;
}
.safeCheck > article > .table > ul:nth-of-type(2){
    width: 238px;
}
.safeCheck > article > .table > ul:nth-of-type(3){
    width: 231px;
}
.safeCheck > article > .table > ul:nth-of-type(4){
    width: 321px;
}
.safeCheck > article > .table > ul:nth-of-type(5){
    width: 321px;
}
.safeCheck > article > .table > ul > .title{
    background-color: #f8f8f8;
    height: 70px;
    line-height: 70px;
}
.safeCheck > article > .table > ul > li{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.safeCheck > article > .table > ul:first-of-type > li{
    border-left: none;
}
.safeCheck > article > p{
    margin-top: 20px;
    font-size: 16px;
}
.safeCheck > article > button{
    width: 228px;
    border: 1px solid #ddd;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 0 10px 0 10px;
}
.safeCheck > article > button > .textBox{
    font-size: 16px;
    line-height: 48px;
}
.safeCheck > article > button > .imgBox{}
.safeCheck > article > button > .imgBox > img{
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-top: 17px;
}

.hiddenBox {
    height: 300px;
}

.miniStickerWrap {
    width: 35px;
    height: 5px;
    margin-top: 28px;
    margin-left: 2px;
    padding-top: 30px;
}
.miniStickerWrap li:nth-child(1) {
    width: 20px;
    height: 5px;
    background: #0065ee;
}
.miniStickerWrap li:nth-child(2) {
    width: 15px;
    height: 5px;
    background: #ffc800;
}

.notiBox {
    width: 1158px;
    padding: 20px;
    border: 1px solid #ddd;
    /* margin-bottom: 70px; */
}
.notiBox .imgBox {
    width: 60px;
    height: 60px;
}
.notiBox .textBox {
    font-size: 16px;
    line-height: 23px;
    width: calc(100% - 80px);
    margin-left: 20px;
    white-space: pre-line;
}
.infoBox {
    width: 100%;
}
.infoBox ul {
    width: 190px;
}
.infoBox ul:last-of-type {
    margin-left: 15px;
}
.infoBox ul > li:first-of-type {
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    background-color: #0050a3;
    border-radius: 5px;
}
.infoBox ul > li:last-of-type{
    width: 110px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.infoBox button{
    width: 106px;
    height: 30px;
    background-color: #af841d;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    margin-left: 10px;
}
.infoBox button .imgBox{
    width: 15px;
    height: 15px;
    margin-left: 7px;
}
.infoBox button .imgBox img {
    margin-top: -8px;
}
.infoBox button .textBox {
    line-height: 15px;
    margin-left: 7px;
    font-weight: 600;
}

.infoBox2{
    margin-top: 20px;
}
.infoBox2 .textBox{
    font-size: 16px;
    line-height: 30px;
    margin-left: 15px;
}
.infoBox2 .textBox span{
    font-weight: 600;
}