﻿/*페이징 전용*/
@import url('font.css');

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

.linkPaging {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

    .linkPaging:link {
        text-decoration: none;
        border: 1px solid #c8c8c8;
        background-color: #ffffff;
        padding: 2px 3px 4px 3px;
        width: 100px;
    }

    .linkPaging:visited {
        text-decoration: none;
        border: 1px solid #c8c8c8;
        background-color: #ffffff;
        padding: 2px 3px 4px 3px;
        width: 100px;
    }

    .linkPaging:active {
        text-decoration: none;
        border: 1px solid #c8c8c8;
        background-color: #ffffff;
        padding: 2px 3px 4px 3px;
        width: 100px;
    }

    .linkPaging:hover {
        text-decoration: underline;
        border: 1px solid #ff3333;
        background-color: #ffffff;
        padding: 2px 3px 4px 3px;
        width: 100px;
    }
