@charset "utf-8";

html {
    overflow-x: hidden;
}

body {
    color: #4C5864;
}

img {
    width: 100%;
    height: auto;
    
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.p-about {
    margin-top: 70px;
}

.about-main {
    display: flex;
    margin-bottom: 8rem;
}

.about-inner {
    width: 100%;
    height: 20.25rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    backface-visibility: hidden;
}

.header-title {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
    width: 100%;
}

.c-section_title {
    font-size: 12.5rem;
    line-height: .9;
    margin-bottom: -1.15rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.c-section_sub-title {
    font-size: 1.875rem;
    line-height: 1;
    margin-right: 10rem;
    letter-spacing: .07em;
    font-weight: 600;
}

.news-img-box {
    display: flex;
    margin-bottom: 50px;
}

a {
    color: #1a0dab;
}

@media screen and (max-width: 768px) {
    .about-main {
        margin-bottom: 7.3rem;
    }

    .about-inner {
        height: 14rem;
    }

    .header-title {
        flex-direction: column;
        align-items: normal;
    }

    .c-section_title {
        font-size: 6rem;
        line-height: .94;
        margin-bottom: 0.6875rem;
    }

    .c-section_sub-title {
        font-size: 1.1rem;
        margin-bottom: -0.125rem;
    }
}

.news-inner {
    max-width: 1000px;
    padding: 20px 40px;
    margin: 0 auto;
}

.news-title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 2px solid #4c5864;
    margin-bottom: 30px;
}

.news-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
}

.created-day {
    font-size: 1.5rem;
    color: #FF9F0F;
}

.news-txt {
    letter-spacing: .05em;
    line-height: 1.7;
    padding-bottom: 15px;
    font-weight: 500;
}



@media screen and (max-width: 768px) {
    .news-main {
        padding: 0 10px;
    }
    
    .news-inner {
        padding: 10px 0;
    }
    
    .news-title-box {
        display: block;
        padding-bottom: 10px;
    }
    
    .news-title {
        font-size: 2.4rem;
        padding-bottom: 10px;
    }
    
    .created-day {
        font-size: 1.6rem;
        text-align: right;
    }

    .news-img-box {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .news-img {
        padding-bottom: 30px;
    }
}



@media screen and (min-width: 768px) {
    
    
}

@media screen and (max-width: 767px) {
    
}



















