html {
    scroll-behavior: smooth;
}

[id^="scrollspyHeading"] {
    scroll-margin-top: 40px;
}


.totalBodyContainer {
    background-color: #F8F8F8;
}

.iprsSection1 {
    margin-top: 120px;
    width: 100%;
}

.iprsSection1Container {
    background: url("/images/aboutUs/iprs/iprsSection1Bg.png") no-repeat center center / cover;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(18, 34, 45, 0.2)
}

.iprsSection1Wrapper{
    width: 100%;
    max-width: 1400px;
}

.iprsSection1Text {
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: -0.96px;
    color: #12222D;
    text-align: left;
}

.iprsSection1Text > span {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
}

.iprsSection2 {
    margin-top: 50px;
    width: 100%;
}

.iprsSection2Container{
    width: 100%;
    max-width: 1400px;
}

.iprsSection2ButtonContainer {
    margin-bottom: 32px;
}


.iprsSection2NavBarContainer {
    align-items: center;
    justify-content: center;
}

.iprsSection2NavContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.nav-pills .nav-link, .nav-pills .nav-link.active {
    background-color: #f8f8f8;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #12222D;
    text-align: center;
    padding: 8px 32px;
    border: 1px solid #D0D3D5;
    border-radius: 1000px;
    box-shadow: 0 0 10px #34C0FF1A;
}

.nav-pills .nav-link:hover {
    border: 1px solid #338CFF;
}

.iprsSection2PatentContainer,
.iprsSection2TtaContainer,
.iprsSection2GsContainer,
.iprsSection2ThesisContainer{
    margin: 40px 0;
}

.iprsSection2ManagementTitle,
.iprsSection2PatentTitle,
.iprsSection2TtaTitle,
.iprsSection2GsTitle,
.iprsSection2ThesisTitle,
.iprsSection2CopyrightTitle {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: -0.96px;
    color: #12222D;
}

.iprsSection2ListTableHeaderContainer {
    margin-top: 12px;
    background-color: #EAEBEC;
    border-top: 1px solid rgba(18, 34, 45, 0.4);
    border-bottom: 1px solid rgba(18, 34, 45, 0.4);
}

.iprsSection2ListWrapper {
    width: 100%;
    padding: 0 13px;
}

.iprsSection2ListHeaderNumber{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListHeaderSortation{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListHeaderTitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.5rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListHeaderDate,
.iprsSection2ListHeaderCertification {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}


.iprsSection2ListTableBodyContainer {
    border-bottom: 1px solid rgba(18, 34, 45, 0.4);
}

.iprsSection2ListBodyNumber{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListBodySortation{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListBodyTitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 3.125rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.iprsSection2ListBodyDate,
.iprsSection2ListBodyCertification{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

@media (max-width: 576px) {
    .nav-pills .nav-link, .nav-pills .nav-link.active{
        padding: 8px 16px;
    }

    .iprsSection2NavContainer{
        gap: 20px;
    }
}