@charset "utf-8";

/* 파트너 */
.partner2_wrap{
    padding: 100px 30px 150px ;
    max-width: 1184px ;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.partner2_wrap .title_txt{
    text-align: center;
}
.partner2_wrap .title_txt span{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--FW-R);
}
.partner2_wrap .title_txt span > b{
    font-weight: var(--FW-SB);
}
.partner2_wrap .title_txt h3{
    font-size: 42px;
    line-height: 53px;
    font-weight: var(--FW-B);
    padding-bottom: 40px;
}
.partner2_wrap .title_txt > p{
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--FW-M);
    color: #808080;
}
.partner2_wrap .partner_list{
    border: 1px solid #D1D1D1;
    width: 100%;
}
.partner2_wrap .partner_list > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    gap: 16px;
}
.partner2_wrap .partner_list li {
    width: 30%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner2_wrap .partner_list li > img{
    width: 100%;
    object-fit: contain;
}

/*  공지사항 */
.notice_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
}
.notice_wrap .notice_content{
    max-width: 1184px;
    width: 100%;
}
.notice_wrap .notice_content table {
    /* border-collapse: collapse;
    border-spacing: 0; */
    width: 100%;
}
.notice_wrap .notice_table thead tr th{
    color: #1E2739;
    border-top: 3px solid #1E2739;
    border-bottom: 1px solid #818991;
    /* background: #fafafa; */
    font-weight: bold;
}
.notice_wrap .notice_table tbody tr th{
    color: #1E2739;
    font-weight: 400;
    border-bottom: 1px solid #818991;
    /* background: #fafafa; */
}
.notice_wrap .notice_table tr > * {
    text-align: left;
    font-size: 16px;
    padding: 16px 20px;
    line-height: 25px;
    color: #1E2739;
}
.notice_wrap .notice_table tr .date_icon{
    color: #818991;
}
.notice_wrap .notice_table tr .date_icon > div{
    display: flex;
    gap: 9px;
    align-items: center;
    position: relative;
}
.notice_wrap .date_icon::before{
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(../images/clock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    
}
.paging {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.btn_position{
    padding-top: 20px;
}

/* 자료실 */
.data_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
}
.data_wrap .data_content{
    max-width: 1184px;
    width: 100%;
}
.data_wrap .data_content table {
    /* border-collapse: collapse;
    border-spacing: 0; */
    width: 100%;
}
.data_wrap .data_table thead tr th{
    color: #1E2739;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #818991;
    /* background: #fafafa; */
    font-weight: bold;
}
.data_wrap .data_table tbody tr th{
    color: #1E2739;
    font-weight: 400;
    border-bottom: 1px solid #818991;
    /* background: #fafafa; */
}
.data_wrap .data_table tr > * {
    text-align: left;
    font-size: 16px;
    padding: 16px 20px;
    line-height: 25px;
    color: #1E2739;
}
.data_wrap .data_table tr .date_icon{
    /* display: flex; */
    /* 줄 틀어짐 */
    gap: 9px;
    align-items: center;
    color: #818991;
    position: relative;
}
.data_wrap .date_icon::before{
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(../images/clock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    
}
.paging {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data_wrap .data_table thead tr th {
    color: #1E2739;
    border-top: 3px solid #1E2739;
    border-bottom: 1px solid #818991;
    /* background: #fafafa; */
    font-weight: bold;
}
@media all and (max-width:1279px){
    /* .partner2_wrap .partner_list > ul{
        padding: 30px;

    } */
}
@media all and (max-width:1023px) { 
    /* .partner2_wrap .partner_list > ul{

    } */
}
@media all and (max-width:767px) {
    .partner2_wrap{
        padding: 80px 30px 80px;
    }
    .partner2_wrap .partner_list{
        width: 100%;
        padding: 20px;
    }
    .partner2_wrap .title_txt > p{
        font-size: 12px;
        line-height: 20px;
    }
    .partner2_wrap .title_txt > p br{
        display: none;
    }
    .partner2_wrap .partner_list li {
        width: 45%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partner2_wrap .partner_list > ul{
        padding: 0;
    }
    /* .partner2_wrap .partner_list li img{
        vertical-align: middle;
        object-fit: contain;
        height: 50px;
    } */
    .partner2_wrap .partner_list li img{
        vertical-align: middle;
        object-fit: contain;
        width: 100%;
        height: 100px;
    }
    .partner2_wrap{
        gap: 40px;
    }
    .partner2_wrap .title_txt h3{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .partner2_wrap .title_txt span{
        font-size: 13px;
        line-height: 16px;
    }

    /* 공지사항 & 자료실 */
    .notice_wrap,.data_wrap{
        min-height: 65vh;
        align-items: flex-start;
        padding: 60px 30px;
    }
    .notice_wrap .notice_table tr > *,
    .data_wrap .data_table tr > * {
        padding: 16px 5px;
        font-size: 12px;
        white-space: nowrap;
    }
    .data_wrap .data_table thead tr th{
        text-align: center;
    }
    .notice_wrap .notice_table tbody tr th,
    .data_wrap .data_table tbody tr th{
        word-break: keep-all;
    }
    /* 공지사항 */
    .notice_wrap colgroup col:nth-child(1){width: auto !important;}
    .notice_wrap colgroup col:nth-child(2){width: auto !important;}
    .notice_wrap colgroup col:nth-child(3){width: auto !important;}
    .notice_wrap .notice_table thead tr th,

    /* 자료실 */
    .data_wrap colgroup col:nth-child(1){width: auto !important;}
    .data_wrap colgroup col:nth-child(2){width: auto !important;}
    .data_wrap colgroup col:nth-child(3){width: auto !important;}
    .data_wrap colgroup col:nth-child(4){width: auto !important;}

}
@media all and (max-width:479px) {
    .partner2_wrap .partner_list > ul{
        padding: 0;
    }
    .partner2_wrap .partner_list li{
        width: 45%;
        height: 50px;
    }

}


