a {
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
    font-size: 12rem;
    max-width: 1000rem;
    margin: 0 auto;
    margin-top: 17rem;
}

.breadcrumb-item a {
    color: #666666;
    text-decoration: none;
    font-size: 12rem;
    font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

.breadcrumb-item.active {
    color: #333333;
    font-size: 12rem;
    font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666666;
}

/* content style */
.privacyBox {
    max-width: 1000rem;
    height: auto;
    margin: 0 auto;
}

.privacyTitleBox {
    width: 100%;
    height: 170rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 3rem solid #0E2A58;
}

.privacyH1 {
    height: 55rem;
    margin-top: 44rem;
    font-size: 48rem;
    font-family: Open Sans, Open Sans-400;
    color: #333333;
}

.privacyUploadTime {
    height: 19rem;
    font-size: 16rem;
    margin-top: 16rem;
    font-family: Inter, Inter-400;
    color: #666666;
}

.companyInfo {
    width: 100%;
    height: 56rem;
    margin-top: 38rem;
    font-size: 18rem;
    font-family: Inter, Inter-400;
    color: #333333;
    display: flex;
    align-items: center;
}

/* part2 */
.privacyInfo {
    margin-top: 44rem;
}

.privacyTitle {
    font-size: 24rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0A1D3D;
    height: 29rem;
}

.privacyDesc {
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #333333;
    line-height: 24rem;
    margin-top: 12rem;
}

.privacyList {
    margin-top: 20rem;
}

.privacyList span {
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
}

.privacyList li {
    height: 33rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #555555;
    line-height: 24rem;
    position: relative;
    padding-left: 24rem;
}

.privacyList li::before {
    content: "•";
    position: absolute;
    left: 8rem;
    color: #333333;
}

.notes {
    margin-left: 28rem;
}

.notesTitle {
    font-size: 13rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #FF9F00;
    margin-top: 15rem;
}

.notesTips {
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #0068d7;
    margin-top: 20rem;
}

.dataSharingList {
    margin-top: 20rem;
    height: 180rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dataSharingList span {
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
}

.dataSharingList li {
    height: auto;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #555555;
    position: relative;
    padding-left: 24rem;
}

.dataSharingList li::before {
    content: "•";
    position: absolute;
    left: 8rem;
    color: #333333;
}

.childPrivacy {
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #333333;
    margin-top: 12rem;
}

.suggestBox {
    width: 896rem;
    margin: 0 auto;
    margin-top: 64rem;
    height: 114rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suggestItem {
    width: 280rem;
    height: 152rem;
    background: #f1f4f5;
    border-radius: 4rem;
    padding-top: 24rem;
    padding-left: 24rem;
}

.itemTitle a,
.itemTitle {
    font-size: 17rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0068d7;
    height: 21rem;
    line-height: 21rem;
}

.itemText {
    margin-top: 12rem;
    height: 17rem;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #485a64;
}

.timeTable {
    margin-top: 20rem;
    width: 570rem;
    height: 216rem;
    border: 1rem solid #EEEEEE;
}

.timeTable th {
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    height: 36rem;
    background-color: #f8f8f8;
    padding-left: 40rem;
}

.timeTr td:first-child {
    padding-left: 40rem;
    font-size: 13rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
}

.timeTr td:last-child {
    padding-left: 40rem;
    font-size: 13rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #555555;
}

.itemText3 {
    width: 240rem;
    font-size: 13rem;
    height: 78rem;
    font-family: Inter, Inter-400;
    color: #485a64;
    margin-top: 12rem;
}

.itemText3 a {
    font-size: 14rem;
    margin-top: 8rem;
    font-family: Inter, Inter-400;
    color: #485a64;
}