
html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

body {
    margin: 0;
    font-size:1em;
    color:black;

    -webkit-user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family:'Dotum';
}

button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
textarea {
    resize: vertical;
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=text] {width:180px;font-size:9pt}
em.import {font-style:normal;color:#eb2d1a;padding:5px}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    font-size: .875em;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-writing-mode: horizontal-tb;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    border: 1px solid #c0c0c0;
    padding: 9px;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.83em;
    margin: 0;
}

h6 {
    font-size: 0.67em;
    margin: 0;
}

a {
    color:inherit;
    text-decoration: none;
    cursor:pointer;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0 !important;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

blockquote {
    margin: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Recommended */
@font-face{
    font-family:ng; src:url('../font/NanumGothic.eot');
    src:local(※), url('../font/NanumGothic.woff') format('woff')
}

/** 공통 영역  */

/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;padding: 0.2em 0;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */display: table;
    /* 2 */clear: both;
}
.clearfix {*zoom: 1;}
.readonly {background: darkgray;}

/* Before_login - 컨텐츠 */

/* 상단 */
#header {
    width:100%;
    height:90px;
}
.main_header {
    margin:0 auto;
    width:1024px;
    padding-left:10px;
}
.main_header h1 {
    font-size:0;
}
#main_content {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.main_content h4{
    padding-bottom: 10px;
    font-size: 18px;
}
#main_content .box {
    box-shadow : inherit !important;
}
.main_wrapper {
    min-height: 943px;
}

/* After_login 컨텐츠 */
.wrapper .box-body {
    min-height:900px;
}
#contents {
    margin:0 auto;
    overflow:hidden;
}

.wrapper{
    overflow: hidden !important;
}
/* footer */
#footer {
    width: 100%;
    position: absolute;
    bottom: auto;
    padding : 20px 0;
    border-top:1px solid #c7c7c7;
    background:#f7f6f2;
}
.main_footer {
    margin:0 auto;
    width:1024px;
    overflow:hidden;
}
.main_footer .logo {
    float:left;
    padding:40px 20px 0 29px;
}
.main_footer .fL {
    margin-top:20px;
}
.main_footer .fL ul {
    overflow:hidden;
    margin-bottom:15px;
}
.main_footer .fL ul li {
    float:left;
    padding-right:7px;
    padding-left:7px;
    line-height:14px;
}
.main_footer .fL ul li a {
    font-size:12px;
    color:#7b7b79;
}
.main_footer .fL ul li:first-child {
    background:none;
    padding-left:0;
    border-right:1px solid #c1c1c1;
}
.main_footer .fL p {
    font-size:12px;
    color:#333;
}
.main_footer .fL address {
    display:block;
    font-style:normal;
    font-size:12px;
    color:#333;
    padding-top:3px;
    margin-bottom: 0;
}
.main_footer .fL span {
    color:#939393;
    font-size:12px;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
/* 공통 */
#wrap { width:100%;min-width:1024px; }

/* 정렬 */
.fL  { float:left !important; }
.fR { float:right !important; }
.prelative { position:relative; }
.vbottom { vertical-align:bottom; }
.tc { text-align:center !important; }
.tl { text-align:left !important; }
.tr { text-align:right !important; }
.vc-m { vertical-align: middle !important; }

/* 간격 */

/* margin */
.no-margin { margin:0;}
.mt5 { margin-top:5px !important;  }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt60 { margin-top:60px !important; }

.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }


.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }

.mb5 { margin-bottom:5px !important; }
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important; }
.mb30 {margin-bottom:30px !important; }
.m-15 {margin:15px !important;}
.m-30 {margin:30px !important;}

/* padding */
.no-padding { padding:0; }
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}

.pb20 {padding-bottom:20px !important;}
.pb40 {padding-bottom:40px !important;}

.pr5 {padding-right:5px !important;}
.pr15 {padding-right:15px !important;}

.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}

.p-5 {padding:5px !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px !important;}
.p-30 {padding:30px !important;}
.prl-10 { padding-left:10px !important;padding-right:10px !important; }


/* 폰트 */
.fRed {color:#ff2c17 !important; }
.fYellow {color:#ffff00 !important;}
.fBlue {color:#0040bd !important; }
.f10 { font-size:10px !important; }
.f11 { font-size:11px !important; }
.f12 { font-size:12px !important; }
.f20 { font-size:20px !important; }
.wb{ font-weight: bold}
.bRead {background: #D9D9D9 !important;}

/* width */
.w-120 {width: 120px !important;}
.w-140 {width: 140px !important;}
.w-150 {width: 150px !important;}
.w-160 {width: 160px !important;}
.w-170 {width: 170px !important;}
.w-200 {width: 200px !important;}
.w-250 {width: 250px !important;}

.dFlex {
    display: inline-flex;
}
table a {
    color:#333;
}
table a:hover,
table a:visited
{
    color:inherit !important;
}

/*!** calendar.css **!*/
.select_com {
    border: 0;
    display: inline-flex;
}

.day_select span.fL { padding: 0 5px; }

.sm {
    font-size: 11px;
    height: 22px;
}
.ui-datepicker { width: auto; background:#FFF}
.ui-datepicker table { font-size: 10px; width: auto; }
.ui-datepicker td { width: 30px; }
.ui-widget-header .ui-icon { background-image: url('/images/btn/ui-icons_222222_256x240.png'); }
.ui-widget-header { background: #F6F4F1; border: 1px solid #E6E6E6; }

.sComm_table table tbody .day_select input[type='text'] {
    /*height: 22px;*/
    width: 91px;
    text-align: center;
    padding: 0;
}

/* input disabled */
/* 텍스트 버튼 */
.disabled {
    display:inline-block;
    border:1px solid #bdbdbd;
    text-align:center;
    font-size:16px;
    height:45px;
    line-height:45px;
    background: #ddd;
    color: #999;
}
.disabled span {
    display:block;
    padding-right:38px;
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
}
.disabled:hover,
.disabled:active,
.disabled:focus {color: #999 !important;}

/** 새글 표시 문구 */
.label-new {
    border: 1px solid #ff1c17;
    border-radius: 4px;
    padding: 0 3px;
    background: #ff2c17;
    color:#fff;
    font-weight: bold;
}

/** 필수값 표시 & 경고 문구 */
.req-field {
    color : #FF2C17;
    font-weight: bold;
    padding : 5px;
}
.req_meg {
    display:none;
    color:red;
    font-size: 11px;
    font-weight: bold;
    padding-top:7px;
}
/* Buttons */
.btn-back-brown {
    padding: 7px 25px;
    background : #3B2414;
    border:0px;
    color:#fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn-brown {
    padding: 5px 48px;
    border : 1px solid #3B2414;
    background: #FFF8F2;
    color:#3B2414 !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btnRed {
    background: #ff3939;
    border: 1px solid #ff3939;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 3px;
}
.btnTy1 {
    width: inherit;
    display:inline-block;
    border:1px solid #d6d6d6;
    background:#fff !important;
    text-align:center;
    font-size:16px;
    height:45px;
    line-height:45px;
    color:#fff;
    padding:0 !important;
}
.btnTy1 span {
    display:block;
    padding-right:38px;
    padding-left:38px;
    color: #575757;
    font-size:15px;
    font-weight:bold;
}
.btnTy2 {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:url('/images/btn/btn_bg_red01.gif') repeat-x 0 0 !important;
    text-align:center;
    font-size:11px;
    height:22px;
    line-height:22px;
    color:#fff;
    padding:0 !important;
}
.btnTy2 span {
    display:block;
    padding-right:12px;
    padding-left:12px;
    color:#fff;
    font-size:11px;
}
.btn2.red {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:#f95355;
    text-align:center;
    font-size:15px;
    height:45px;
    line-height:45px;
    color:#fff;
    padding:0 !important;
}
.btn2.red span{
    display:block;
    border-left:1px solid #fff;
    font-size:15px;
    font-weight:bold;
    padding-right:38px;
    padding-left:38px;
}
.btn2.gray {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:#6B768A;
    text-align:center;
    font-size:15px;
    height:48px;
    line-height:45px;
    color:#fff;
    padding:0 !important;
}
.btn2.gray span{
    display:block;
    border-left:1px solid #fff;
    font-size:15px;
    font-weight:bold;
    padding-right:25px;
    padding-left:25px;
}
.btnTy3 {
    width: inherit;
    display:inline-block;
    border:1px solid #d6d6d6;
    background:url('/images/btn/btn_bg_red02.gif') repeat-x 0 0 !important;
    text-align:center;
    font-size:16px;
    height:45px;
    line-height:45px;
    color:#fff;
    padding:0 !important;
}
.btnTy3 span {
    display:block;
    padding-right:38px;
    padding-left:38px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
.btnTy3 button {
    background: transparent;
    border: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-left: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border: 0;
}
.btnTy4 {
    display:inline-block;
    border:1px solid #6b768b;
    background:#6b768b;
    text-align:center;
    font-size:12px;
    height:23px;
    line-height:20px;
    color:#fff;
    padding : 0 8px;
}
.btnTy4 span {
    display:block;
    padding-right:21px;
    padding-left:21px;
    color:#fff;
    font-weight: bold;
    font-size:12px;
}
.btnTy4_red {
    display:inline-block;
    border:1px solid #ff0000;
    background:#ff0000;
    text-align:center;
    font-size:12px;
    height:23px;
    line-height:20px;
    color:#fff;
    padding : 0 8px;
}
.btnTy4_red span {
    display:block;
    padding-right:21px;
    padding-left:21px;
    color:#fff;
    font-weight: bold;
    font-size:12px;
}
.btnTy5 {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:url('/images/btn/btn_bg_red03.gif') repeat-x 0 0 !important;
    text-align:center;
    font-size:9pt;
    height:33px;
    line-height:33px;
    color:#fff;
    padding:0 8px!important;

}
.btnTy5 span {
    display:block;
    padding-right:60px;
    padding-left:60px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}
.btnTy5 button {
    height: 33px;
    line-height: 33px;
    background: transparent;
    border: 0;
    color: #fff;font-weight: 700;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 60px;
}
.btnTy6 {
    display:inline-block;
    background:#404040 !important;
    text-align:center;
    font-size:12px;
    height:30px;
    line-height:30px;
    color:#fff;
    padding:0 !important;
}
.btnTy6 span {
    display:block;
    width:124px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
}
.btnTy7 {
    display:inline-block;
    background:#ef2f18 !important;
    text-align:center;
    font-size:12px;
    height:30px;
    line-height:30px;
    color:#fff;
    padding:0 !important;
}
.btnTy7 span {
    display:block;
    width:124px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
}
.btnTy8 {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:url('/images/btn/btn_bg_gray01.gif') repeat-x 0 0 !important;
    text-align:center;
    font-size:16px;
    height:45px;
    line-height:45px;
    color:#fff;
    padding:0 !important;
}
.btnTy8 button {
    background: transparent;
    border: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-left: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border: 0;
}
.btnTy8 span {
    display:block;
    border-left:1px solid #fff;
    padding-right:38px;
    padding-left:38px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
.btnTy9 {
    display:inline-block;
    border:1px solid #ff2c17;
    background:#ff2c17 none !important;
    text-align:center;
    font-size:12px;
    height:20px;
    line-height:20px;
    color:#fff;
    padding:0 !important;
}
.btnTy9 span {
    display:block;
    padding-right:10px;
    padding-left:10px;
    color:#fff;
    font-size:12px;
}
.btnTy10 {
    display:inline-block;
    border:1px solid #d6d6d6;
    background:url('/images/btn/btn_bg_gray02.gif') repeat-x 0 0 !important;
    text-align:center;
    font-size:14px;
    height:33px;
    line-height:33px;
    color:#fff;
    padding:0 !important;
}
.btnTy10 span {
    display:block;
    border-left:1px solid #fff;
    padding-right:60px;
    padding-left:60px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}
.btnTy11 {
    display:inline-block;
    border:1px solid #0040bd;
    background:#0040bd none !important;
    text-align:center;
    font-size:12px;
    height:22px;
    line-height:23px;
    color:#fff;
    padding:0 !important;
}
.btnTy11 span {
    display:block;
    padding-right:21px;
    padding-left:21px;
    color:#fff;
    font-size:11px;
}

/*formvalidation*/
.err_field {
    border : 2px solid #ec2d1a !important;
}
u.err {
    display: block;
    color:red;
    font-size:9pt;
    /*font-style: italic;*/
    margin-top: 5px;
}
/* 레이어 공통 */
.layer_wrap {
    position:absolute;
    left:50%;
    top:300px;
    width:425px;
    margin-left:-220px;
    border-top:1px solid #aaa;
    z-index:6;
}
.layer_wrap .layer_body {
    width:428px;
    padding-bottom:38px;
}
.layer_wrap .layer_cnts {
    padding:30px 30px 10px;
    background: #fff;
}
.layer_wrap .btn_close {
    position:absolute;
    right:11px;
    top:10px;
}
.layer_wrap h2 {
    padding-bottom:10px;
    font-size:16px;
    color:#323232;
    border-bottom:1px solid #454a56;
}
.layer_wrap ul {
    line-height: 15px;
}
.new_label {
    font-size: 11px;
    font-weight:bold;
    color:#ff0000;
}

.table-hearder-tc th{
    text-align: center;
    vertical-align: middle;
}