@charset "utf-8";

.textBox_new {
    position: relative;
    border: 1px solid #d7dee3;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

.noti-txt {
    position: relative;
    text-indent: 35px;
}

.noti-txt::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
    height: 28px;
}

.noti-txt.color2::after {
    background: url("https://www.konkuk.ac.kr/sites/guide/images/guide/ic-noti2.png") no-repeat center center;
}

.btn-func.small1 {
    display: inline-block;
    cursor: pointer;
    min-width: 50px;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 17px;
    font-family: 'Noto Regular';
    color: #fff !important;
}