@charset "UTF-8";

.map_normal{width:100%;height:400px;border:solid #ddd 1px}
.map_fullscreen{position:fixed;top:0;z-index:0;left:0;height:100vh;width:100vw}
.map_ui{position:absolute;top:30px;left:30px;z-index: 2001;}
.radius_border{border:1px solid #919191;border-radius:5px;}     
.custom_typecontrol {position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.custom_typecontrol span {display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol .btn {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}       
.custom_typecontrol .btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.custom_typecontrol .btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}    
.custom_typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.custom_typecontrol .selected_btn:hover {color:#fff;}   
.custom_zoomcontrol {position:absolute;top:30px;right:25px;width:36px;height:80px;overflow:hidden;z-index:1;background-color:#f5f5f5;color:black} 
.custom_zoomcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer;color:black}     
.custom_zoomcontrol span img {padding-top:12px;padding-right:2px;width:14px}             
.custom_zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf;}

.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
}
.modal-bottom .modal-dialog .modal-content {
  border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
  transform: translateY(100%) !important;
}
.modal-p-bottom .modal-dialog .modal-content {
  border-radius: 0.3rem 0.3rem 0 0;
  height: 70vh;
}
.modal-p-bottom.show {
  overflow: hidden;
}
.modal-p-bottom.show .modal-dialog {
  transform: translateY(0%) !important;
  min-height: 80px;
}

.modal-right .modal-dialog {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  width: 320px;
  left: auto !important;
  transform: translate3d(100%, 0, 0) !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-right .modal-content {
  height: 100vh;
  border-radius: 0.3rem 0 0 0.3rem;
}
.modal-right.show .modal-dialog {
  transform: translate3d(0, 0, 0) !important;
}




/*view css*/
.xs-label {color:#ccc;font-size: 13px;padding-top:5px;line-height:170%}
.xs-detail {border-bottom: 1px solid #ddd;color:#666;font-size: 13px;padding: 0px 5px 5px 5px;line-height:170%}
.xs-detail:after {content:"\00a0"}
.xs-no-border:hover {border-bottom: 1px solid rgba(0,0,0,0);color:#666}

/* ????? ? */  
.dataTables_empty {color:#888 !important;font-size:14px !important;}
.daterangepicker { z-index: 30001 !important;}
.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #a27cbf !important;}
.daterangepicker .ranges li.active {background-color: #a27cbf !important;}
.drp-selected {display:none !important}
.dtr-details {word-break: keep-all ;white-space:normal !important;overflow:hidden;text-overflow:ellipsis;width:100%}

.fc-today.fc-sun.fc-day-top,.fc-today.fc-mon.fc-day-top,.fc-today.fc-tue.fc-day-top,.fc-today.fc-wed.fc-day-top,.fc-today.fc-thu.fc-day-top,.fc-today.fc-fri.fc-day-top,.fc-today.fc-sat.fc-day-top{background-color: #ce0262;
	background-image: linear-gradient(315deg, #ce0262 0%, #fff 80%);color:#fff}
	.fc-today{background-color:#fff !important}

.bg-flower-violet {background-color:#b8a9c9 !important; border-color:#b8a9c9 !important}
.bg-flower-purple {background-color:#8b708f !important; border-color:#603cba !important}
.bg-orange{background-color: #25526b !important; border-color: #6c73b0 !important}
.bg-orange-after{background-color:  #89a4b4 !important; border-color:  #89a4b4 !important}
.bg-dark-blue{background-color:	rgb(41, 43, 59) !important; border-color:	rgba(54,57,80) !important}
.bg-dark-blue-after{background-color:	rgb(94, 95, 109) !important; border-color:	rgba(154,157,180) !important}

/*??? */
.pagination-sm li {padding:2px 9px;margin:0px !important;border:1px solid rgb(236, 236, 236) !important;color:#444;}
.pagination-sm li.active {background-color:#757575 !important;color:#fff}

.sound_only {display:none;}


@media only screen and (max-width: 700px) {
.datatable_xs 
    {word-break: keep-all ;white-space:normal;overflow:hidden;text-overflow:ellipsis;}
  
.cons-gal a {max-width: 50%;float: left;overflow: hidden;}
.fc-center h2 {font-size:13px !important}
}

@media only screen and (max-width: 450px) {
	.fc-center{display:block !important;padding-top:50px !important;}
}


/* jquery modal */
/*! * CSS Modal
 * Copyright (c) 2015 CreativeDream
 * Website http://creativedream.net/plugins
 * Version: 1.2.3 (10-04-2015)
*/
#modal-window {
  background-color: rgba(0, 0, 0, 0.35);
}

#modal-window > * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: normal;
  vertical-align: baseline;
}

#modal-window .modal-box {
  position: absolute;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-family: sans-serif;
  color: #444;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
  outline: none;
  overflow: hidden;
}

/* Modal Sizes */
#modal-window .modal-box.modal-size-normal {
  width: 560px;
}

#modal-window .modal-box.modal-size-small {
  width: 350px;
}

#modal-window .modal-box.modal-size-large {
  width: 1000px;
}

/* Modal Responsive */
@media only screen and (max-width : 580px){
#modal-window .modal-box.modal-size-normal{
  width: 96%;
  left: 0 !important;
  margin-left: 2% !important;
  margin-right: 2%;
}
}
@media only screen and (max-width : 1020px){
#modal-window .modal-box.modal-size-large{
  width: 96%;
  left: 0 !important;
  margin-left: 2% !important;
  margin-right: 2%;
}
}
@media only screen and (max-width : 370px){
#modal-window .modal-box.modal-size-small{
  width: 96%;
  left: 0 !important;
  margin-left: 2% !important;
  margin-right: 2%;
}
}

#modal-window .modal-box .modal-title {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  overflow: hidden;
}

#modal-window .modal-box .modal-title h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* Modal Close Button */
#modal-window .modal-box .modal-title .modal-close-btn {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-size: 14px,14px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight:900;
}

#modal-window .modal-box .modal-title .modal-close-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 

  Modal Text

*/	
#modal-window .modal-box .modal-text {
  font-size: 14px;
  padding: 18px 15px;
  overflow-y: auto;
}

#modal-window .modal-box img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Modal Prompt Input */
#modal-window .modal-box .modal-text input.modal-prompt-input {
  width: 97%;
  width: -webkit-calc(100% - 14px);
  width: -moz-calc(100% - 14px);
  width: calc(100% - 14px);
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 1px solid #dddddd;
  border-top: 1px solid #cccccc;
  margin: 10px 0px 10px 0px;
  padding: 6px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 2px #eeeeee;
  -moz-box-shadow: inset 0px 0px 2px #eeeeee;
  box-shadow: inset 0px 0px 2px #eeeeee;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#modal-window .modal-box .modal-text input.modal-prompt-input:hover {
  border: 1px solid #bbbbbb;
  border-top: 1px solid #aaaaaa;
}

#modal-window .modal-box .modal-text input.modal-prompt-input:focus,
#modal-window .modal-box .modal-text input.modal-prompt-input:active {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.3);
}

/* 

  Modal Buttons 

*/	
#modal-window .modal-box .modal-buttons {
  padding: 10px 15px;
  text-align: right;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

#modal-window .modal-box .modal-buttons a.modal-btn {
  display: inline-block;
  padding: 8px 12px;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  *font-weight: normal;
  font-weight: bold;
  line-height: normal;
  color: #555;
  border-radius: 0;
  vertical-align: middle;
}

#modal-window .modal-box .modal-buttons a.modal-btn:active,a.modal-btn:focus {
  outline: none !important;
}

#modal-window .modal-box .modal-buttons a.modal-btn:active,a.modal-btn.active {
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
}

#modal-window .modal-box .modal-buttons a.modal-btn+a.modal-btn {
  margin-left: 5px;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-large {
  padding: 8px 14px;
  font-size: 16px;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-small {
  padding: 6px 8px;
  font-size: 10px;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-circle {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#modal-window .modal-box .modal-buttons a.modal-btn i,
#modal-window .modal-box .modal-buttons a.modal-btn img {
  vertical-align: middle;
  display: inline-block;
  float: left;
  max-height: 16px;
  margin-right: 5px;
}

#modal-window .modal-box .modal-buttons a.modal-btn {
  background-color: #fcfcfc;
  border-color: #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-green {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-green:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-purple {
  background-color: rgb(158, 104, 207);
  border-color: rgb(192, 169, 212);
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-purple:hover {
  background-color: #6f32a8;
  border-color: #5b149e;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-orange {
  background-color: #f7aa47;
  border-color: #eea236;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-orange:hover {
  background-color: #f69f2f;
  border-color: #d58512;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-pink {
  background-color: #ff6264;
  border-color: #eb5b5c;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-pink:hover {
  background-color: #ff484b;
  border-color: #e53a3d;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-turquoise {
  background-color: #00b19d;
  border-color: #11a594;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-turquoise:hover {
  background-color: #009886;
  border-color: #0b8173;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-green {
  background-color: #8dc63f;
  border-color: #7db432;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-green:hover {
  background-color: #82b838;
  border-color: #75a336;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-blue {
  background-color: #428bca;
  border-color: #357ebd;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-blue:hover {
  background-color: #3071a9;
  border-color: #285e8e;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-blue {
  background-color: #0e62c7;
  border-color: #0D54AA;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-blue:hover {
  background-color: #0c56af;
  border-color: #0B4992;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-red {
  background-color: #cc3f44;
  border-color: #bd1b21;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-red:hover {
  background-color: #ab2d32;
  border-color: #96050b;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-red {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-light-red:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-yellow {
  background-color: #ffba00;
  border-color: #e4a703;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-yellow:hover {
  background-color: #f0bb2e;
  border-color: #dba71a;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-black {
  background-color: #444;
  border-color: #313131;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-black:hover {
  background-color: #333;
  border-color: #222;
  color: #fff;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-white {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-white:hover {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-white:active,#modal-window .modal-box .modal-buttons a.modal-btn.btn-white:focus {
  -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
}

/* 

  Modal Title Types

*/	
#modal-window .modal-box.modal-type-success .modal-title {
  background-color: #61b832;
}

#modal-window .modal-box.modal-type-warning .modal-title {
  background-color: #f1b40e;
}

#modal-window .modal-box.modal-type-error .modal-title {
  background-color: #de4343;
}

#modal-window .modal-box.modal-type-info .modal-title {
  background-color: #4ea5cd;
}

#modal-window .modal-box.modal-type-inverted .modal-title {
  background-color: #232B31;
}

#modal-window .modal-box.modal-type-primary .modal-title {
  background-color: #428bca;
}

#modal-window .modal-box.modal-type-success .modal-title,
#modal-window .modal-box.modal-type-warning .modal-title,
#modal-window .modal-box.modal-type-error .modal-title,
#modal-window .modal-box.modal-type-info .modal-title,
#modal-window .modal-box.modal-type-inverted .modal-title,
#modal-window .modal-box.modal-type-primary .modal-title {
  color: #FFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-bottom-color: transparent;
}
/* Modal Close Button White Color*/
#modal-window .modal-box.modal-type-success .modal-title .modal-close-btn,
#modal-window .modal-box.modal-type-warning .modal-title .modal-close-btn,
#modal-window .modal-box.modal-type-error .modal-title .modal-close-btn,
#modal-window .modal-box.modal-type-info .modal-title .modal-close-btn,
#modal-window .modal-box.modal-type-inverted .modal-title .modal-close-btn,
#modal-window .modal-box.modal-type-primary .modal-title .modal-close-btn {
}

/*

  Modal Reseted Theme
*/
#modal-window .modal-box.modal-theme-reseted{
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#modal-window .modal-box.modal-theme-reseted .modal-title{
  border-bottom: 0;
  padding: 0;
}
#modal-window .modal-box.modal-theme-reseted .modal-title .modal-close-btn{
  right: 0;
}
#modal-window .modal-box.modal-theme-reseted .modal-text{
  padding: 0;
}
#modal-window .modal-box.modal-theme-reseted .modal-buttons{
  border-top: 0;
  background: none;
  padding: 0;
}
