@charset "UTF-8";
@import url(font.css);

/* 비주얼 */

#visual {
    position: relative;
    width: 100%;
}

#visual img {
    width: 100%;
    display: block;
}

#visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(7, 28, 56, 0.7);
}

#visual .text_box {
    position: absolute;
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#visual .text_box p {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

/* 섹션1 */

#section_box .section1 {
    margin-top: 150px;
}

#section_box h1 {
    position: relative;
    display: flex;
    justify-content: center;
}

#section_box h1::before {
    content: "";
    position: absolute;
    opacity: 30%;
    margin-top: 52px;
    border-bottom: 2px solid #093E6D;
    width: 125px;
}

/* 섹션2 */

#section_box .section2 .centerbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

#section_box .section2 {
    margin-top: 100px;
    margin-bottom: 80px;
}

#section_box .section2 .paper_img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px;
}

#section_box .section2 .paper_img_box img {
    width: 300px;
    height: 400px;
}

.section3 .txt_box h3 {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 24px;
}

.section3 .pub_list li {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;
}

.section3 .patent li {
    margin-bottom: 20px;
}