/* sub내용 */
.sub_top_title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 800;
}
.sub_dot_title{
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.sub_dot_title::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 8px;
    margin-bottom: 4px;
    background-color: var(--main-color);
}
.radio_wrap{
    margin-bottom: 8px;
}
.department_guide .white_box{
    position: relative;
    width: 70%;
    background-color: #fff;
    padding: 50px 40px;
    margin: -80px  auto 0 auto;
}
.department_guide .white_box .top_txt{
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
}
.department_guide .white_box .bottom_txt{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.department_guide .white_box .bottom_txt p{
    font-size: 20px;
    line-height: 35px;
}
.department_guide .white_box .bottom_txt b{
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    margin-top: 44px;
}
@media screen and (max-width : 1023px){
    .sub_dot_title{
        font-size: 24px;
    }
    .department_guide .white_box{
        width: 80%;
        padding: 40px 30px;
    }
    .department_guide .white_box .top_txt{
        font-size: 30px;
        line-height: 40px;
    }
    .department_guide .white_box .bottom_txt{
        gap: 30px;
    }
    .department_guide .white_box .bottom_txt p{
        font-size: 18px;
        line-height: 32px;
    }
}
@media screen and (max-width : 767px){
    .department_guide .white_box .top_txt{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .department_guide .white_box{
        width: 100%;
        margin-top: 0;
        padding: 30px 0 0 0;
    }
}
@media screen and (max-width : 424px){
    .department_guide .white_box{
        padding-top: 24px;
    }
    .department_guide .white_box .top_txt{
        font-size: 20px;
        line-height: 32px;
    }
}
/* 학과소개 > 교과과목 소개 */
.departemnt_education .top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.departemnt_education .top_bar .download_btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--main-color);
    color: #fff;
    padding: 8px 16px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}
.departemnt_education .top_bar select{
    display: inline-flex;
    align-items: center;
    padding: 8px 40px 8px 16px;
    border-radius: 5px;
    border: 1px solid #333;
    font-size: 18px;
    background: url('../images/sub_select_arrow.svg') no-repeat center right 8px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
.departemnt_education .top_bar .student{
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width : 767px){
    .departemnt_education .top_bar select{
        font-size: 16px;
    }
    .departemnt_education .top_bar{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* 학과소개 > 교과과목 소개 */
.department_subject .tab_style_button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.department_subject .tab_style_button li{
    padding: 12px 30px;
    border-radius: 40px;
    background-color: #F2F2F2;
    font-weight: 500;
    color: #999999;
    cursor: pointer;
}
.department_subject .tab_style_button li.active{
    box-shadow: 3px 3px 10px #00000014;
    color: #fff;
    background-color: var(--main-color);
}
.department_subject .table_list{
    display: none;
}
.department_subject .table_list.active{
    display: block;
}
.department_subject .table_list .list{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.department_subject .table_list .list .box{
    font-size: 18px;
    padding: 30px;
}
.department_subject .table_list .list_head{
    display: flex;
    border-top: 2px solid #000;
    border-bottom: 1px solid #656263;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}
.department_subject .table_list .list_head .box{
    padding: 18px 0;
}
.department_subject .table_list .list .box:nth-child(1){
    width: 280px;
    text-align: center;
}
.department_subject .table_list .list .box:nth-child(2){
    width: calc(100% - 280px);
    line-height: 27px;
}
.department_subject .table_list .contents_list .list .box:nth-child(1){
    font-weight: 600;
}
.department_subject .table_list .contents_list .list .box small{
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 4px;
}
@media screen and (max-width : 1023px){
    .department_subject .table_list .list .box{
        padding: 20px;
    }
    .department_subject .table_list .list .box:nth-child(1){
        width: 200px;
    }
    .department_subject .table_list .list .box:nth-child(2){
        width: calc(100% - 200px);
    }
    .department_subject .table_list .contents_list .list .box:nth-child(1){
        width: 200px;
        font-size: 18px;
    }
    .department_subject .table_list .contents_list .list .box:nth-child(2){
        width: calc(100% - 200px);
        font-size: 16px;
    }
}
@media screen and (max-width : 767px){
    .department_subject .table_list .list_head{
        display: none;
    }
    .department_subject .table_list .list:nth-child(1){
        border-top: 2px solid #000;
    }
    .department_subject .table_list .list{
        flex-direction: column;
        align-items: flex-start;
    }
    .department_subject .table_list .contents_list .list .box:nth-child(1){
        width:100%;
        text-align: left;
        padding-bottom: 0;
    }
    .department_subject .table_list .contents_list .list .box:nth-child(2){
        width: 100%;
        padding-top: 10px;
    }
}
@media screen and (max-width : 524px){
    .department_subject .tab_style_button li{
        width: 100%;
        text-align: center;
    }
}
/* 학과소개 > 졸업후 진로 */
.departemnt_course .job_list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.departemnt_course .job_list li{
    width: calc((100% - 36px) / 4 );
    border: 1px solid #FFA5A5;
    background-color: #FFEAEA;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FE5B5B;
    font-size: 18px;
    letter-spacing: -0.6px;
}
@media screen and (max-width : 1023px){
    .departemnt_course .job_list{
        gap: 10px 2%;
    }
    .departemnt_course .job_list li{
        width: 49%;
    }
}
@media screen and (max-width : 524px){
    .departemnt_course .job_list li{
        width: 100%;
        font-size: 16px;
        gap: 8px 2%;
    }
}
/* 학과소개 > 교육목표 */
.department_goal .goal_title{
    position: relative;
    width: fit-content;
    border-radius: 200px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    transform: translateY(50%);
    padding: 16px 45px;
    margin: 0 auto;
    z-index: 5;
}
.department_goal .purpose{
    position: relative;
    width: 70%;
    font-size: 24px;
    border-radius: 20px;
    background-color: var(--main-color);
    color: #fff;
    padding: 45px 20px 30px 20px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    z-index: 0;
}
.department_goal .goal_item_list {
    display: flex;
    align-items: stretch;
    background-color: var(--main-color)17;
    border-radius: 30px;
    margin-top: 60px;
}
.department_goal .goal_item_list .title_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    vertical-align: middle;
    border-radius: 34px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    color: var(--main-color) ;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    box-shadow: 8px 0px 10px #22222214;
}
.department_goal .goal_item_list .goal_item{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 60px;
    font-size: 18px;
}
.department_goal .goal_item_list .goal_item li{

}
@media screen and (max-width : 1023px){
    .department_goal .goal_title{
        padding: 12px 40px;
        font-size: 18px;
    }
    .department_goal .purpose{
        width: 100%;
        font-size: 18px;
        padding: 34px 20px 22px 20px;
    }
    .department_goal .goal_item_list{
        margin-top: 40px;
    }
    .department_goal .goal_item_list .goal_item{
        font-size: 16px;
        padding: 20px 40px;
    }
    .department_goal .goal_item_list .title_box{
        width: 160px;
        min-width: 120px;
        font-size: 16px;
    }
}
@media screen and (max-width : 767px){
    .department_goal .goal_item_list{
        flex-direction: column;
    }
    .department_goal .goal_item_list .goal_item{
        padding: 15px 20px;
    }
    .department_goal .goal_item_list .title_box{
        width: fit-content;
        min-width: unset;
        padding: 12px 40px;
        margin: -20px auto 0 auto;
    }
    .department_goal .goal_item_list .title_box br{
        display: none;
    }
    
}
/*교수소개 > 교수 */
.department_professor .profile_list_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.department_professor .profile_list_wrap .profile_wrap{
    width: calc(50% - 20px);
    display: flex;
    gap: 30px;
}
.department_professor .profile_list_wrap .profile_wrap .img_box{
    aspect-ratio: 3 / 4;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    width: 180px;
    min-width: 180px;
}
.department_professor .profile_list_wrap .profile_wrap .img_box img{
    object-fit: cover;
}
.department_professor .profile_list_wrap .profile_info{
    font-size: 30px;
    padding: 20px 0;
}
.department_professor .profile_list_wrap .profile_info::before{
    content: '';
    display: flex;
    width: 40px;
    height: 4px;
    margin-bottom: 6px;
    background: var(--main-color);
}
.department_professor .profile_list_wrap .profile_info .name b{
    font-size: 30px;
    font-weight: 800;
}
.department_professor .profile_list_wrap .profile_info .name small{
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
}
.department_professor .profile_list_wrap .profile_info ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    margin-top: 24px;
    font-weight: 500;
}
.department_professor .profile_list_wrap .profile_info ul li{
    display: flex;
    line-height: 27px;
    word-break: break-all;
}
.department_professor .profile_list_wrap .profile_info ul span{
    display: inline-block;
    width: 80px;
    min-width: 80px;
    opacity: 0.6;
}
.department_professor .profile_list_wrap .profile_info ul .email_link:hover{
    color: var(--main-color);
}
@media screen and (max-width : 1279px){
    .department_professor .profile_list_wrap{
        gap: 30px;
    }
    .department_professor .profile_list_wrap .profile_wrap{
        gap: 20px;
    }
    .department_professor .profile_list_wrap .profile_wrap .img_box{
        min-width: 170px;
    }
    .department_professor .profile_list_wrap .profile_info{
        padding: 16px 0;
    }
    .department_professor .profile_list_wrap .profile_info ul{
        gap: 4px;
    }
    .department_professor .profile_list_wrap .profile_info ul li{
        font-size: 16px;
    }
    .department_professor .profile_list_wrap .profile_info::before{
        margin-bottom: 2px;
    }
    .department_professor .profile_list_wrap .profile_info .name b{
        font-size: 26px;
    }
}
@media screen and (max-width : 1023px){
    .department_professor .profile_list_wrap{
        flex-direction: column;
    }
    .department_professor .profile_list_wrap .profile_wrap{
        width: 100%;
    }
}
@media screen and (max-width : 524px){
    .department_professor .profile_list_wrap{
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .department_professor .profile_list_wrap .profile_wrap{
        flex-direction: column;
    }
}

/* 학생활동 > 동아리*/
.activity_club .club_intro{
    width: 100%;
    background-color: var(--main-color)17;
    border-radius: 20px;
    padding: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.6px;
}
.activity_club .contents_list{
    border-top: 2px solid #222;
    margin-top: 60px;
}
.activity_club .table_list .list{
    display: flex;
    align-items: flex-start;
}
.activity_club .contents_list .sub_dot_title{
    width: 40%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 30px 30px 30px 0;
}
.activity_club .contents_list .sub_dot_title::after{
    margin-left: 0;
    margin-right: 8px;
}
.activity_club .table_list .list .box b:not(:first-child){
    margin-top: 40px;
}
.activity_club .table_list .list .box span{
    display: flex;
    
}
.activity_club .table_list .list .box b{
    display: block;
}
.activity_club .table_list .active_image{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media screen and (max-width : 1023px){
    .activity_club .club_intro{
        font-size: 18px;
    }
    .department_professor .profile_list_wrap{
        width: 100%;
    }
    .activity_club .contents_list .sub_dot_title::after{
        width: 6px;
        height: 6px;
    }
    .activity_club .contents_list .sub_dot_title{
        width: 100%;
        padding-bottom: 0;
    }
    
}