/*hero*/
.hero {
    position: relative;
    height: 758px;
    background-image: url('../assets/img/about/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 100px;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 95.97%);
    z-index: 0;
}

.hero .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero .text-block {
    margin-bottom: 100px;
}

.hero h1 {
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero p {
    max-width: 630px;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ACAFB9;
}
/*endsection*/

/*about-company*/
.about-company {
    margin-bottom: 100px;
}

.about-company .container {
    display: flex;
    justify-content: space-between;
}

.about-company .container > div {
    max-width: 605px;
    width: 100%;
}

.about-company p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-company span {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ACAFB9;
}

.about-company .left {
    display: flex;
    align-items: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.about-company .item {
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.about-company .item:first-child {
    margin-bottom: 30px;
}
/*endsection*/

/*badge-list*/
.badge-list {
    margin-bottom: 100px;
}

.badge-list .list {
    display: flex;
    justify-content: space-between;
}

.badge-list .item {
    position: relative;
    max-width: 180px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
}

.badge-list .item.badge::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 36px;
    background-image: url('../assets/img/about/icons/badge.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.badge-list .item p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.badge-list .item span {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #ACAFB9;
}
/*endsection*/

/*founder*/
.founder {
    margin-bottom: 100px;
}

.founder .banner {
    height: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../assets/img/about/bg-founder.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 40px 0 0;
    border-radius: 20px;
}

.founder .illustration {
    max-width: 605px;
    width: 100%;
}

.founder .illustration img {
    width: 100%;
    display: flex;
}

.founder .text-block {
    max-width: 527px;
    width: 100%;
}

.founder .text-block h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    color: #ACAFB9;
    margin-bottom: 20px;
}

.founder .text-block h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.founder .text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}
/*endsection*/

/*map*/
.map {
    margin-bottom: 100px;
}

.map img {
    display: flex;
    width: 100%;
}

.map .list {
    display: none;
}
/*endsection*/

/*history*/
.history {
    margin-bottom: 100px;
}

.history .container {
    max-width: 880px;
}

.history h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.history .item .block {
    position: relative;
    max-width: 420.5px;
    width: 100%;
    display: flex;
}

.history .item .line {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ACAFB9;
}

.history .item.left-item .line {
    right: 0;
}

.history .item.right-item .line {
    left: 0;
}

.history .item.first-item .line {
    height: calc(100% - 28px);
    top: 28px;
}

.history .item.last-item .line {
    height: 20px;
}

.history .item.left-item .block {
    padding-right: 35px;
}

.history .item.right-item {
    display: flex;
    justify-content: flex-end;
}

.history .item.right-item .block {
    padding-left: 35px;
}

.history .item .text-block {
    width: 100%;
}

.history .item p {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: rgba(172, 175, 185, 0.5);
    margin-bottom: 15px;
}

.history .item.left-item p {
    justify-content: flex-end;
}

.history .item p:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #ACAFB9;
    border-radius: 50%;
}

.history .item.left-item p:after {
    right: -40px;
}

.history .item.right-item p:after {
    left: -40px;
}

.history .item.left-item p {
    text-align: right;
}

.history .item li {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
}

.history .item li:last-child {
    margin-bottom: 0;
}

.history .item.left-item li {
    text-align: right;
    padding-right: 20px;
}

.history .item.right-item li {
    text-align: left;
    padding-left: 20px;
}

.history .item li::after {
    content: '';
    position: absolute;
    top: 8.5px;
    width: 6px;
    height: 6px;
    border: 2px solid rgba(172, 175, 185, 0.5);
    border-radius: 50%;
}

.history .item.left-item li::after {
    right: 0;
}

.history .item.right-item li::after {
    left: 0;
}
/*endsection*/

/*media*/
.media {
    margin-bottom: 150px;
}

.media h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.media ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.media ul li img {
    display: flex;
    height: 150px;
    border-radius: 10px;
}

.media .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.media .list .item {
    width: 393.33px;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 2;
}

.media .list .item img {
    display: flex;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.media .list .item:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.media .list .item .text-block {
    height: 100%;
    padding: 20px 30px;
    background: rgba(173, 184, 239, 0.1);
    transition: .3s;
}

.media .list .item:hover .text-block {
    background: rgba(173, 184, 239, 0.4);
    transition: .3s;
}

.media .list .text-block .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.media .list .text-block .top .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    opacity: 0.5;
}

.media .list .text-block .top .company {
    display: flex;
}

.media .list .text-block .top .company i {
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.media .list .text-block .top .company i.sina {
    background: url('../assets/img/about/icons/icon-sina.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company i.iYiou {
    background: url('../assets/img/about/icons/icon-iYiou.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company i.bjtitle {
    background: url('../assets/img/about/icons/icon-bjtitle.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company i.kr {
    background: url('../assets/img/about/icons/icon-36kr.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company i.nbd {
    background: url('../assets/img/about/icons/icon-nbd.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company i.china {
    background: url('../assets/img/about/icons/icon-china.svg') no-repeat 0 0;
    background-size: contain;
}

.media .list .text-block .top .company p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    opacity: 1;
}

.media .list .text-block .bottom {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media .link {
    display: flex;
    justify-content: center;
}

.media .link .learn-more {
    max-width: 280px;
}
/*endsection*/

@media (-webkit-min-device-pixel-ratio: 2) {
    /*hero*/
    .hero {
        background-image: url('../assets/img/about/bg-hero-2x.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    /*endsection*/
}

@media (max-width: 480px) {
    /*hero*/
    .hero {
        height: 100vh;
        background-image: url('../assets/img/about/bg-hero-mobile-2x.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        margin-bottom: 0;
    }

    .hero .container {
        align-items: center;
    }

    .hero .text-block {
        margin-bottom: 0;
    }

    .hero h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
    }

    .hero p {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }
    /*endsection*/

    /*about-company*/
    .about-company .container {
        flex-direction: column;
    }

    .about-company p {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .about-company span {
        font-size: 14px;
        line-height: 24px;
    }

    .about-company .left {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .about-company .item {
        padding: 30px 20px;
    }

    .about-company .item:first-child {
        margin-bottom: 20px;
    }
    /*endsection*/

    /*badge-list*/
    .badge-list {
        margin-bottom: 80px;
    }

    .badge-list .list {
        flex-wrap: wrap;
    }

    .badge-list .item {
        max-width: 100%;
        width: calc(50% - 10px);
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .badge-list .item p {
        font-size: 32px;
        line-height: 100%;
    }
    /*endsection*/

    /*founder*/
    .founder .banner {
        height: auto;
        flex-direction: column;
        background-image: none;
        padding: 0;
        border-radius: none;
    }

    .founder .illustration {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .founder .text-block {
        max-width: 100%;
    }

    .founder .text-block h3 {
        font-size: 14px;
        line-height: 160%;
    }

    .founder .text-block h2 {
        font-size: 52px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .founder .text-block p {
        font-size: 14px;
    }
    /*endsection*/

    /*map*/
    .map {
        margin-bottom: 80px;
    }

    .map img {
        margin-bottom: 30px;
    }

    .map .list {
        max-width: 300px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .map .list .item {
        position: relative;
        display: flex;
        align-items: center;
        width: 50%;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 20px;
        padding-left: 26px;
    }

    .map .list .item::before {
        content: '';
        position: absolute;
        left: 0;
        width: 10.67px;
        height: 13px;
    }

    .map .list .item.green::before {
        background-image: url('../assets/img/about/icons/green-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.grey::before {
        background-image: url('../assets/img/about/icons/grey-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.blue::before {
        background-image: url('../assets/img/about/icons/blue-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.red::before {
        background-image: url('../assets/img/about/icons/red-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.violet::before {
        background-image: url('../assets/img/about/icons/violet-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.yellow::before {
        background-image: url('../assets/img/about/icons/yellow-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.brown::before {
        background-image: url('../assets/img/about/icons/brown-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map .list .item.rose::before {
        background-image: url('../assets/img/about/icons/rose-map.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }
    /*endsection*/

    /*history*/
    .history h2 {
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .history .item p {
        font-size: 24px;
    }

    .history .item li {
        font-size: 12px;
        line-height: 150%;
    }

    .history .item li::after {
        top: 2.5px;
    }

    .history .history-block {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

    .history .item .block {
        padding-bottom: 30px;
    }

    .history .item.left-item .block {
        padding-right: 0;
        padding-left: 20px;
    }

    .history .item.first-item .line {
        top: 24px;
        height: calc(100% - 20px);
    }

    .history .item.left-item .line {
        left: 0;
        right: unset;
    }

    .history .item.left-item p {
        text-align: left;
        justify-content: flex-start;
    }

    .history .item.left-item p:after {
        right: unset;
        left: -25px;
    }

    .history .item.left-item li {
        text-align: left;
        padding: 0 0 0 20px;
    }

    .history .item.left-item li::after {
        left: 0;
    }
    /*endsection*/

    /*media*/
    .media {
        margin-bottom: 100px;
    }

    .media ul {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .media ul li {
        width: 23%;
        margin-bottom: 10px;
    }

    .media ul li img {
        width: 100%;
        height: auto;
    }

    .media .list .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .media .list .item:last-child {
        margin-bottom: 0;
    }

    .media .list .item img {
        position: relative;
        width: 440px;
        left: calc((100% - 440px)/2);
    }

    .media .list .item .text-block {
        padding: 20px;
    }

    .media .list .text-block .top {
        margin-bottom: 10px;
    }

    .media .list .item:hover img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .media .list .text-block .top .company {
        align-items: center;
    }

    .media .list .text-block .top .company p {
        font-size: 14px;
        line-height: 24px;
    }

    .media .list .text-block .top .company i {
        width: 18px;
        height: 18px;
    }

    .media .list .text-block .top .date {
        font-size: 14px;
        line-height: 24px;
    }

    .media .list .text-block .bottom {
        font-size: 18px;
        line-height: 22px;
    }
    /*endsection*/
}
