@charset "utf-8";
/* CSS Document */

.con_wrap .con_section.max-h800{max-height:800px ;}
.con_wrap .con_section.max-h608{max-height:608px ;}
.con_wrap .con_section.max-h535{max-height:535px ;}
.con_wrap .con_section.max-h202{max-height:202px;}

.min_btn_area .btn{min-width:110px;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #4c4c4c;
  background-color: #f2f2f2;
  border-color: #transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4c4c4c;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #c7171d;
  border-color: #c7171d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #c7171d;
  background-color: #fff;
  border-color: #c7171d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #c7171d;
  background-color: #fff;
  border-color: #c7171d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success .badge {
  color: #c7171d;
  background-color: #fff;
}

.btn-light {
  color: #999;
  background-color: #fff;
  border-color: #999;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-success {
  color: #999;
  background-color: #fff;
  border-color: #999;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}

.btn-light .badge {
  color: #999;
  background-color: #fff;
}


.btn-info {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #d9d9d9;
}
/* .btn-white:hover, 
 .btn-white:focus, */
.btn-white:active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #c7171d;
  border-color: #c7171d;
}

.btn-red {
  color: #fff;
  background-color: #c7171d;
  border-color: #c7171d;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #c7171d;
  border-color: #c7171d;
}

.btn-gray {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.overflow-scr{width:100%;overflow:hidden !important}

.tbl_type{border-top:1px solid #c7171d}
.table-hover>tbody>tr:hover{background-color:#f9e7e8}

.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td{border:1px solid #d9d9d9; word-break:break-all; vertical-align:middle;color:#333}

.tbl_a-type > thead > tr > th{text-align:center} 
.tbl_a-type > tbody > tr > td{text-align:left}

.tbl_c-type > thead > tr > th, 
.tbl_c-type > tbody > tr > th, 
.tbl_c-type > tfoot > tr > th, 
.tbl_c-type > thead > tr > td, 
.tbl_c-type > tbody > tr > td, 
.tbl_c-type > tfoot > tr > td{text-align:center}

.tbl_l-type > thead > tr > th, 
.tbl_l-type > tbody > tr > th, 
.tbl_l-type > tfoot > tr > th, 
.tbl_l-type > thead > tr > td, 
.tbl_l-type > tbody > tr > td, 
.tbl_l-type > tfoot > tr > td{text-align:left}

.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td{border-bottom-width:1px}

.table-bordered > thead > tr > th{background-color:#fafafa; text-align:center;}
.table-bordered th{background-color:#fafafa;}

.fin_txt{color:#c7171d !important}

.form-group{margin-bottom:0}

.radio, .checkbox{margin:0}
.form-control{height:30px}
.form-control.select{padding:0 12px}

.text-center{text-align:center !important}
.text-left{text-align:left !important}
.text-right{text-align:right !important}

/* modal */
.modal-title{font-size:20px;font-weight:700;color:#670c0f;}
.m-t-10{margin-top:5px}
.modal .close{margin-top:-7px;text-shadow:none; opacity:1;color:#ccc}
.modal .close span{font-size:30px;}
.modal .form-group{margin-bottom:5px}
.modal .mail_chk{padding:0}
.modal .mail_chk input[type="checkbox"]{margin:0}
.modal-content>.modal-footer{text-align:center}
.modal_mail_chk{line-height:29px}
.modal_mail_chk input[type="checkbox"]{margin:-4px 0 0 0}
.modal_mail_chk label{margin:0 0}

/* select */
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

/* select custom plugin(jcf) */
.select_area{display:inline-block;position:relative;min-width:120px;height:30px;vertical-align:middle}
/* .select_area{display:inline-block;position:relative;min-width:15%;height:30px;vertical-align:middle} */
.jcf-reset-appearance{position:absolute;top:0;left:0; text-align:left}
.jcf-select { position: relative; display:inline-block;width:100%;height:30px;padding:0 35px 0 0;background-color:#fff;border:1px solid;border-width:1px;border-radius:5px;border-color:#ebebeb;text-indent:20px;font-size:15px;color:#333;line-height:29px;}
.jcf-select:after { content: ""; position: absolute; top: 12px; right: 6px; width: 8px; height: 5px; background:url(../images/common/dropdown_arrpw.png) 0 0 no-repeat }
.jcf-select-drop { position: relative; width: 100% !important; border: 1px solid #d6d6d6; border-radius: 2px; background-color: #fff; z-index: 10 }
.jcf-list-content li:hover { color: #333 }
.jcf-select-text{display:block;text-align:left}
.jcf-option { display: block; width: 100%; height: 100%; cursor: pointer }
.jcf-option {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
 }

.left-menu-item .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
  width:100% !important
}
.jcf-select.jcf-disabled{background-color:#eee;}
.jcf-select.jcf-disabled select{cursor:not-allowed}


a.tips {position: relative;display: inline;}
a.tips span {position: absolute;width: 140px;color: #fff;background: #000;height: 30px;line-height: 30px;text-align: center;display: none;border-radius: 6px;}
a.tips span:after {content: '';position: absolute;top: 100%;left: 50%;margin-left: -8px;width: 0;height: 0;border-top: 8px solid #000000;border-right: 8px solid transparent;border-left: 8px solid transparent;}
a:hover.tips span {display: block;opacity: 0.8;bottom: 50px;left: 58%;margin-left: -76px;	z-index: 999; text-indent:0}
.side_wrap.on a:hover.tips span{width:90px;bottom:24px;left:130px}
.side_wrap.on a.tips span:after{top: 50%;left: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);}

.bookmark_tab .nav-tabs {border-bottom: none;}
 
 @media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
 @media (min-width: 992px) {
  .modal-lg {
    width: 100%;
	max-width:1300px;
	overflow:auto
  } 
 }
 
 @media all and (max-width: 780px) {
.select2{margin-top:10px}
.modal_mail_chk{margin-top:5px}
a:hover.tips span{display:none}
}
/* 780px */
 
 
 
 
 
 
