﻿


/* 테이블 */
.notice table{
    width: 100%;
}
.notice tr{
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}
.notice tr:first-child{
    border-top: 1px solid #1E1E1E;
}
.notice td{
    padding: 2.2% 1%;
}
.notice tr td:first-child{
    width: 12%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}
.notice tr td:nth-child(2) p:first-child{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.notice tr td:nth-child(2) p:last-child{
    font-size: 16px;
    font-weight: 500;
    color: #444;
}




/* 반응형 */
@media (max-width:768px) {

    .notice tr td:nth-child(2) p:first-child {
        font-size: 18px;
    }


}


@media (max-width:580px) {


    /* 테이블 */
    .notice td{
        padding: 3% 1%;
    }
    .notice tr td:first-child{
        font-size: 12px;
    }
    .notice tr td:nth-child(2) p:first-child{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .notice tr td:nth-child(2) p:last-child{
        font-size: 13px;
        font-weight: 500;
        color: #444;
    }
    .notice table img{
        width: 8px;
    }

}



@media (max-width:480px) {

    /* 테이블 */
    .notice td{
        padding: 3% 1%;
    }
    .notice tr td:first-child{
        font-size: 12px;
    }
    .notice tr td:nth-child(2) p:first-child{
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 2px;
    }
    .notice tr td:nth-child(2) p:last-child{
        font-size: 12px;
    }

}




@media (max-width:360px) {

    /* 테이블 */
    .notice td{
        padding: 4% 1%;
    }
    .notice tr td:nth-child(2) p:first-child {
        font-size: 13px;
    }
    .notice tr td:nth-child(2) p:last-child {
        font-size: 11px;
    }

}