.press_read_more_title_section {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press_read_more_main_title > p{
    font-family: 'NanumSquareACB';
    font-size: 27px;
    font-weight: bold;
    position: relative;
    
}

.press_read_more_main_title > p::before {
    content: "";
    width: 100%;
    height: 15px;
    background: #CBF2E4;
    position: absolute;
    display: inline-block;
    bottom: -1px;
    left: -20px;
    z-index: -1;
}


.press_read_more_main_go_list > p {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border: 1px solid #94C5DA;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'S-coreDream3';
    font-size: 18px;
    color: #596F7C;
    cursor: pointer;
}

.press_section {
    margin-top: 50px;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    margin-bottom: 80px;
}


.press_title_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F3;
    
    padding: 30px;
}

.press_title {
    color: #2F2F2F;
    font-size: 24px;
    font-family: 'S-coreDrema5';
    font-weight: bold;
}

.press_date {
    color: #8A8A8A;
    font-size: 14px;
    font-family: 'S-coreDream3';
}

.press_content_section {
    padding: 30px;
}

.press_content_section > p {
    font-size: 18px;
    font-family: 'S-coreDream3';
    color: #333333;
}

.press_content_section > p > img{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 600px;
    max-height: 500;
    height: auto;
}



.press_content_section > p > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.press_content_section > p > a > img {
    width: 100%;
    height: auto;
}

.press_read_more_go_list_section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.image_center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

