@charset "UTF-8";
.ui-widget.ui-widget-content {
  border: 0;
  width: 100%; }

.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  background-color: #f7f7f7; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 40px;
    line-height: 40px; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center; }

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
  border: 0;
  background: inherit; }

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
  width: 100%;
  outline: 0;
  color: #a50034;
  font-weight: bold; }

.ui-datepicker .ui-datepicker-current-day {
  width: 100%; }
  .ui-datepicker .ui-datepicker-current-day:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 3px #a50034; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 10px !important; }

.ui-datepicker .ui-datepicker-prev {
  background-image: url(/images/common/master_column3_toggle_arrow_left.png);
  background-repeat: no-repeat;
  background-size: 8px 15px;
  background-position: center;
  cursor: pointer;
  left: 1px; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover {
    background: url(/images/common/master_column3_toggle_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 8px 15px;
    background-position: center;
    border: 0; }
  .ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: none; }

.ui-datepicker .ui-datepicker-next {
  background-image: url(/images/common/master_column3_toggle_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 8px 15px;
  background-position: center;
  cursor: pointer;
  right: 1px; }
  .ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: url(/images/common/master_column3_toggle_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 8px 15px;
    background-position: center;
    border: 0; }
  .ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: none; }

.ui-datepicker select {
  color: #333333;
  cursor: pointer;
  border: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(/images/common/ic-drop-cell.png) no-repeat center right 10px !important;
  background: inherit; }

.ui-datepicker table tr.selected td:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: solid 3px #a50034;
  border-bottom: solid 3px #a50034; }

.ui-datepicker table tr.selected td:first-child:after {
  border-left: solid 3px #a50034 !important; }

.ui-datepicker table tr.selected td:last-child:after {
  border-right: solid 3px #a50034 !important; }

.ui-datepicker table tr.selected td a {
  background: #cccccc;
  color: #a50034;
  font-weight: bold; }

.ui-datepicker table tr.selected td.ui-datepicker-current-day:after {
  border-left: 0;
  border-right: 0; }

/* 월, 년별 데이트피커 */
.datepicker-months {
  background-color: #f8f8f9;
  border-top: 1px solid #e5e5e5;
  min-height: 437px;
  width: 100%;
  height: 100%; }
  .datepicker-months table {
    width: 100%;
    height: 100%; }
    .datepicker-months table th, .datepicker-months table td {
      padding: 0 !important; }
    .datepicker-months table thead th {
      border: 0 !important;
      border-radius: 4px;
      width: 20px;
      text-align: center; }
      .datepicker-months table thead th.prev {
        background-image: url(/images/common/master_column3_toggle_arrow_left.png);
        background-repeat: no-repeat;
        background-size: 8px 15px;
        background-position: center;
        cursor: pointer;
        left: 1px; }
      .datepicker-months table thead th.next {
        background-image: url(/images/common/master_column3_toggle_arrow_right.png);
        background-repeat: no-repeat;
        background-size: 8px 15px;
        background-position: center;
        cursor: pointer;
        right: 1px; }
    .datepicker-months table tbody tr td.active {
      background: transparent;
      background-color: transparent !important;
      color: #a50034 !important;
      position: relative;
      font-weight: bold; }
      .datepicker-months table tbody tr td.active:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 3px #a50034; }
      .datepicker-months table tbody tr td.active:active, .datepicker-months table tbody tr td.active:hover {
        background: transparent; }
    .datepicker-months table tbody tr td span {
      border-radius: 4px;
      cursor: pointer;
      display: block;
      float: left;
      line-height: 100px;
      width: calc(100% / 3);
      height: 25%; }
      .datepicker-months table tbody tr td span.active {
        background: transparent;
        background-color: transparent !important;
        color: #a50034 !important;
        position: relative; }
        .datepicker-months table tbody tr td span.active:after {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: solid 3px #a50034; }
        .datepicker-months table tbody tr td span.active:hover {
          background: transparent;
          background-color: transparent !important; }
      .datepicker-months table tbody tr td span.disabled {
        background: none;
        color: #999;
        cursor: default; }

.datepicker-years {
  background-color: #f8f8f9;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .datepicker-years table {
    width: 100%;
    height: 100%; }
    .datepicker-years table th, .datepicker-years table td {
      padding: 0 !important; }
    .datepicker-years table thead th {
      border: 0 !important;
      border-radius: 4px;
      width: 20px;
      text-align: center; }
      .datepicker-years table thead th.prev {
        background-image: url(/images/common/master_column3_toggle_arrow_left.png);
        background-repeat: no-repeat;
        background-size: 8px 15px;
        background-position: center;
        cursor: pointer;
        left: 1px; }
      .datepicker-years table thead th.next {
        background-image: url(/images/common/master_column3_toggle_arrow_right.png);
        background-repeat: no-repeat;
        background-size: 8px 15px;
        background-position: center;
        cursor: pointer;
        right: 1px; }
    .datepicker-years table tbody tr td.active {
      background: transparent;
      background-color: transparent !important;
      color: #a50034 !important;
      position: relative;
      font-weight: bold; }
      .datepicker-years table tbody tr td.active:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 3px #a50034; }
      .datepicker-years table tbody tr td.active:active, .datepicker-years table tbody tr td.active:hover {
        background: transparent; }
    .datepicker-years table tbody tr td span {
      border-radius: 4px;
      cursor: pointer;
      display: block;
      float: left;
      line-height: 134px;
      width: calc(100% / 3);
      height: calc(100% / 3); }
      .datepicker-years table tbody tr td span.active {
        background: transparent;
        background-color: transparent !important;
        color: #a50034 !important;
        position: relative; }
        .datepicker-years table tbody tr td span.active:after {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: solid 3px #a50034; }
        .datepicker-years table tbody tr td span.active:hover {
          background: transparent;
          background-color: transparent !important; }
      .datepicker-years table tbody tr td span.disabled {
        background: none;
        color: #999;
        cursor: default; }

