@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: -0.02em;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #222222;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*padding*/

.pd-20px {
    padding: 20px;
}

.pd-35px {
    padding: 35px;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pb-35px {
    padding-bottom: 35px !important;
}

.pr-20px {
    padding-right: 20px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

/*margin*/
.mt-3px {
    margin-top: 3px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-25px {
    margin-top: 25px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.-mt-30px {
    margin-top: -30px !important;
}

.mb-2px {
    margin-bottom: 2px !important;
}

.mb-3px {
    margin-bottom: 3px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mr-20px {
    margin-right: 20px !important;
}

.mr-2px {
    margin-right: 2px !important;
}

.mr-10px {
    margin-right: 10px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mr-40px {
    margin-right: 40px !important;
}

.ml-2px {
    margin-left: 2px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.ml-20px {
    margin-left: 20px !important;
}

/*width*/
.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-50 {
    width: 50% !important;
}

/*height*/
.h-100vh {
    height: 100vh;
}

/*font-size*/
.ft-13 {
    font-size: 13px;
}

.ft-14 {
    font-size: 14px;
}

.ft-15 {
    font-size: 15px;
}

.ft-16 {
    font-size: 16px;
}

/*font-weight*/
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

/*text-color*/
.c_b {
    color: #1f68c6;
}

.c_g {
    color: #959595;
}

.c_g2 {
    color: #797979;
}

.c_bl {
    color: #222222;
}

.c_bl2 {
    color: #1a1a1a;
}

.c_db {
    color: #667484;
}

/*align*/
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/*button*/
.btn {
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}

.btn-blue {
    width: 65px;
    height: 28px;
    color: #fff;
    background-color: #335ac9;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 4px;
}

.btn-blue:hover {
    background: #3964de;
    transition: all 0.2s;
}

/*페이징*/
.p-relative {
    position: relative !important;
}

#paging_wrap {
    clear: both;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 90px;
}

#paging_wrap .paging {
    text-align: center;
    font-size: 0;
}

#paging_wrap .paging a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}

#paging_wrap .paging a + a {
    margin-left: 6px;
}

#paging_wrap .paging a.active {
    background: #262847;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

#paging_wrap .paging .nav {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    line-height: 30px;
}

#paging_wrap .paging .prev_10 {
    background: url(../images/first_bt.png) center center no-repeat;
    cursor: pointer;
}

#paging_wrap .paging .next_10 {
    background: url(../images/last_bt.png) center center no-repeat;
    cursor: pointer;
}

#paging_wrap .paging .prev {
    background: url(../images/pre_bt.png) center center no-repeat;
    cursor: pointer;
}

#paging_wrap .paging .next {
    background: url(../images/nt_bt.png) center center no-repeat;
    cursor: pointer;
}

/*배열*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}
