@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 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section_box .section1 {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 150px;
}

#section_box .section1 .members_tab {
    background: #fff;
    border: 1px solid #777;
    width: 210px;
    height: 65px;
    font-size: 26px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 0 30px;
    background: #071C38;
}

#section_box .section1 .members_tab a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600
}

#section_box .section1 .alumni_tab {
    background: #fff;
    border: 1px solid #777;
    width: 210px;
    height: 65px;
    font-size: 26px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 0 30px;
}

#section_box .section1 .alumni_tab a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600
}

#section_box .section1 .members_tab:hover {
    background: #071C38;
    transition: .3s;
}

#section_box .section1 .members_tab:hover a {
    color: #fff;
}

#section_box .section1 .alumni_tab:hover {
    background: #071C38;
    transition: .3s;
}

#section_box .section1 .alumni_tab:hover a {
    color: #fff;
}

/* 섹션2 */

#section_box .section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 530px;
    height: 80px;
    background: #071C38;
    margin-top: 100px;
}

#section_box .section2 p {
    color: #fff;
    font-size: 26px;
    font-weight: 600
}

/* 섹션3 */

#section_box .section3 {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    background: #F2F6F9;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

#section_box .section3 .content {
    display: flex;
    justify-content: center;
}

#section_box .section3 .professor_card img {
    width: 283px;
    height: 377px;
    margin-right: 100px;
    margin-top: 50px;
}

#section_box .section3 .text_box .big_tit {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
}

#section_box .section3 .text_box p {
    font-size: 20px;
    line-height: 180%;
}

/* 섹션4 */

/* #section_box .section4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 530px;
    height: 80px;
    background: #071C38;
    margin-top: 150px;
    margin-bottom: 80px;
}

#section_box .section4 p {
    color: #fff;
    font-size: 26px;
    font-weight: 600
} */

/* 섹션5 */

#section_box .section5 {
    display: flex;
}

#section_box .section5 .student_card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
}

#section_box .section5 .card {
    background: #F2F6F9;
    height: 320px;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#section_box .section5 img {
    width: 215px;
    height: 287px;
}

#section_box .section5 .name {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}

#section_box .section5 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}


/* 섹션6 */

#section_box .section6 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 530px;
    height: 80px;
    background: #071C38;
    margin-top: 150px;
    margin-bottom: 80px;
}

#section_box .section6 p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

/* 섹션7 */

#section_box .section7 {
    display: flex;
}

#section_box .section7 .student_card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
}

#section_box .section7 .card {
    background: #F2F6F9;
    height: 320px;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#section_box .section7 img {
    width: 215px;
    height: 287px;
}

#section_box .section7 .name {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}

#section_box .section7 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}