﻿@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
}

/* default definition */
body, textarea, select, input {
    font: 12px dotum,AppleGothic,sans-serif/*나눔고딕, NanumGothic, 맑은고딕, MalgunGothic, 돋움, Dotum, Helvetica, sans-serif;*/;
    
    color: #6e6e6e;
    word-break: break-all;
    margin: 0;
    padding: 0;
    /*letter-spacing:-0.5px;*/
    scrollbar-face-color: #F2F2F2;
    scrollbar-shadow-color: #DEDEDE;
    scrollbar-highlight-color: #DEDEDE;
    scrollbar-3dlight-color: #FFF;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-track-color: #FFF;
    scrollbar-arrow-color: #D2D2D2;
}

body {
    width: 100%;
    text-align: center;
}

div, p, h1, h2, h3, h4, dl, dt, dd, th, td, form {
    margin: 0;
    padding: 0;
}

table {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}

ul, li, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

img {
    border: 0 none;
}

label {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

legend, caption {
    display: none;
}

#accessibility_menu {
    display: none;
}


/* link */
 a, a:link, a:visited {
    color: #666;
    text-decoration: none;
    cursor: pointer
}

    a:hover, a:active {
        color: #666;
        cursor: pointer;
    } 




/* font */
.fs_0 {
    font-size: 0;
}

.fs_s {
    font-size: 11px !important;
}

.fs_n {
    font-size: 12px !important;
}

.fs_l {
    font-size: 13px !important;
}

.ft_b {
    font-weight: bold !important;
}

.ft_n {
    font-weight: normal !important;
}

/* color */
.red {
    color: red !important;
}

.fc_n {
    color: #666 !important;
}

.fc_0 {
    color: #000 !important;
}

.fc_ca {
    color: #cc4400 !important;
}

.fc_34 {
    color: #4169a6 !important;
}

.fc_94 {
    color: #9405a5 !important;
}

.gray {
    color: #b2b2b2
}

.blue {
    color: #77aacc
}


/* float */
.cboth {
    clear: both !important;
}

.fl_l {
    float: left !important;
}

.fl_r {
    float: right !important;
}

/* input */
.inbox {
    height: 14px;
    margin: 2px 0;
    padding: 2px 0 0 5px;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    vertical-align: middle;
}

.box {
    height: 14px;
    padding: 2px 0 0 5px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    vertical-align: middle;
}

.ra {
    vertical-align: middle;
}

select {
    min-height: 18px;
    height: 18px;
    vertical-align: middle;
}

    select.foot {
        width: 160px;
        behavior: url('/share/css/selectbox.htc');
    }

/* width */
.w100 {
    width: 100%
}

/* height */

/* padding */
.pdn {
    padding: 0 !important;
}

.pd_ln {
    padding-left: 0 !important;
}

.pd_tn {
    padding-top: 0 !important;
}

.pd_bn {
    padding-bottom: 0 !important;
}

.pd_t17 {
    padding-top: 17px !important;
}

.pl10 {
    padding-left: 10px !important
}

.pl20 {
    padding-left: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pw20 {
    padding: 0 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

/* margin */
.mgn {
    margin: 0 !important;
}

.mg_ln {
    margin-left: 0 !important;
}

.mg_rn {
    margin-right: 0 !important;
}

.mg_tn {
    margin-top: 0 !important;
}

.mg_bn {
    margin-bottom: 0 !important;
}

.mg_l5 {
    margin-left: 5px !important;
}

.mg_l10 {
    margin-left: 10px !important;
}

.mg_r10 {
    margin-right: 10px !important;
}

.mg_l17 {
    margin-left: 17px !important;
}

.mg_l20 {
    margin-left: 20px !important;
}

.mg_l30 {
    margin-left: 30px !important;
}

.mg_l60 {
    margin-left: 60px !important;
}

.mg_l63 {
    margin-left: 63px !important;
}

.mg_l71 {
    margin-left: 71px !important;
}

.mg_l265 {
    margin-left: 265px !important;
}


.mg_r5 {
    margin-right: 5px !important;
}

.mg_r16 {
    margin-right: 16px !important;
}

.mg_r20 {
    margin-right: 20px !important;
}

.mg_r500 {
    margin-left: 500px !important;
}

.mg_t5 {
    margin-top: 5px !important;
}

.mg_t10 {
    margin-top: 10px !important;
}

.mg_t25 {
    margin-top: 25px !important;
}

.mg_t30 {
    margin-top: 30px !important;
}

.mg_t37 {
    margin-top: 37px !important;
}

.mg_b30 {
    margin-bottom: 30px !important;
}

.mg_b0 {
    margin-bottom: 0 !important;
}

/* align */
.ag_l {
    text-align: left !important;
}

.ag_c {
    text-align: center !important;
}

.ag_r {
    text-align: right !important;
}

.ag_j {
    text-align: justify !important;
}

.va_t {
    vertical-align: top !important;
}

.va_m {
    vertical-align: middle !important;
}

.va_b {
    vertical-align: bottom !important;
}

/* png */
.png24 {
    tmp: expression(setPng24(this));
}

/* background */
.bgn {
    background: none !important;
}

/* border */
.bo_n {
    border: 0 !important;
}

.bo_rn {
    border-right: 0 !important;
}

.bo_ln {
    border-left: 0 !important;
}


/* pagination */
.pagination {
    text-align: center;
    margin-top: 15px;
}

    .pagination * {
        margin: 0;
        padding: 0;
    }

    .pagination a {
        padding: 0 4px 0;
        color: #666666;
    }

        .pagination a.prev, .pagination a.next {
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

    .pagination strong {
        padding: 0 4px 0;
        color: #2663b7;
        text-decoration: underline;
    }

/* btn */
.r_btn {
    margin-top: 10px;
    text-align: right;
}

.c_btn {
    margin-top: 10px;
    text-align: center;
}

    .c_btn .c_btn1 {
        width: 48px;
        height: 23px;
    }

.d_btn {
    display: inline-block;
    width: 690px;
}
