@charset "euc-kr";

/*--------------------------------------------------------------
                                    font
--------------------------------------------------------------*/

/* NanumGothic font */

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src: url(./font/NanumGothic-Regular.eot);
    src: url(./font/NanumGothic-Regular.woff2) format('woff2'),
         url(./font/NanumGothic-Regular.woff) format('woff'),
         url(./font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 700;
    src: url(./font/NanumGothic-Bold.eot);
    src: url(./font/NanumGothic-Bold.woff2) format('woff2'),
         url(./font/NanumGothic-Bold.woff) format('woff'),
         url(./font/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 800;
    src: url(./font/NanumGothic-ExtraBold.eot);
    src: url(./font/NanumGothic-ExtraBold.woff2) format('woff2'),
         url(./font/NanumGothic-ExtraBold.woff) format('woff'),
         url(./font/NanumGothic-ExtraBold.ttf) format('truetype');
}

/*--------------------------------------------------------------
                                    reset
--------------------------------------------------------------*/

html {
    font-family: 'NanumGothic', 'Dotum', Arial, sans-serif;
}

html,
body {
/*    height: 100%;*/
/*    min-height: 100%;*/
    margin: 0;
    padding:0;
}
img {
/*    display: block;*/
    border: 0;
}
body,
button,
input,
select,
textarea {
    font-family: 'NanumGothic', 'Dotum', Arial, sans-serif;
    font-size: 12px;
	vertical-align: middle;
}
button{
    cursor:pointer;
}
h1,
h2,
h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}
dl,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #222;
}

a:hover{
    text-decoration: none !important;
}

em {
    font-style: normal;
}
fieldset {
    border: none;
    padding: 0;
}

label {
    color: #555
}
/*--------------------------------------------------------------
                                °øÅë ·¹ÀÌ¾Æ¿ô
--------------------------------------------------------------*/

header{
    width:100%;
}
nav {
    background:url(../images/nav-bg.png) repeat-y;
    width: 200px;
    vertical-align: top;
    padding: 0;
    float: left;
	position: relative;
	z-index: 130;
	height:100%;

}
.body-wrap {

    position:relative;
    min-width:1330px;
    width: 100%;
    height: 100%;
}

.body_nav_bg{
    height:100%;
    min-height:100%;
}

.content-wrap {
    position: relative;
	min-width:1200px;
/*    z-index: 120;*/
    padding-left: 200px;
	background: url(../images/nav-bg.png) repeat-y;
}
.com_logo {
    text-align:center;
	white-space: nowrap;
	overflow:hidden;
	color: #fdfdfd;
    font-size: 23px;
    line-height: 55px;
    padding: 0 10px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: left;
    font-style: italic;
}
nav .nav-title{
    background:#41505f;
    height:120px;
    line-height:120px;
    color:#fff;
    font-size:24px;
    text-align:center;
    font-weight:600;
}

nav .lnb li{
    border-bottom:1px solid #d4d4d4;
}


nav .lnb{
/*	overflow-y: auto;*/
/*	height: 100%;*/
	text-align:left;
}


nav .lnb li a{
    display:block;
    height:45px;
    line-height:45px;
    color:#585550;
    font-size:16px;
    padding-left:25px;
    position:relative;
}

nav .lnb li a:hover{
    display:block;
    height:45px;
    line-height:45px;
    color:#585550;
    font-size:16px;
    font-weight: bold;
    padding-left:25px;
    position:relative;
}

nav .lnb li a.active{
    color:#fff;
    font-weight: bold;
    background-color: #d2987f;
}
nav .lnb li a.active:before{
    display:block;
    height:45px;
    width:3px;
    background:#41505f ;
    content:'';
    position:absolute;
    left:0;
    top:0;
}
.subnav_on{
    background-color:#f6d0c9 !important ;
    color: #2b2b2b !important;
    font-weight: bold;
}

.subnav_on:before{
    display:block;
    height:40px;
    width:3px;
    content:'';
    position:absolute;
    left:0;
    top:0;
}

nav .lnb2 li{
border-bottom:0px solid #666;
background:#e7e6ed;
}

nav .lnb2 li a{
    display:block;
    height:40px;
    line-height:40px;
    color:#666;
    font-size:13px;
    padding-left:30px;
    position:relative;
}

nav .lnb2 li a:hover{
    display:block;
    height:40px;
    line-height:40px;
    color:#fff;
    background:#e98061;
    padding-left:30px;
    font-size:13px;
    position:relative;
    font-weight: bold;
}

.has_subnav{
    background: url(../images/icon-plus.gif);
}

.has_subnav.active{
    background: url(../images/icon-minus.gif);
}



section.content {
    padding: 20px;
}
section.content h1{
    font-size:23px;
    text-align:left;
    padding:0 0 10px 0;
    letter-spacing:-1px;
}
section.main {
    margin: 3rem 3rem 13rem 3rem;
    padding: 0 0 50px 0;
}
section.content h2 {
    font-size: 18px;
    padding: 5px 0 15px 0;
    text-align: left;
}
.head-wrap{
   /* height:70px;*/
    background: #3b4857;
    position:relative;
}
.head-wrap .gnb {
/*    margin:0 0 0 258px;*/
    display: inline-block;
    white-space: nowrap;
}
.head-wrap .gnb>li {
    display:inline-block;
    padding:0 5px;
    position:relative;
}
.head-wrap .gnb>li:last-child {
    padding:0 0 0 5px;
}
.head-wrap .gnb>li>a {
    color: #fdfdfd;
    font-size: 15px;
    display: inline-block;
    line-height: 73px;
    padding: 0 10px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.head-wrap .gnb>li>a.active {
    color:#d2987f;
}


.head-wrap .my-info {
	white-space: nowrap;
    font-size:12px;
    color:#fff;
}
.head-wrap .my-info a{
    color:#9ec1e8;
    font-size:12px;
    margin-left:5px;
}
.btn-logout {
    color:#9ec1e8;
    font-size:12px;
    margin:28px 15px 0 0;
    float:right;
}
.head-wrap .my-info a.btn-mypage {
    color:#fff;
}
.head-wrap .my-info a.btn-site {
    color:#fff;
    display:inline-block;
    background:#d2987f;
    border-radius:3px;
    padding:8px 12px;
    box-shadow:1px 1px 1px #000;
}

.head-wrap .my-info a.btn-site:hover{
    background: #e98061;
}

.path-title{
    border-bottom:1px solid #ddd;
    height:40px;
    background:#f5f5f5;
}
.path-title .path {
    padding:0 0 0 25px;
    line-height:40px;
}
.path-title .path>li {
    display:inline-block;
}
.path-title .path>li:after {
    content:'>';
    display:inline-block;
    width:26px;
    vertical-align:middle;
    text-align:center;
    color:#666;
}
.path-title .path>li:last-child:after {
    content:none;
}
.path-title .path>li>a {
    color:#666;
    font-size:12px;
    display:inline-block;
    vertical-align:middle;
}
.path-title .path>li:last-child a{
    color:#000;
}

.option_field{
    border-bottom:1px solid #e2e2e2;
}
.option_field .field_low{
    padding:5px 0 0 15px;
    color:#555;
    font-size:13px;
    display:table;
    width:100%;
}
.option_field .field_low .field_label{
    width:25%;
    line-height:30px;
    display:table-cell;
}
.option_field .field_low .field_form{
    width:75%;
    line-height:30px;
    display:table-cell;
}
.option_field .field_low:after{
    content:'';
    display:block;
    clear:both;
}
.option_field .field_low input[type=text]{
    height:26px;
    width:184px;
    border:1px solid #d1d1d1;
    color:#555;
    display:inline-block;
}
.option_field .field_low input.half{
    width:76px;
}
.option_field .field_low select{
    height:28px;
    border:1px solid #d1d1d1;
    color:#555;
    display:inline-block;
    width:185px;
}
.option_field .field_low select.half{
    width:90px;
}

.option_field .field_search{
    display:block;
    width:184px;
    background:#333;
    color:#fff;
    height:34px;
    line-height:34px;
    border:1px solid #55585b;
    clear:both;
    text-align:center;
    background-image:linear-gradient(0,#5d6168,#757c83);
    font-size:14px;
    margin: 8px 0 10px 84px;
}
.form-search-btn{
    text-align:center;
    margin-bottom:46px;
}
.form-search-btn.left{
    text-align:left;
    margin-bottom:36px;
}
.pop-content .form-search-btn{
    background: #f4f5fa;
    padding: 15px 0;
    border: 1px solid #ddd;
}
.pop-content .form-search-btn.nbg{
    background: none;
    padding: 15px 0 0 0;
    border: none;
}
.btn-group{
    padding:0 0 6px 0;
    text-align:center;
}
.btn-group.right{
    text-align:right;
}
.btn-group.left{
    text-align:left;
}


/*°øÅë*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.radio-ui{
    position: relative;
}
.radio-ui input[type=radio] {
    position: absolute;
    width: 13px;
    height: 13px;
    z-index: 9;
    margin: 7px 0 0 1px;
    left:0;
    opacity:0;
}
.radio-ui label{
    position: relative;
    line-height: 13px;
    display: inline-block;
    background: url(../images/btn-radio.png) no-repeat;
    cursor: pointer;
    z-index: 11;
    padding: 0 22px 0 20px;
    color:#000;
}
.radio-ui label.checking,
.radio-ui label.checking:hover{background: url(../images/btn-radio-on.png) no-repeat ;}
.radio-list li{
    padding:10px 0;
}
.profile>img{
    margin:0 auto;
}
.paging {
    padding: 15px 0;
    text-align: center;
}
.paging:after {
   content: "";
    display: inline-block;
    clear: both;
    width: 100%;
}
.paging li {
    display: inline-block;
    vertical-align: middle;
}
.paging li a {
    line-height: 20px;
    vertical-align: middle;
    color:#666;
	margin-right:3px;
	cursor: pointer;
}

.paging li b{
    cursor: pointer;
	line-height:20px;
    width: 20px;
    height: 20Px;
    border: 1px solid #ddd;
    display: inline-block;
}

.paging .paging_num {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    display: inline-block;
	cursor: pointer;
}
.paging .paging_num.on {
    border: 1px solid #379cdc;
    color: #379cdc;
}
.paging .arw {
    background: url(../images/common.png) no-repeat;
    width:27px;
    height: 27px;
    border:none;
    display: inline-block;
}
.paging .prev {
    background-position:-147px -49px;
}
.paging .pprev {
    background-position: -120px -49px;
}
.paging .next {
    background-position:-174px -49px;
}
.paging .nnext {
   background-position:-201px -49px;
}
.paging .prev span {
    padding-left: 4.5rem;
    white-space: nowrap;
    line-height: 3.4rem;
    color: #222;
}
.paging .next span {
    margin-left: -6.5rem;
    white-space: nowrap;
    line-height: 3.4rem;
    color: #222;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}


/*Æû¿ä¼Ò*/

.field-list {
    margin-bottom: 1.4rem;
}
input[type=text],
input[type=password] {
    height: 26px;
    line-height: 26px;
    border: 1px solid #d4d4d4;
    vertical-align:middle;
    text-indent:3px;
}
select {
    height: 27px;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #fff url(../images/icon/common.png) right -82px no-repeat;
/*    min-width: 15%;*/
    text-indent: 5px;
    color: #333;
    margin: 3px 0;
	padding-left:5px;
}
.form-wrap {
    position: relative;
    padding: 0 10px 0 0;
}
.list-table td .form-wrap {
    padding: 0 10px;
}
.input-wrap .btn-form {
    position: absolute;
    padding: 0.7rem 1.3rem;
    background: #999;
    font-size: 1.4rem;
    color: #fff;
    right: 0.5rem;
    top: 0.5rem;
    min-width: 5rem;
    text-align: center;
}
.input-wrap.in-btn input {
    width: 80%;
}
.input-wrap.e-mail input {
    width: 65%;
}
.input-wrap.e-mail select {
    position: absolute;
    outline: none;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0 4rem 0 1rem;
    zoom: 1;
    -webkit-appearance: none;
    background: #fff;
    border: none;
    border-left: 1px solid #d5d5d5;
    border-radius: 0;
    background: #fff url(../images/sel_arr.gif) 100% 50% no-repeat;
    background-size: 26px 6px;
}
.input-wrap.e-mail.inbtn select {
    right: 9rem;
    padding: 0 2rem 0 1rem;
}
.select-wrap {
    border: 1px solid #d4d4d4;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    height:28px;
}
.select-wrap select {
    outline: none;
    border: none;
    padding:5px 30px 0 5px;
    zoom: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #fff url(../images/common.png) right -82px no-repeat;
    min-width: 120px;
    color:#333;
}
.select-wrap.mini select {
    min-width: 60px;
}
.select-wrap.auto select {
    min-width: 100%;
}
.select-wrap.w-full select {
    width:100%;
}
select::-ms-expand {
    display: none;
}
.field-list li.form-error {
    border: 1px solid #bbbbbb;
    color: #f9032f;
    padding: 12px 0 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    background: #f7f7f7;
}
input[type=checkbox]{
	margin: 1px;
	vertical-align:middle;
}
textarea {
    border: 1px solid #d4d4d4;
    padding: 5px 0;
    text-indent: 5px;
}
.field-list li.email-form input {
    width: 45%;
}
.field-list li.email-form .select-wrap {
    width: 45%;
    border: 1px solid #9c9c9c;
    height: 44px;
    line-height: 44px;
}
.field-list li.email-form em {
    width: 10%;
    display: inline-block;
    text-align: center;
}
.txtrarea-wrap {
    border: 1px solid #d4d4d4;
}
.txtrarea-wrap textarea {
    outline: none;
    border: none;
    width: 90%;
    padding: 1.5rem;
    line-height: 1.8;
}
.file_custom {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    height: 38px;
    border: 1px solid #d0d0d0;
}
.file_custom .tf_filename {
    float: left;
    width: 100%;
    height: 36px;
    padding: 0 14px;
    border: none;
    border-right: 0;
    font-size: 14px;
    line-height: 36px;
}
.file_custom .inp_file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 38px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.file_custom .txt_file {
    padding: 0.7rem 1.3rem;
    background: #999;
    font-size: 1.4rem;
    color: #fff;
    right: 0.5rem;
    top: 0.5rem;
    min-width: 5rem;
    text-align: center;
    display: block;
    position: absolute;
}
.btn-wrap {
    padding:7px 0;
    display:inline-block;
}
.btn-wrap:before {
    content:'';
    display:block;
    clear:both;
}
.btn-wrap.align-right {
    float:right;
}
.btn-wrap.center {
    text-align:center;
    display:block;
}
.btn-basic {
    background: #f4f5fa;
    color: #666;
    height: 34px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    padding:0 10px;
    border-radius:3px;
    border:none;
    vertical-align:middle;
    letter-spacing:-0.5px;
}
.btn-basic.blue-small {
    background: #848388;
    color:#fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.btn-basic.red-small {
    background: #f23939;
    color:#fff;
    font-size:14px;
    height:30px;
    line-height: 30px;
}
.btn-basic.blue-small:hover{
    background: #666f8a;
}


.btn-basic.dblue-small {
    background: #666f8a;
    color:#fff;
    font-size:12px;
    height:20px;
    line-height: 20px;
    width: 110px;
    cursor:pointer;
}
.btn-basic.dblue-small:hover {
    background: #575f75;

}

.btn-basic.dblue-small-disable {
    background: #f7f7f7;
    color:#888;
    font-size:12px;
    height:20px;
    line-height: 20px;
    border:1px solid #f7f7f7;
}
.btn-basic.gray-small {
    background: #575757;
    color:#fff;
    font-size:14px;
    height:30px;
    line-height: 30px;
    padding:0 13px;
}
.btn-basic.outline-small {
    background: #fff;
    color:#333;
    font-size:14px;
    height:30px;
    line-height: 30px;
    padding:0 13px;
    border: 1px solid #666;
}
.btn-basic.gray-big {
    background: #666666;
    color:#fff;
    font-size:16px;
    height:40px;
    line-height: 40px;
    padding:0 30px;
    letter-spacing:-1px;
}
.btn-basic.blue-big {
	cursor: pointer;
    background: #d2987f;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    letter-spacing: -1px;
}

.btn-basic.blue-big:hover{
    background: #e98061 ;
}

}
.btn-basic.outline-big {
    background: #fff;
    border: 2px solid #666;
    color:#666;
    font-size:16px;
    height:40px;
    line-height: 38px;
    padding:0 30px;
    letter-spacing:-1px;
}
.btn-basic.play:before {
    background: url(../images/common.png) -234px -53px no-repeat;
    content: '';
    height: 17px;
    width:17px;
    display: inline-block;
    vertical-align:middle;
    margin: -2px 5px 0 -5px;
}
.btn-basic-small {
    background: #888796;
    color: #fff;
    height: 32px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    /* border: 1px solid #e5e5e5; */
    padding: 0 20px;
    border-radius:3px;
    margin-left:5px;
}
.btn-basic-small:first-child {
    margin:0;
}
.btn-green-large {
    background: #0eaf4b;
    color: #fff;
    height: 4.5rem;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 4.5rem;
}
.btn-gray-large {
    background: #999;
    color: #fff;
    height: 4.5rem;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 4.5rem;
}
.btn-prev {
    display: inline-block;
    margin: 2.8rem 0;
    font-weight: 600;
}
.btn-prev:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin: 0 0.5rem 0 0;
    vertical-align: middle;
    background: url("../images/btn_arrow.svg") 1rem 1.4rem no-repeat;
    background-size: 44%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-green-outline {
    display: block;
    border: 1px solid #0eaf4b;
    color: #0eaf4b;
    font-size: 1.8rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: 600;
}
.btn-wrap.both {
    text-align: center;
    margin-top: 3rem;
    position: relative;
}
.btn-wrap.both a {
    width: 220px;
    display: inline-block;
    margin: 0 0 0 .4rem;
}
.btn-wrap.both a.btn-prev {
    width: auto;
    margin: 0;
    position: absolute;
    left: 25px;
}
.opt-group{

}
.opt-group.right{
    text-align:right;
}
.opt-group.right .select-wrap{
    display:inline-block;
}
.red{
    color:red;
}




.page-move {
    border-bottom: 1px solid #5c5b5a;
}
.page-move a {
    display: block;
    font-size: 1.6rem;
    height: 5rem;
    line-height: 5rem;
    padding: 0 0 0 3rem;
}
.page-move a span {
    display: inline-block;
    font-weight: 600;
    margin-right: 2rem;
}
.page-move .page-prev {
    border-bottom: 1px solid #dadada;
}
.page-move .page-prev a:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0d8";
    margin-right: 1.5rem;
}
.page-move .page-next a:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0d7";
    margin-right: 1.5rem;
}
.search-box {
    height: 7rem;
    padding: 3rem 0 0 0;
    background: #f3f3f3;
    margin-bottom: 3.5rem;
    text-align: center
}
.search-box .input-wrap {
    display: inline-block;
    width: 80%;
    height: 4.2rem;
    line-height: 4.2rem;
    vertical-align: middle;
    border: none
}
.search-box .input-wrap input {
    margin-left: 10rem;
    width: 80%;
}
.search-box .input-wrap select {
    position: absolute;
    outline: none;
    top: 1rem;
    left: 1rem;
    padding: .3rem 6rem 0 1rem;
    zoom: 1;
    -webkit-appearance: none;
    background: #fff;
    border: none;
    border-right: 1px solid #d5d5d5;
    border-radius: 0;
    background: #fff url(../images/sel_arr.gif) 90% 50% no-repeat;
    background-size: 26px 6px;
    font-size: 1.5rem;
    min-height: 2.3rem;
}
.search-box .search-tit {
    display: none;
    width: auto;
    font-size: 2.8rem;
    color: #222;
    vertical-align: middle;
    padding-right: 3rem;
}
.search-box .btn-search {
    display: inline-block;
    width: auto;
    background: #434241;
    height: 4.2rem;
    line-height: 4.2rem;
    color: #fff;
    padding: 0 3.5rem;
    vertical-align: middle;
    margin-top: 0;
}
.list-table-opt {
    height: 84px;
    line-height: 84px;
    padding: 0 15px 0 0;
    float: right;
    margin-top: -85px;
}
.btn-qna {
    display: inline-block;
    width: 14rem;
    right: 0;
    text-align: right;
    background: #0eaf4b;
    float: right;
    margin: 0;
    width: 14rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    color: #fff;
}
.list-count {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0 0 1.3rem 2rem;
}
.list-count strong {
    display: inline-block;
    padding: 0 0 0 1rem;
    color: #0eaf4b;
}
.tabs{
    margin-bottom:15px;
}
.tabs ul{
    display:table;
    table-layout:fixed;
}
.tabs li{
    display:table-cell;
    float:left;
    width:177px;
    height:38px;
    border:1px solid #dbdbdb;
    border-right:none;
}
.tabs li:last-child{
    border-right:1px solid #dbdbdb;
}
.tabs li a{
    display:block;
    width:175px;
    height:36px;
    line-height:36px;
    color:#333;
    text-align:center;
    font-size:17px;
}
.tabs li a.on{
    color:#fff;
    background:#357ecf;
    border:1px solid #357ecf;
}
.tip-layer{
    position:absolute;
    z-index:10;
    width:300px;
    top:32px;
    right:-1px;
    display:none;
}
.tip-layer.on{
    display:block;
}
.tip-layer ul{
    display:block;
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
}
.tip-layer ul li{
    text-align:left;
    padding:3px 0;
}
.tip-layer ul li span{
    display:inline-block;
    width:40%;
    color:#000;
}
/*board*/

.list-table {
    border-top: 2px solid #595d64;

}
.list-table.alone{
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.list-table.scrollable{
    overflow-y:scroll;
    border: 1px solid #e0e0e0;
}
.list-table thead {
/*    height: 42px;*/
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}
.list-table tbody td {
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 12px;
    padding: 6px 0;
    position:relative;
    text-align: center;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.list-table tbody td.a-left {
    text-align:left;
}
.list-table tbody .inner-tip:hover td {
    background:#edf5fe;
}
.list-table tbody td a{
    color: #666f8a;
    text-decoration: none;
}


/*.list-table tbody tr:nth-child(even) td {
    background:#f7f7f7;
}
.list-table.neven tbody tr:nth-child(even) td {
    background:#fff;
}*/
.list-table tbody td a {
/*    display: block;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-table tbody td.a-left {
    text-align: left;
    padding:0 0 0 15px;
}
.list-table li {
    position: relative
}
.list-table {
    text-align: center;
}
.list-table tbody td.ac-title {
    text-align: left;
    padding-left: 10px
}
.list-table tbody tr.active td {
    background: #fff3f2;
    color: #000;
}
.list-table .ac-title a {
    display: block;
    width: 100%;
}

.list-table .ac-flow.ing {
    color: #0eaf4b;
}
.list-table .ac-flow.end {
    color: #d4d4d4;
}
.list-table tbody td.ac-stats {
    color: #0eaf4b;
}
.list-table .ac-file>img {
    width: 2.4rem;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.list-table thead th.ac-title {
    text-align: center;
    color: #222
}
.list-table thead th {
    position: relative;
    color: #333;
    font-size:12px;
    font-weight: 600;
    background:#f4f5fa;
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txtrarea-wrap textarea {
    outline: none;
    border: none;
    width: 95%;
    padding: 1.5rem;
    line-height: 1.8;
}

.view-table{
	width: 100%;
	margin-bottom:25px;
	border-top:2px solid #666;
}
.view-table th,
.view-table td{
	border:1px solid #bbbbbb;
	background:#fff;
	font-weight:300;
	padding:5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	vertical-align:middle;
	white-space: normal;
	word-break: break-all;
}
.view-table th{
	background:#f4f5fa;
	color: #333;
	font-size:12px;
	font-weight:600;
	padding: 6px 0 6px 15px;
	text-align:left;
}
.view-table th em{
    color:red;
    vertical-align:middle;
    margin-left:5px;
}
.view-table .list-table th{
    text-align:center;
}
.view-table td{
    padding-left:8px !important;
}
/*.view-table td input[type=text], input[type=password], select*/
/*{*/
/*    height: 26px;*/
/*    border: 1px solid #d1d1d1;*/
/*    color: #555;*/
/*}*/
.view-table.sInput td input[type=text]{
    width:80px;;
}
.view-table.sInput td select{
    width:auto;;
}
.view-table h3 {
    font-size: 1.8rem;
    text-align: left;
    padding: 2rem 0 2rem 3rem;
}
.view-table h3 strong {
    color: #0eaf4b;
    font-size: 25px;
    display: inline-block;
    margin-right: .5rem;
}
.view-table span.ac-date {
    display: inline-block;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #dadada;
}
.view-table span.ac-file {
    display: inline-block;
    padding: 0 1.5rem 0 1rem;
    border-right: 1px solid #dadada;
}
.view-table span.ac-file>img {
    width: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem
}
.view-table span.ac-hit {
    display: inline-block;
    padding: 0 1.5rem 0 1.5rem
}
.view-table span.ac-flow {
    display: inline-block;
    padding: 0 1.5rem 0 1.5rem;
    border-left: 1px solid #dadada;
    font-weight: 600
}
.view-table span.ac-flow.ing {
    color: #0eaf4b
}
.view-table .view-opt {
    padding: 0 0 1.5rem 3rem;
}
.view-table .view-content {
    padding: 2.5rem 3rem 10rem 3rem;
    border-top: 1px solid #dadada;
    line-height: 1.6;
}
.view-table .view-content h4.answer-tit {
    color: #0eaf4b;
    font-size: 1.8rem;
    background: url(../images/qa-bub.png) 7rem top no-repeat;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.view-table .parent-wrap{
    height:430px;
    overflow-y:auto;
    padding-right:10px;
}
.view-table .group-wrap{
    height:330px;
    overflow-y:auto;
    padding-right:10px;
}
.view-table .parent-wrap table{
    margin-bottom:10px;
}
.view-table .parent-wrap,
.view-table .group-wrap{
    margin-top:5px;
}
.view-table .parent-wrap li{
    position:relative;
}
.view-table p{
	padding:3px 0;
	line-height:1.5;
}
.view-table td.m-tit{
    text-align:center;
    background:#e7f2ff;
}
.view-table td .board-contents{
    min-height:250px;
}
.view-table thead th{
    text-align:center;
    padding:8px 0;
    background: #f4f5fa;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.content_area{
	min-height: 277mm;
	width: 190mm;
	margin: 0 auto;
}
.view2-table{
	margin: 0;
}
.view2-table th{
	padding: 8px 0px;
	text-align:center;
	background: #fff;
}
.view2-th{
	padding: 1px 0 !important;
	text-align:center !important;
	background: #fff !important;
}
.view2-td{
	line-height: 2.4;
	font-size: 13px !important;
	padding: 12px !important;
}
.view2-table input[type=text] {
	height: 18px;
	border: #000 !important;
	width: 90%;
	padding: 0px;
	vertical-align: baseline;
	text-indent: 3px;
}
.view-table-center td{
	padding-left: 0px !important;
	text-align: center;
}
.view-table-center input{
	text-align: center;
	text-indent: 0px !important;
}
.view3-table input[type=text]{
    font-size: 11.5px;
}
.view3-table td{
	border-bottom: 1px #bbbbbb dotted;
	border-top: none;
}
.view-table03 input[type=text] {
	font-size: 11px;
	height: 15px !important;
}
.view-table04{
	border-top: 4px double #777;
}
.view-table05{
	border-top: none;
}
.view-table06{
	border: 2px solid #000;
}
.view-table06 th, .view-table06 td{
	border: 1px solid #000;
	color: #000;
}
.view-table06 th{
	font-weight: 600;
}
.table-border-bot th, .table-border-bot td{
	border-bottom: none;
}
.table-double-r{
	border-right: 4px double #777 !important;
}
.table-dot td{
	border-bottom: 1px #ccc dotted;
	border-top: none;
}
.table-dot2 td{
	border-bottom: 1px #000 dotted;
	border-top: none;
}
.orange_td{
	background: #fddfc7 !important;
	font-weight: 600 !important;
	color: #333;
	border-right: 4px double #777 !important;
}
.orange2_td{
	background: #e9cdbf !important;
	font-weight: 600 !important;
	color: #333;
	border-right: 4px double #777 !important;
}
.yellow_bg th, .yellow_bg td, .yellow_bg input{
	background: #ffc;
}
.slash_td{
	background-image: url(/Admin/images/slash.png) !important;
	background-size:100% 100% !important;
}
.slash2_td{
	background-image: url(/Admin/images/slash2.png) !important;
	background-size:100% 100% !important;
}
.font-10_5 td{
	font-size: 10.5px;
}
.font-11 td{
	font-size: 11px;
}
.font-13 th{
	font-size: 13px;
}
.table-pad0 th, .table-pad0 td{
	padding: 0;
}
.table-pad1 th, .table-pad1 td{
	padding: 1px 0;
}
.table-pad2 th, .table-pad2 td{
	padding: 2px 0;
}
.table-pad1-3 th, .table-pad1-3 td{
	padding: 1.3px 0;
}
.table-pad2-9 th, .table-pad2-9 td{
	padding: 2.9px 0;
}
.table-pad3 th, .table-pad3 td{
	padding: 3px 0;
}
.view4-table th, .view4-table td,
.table-pad4 th, .table-pad4 td{
	padding: 4px 0;
}
.view5-table th, .view5-table td,
.table-pad5 th, .table-pad5 td{
	padding: 5px 0;
}
.view6-table th, .view6-table td,
.table-pad6 th, .table-pad6 td{
	padding: 6px 0;
}
.view7-table th, .view7-table td,
.table-pad7 th, .table-pad7 td{
	padding: 7px 0;
}
.table-pad8 th, .table-pad8 td{
	padding: 8px 0;
}
.table-pad9 th, .table-pad9 td{
	padding: 9px 0;
}


.list-check-con{
    display:inline-block;
    margin-right:8px;
}
.list-check-con:before{
    content:'';
    display:inline-block;
    background:url(../images/check-con.png) no-repeat;
    width:30px;
    height:30px;
    vertical-align:middle;
    margin-right:5px;
}
.list-check-con.ready{
    color:#999;
}
.list-check-con.ok{
    color:green;
}
.list-check-con.fail{
    color:red;
}
.list-check-con.ok:before{
    background-position:-30px 0;
}
.list-check-con.fail:before{
    background-position:-60px 0;
}
.pt-del{
    position: absolute;
    display: block;
    right: 15px;
    top: 13px;
    background: #357ecf;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}
.both-wrap{
    display:table;
    position:relative;
}
.both-wrap>div{
    display:table-cell;
    vertical-align:top;
}
.both-wrap .both-left{
    width:30%;
    border-right:5px solid #f4f4f4;
}
.both-wrap .both-right{
    padding:0 0 0 15px;
}
.both-wrap.same{
    display:block;
}
.both-wrap.same .both-left{
    width:40%;
    padding-right:15px;
    border-right:5px solid #f4f4f4;
}
.both-wrap.same .both-left,
.both-wrap.same .both-right{
    display:block;
    float:left;
}
.both-wrap.same .over{
    height:550px;
    overflow-y:auto;
    position:relative;
    display:block;
}
.both-wrap.same .both-right{
    width:56%;
}
.both-wrap.same .btn-group{
    background: #fff;
    padding: 20px 0;
    height:auto;
}
.both-wrap.revers .both-left{
    width:65%;
    padding-right:0;
    border-right:none;
}
.both-wrap.revers .both-right{
    width:35%;
    padding-right:15px;
}
.tree-wrap{
    display:block;
    margin:0 0 10px 0;
    padding: 0 10px 0 0;
}
.thumb-list li{
    width:50%;
    float:left;
}
.thumb-list li .profile-wrap{
    margin:0 10px 20px 0;
    border:1px solid #e5e5e5;
    border-top:2px solid #379cdc;
    position:relative;
    padding:25px 30px;
}
.thumb-list li:nth-child(even) .profile-wrap{
    margin:0 0 20px 0;
}
.thumb-list li .profile-wrap .profile-img{
    position:absolute;
    border:1px solid #e5e5e5;
}
.thumb-list li .profile-wrap .profile-txt{
    padding:0 0 0 156px;
    min-height:146px;
}
.thumb-list li .profile-wrap .profile-txt dt{
    font-size:18px;
    padding:0 0 22px 0;
}
.thumb-list li .profile-wrap .profile-txt dd{
    padding:0 0 13px 0;
    margin:0;
}
.thumb-list li .profile-wrap .profile-btn{
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    background:#054d9d url(../images/common.png) 8px 8px no-repeat;
    right:0;
    bottom:0;
}
.career-del{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fe4300;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    font-size: 13px;
}
.ui-datepicker-trigger{
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
	width:25px;
	height:26px;
}
.text-right{
    text-align:right;
}

.w-full{
    width:100%;
}
.w-50{
    width:50px;
}
.w-100{
    width:100px;
}
.w-150{
    width:150px;
}
.w-200{
    width:200px;
}
.w-250{
    width:250px;
}
.w-300{
    width:300px;
}
.w-mn{
    width: 30px;
    height: 16px!important;
    margin: -3px 4px 0 4px;
}
.front-table {
    width: 60%;
    margin: 20px auto 0 auto;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 30px 0;
}
.tree a{
    display:inline-block;
    vertical-align:middle;
}
.tree .tree-root{
    font-size:18px;
    margin:0 0 5px 0;
    display:block;
}
.tree img{
    display:inline-block;
    vertical-align:middle;
    padding:0 3px 0 0;
}
.tree>ul>li>.tree-depth{
    padding:0 0 0 38px;
    display:none;
}
.tree>ul>li.open>.tree-depth{
    display:block;
}
.tree>ul>li:before{
    content:'';
    display:inline-block;
    width:20px;
    height:15px;
    vertical-align:middle;
    background:url(../images/tree-up.png) no-repeat;
}
.tree>ul>li.open:before{
    content:'';
    display:inline-block;
    width:20px;
    height:15px;
    vertical-align:middle;
    background:url(../images/tree-down.png) no-repeat;
}
.tree>ul>li.nt:before{
    background:none;
}

.tree>ul{
    padding:0 0 0 13px;
}
.tree>ul>li>a{
    font-size:16px;
}
.tree ul li{
    padding:6px 0;
}
.locker {
    padding:15px 15px 15px 0;
}
.locker a{
    display:block;
    float:left;
    width:37px;
    height:37px;
    font-size:12px;
    background:#ddd;
    color:#fff;
    text-align:center;
    margin: 0 1px 1px 0;
}
.locker a span{
    display:block;
    padding:2px 0;
}
.locker a.available{
    background:#01c73c;
}
.locker a.using{
    background:#ed8c00;
}
.locker a.unpaid{
    background:#f71708;
}
.locker-exam{
    text-align:right;
    padding:0 20px 10px 0;
    margin-top:-35px;
}
.locker-exam li{
    display:inline-block;
}
.locker-exam li:before{
    content:'';
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align:middle;
    margin-right:5px;
}
.locker-exam li.available:before{
    background:#01c73c;
}
.locker-exam li.using:before{
    background:#ed8c00;
}
.locker-exam li.unpaid:before{
    background:#f71708;
}
.view-table h3.td-tit{
    font-size:18px;
    padding:16px 0;
    font-weight:normal;
}
.mem-list a{
    font-size:14px;
    padding:5px;
    display:block;
}
.mem-list a.active{
    color:#1678de;
    font-weight:600;
}
.rental-box {

}
.rental-box h3{
    text-align:left;
    font-size:18px;
    margin:20px 0;
}
.rental-box li{
    display:inline-block;
    vertical-align:top;
    padding: 0 15px 20px 0;
}
.rental-box .box{
    border:1px solid #ddd;
    border-top:2px solid #379cdc;
    min-width:500px;
}
.rental-box .box h4{
    background:#f7f7f7;
    line-height:36px;
    vertical-align:top;
    margin:0;
    padding:0 0 0 20px;
}
.rental-box .box p{
    padding:20px;
}
.rental-box .box span{
    display:inline-block;
    width:138px;
    height:98px;
    line-height:98px;
    font-size:30px;
    background:#ddd;
    color:#fff;
    text-align:center;
    margin: 0 1px 1px 0;
    padding:2px 0;
}
.rental-box .box span.available{
    background:#01c73c;
}
.rental-box .box span.using{
    background:#ed8c00;
}
.rental-box .box span.unpaid{
    background:#f71708;
}
.rental-exam{
    padding:0 20px 10px 0;

}
.rental-exam li{
    display:inline-block;
    margin-right:5px;
}
.rental-exam li:before{
    content:'';
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align:middle;
    margin-right:5px;
}
.rental-exam li.available:before{
    background:#01c73c;
}
.rental-exam li.using:before{
    background:#ed8c00;
}
.rental-exam li.unpaid:before{
    background:#f71708;
}
.login {
    height: 100%;
    background:#f2f5f7;
    padding:0;
}
.login-wrap {
    width: 920px;
    height: 488px;
    top:50%;
    margin:-254px auto 0 auto;
    position:relative;
}
.login-content {
    width: 920px;
    height: 478px;
    display: table;
    background:#fff;
    box-shadow: 3px 3px 3px #ededed;
    border:1px solid #bec0c2;
}
.login-content .login-logo{
    width: 460px;
    display: table-cell;
    position: relative;
    background:#357ecf url(../images/login-bg.png) center 78px no-repeat;
    text-indent:-9999px;
}
.login-content .login-box {
    width: 460px;
    display:table-cell;
    padding:0;
}
.login-content .login-box h1{
    font-size:36px;
    font-weight:600;
    color:#464646;
    padding:96px 0 52px 0;
}
.login-content .login-box img {
    margin: 75px auto 60px auto;
}
.login-content .login-box .form-wrap {
    width: 325px;
    height: 48px;
    background: #fff;
    margin: 0 auto 15px auto;
    border:1px solid #999;
    position:relative;
}
.login-content .login-box .form-wrap input {
    height: 47px;
    border: none;
    width: 100%;
    padding: 0;
    outline: 0;
    border-radius: 0;
    background-color: #fff!important;
    zoom: 1;
    -webkit-appearance: none;
    font-size: 14px;
    text-indent:10px;
}
.login-content .login-box .btn-login {
    display: block;
    width: 325px;
    height: 53px;
    line-height: 53px;
    margin: 20px auto 30px auto;
    background: #357ecf;
    color: #fff;
    font-size: 20px;
    font-weight:600;
    text-align: center;
    border-radius:5px;
}
.login .copy {
    text-align:center;
    color: #a3a3a3;
    font-size: 12px;
    margin-top: 20px;
}
.btn-status:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0d7";
    margin: 0 1rem;
    font-size: 1.2rem;
}
.btn-status.on:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0d8";
    margin: 0 1rem;
    font-size: 1.2rem;
}
.div-cp {
    display: none;
    width: 100%;
    position: absolute;
    top: 4rem;
    background: #fff;
    z-index: 1;
    padding-bottom: 0!important;
}
.div-cp.status {
    left: 0;
}
.div-cp li a {
    display: block;
    height: 3.7rem;
    line-height: 3.7rem;
    text-align: left;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    font-size: 1.6rem;
    padding-left: 2rem
}
.div-cp li a:hover {
    background: #eaeaea
}
.div-cp li:last-child a {
    border-bottom: 1px solid #d4d4d4
}
.div-cp.on {
    display: block
}
.list-table{
    margin-bottom:26px;
}
.list-table tbody td.tcolor-ok,
.tcolor-ok {
    color: #0eaf4b;
    font-weight: 600
}
.list-table tbody td.tcolor-no,
.tcolor-no {
    color: #054fa0;
    font-weight: 600
}
.list-table tbody td.tcolor-dis,
.tcolor-dis {
    color: #999;
    font-weight: 600
}
section.main .box-wrap {
    content: "";
    display: block;
    clear: both;
}
section.main .mbox {
    background: #fff;
    border: 1px solid #e7e8ec;
    box-shadow: 0 3px 3px #d7d9dd;
    margin-bottom: 66px;
    font-size: 18px;
    color: #444;
}
section.main h2 {
    text-align: left;
    font-size: 24px;
    color: #444;
    padding: 0 0 15px 26px;
    font-weight: 400;
}
section h3.title-h3 {
    text-align: left;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    height: 35px;
    line-height: 32px;
}
.calendar-wrap{
    padding:20px 0 30px 0;
    position: relative;
}
.calendar-view{
    position:relative;
}
.calendar-view .month-select{
    text-align:center;
    padding:0 0 30px 0;
}
.calendar-view .month-select span{
    font-size:45px;
    font-weight:600;
    vertical-align:middle;
    padding:0 30px;
}
.calendar-view .month-select a{
    text-indent:-9999px;
    display:inline-block;
    width:52px;
    height:35px;
    vertical-align:middle;
    background:url(../images/calendar-btn.png) no-repeat;
}
.calendar-view .month-select a.m-next{
    background:url(../images/calendar-btn.png) right top no-repeat;
}
.calendar-view .view-opt{
    position:absolute;
    right:0;
    top:28px;
}
.fc-toolbar h2 {
    margin: 0;
    display: inline-block;
    padding: 0 20px!important;
    font-size:35px!important;
    font-weight:600;
    vertical-align:middle;
    padding:0 30px;
    letter-spacing:-1px;
}
.fc-state-default{
    display:block;
    width:100px;
    height:32px!important;
    line-height:32px!important;
    border:1px solid #ddd;
    border-radius:32px;
    text-align:center;
    font-size:14px;
    color:#444;
    margin: 0 3px!important;
    background:#fff;
    text-shadow:none;
}
.fc-state-down, .fc-state-active{
    background:#3fa0de;
    border:1px solid #3fa0de;
    color:#fff;
}
.fc-state-default.fc-corner-left,
.fc-state-default.fc-corner-right {
    border-radius: 32px;
}
.fc-toolbar button {
    position: relative;
    display: inline-block;
    text-transform:uppercase;
}
.fc-event, .fc-event-dot {
    background-color: #357ecf;
}
.fc-view{
    border-top:2px solid #379cdc;
}
.fc-day-header{
    background:#f7f7f7;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:14px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}
.fc-prev-button,
.fc-next-button{
    border-radius: 3px;
    padding: 0 10px;
    width: auto;
}
.fc-toolbar .fc-center {
    display: block;
    position: absolute;
    height: 80px;
    top: 14px;
}
.fc-toolbar .fc-center>div {
    float: none;
    text-align: center;
    top: 0;
}
.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    font-weight: 800;
    color: #357ecf;
}
.fc-clear {
    clear: both;
    clear: right;
}

.tree{
    height: 370px;
    overflow-y: auto;
    margin:0 0 10px 0;
}
.calendar-view .view-opt li{
    display:inline-block;
}
.calendar-view .view-opt li a{
    display:block;
    width:87px;
    height:32px;
    line-height:32px;
    border:1px solid #ddd;
    border-radius:32px;
    text-align:center;
    font-size:14px;
    color:#444;
}
.calendar-view .view-opt li a.list:before{
        content: '¡Õ';
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 18px;
    vertical-align: top;
}
.calendar-view .view-opt li a.active{
    background:#3fa0de;
    border:1px solid #3fa0de;
    color:#fff;
}

.calendar-view .week-head{
    border-top:2px solid #379cdc;
}
.calendar-view .week-head td{
    background:#f7f7f7;
    border:1px solid #ddd;
    border-bottom:none;
    height:35px;
    text-align:center;
    font-size:14px;
}
.calendar-view .week-row{
    position:relative;
}
.calendar-view .week-row .grid td{
    height:140px;
    border:1px solid #ddd;
    vertical-align:top;
    padding:10px 0 0 10px;
}
.calendar-view .week-row .event-wrap{
    position:absolute;
    width:100%;
}
.calendar-view .week-row .event-wrap .event{
    height:120px;
    width:100%;
    display:table;
    padding-top:32px;
}
.calendar-view .week-row .event tr{

}
.calendar-view .week-row .event td{
    padding: 1px 5px;
    vertical-align: top;
}
.calendar-view .week-row .event a{
    display:block;
    background:#ddd;
    color:#fff;
    border-radius:4px;
    text-align:center;
    padding:2px 0;
}
.calendar-view .week-row .event .bridge-start{
    border-radius:4px 0 0 4px;
    margin-right: -5px;
}
.calendar-view .week-row .event .bridge-end{
    border-radius:0 4px 4px 0;
    margin-left: -5px;
}
.calendar-view .week-row .event a.red{
    background:#ff5555;
}
.calendar-view .week-row .event a.blue{
    background:#58a0ef;
}
.calendar-view .week-row .event a.green{
    background:#40bf96;
}
.sum-box{
    background:#379cdc;
    padding:24px 0 24px 25px;
    position:relative;
    text-align: left;
}
.sum-box .sum-right{
    position:absolute;
    right:25px;
    top:24px;
}
.sum-box .plus,
.sum-box .minus{
    display:inline-block;
    width:34px;
    height:30px;
    line-height:30px;
    background:#fff;
    border-radius:3px;
    font-size:30px;
    color:#379cdc;
    vertical-align:middle;
    text-align:center;
}
.sum-box .minus{
    font-size:43px;
}
.para{
    padding:0 0 5px 0;
}
.select-user{
    padding: 0 0 15px 0;
}
.select-user>span{
    padding: 0 5px 0 0;
}
.select-user>span>a{
    color: #fff;
    background: red;
    display: inline-block;
    width: 14px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    padding: 1px;
    margin: 0 0 0 2px;
    border-radius: 3px;

}
.select-user>span:after{
    content:',';
    display:inline-block;
}
.select-user>span:last-child:after{
    content:none;
}
.sms-box>table{
    background:#1c78df;
}
.sms-box>table th,
.sms-box>table td{
    border-bottom:1px solid #4590e5;
    height:49px;
    line-height:49px;
    color:#fff;
}
.sms-box>table th{
    text-align:left;
    padding-left:5%;
}
.sms-box .sms-row{
    background:#efefef;
    border:none;
}
.sms-box .sms-both{
    width: 100%;
    margin:20px 0 0 0;
}
.sms-box .sms-number{
    display: block;
    float:left;
    width: 50%;
    vertical-align: top;
}
.sms-box .sms-number li{
    color: #000;
    padding: 0 0 0 40px;
    line-height: 38px;
}
.sms-box .sms-number li input{
    margin:0 0 0 10px;
    border:none;
}
.sms-note{
    display: block;
    float:left;
    width: 50%;
    vertical-align: top;
}
.sms-note .note-wrap{
    border:none;
    padding: 5px 0;
    text-indent: 5px;
    background: #fff;
    /* width: 246px; */
    height: 262px;
    display: inline-block;
}
 .sms-note textarea{
    border: none;
    text-indent: 0;
    width: 206px;
    height: 232px;
    padding: 15px;
}
.sms-box .btn-group{
    background:none!important;
    text-align:left;
}
.sms-box .btn-group button{
    width: 123px;
    padding: 0 15px;
}
.sms-box .radio-ui label {
    color: #fff;
}
.sms-box .send-select .radio-ui label{
    color: #000;
    font-size:18px;
}
.sms-box .send-select{
    display: inline-block;
    float: left;
    padding: 0 0 0 5%;
    width: 45%;
}
.sms-pop-note{
    background: #efefef;
    height: 375px;
}
.sms-pop-note .note-wrap{
    border:none;
    padding: 35px 35px 15px 35px;
    background: #efefef;
}
.sms-pop-note textarea{
    border: none;
    text-indent: 0;
    width:224px;
    height: 232px;
    background:#fff;
    padding:15px 10px;
    color:#878787;
    line-height:18px;
}
.sms-pop-note .btn-group button{
    width: 123px;
    padding: 0 15px;
}
.sms-pop-note .btn-group button.half{
    width: 58px;
    padding: 0 8px;
}
.parking-img{
    display: inline-block;
    vertical-align: middle;
    margin-left:2%;
}
.parking-count{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width:40%;
}
.parking-count span{
    display: block;
    color: #357ecf;
    font-size: 30px;
    padding: 10px 0 0 0;
    letter-spacing: -1px;
}

.car-info{
    background:#ececec;
    margin-top:30px;
}
.car-info .car-wrap{
    padding:17px;
    position: relative;
    height: 368px;
}
.car-info .parking-area{
    width: 498px;
    position: absolute;
}
.car-info .parking-area .parking-grid{
    height:365px;
    background:#fff;
    margin-right:30px;
    background:url(../images/park-grid1.png) no-repeat;
}
.car-info .car-detail{
    padding: 0 0 0 500px;
}
.car-nav{
    position: relative;
}
.car-nav a{
    display:inline-block;
    width:70px;
    height:70px;
    background:url(../images/parking-arw.png) no-repeat;
    vertical-align:middle;
}
.car-nav a.next{
    background-position: -70px 0;
}
.car-nav input{
    height:70px;
    line-height:70px;
    font-size:36px;
    border:none;
    text-indent:20px;
    font-weight:600;
    width:100%;
}
.car-nav .red-bigger{
    height:70px;
    line-height:70px;
    font-size:34px;
    background:#e24539;
    color:#fff;
    border-radius:0;
    position: absolute;
    right: 0;
    top: 0;
}
.car-nav .car-btns{
    position: absolute;
    left: 0;
}
.car-nav .car-form{
    padding: 0 180px 0 160px;
}

.car-detail .view-table{
    border:none;
    margin:10px 0;
}
.car-detail h3{
    text-align:left;
    font-size:24px;
    padding:0 0 10px 0;
}
.parking-history{
    margin:70px 0 0 0;
}
.parking-history h3{
    font-size:24px;
    text-align:left;
    float:left;
}
.parking-history .park-opt{
    clear:both;
    width:100%;
    font-size:18px;
    padding:20px 0;
}
.parking-history .park-opt>span{
    float:right;
}
.parking-history .btn-group{
    float:right;
}
.certificate{
    width:738px;
    height:1020px;
    position:relative;
}
.certificate .certifi-wrap{
    position:absolute;
    width:100%;
}
.certificate .certifi-wrap>p,
.certificate .certifi-wrap>ul{
    position:absolute;
}
.certificate .certifi-wrap .num{
    left:101px;
    top:91px;
    font-size:14px;
    font-weight:600;
}
.certificate .certifi-wrap .people{
    right: 0;
    top: 315px;
    font-size: 20px;
    line-height: 1.6;
    padding: 0 72px 0 0;
    min-width:255px;
}
.certificate .certifi-wrap .people li span{
    width:88px;
    display:inline-block;
}
.certificate .certifi-wrap .contents{
    left: 67px;
    top: 481px;
    width: 600px;
    text-align:center;
    font-size:30px;
    line-height:1.6;
}
.certificate .certifi-wrap .date{
    left:43px;
    top:711px;
    width:650px;
    text-align:center;
    font-size:20px;
    line-height:1.5;
}
.certificate .certifi-wrap .sir{
    left:43px;
    top:807px;
    width:650px;
    text-align:center;
    font-size:24px;
    line-height:1.5;
}
.btn-print{
    float: right;
    display: inline-block;
    padding: 5px 10px;
    background: #f1f5f9;
    height: 25px;
    line-height: 25px;
    margin: 7px 5px 0 0;
    border-radius: 3px;
    font-size: 14px;
}


/*ÆË¾÷*/
.pop .pop-body{
    padding:0;
    background:#fff;
}
.pop header{
    background:#357ecf;
    position:relative;
    display:block;
}
.pop header h1{
    color:#fff;
    height:48px;
    line-height:48px;
    font-size:16px;
    padding:0 0 0 20px;
    text-align:left;
    font-weight:600;
}
.pop .pop-wrap{
    padding:20px;
}
.pop .pop-content .pop-para{
    padding:15px 0 10px 0;
    font-weight:350;
    color:#666;
}
.pop .pop-content .view-wrap{

}

/*ÆË¾÷*/
.pop-div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}
.pop-div .pop-wrap {
    margin: 10% auto 0 auto;
    z-index: 1001;
    background: #fff;
    border:5px solid #357ecf;
}
.pop-div .pop-wrap .pop-header{
    position:relative;
}
.pop-div .pop-wrap .pop-header h1{
    text-align: left;
    padding: 22px 0 0 27px;
    font-size: 22px;
}
.pop-div .pop-wrap .pop-content h2{
    text-align: left;
    padding: 0 0 15px 0;
    font-size: 18px;
    color: #357ecf;
}
.pop-div .pop-wrap .pop-header .pop-close{
    display:block;
    width:32px;
    height:32px;
    position:absolute;
    right:15px;
    top:12px;
    background:url(../images/pop-close.png) no-repeat;
    text-indent:-9999px;
}
.pop-div .pop-wrap .pop-content{
    padding:30px;
}
.pop-div .pop-btns{
    text-align:center;
    padding:25px 0;
}
.pop-dim{
    background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 140;
}
.pop-div.hide-pop{
    display:none;
}
.pop-div .view-table,
.pop-div .list-table {
    margin-bottom: 0;
}

.record-both{
    display:table;
    width:100%;
}
.record-both>div{
    display:table-cell;
    position:relative;
}
.record-both>div select{
    width:100%;
    height:300px;
}
.record-both h3{
    text-align:left;
    font-weight:400;
    height:35px;
    vertical-align:middle;
}
.record-both .btn-updown{
    position:absolute;
    right:0;
    top:0;
    margin:0;
}
.record-both .record-both-left{
    width:45%;
}
.record-both .record-both-right{
    width:45%;
}

.btn-updown{
    display: inline-block;
    margin-top: 10px;
}
.btn-updown a{
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: -9999px;
    background: url(../images/common.png) no-repeat;
}
.btn-updown a.up{
    background-position: -114px -48px;
}
.btn-updown a.down{
    background-position: -140px -48px;
}

.btn-move{
    position: absolute;
    top: 143px;
    left: 19px;
}
.btn-move a{
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: -9999px;
    background: url(../images/common.png) no-repeat;
}
.btn-move a.add{
    background-position: -173px -48px;
}
.btn-move a.del{
    background-position: -200px -48px;
}

.input10 {width:10%}
.input20 {width:20%}
.input30 {width:30%}
.input40 {width:40%}
.input50 {width:50%}
.input60 {width:60%}
.input70 {width:70%}
.input80 {width:80%}
.input90 {width:90%}
.input100 {width:100%}


.bg-color-gray{
    background-color:#f7f7f7;
}

/* input box color */ 
input:-webkit-autofill 
{ -webkit-box-shadow: 0 0 0 30px #fff inset ; -webkit-text-fill-color: #000; } 
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active 
{ transition: background-color 5000s ease-in-out 0s; }



.hd-table{
    height: 80px;
    border-left:5px solid #a6791c; 
}



.hd-table th{
    color: #fff;
    font-size: 15px;
}

.hd-table td{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.pop_hd{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 0;
    border-left: 5px solid #848388 ;
    border-left-style: double; 
    background: #3b4857;
    height: 50px;
    width: 100%;
/*    max-width: 986px;*/
    position: fixed;
    z-index: 10;    
}

.pop_hd .hd_name{
    text-align: left;
    float: left;
    line-height: 50px;
    font-size:20px;
    margin-left: 20px;
}

.pop_hd .hd_info{
    display: inline-block;
    padding: 0;
    float: right;
    margin-right:70px;
    color: #fff;
    font-size: 12px;   
    line-height:17px;
} 

.s_pop_hd{
    color: #fff;
    text-align: left;
    border-left: 5px solid #848388 ;
    border-left-style: double;
    background: #3b4857;
    height: 44px;    
    margin-bottom: 5px;
}

.s_pop_hd .hd_name{
    text-align: left;
    float: left;
    line-height: 44px;
    font-size:20px;
    margin-left: 20px;
	font-weight: bold;
}
.s_pop_hd .hd_name_sub{
    text-align: left;
    float: left;
    line-height: 44px;
    font-size:15px;
    margin-left: 20px;
}




.hd_info strong{
    display: inline-block;
    text-align: right;
    width: 100px;
    margin-right:5px;
}

.hd_info span{
    display: inline-block;
    text-align: left;
    margin-left: 5px;   
}



.dropdown {
    display: inline-block;
    position: relative;
    float: right;
    color: #fff;
    margin:20px 10px 0 0;
}

.dropbtn {
    color: #fff;
    display: inline-block;
    background: #848388 ;
    border-radius: 3px;
    padding: 8px 20px;
    box-shadow: 1px 1px 1px #000;
    font-size:12px;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 95px;
  z-index: 9999;
}

.dropdown-content a {
  color: black;
  font-size:12px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #41505f;}



.lnb .ti-plus , .lnb .ti-minus{
    font-size: 12px;
    color: #adad96;
    float: right;
    line-height: 60px;
    margin-right: 20px;
    opacity: 0.5;
}


.list-table tbody td a .bookmark_star{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pointer{
    cursor: pointer;
}

.txt_box{
    width: 50%;
    height: 27px;
    border: 1px solid rgb(203, 203, 203);
    overflow-y: hidden;
    display: block;
    margin-top: 5px;
}


.pp_cal_box{
    display:block;
    margin:5px;
    color:dimgray;
    padding:5px;
    border:1px solid #d3d3d3;
    border-radius:5px;
    overflow: hidden;}




.gnb li .sub_gnb{
display:none;
padding:0px;
margin:0px;
border:0px;
position:absolute;
top:73px;
left:0;
z-index:900;
width:3000px;
overflow: hidden;

}

.gnb li .sub_gnb a{
    float: left;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    background-color:#f4f5fa;
    font-size: 13px;
    font-weight:bold;
    color:#3b4857;
    transition: 0.5s;
}

.gnb li .sub_gnb a:hover{
    background-color:#848388;
    color:#fff;
    transition: 0.3s;
}

.gnb li .sub_gnb .active{
    background-color:#848388;
    color:#fff;
    transition: 0.3s;
}



.gnb li:hover{
    background: #848388 ;
    transition: 0.5s;
}

/*.gnb li:hover .sub_gnb{
    display:block; 
}*/



.gnb li .sub_gnb_t{
    display: none;
    width: 100%
}



#layer_popup_dialog {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 211;
    padding: 10px;
    border-radius:8px ;
}
#layer_popup_background {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 210;
}



.admin_h1{
    font-size:23px;
    text-align:left;
    padding:0 0 10px 0;
    letter-spacing:-1px;
}




.s_pop_hd .ico {
    display: inline-block;
    width: 30px;
    background: none;
    border: none;
    margin: 11px;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    float: right;
    margin-right: 20px;
    line-height: 25px;
    }




	/*2019-04-29  Ãß°¡*/

.gnb li .sub_gnb{
display:none;
padding:0px;
margin:0px;
border:0px;
position:absolute;
top:73px;
left:0;
z-index:900;
width:3000px;
overflow: hidden;

}

.gnb li .sub_gnb a{
    float: left;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    background-color:#f4f5fa;
    font-size: 13px;
    font-weight:bold;
    color:#3b4857;
    transition: 0.5s;
}

.gnb li .sub_gnb a:hover{
    background-color:#848388;
    color:#fff;
    transition: 0.3s;
}


.gnb li:hover{
    background: #41505f ;
    transition: 0.5s;
}

.gnb li:hover .sub_gnb{
    display:block; 
}



.gnb li .sub_gnb_t{
    display: none;
    width: 100%
}




.dayBtn li{
	float:left;
	margin-right:10px;
}



/*  */
.container{position:relative; margin:0 auto; width:980px;}
.container .lnb{position:absolute; top:0; left:0;}
.container .content{position:absolute; top:0; left:180px;}

.container .content #prn .tb_head td{font-weight:bold;}
.tb_head td{background:#f4f5fa; border:1px solid #ccc; border-width:1px 0; vertical-align:middle; text-align: center;}
.tb_head2 td{background:#f4f5fa; border:1px solid #ccc; border-width:1px 0; vertical-align:middle; text-align:center;}
.tb_head3 td{background:#f4f5fa; border:1px solid #ccc; border-width:1px 0; vertical-align:middle; border:1px solid #979ead;}
.tb_headT td{background:#f4f5fa; border-top:1px solid #ccc; border-width:1px 0; vertical-align:middle;}
.tb_headB td{background:#f4f5fa; border-bottom:1px solid #ccc; border-width:1px 0; vertical-align:middle;}
.tb_headG td{
	background:#e0e0e0; border:1px solid #ccc; border-width:1px 0; vertical-align:middle;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.tb_body0.selected, .tb_body.selected {background-color:#faebd7}


/*.tab{float:left;}*/

.tab a{display: block;
    width: 120px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 11px;
    text-align: center;
	}

.tabon a{       
	display: block;
    width: 120px;
    height: 31px;
    line-height: 28px;
    background: #666f8a;
    box-sizing: border-box;
    border: 1px solid #666f8a;
    color: #fff;
    border-bottom: none;
    font-size: 11px;
    text-align: center;
	font-weight: bold;
	}



   
    
/*   2019-05-08 Ãß°¡*/
.table_guntae {
	   border-top: 2px solid #595d64;
}
.table_guntae td span.txt_ch {
	display:inline-block;
	width:50px;
	padding:3px 0 3px 5px
}
.table_guntae thead th {
	height:30px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#f0f0f0;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5
}

.table_guntae tr.bg_b th {
	background:#f4f5fa;
}
.table_guntae thead th.sun {
	color:#a62331
}
.table_guntae thead th.sat {
	color:#2151b6
}
.table_guntae thead th.bg_red {
	background:#feedec
}
.table_guntae thead th.bg_blue {
	background:#e9effb
}
.table_guntae tbody td.bg_blue2 {
	background:#dce6f9
}
.table_guntae thead th.bg_white {
	background:#f7f7f7
}
.table_guntae thead th.bg_grey {
	background:#f0f0f0
}
.table_guntae thead th span.up {
	display:inline-block;
	width:7px;
	height:26px
}
.table_guntae thead th span.up a {
	display:inline-block;
	width:7px;
	height:26px
}
.table_guntae thead th img {
	vertical-align:middle
}
.table_guntae thead td {
	height:30px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#f0f0f0;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5
}
.table_guntae thead td.sun {
	color:#a62331
}
.table_guntae thead td.sat {
	color:#2151b6
}
.table_guntae thead td.bg_red {
	background:#feedec
}
.table_guntae thead td.bg_blue {
	background:#e9effb
}
.table_guntae thead td.bg_white {
	background:#f7f7f7
}
.table_guntae thead td.bg_grey {
	background:#f0f0f0
}
.table_guntae thead td span.up {
	display:inline-block;
	width:7px;
	height:26px
}
.table_guntae thead td span.up a {
	display:inline-block;
	width:7px;
	height:26px
}
.table_guntae thead td img {
	vertical-align:middle
}
.table_guntae tbody td {
	height:30px;
	font-size:11px;
	text-align:center;/*background:#fafafa;*/
	background:#ffffff;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
.table_guntae tbody td.title, .table_guntae thead th.title {
	text-align:left;
	padding-left:15px;
	background:#f0f0f0
}
.table_guntae tbody td.title2 {
	text-align:center;
	background:#f0f0f0;
	font-size:11px;
}
.table_guntae tbody td.title3 {
	text-align:center;
	background:#f0f0f0;
	font-size:11px;
	height:30px;
}

.table_guntae td.align_r {
	text-align:right;
	padding-right:12px
}
.table_guntae tbody td.align_l {
	text-align:left;
	padding-left:12px
}
.table_guntae tbody td.bg_red {
	background:#feedec
}
.table_guntae tbody td.bg_blue {
	background:#fff
}
.table_guntae tbody td.bg_blue2 {
	background:#dce6f9
}
.table_guntae tbody td.bg_yellow {
	background:#fcfce5
}
.table_guntae tbody td.bg_grey {
	background:#f0f0f0
}
.table_guntae tbody td span.datepicker {
	display: block;
	width: 80px;
	height: 22px;
	border: 1px solid #c8c8c8;
	background: #f4f5fa url(/images/bg_input.gif) repeat-x;
	line-height: 22px;
	float:left;
	/*padding-left:10px;*/
	padding-right:10px;
}
.table_guntae tbody td.t_name {
	background:#f0f0f0
}
.table_guntae tbody td.total {
	background:#f0f0f0;
	font-size:50px;
	color:#d03e3e;
	font-weight:bold;
	line-height:1.5em
}
.table_guntae tbody td.bc_r {
	background:#f9ebeb
}
.table_guntae tbody td .btn_notice1 {
	display:inline-block;
	width:55px;
	height:24px;
	line-height:25px;
	background:url(/images/bg_btn_notice1.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color:#fff
}
.table_guntae tbody td .btn_notice2 {
	display:inline-block;
	width:55px;
	height:24px;
	line-height:25px;
	background:url(/images/bg_btn_notice2.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color:#fff
}
.table_guntae tbody td .btn_notice3 {
	display:inline-block;
	width:55px;
	height:24px;
	line-height:25px;
	background:url(/images/bg_btn_notice3.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color:#fff;
	cursor: default;
}
.table_guntae tfoot td {
	height:30px;
	font-size:11px;
	text-align:center;
	background:#f0f0f0;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
.table_guntae .btn_del {
	display:inline-block;
	width:45px;
	height:25px;
	line-height:25px;
	background:url(/images/bg_btn_del.gif) no-repeat;
	color:#555;
	text-align:center;
	font-size:11px;
	margin:0 5px
}
.table_guntae2 {
    border-top: 2px solid #595d64

}
.table_guntae2 tbody th {
	height:30px;
	font-size: 12px;
	font-weight:600;
	text-align:#f4f5fa;
	padding-left:10px 0;
	background:#f4f5fa;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	overflow: hidden;
    text-overflow: ellipsis;
}
.table_guntae2 tbody th.title {
	background:#f4f5fa;
	text-align:center;
	padding-left:0
}
.table_guntae2 tbody th.tit_secret {
	background:#f0f0f0 url(/images/ico_secret.gif) no-repeat 60px 46%
}
.table_guntae2 tbody td {
	height:30px;
	font-size:11px;
	text-align:left;
	padding:0 5px;/*background:#fafafa;*/
	background:#ffffff;
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
}
.table_guntae2 tbody td.in_c {
	text-align:center;
	padding-left:0
}
.table_guntae3 {
	border:1px solid #d5d5d5;border-top:3px solid #d5d5d5
}
.table_guntae3 tbody th {
	height:30px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	background:#f0f0f0;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	padding-left:35px
}
.table_guntae3 tbody th.ic_ess {
	background:#f0f0f0 url(/images/icon_ess.gif) no-repeat 12px 50%
}
.table_guntae3 tbody td {
	height:30px;
	font-size:11px;
	text-align:left;
	padding-left:12px;/*background:#fafafa;*/
	background:#ffffff;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5
}
.table_guntae3 tbody td span.sms {
	display:inline-block;
	height:36px;
	line-height:36px;
	background:url(/images/icon_sms.gif) no-repeat 100% 9px;
	padding-right:22px
}
.table_guntae3 tbody td img {
	vertical-align:middle
}
.table_guntae3 td span.txt_ch {
	display:inline-block;
	width:30px;
	padding:4px 0 3px 5px;
	vertical-align:-1px
}
.table_guntae3 td span.txt_ch2 {
	display:inline-block;
	padding:4px 30px 3px 5px;
	vertical-align:-1px
}

.table_guntae3 td span.txt_ch3 {
	display:inline-block;
	width:50px;
	padding:3px 30px 3px 5px
}
.table_guntae3 td span.inp_f {
	display:inline-block;
	width:300px
}
.table_guntae4 {
	border:1px solid #d5d5d5
}
.table_guntae4 tbody th {
	height:30px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#f0f0f0;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5
}
.table_guntae4 tbody td {
	height:30px;
	font-size:11px;
	text-align:center;/*background:#fafafa;*/
	background:#ffffff;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5
}
.table_guntae4 td.align_r {
	text-align:right;
	padding-right:12px
}


.con_section {
	position:relative;
	width:100%;
	overflow:hidden
}




.tab_guntae {
	width:100%;
	height:30px;
	overflow:hidden;
}
.tab_guntae li {
	float:left;
	width:95px;
	height:30px
}
.tab_guntae li.last {
	border-right:1px solid #d5d5d5
}
.tab_guntae li a {
	display:block;
	width:95px;
	height:30px;
	line-height:28px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	font-size:11px;
	text-align:center
}
.tab_guntae li a:hover,.tab_guntae li.on a {
	background:#414852;
	border:1px solid #2b323c;
	box-sizing:border-box;
	border-bottom:none;
	color:#fff
}



.tab_guntae_01 {
	width:100%;
	height:30px;
	overflow:hidden;
}
.tab_guntae_01 li {
	float:left;
	width:120px;
	height:30px
}
.tab_guntae_01 li.last {
	border-right:1px solid #d5d5d5
}
.tab_guntae_01 li a {
	display:block;
	width:120px;
	height:30px;
	line-height:28px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	font-size:11px;
	text-align:center
}
.tab_guntae_01 li a:hover,.tab_guntae_01 li.on a {
	background:#666f8a;
	border:1px solid #666f8a;
	box-sizing:border-box;
	border-bottom:none;
	color:#fff
}
.tab_guntae_01 li.last {
	border-right:1px solid #d5d5d5
}




.tab_guntaea1 {
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:6px;
	border-bottom:1px solid #d5d5d5
}
.tab_guntaea1 li {
	float:left;
	width:95px;
	height:30px
}
.tab_guntae li.last {
	border-right:1px solid #d5d5d5
}
.tab_guntaea1 li a {
	display:block;
	width:95px;
	height:30px;
	line-height:30px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	font-size:11px;
	text-align:center
}
.tab_guntaea1 li a:hover {
	background:#95314e;
	border:1px solid #7a0b2f;
	border-bottom:none;
	color:#fff
}
.tab_guntaea1 li a.on {
	background:#95314e;
	border:1px solid #7a0b2f;
	border-bottom:none;
	color:#fff;
}


.tab_guntae3_wrap {
	position:relative
}
.tab_guntae3 {
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:6px;
	border-bottom:1px solid #d5d5d5;
}
.tab_guntae3 li {
	float:left;
	width:95px;
	height:30px
}
.tab_guntae3 li.last {
	border-right:1px solid #7a0b2f;
}
.tab_guntae3 li a {
	display:block;
	width:95px;
	height:30px;
	line-height:30px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	font-size:11px;
	text-align:center;
	cursor: default;
}
.tab_guntae3 li a:hover {
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	color:#555555;
	cursor: default;
}
.tab_guntae3 li a.on {
	background:#95314e;
	border:1px solid #7a0b2f;
	border-bottom:none;
	color:#fff;
	cursor: default;
}
.tab_guntae2 {
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
	border-bottom:1px solid #d5d5d5
}
.tab_guntae2 li {
	float:left;
	width:65px;
	height:30px
}
.tab_guntae2 li.last {
	border-right:1px solid #d5d5d5
}
.tab_guntae2 li a {
	display:block;
	width:65px;
	height:30px;
	line-height:30px;
	font-size:11px;
	text-align:center
}
.tab_guntae2 li a:hover {
	color:#fff
}
.tab_guntae2 .tab1 a {
	background:url(/images/bg_tab2_off1.gif) no-repeat
}
.tab_guntae2 .tab1 a:hover {
	background:url(/images/bg_tab2_on1.gif) no-repeat
}
.tab_guntae2 .tab1 a.on {
	color:#fff;
	background:url(/images/bg_tab2_on1.gif) no-repeat
}
.tab_guntae2 .tab2 a {
	background:url(/images/bg_tab2_off2.gif) no-repeat
}
.tab_guntae2 .tab2 a:hover {
	background:url(/images/bg_tab2_on2.gif) no-repeat
}
.tab_guntae2 .tab2 a.on {
	color:#fff;
	background:url(/images/bg_tab2_on2.gif) no-repeat
}
.tab_guntae2 .tab3 a {
	background:url(/images/bg_tab2_off3.gif) no-repeat
}
.tab_guntae2 .tab3 a:hover {
	background:url(/images/bg_tab2_on3.gif) no-repeat
}
.tab_guntae2 .tab3 a.on {
	color:#fff;
	background:url(/images/bg_tab2_on3.gif) no-repeat
}
.tab_guntae2 .tab4 a {
	background:url(/images/bg_tab2_off4.gif) no-repeat
}
.tab_guntae2 .tab4 a:hover {
	background:url(/images/bg_tab2_on4.gif) no-repeat
}
.tab_guntae2 .tab4 a.on {
	color:#fff;
	background:url(/images/bg_tab2_on4.gif) no-repeat
}
.tab_guntae5 {
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:6px;
	border-bottom:1px solid #d5d5d5
}
.tab_guntae5 li {
	float:left;
	width:70px;
	height:30px
}
.tab_guntae5 li.last {
	border-right:1px solid #d5d5d5
}
.tab_guntae5 li a {
	display:block;
	width:70px;
	height:30px;
	line-height:30px;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	font-size:11px;
	text-align:center
}
.tab_guntae5 li a:hover {
	background:#1d5588;
	border:1px solid #184064;
	border-bottom:none;
	color:#fff
}
.tab_guntae5 li a.on {
	background:#1d5588;
	border:1px solid #184064;
	border-bottom:none;
	color:#fff;
}


.main{
	background:#f8f9fa;
	width:100%;
	height:780px;
}


.main_wrap{
	width:1200px;
	margin:0 auto;
	margin-top:20px;

}

.main_box{
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.13);
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
	margin:0 8px;
}

.hd_box{
	padding: 30px; 
	background-image: linear-gradient(-10deg, #3b4857, #666f8a );
	margin-bottom:20px;
}

.col{
	width:32%;
	float:left;
	height:450px;
}

.main_box .tit_area{
    padding: 10px;
    text-align: left;
    background: #3b4857;
    color: #fff;
}

.main_box .tit_area h1{
    display: inline-block;
    font-size: 15px;
}


.paging{

}