.safeCheck {
    min-height: calc(100vh - 406px);
}

.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 > h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
}
.safeCheck > article > p {
    font-size: 16px;
    line-height: 28px;
}

.hiddenBox {
    height: 300px;
}

.miniStickerWrap {
    width: 35px;
    height: 5px;
    margin-top: 28px;
    margin-left: 2px;
}
.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: 7px 0;
    margin-left: 20px;
}
.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;
}