#about-us {
}

#about-us .container {
    padding-top: 84px;
    padding-bottom: 91px;
}


#brand {
    background: #F5F7FB;
}

#brand .container {
    padding-top: 104px;
    padding-bottom: 87px;
}

#brand .titles {
}

#brand .titles .sub-title {
    opacity: 0.06;

    font-size: 100px;
    color: #0D1851;
    letter-spacing: 0;
    font-weight: 900;
}

#brand .titles .title {

    font-size: 52px;
    color: #2F3243;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 17px;
}

#brand .layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
    column-gap: 200px;
    row-gap: 50px;
}

#brand .layout .layout-item {
}

#brand .layout .layout-item:nth-child(1) {
    order: 1;
}

#brand .layout .layout-item:nth-child(2) {
    order: 3;
}

#brand .layout .layout-item:nth-child(3) {
    order: 2;
    grid-row: span 2 / span 2;
}

#brand .layout .layout-item:nth-child(3) .value {
    line-height: 48px;
    white-space: pre-wrap;
}

#brand .layout .layout-item .label {

    font-size: 32px;
    color: var(--primary-color);
    letter-spacing: 0;
    font-weight: 500;
}

#brand .layout .layout-item .value {

    font-size: 24px;
    color: #525252;
    letter-spacing: 0;
    margin-top: 18px;
    line-height: 35px;
}


#history {
}

#history .container {
    padding-top: 136px;
    width: 100% !important;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#history .titles {
    text-align: center;
}

#history .titles .sub-title {
}

#history .titles .title {
}

#history .content {
    height: 680px;
    overflow-x: auto;
    padding: 10px 0;
}

#history .content .content-wrapper {
    position: relative;
    content: ' ';
    height: 16px;
    width: fit-content;
    background-color: var(--primary-color);
    top: 318px;
    min-width: 100%;
}

#history .content .items {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    padding: 0px 0 0 65px;
    gap: 0;
    position: relative;
    height: 16px;
    width: 1440px;
    margin: auto;
}

#history .content .time-item {
    width: 145px;
    height: 16px;
    position: relative;
}

#history .content .time-item .inner {
    width: 343px;
    position: absolute;
    padding: 0px 23px 41px;
    bottom: -4px;
}

#history .content .time-item .time {

    font-size: 29px;
    color: var(--primary-color);
    letter-spacing: 0;
    font-weight: 500;
    line-height: 30px;
}

#history .content .time-item .event {

    font-size: 20px;
    color: #2F3243;
    letter-spacing: 0;
    line-height: 32px;
    padding-right: 44px;
    margin-top: 16px;
}

#history .content .time-item .event .t {
}

#history .content .time-item .image {
    margin-top: 14px;
}

#history .content .time-item .image img {
    max-width: 184px;
    max-height: 134px;
    object-fit: contain;
}

#history .content .time-item .line {
    background: var(--primary-color);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#history .content .time-item .line:before {
    content: ' ';
    position: relative;
    top: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 99px;
}

#history .content .time-item .line:after {
    content: ' ';
    position: relative;
    top: 0;
    left: -11px;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 99px;
    border: 4px solid white;
}

#history .content .time-item:nth-child(even) .inner {
    left: 164px;
    top: -12px;
    padding: 47px 23px;
    bottom: inherit;
}

#history .content .time-item:nth-child(even) .line {
    flex-direction: column-reverse;
}

#exhibition {
}

#exhibition .container {
    padding-top: 125px;
    padding-bottom: 124px;
}

#exhibition .titles {
    text-align: center;
}

#exhibition .titles .sub-title {
}

#exhibition .titles .title {
}

#exhibition .content {
    margin-top: 65px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

#exhibition .content .image img {
    object-fit: cover;
    height: 100%;
}

#exhibition .content .image:nth-child(1) {
    overflow: hidden;
    grid-column: span 2 / span 2;
}

#exhibition .content .image:nth-child(2) {
    overflow: hidden;
    grid-column: span 3 / span 3;
}

#exhibition .content .image:nth-child(3) {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-column: span 2 / span 2;
}

#exhibition .content .image:nth-child(3) img {
    width: 356px;
    height: 192px;
}

#exhibition .content .image:nth-child(4) {
    width: 356px;
    height: 192px;
}

#exhibition .content .words {
    clear: both;
    height: 88px;
    background: var(--primary-color);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    letter-spacing: 0;
    width: 100%;
    gap: 34px;
    grid-column: span 7 / span 7;
}

@media screen and (max-width: 768px) {
    #about-us {
    }

    #about-us .container {
    padding-top: 5px;
    padding-bottom: 64px;
    }


    #brand {
        background: #F5F7FB;
    }

    #brand .container {
    padding-top: 57px;
    padding-bottom: 57px;
    }

    #brand .titles {
    }

    #brand .titles .sub-title {

    font-size: 23px;
    color: #0D1851;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    opacity: 1;
    }

    #brand .titles .title {
    font-size: 27px;
    line-height: 28px;
    margin-top: 8px;
    }

    #brand .layout {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 36px;
    gap: 26px;
    }

    #brand .layout .layout-item {
    }

    #brand .layout .layout-item:nth-child(1) {
    }

    #brand .layout .layout-item:nth-child(2) {
    order: 2;
    }

    #brand .layout .layout-item:nth-child(3) {
    }

    #brand .layout .layout-item:nth-child(3) .value {
    line-height: 35px;
    }

    #brand .layout .layout-item .label {
    font-size: 21px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 500;
    }

    #brand .layout .layout-item .value {
    font-size: 17px;
    color: #525252;
    text-align: center;
    margin-top: 4px;
    }


    #history {
    }

    #history .container {
    padding-top: 65px;
    }

    #history .titles {
    }

    #history .titles .sub-title {
    }

    #history .titles .title {
    }

    #history .content {
    height: auto;
    }

    #history .content .content-wrapper {
    position: relative;
    content: ' ';
    height: auto;
    width: auto;
    top: 0;
    min-width: inherit;
    background: none;
    }

    #history .content .items {
    display: block;
    height: auto;
    padding: 19px 30px;
    width: auto;
    }

    #history .content .time-item {
    width: auto;
    height: auto;
    }
    #history .content .time-item:last-child .line {
        background: none;
    }

    #history .content .time-item .inner {
    width: auto;
    position: relative;
    padding: 0px 0 30px  19px;
    bottom: 0;
    display: flex;
    gap: 4px;
    }
    #history .content .time-item .inner .text {
    flex: 1;
    }

    #history .content .time-item .time {
    font-size: 21px;
    }

    #history .content .time-item .event {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 22px;
    }

    #history .content .time-item .event .t {
    }

    #history .content .time-item .image {
    margin-top: 4px;
    }

    #history .content .time-item .image img {
        max-width: 118px;
        max-height: 118px;
        object-fit: contain;
    }

    #history .content .time-item .line {
    margin-top: 2px;
    }

    #history .content .time-item .line:before {
    content: ' ';
    position: relative;
    top: 0;
    left: -9px;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 99px;
    border: 4px solid white;
    }

    #history .content .time-item .line:after {
    display: none;
    }

    #history .content .time-item:nth-child(even) .inner {
    left: 0;
    top: 0;
    padding: 0px 0 30px 19px;
    bottom: inherit;
    }

    #history .content .time-item:nth-child(even) .line {
    flex-direction: column;
    }

    #exhibition {
    }

    #exhibition .container {
    padding-top: 21px;
    padding-bottom: 35px;
    }

    #exhibition .titles {
    }

    #exhibition .titles .sub-title {
    }

    #exhibition .titles .title {
    }

    #exhibition .content {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    }

    #exhibition .content .image{

    }

    #exhibition .content .image img {
    width: auto;
    height: auto;
    }

    #exhibition .content .image:nth-child(1) {
    order: 2;
    }
    #exhibition .content .image:nth-child(1) img{
        width: 442px;
        height: 178px;
    }

    #exhibition .content .image:nth-child(2) {
    grid-column: span 2 / span 2;
    order: 1;
    }
    #exhibition .content .image:nth-child(2) img{
        width: auto;
        height: auto;
    }

    #exhibition .content .image:nth-child(3) {
    order: 3;
    gap: 5px;
    flex-direction: row;
    }
    #exhibition .content .image:nth-child(3) img{
        width: 356px;
        height: 86px;
    }

    #exhibition .content .image:nth-child(4) {
    }
    #exhibition .content .image:nth-child(4) img{

    }

    #exhibition .content .words {
    grid-column: span 2 / span 2;
    order: 4;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    }
}
