body {
    font-family: 'NanumSquare', sans-serif;
    color: #808080;
}
a:link {
    color: #B2B2B2;
}
a:visited {
    color: #B2B2B2;
}

header {
    /*color: #007ECA;*/
    font-size: 15pt;
}

.vertical-center {
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

input::placeholder {
    text-indent: 10px;
    font-size: 12px;
    font-weight: 400 !important;
}

input {
    width: 300px;
    height: 40px;
}

.btn-airnote {
    color: #ffffff;
    background-color: #81D3F6;
    border-color: #81D3F6;
    font-size: 17px;
    width: 100%;
    height: 40px;
}

footer {
    padding-left: 47px;
    padding-right: 47px;
    height: 60px;
    width: 100%;
    font-size: 9px;
}

footer a {
    padding-right: 72px;
}

footer a:last-child {
    padding-right: 0px;
}

.font-color-black {
    color: black;
}

.font-color-14AEFF {
    color: #14AEFF;
}

.font-size-7 {
    font-size: 7pt;
}

.font-size-9 {
    font-size: 9pt;
}

.font-size-10 {
    font-size: 10pt;
}

.font-size-11 {
    font-size: 11pt;
}

.font-size-12 {
    font-size: 12pt;

}

.font-size-13 {
    font-size: 13pt;
}

.font-size-14 {
    font-size: 14pt;
}

.bg-EFFAFF {
    background-color: #EFFAFF;
}

.bg-E2E2E2 {
    background-color: #E2E2E2;
}
.bg-81D3F6 {
    background-color: #81D3F6;
}
.bg-F1F1F3 {
    background-color: #F1F1F3;
}
.bg-E0F6FF {
    background-color: #E0F6FF;
}

.bg-C8C8C8 {
    background-color: #C8C8C8;
}

.bg-FBFBFB {
    background-color: #FBFBFB;
}

.bg-F8F8F8 {
    background-color: #F8F8F8;
}

.bg-808080 {
    background-color: #808080;
}

.bg-pnt {
    background-color: #B2B2B2;
}
.bg-jpw {
    background-color: #C8C8C8;
}

.width-150 {
    width: 150px
}


.height-130 {
    height: 130px;
}

.height-100 {
    height: 100px;
}

.height-50 {
    height: 50px;
}