/* */
.subPageTitle {
  display: none;
  position: absolute;
  left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0; }

.subPageTitle .btn_back {
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: relative;
  background: url("../img/icons/header/btn-back.svg") no-repeat 50% 50%;
  background-size: 24px auto; }

.subPageTitle .btn_back > em {
  position: absolute;
  opacity: 0; }

.subPageTitle h1 {
  font-size: 16px;
  padding-left: 12px;
  padding-bottom: 1px; }

.gnb_notice .ico_notice_m {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/icons/header/btn-notice.png") no-repeat 0 0;
  background-size: 100% auto; }

/* */
.page_nav {
  height: 48px;
  margin: 0 -24px 20px;
  position: relative; }

.page_nav .scroller {
  height: 48px;
  background-color: #fff;
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  z-index: 10; }

.page_nav .slist {
  height: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #a6a9aa;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.page_nav .slist > li {
  padding: 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.page_nav .slist > li:first-child {
  padding-left: 24px; }

.page_nav .slist > li:last-child {
  padding-right: 24px; }

.page_nav .slist a {
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.page_nav .slist a.on {
  color: #000; }

.page_nav .scroll-wrapper > .scroll-content {
  -webkit-overflow-scrolling: touch; }

/* */
.header_app {
  height: 71px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header_app .bt {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px auto; }
    .header_app .bt > em {
      opacity: 0;
      position: absolute; }
  .header_app .bt_back {
    background-image: url("../img/icons/header/btn-back.svg"); }
  .header_app .bt_close {
    background-image: url("../img/icons/header/btn-close.svg");
    margin-left: auto; }
  .header_app .title {
    font-size: 16px;
    padding: 0 17px 1px;
    font-weight: bold; }

#content {
  padding-top: 87px; }

@media all and (max-width: 1279px) {
  #content {
    padding-top: 71px; } }

/* */
.container {
  max-width: 1212px;
  padding-top: 70px;
  padding-bottom: 140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* */
.page_title {
  margin-top: -5px;
  padding-bottom: 47px; }

.page_title .title {
  font-size: 60px;
  color: inherit;
  line-height: 1.1; }

/* */
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex_box.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* */
.cbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: border-color 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: border-color 0.2s, color 0.2s, border-color 0.2s;
  transition: border-color 0.2s, color 0.2s, border-color 0.2s; }

/* */
.comon_list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e4e5; }

.comon_list .cell {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%; }

.comon_list .cell > li {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.comon_list .cell + .cell {
  border-top: 1px solid #e1e4e5; }

.comon_list .thead {
  border-bottom: 1px solid #e1e4e5;
  font-size: 20px;
  font-weight: bold; }

.comon_list .thead .cell > li {
  height: 58px; }

.comon_list .tbody .cell > li {
  height: 70px; }

/* */
.no_list {
  padding: 124px 0;
  text-align: center; }

.no_list:before {
  content: '';
  display: block;
  margin: 0 auto 40px;
  width: 113px;
  height: 75px;
  background: url("../img/icons/ic-mem-soon@2x.png") no-repeat 0 0;
  background-size: 100% 100%; }

.no_list .tit {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 43px;
  font-weight: bold; }

.no_list * + .dsc {
  padding-top: 24px; }

.no_list .dsc {
  line-height: 1.5; }

/* */
.pagination {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.pagination > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pagination .num {
  padding: 5px;
  min-width: 40px;
  height: 40px;
  border: solid 2px #e1e4e5;
  color: #a6a9aa;
  -webkit-transition: border-color 0.2s, color 0.2s;
  -o-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s; }

.pagination .num:hover {
  color: #000; }

.pagination .num.active {
  border-color: #000;
  color: #000; }

.pagination a:not(.num) {
  width: 20px;
  height: 22px;
  position: relative;
  overflow: hidden; }

.pagination a:not(.num) > em {
  position: absolute;
  opacity: 0; }

.pagination a:not(.num):before {
  content: '';
  width: 19px;
  height: 21px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.pagination .prev:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAMAAACnruT/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAclBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+aXNWMAAAAJHRSTlMAf5d2aaABXqcDV/2yBk76vUL5wgo89skPN/HTEy3r2hXWOBJ5W/jVAAAAAWJLR0QlwwHJDwAAAFxJREFUCNdVz1cKACEMBFC39957y/3PuAgxOH49RSYTpcxxXKFHYp+CkBlRnDDTLC+YZVUbNm3XM4dxmpnLuu3M47xuE/zQK/Psd/3/k4uVA/kwF/pAT+gPe+l9f7sUBYVipM1iAAAAAElFTkSuQmCC"); }

.pagination .next:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///90nNm4AAAAInRSTlMAiJ8DpQaAsni6Cmm+D2H9yVv70RVO+tMcR/bcQvLjJGjIg7AMugAAAAFiS0dEIypibDoAAABaSURBVBjTbdDHEoAgDARQsHfFggVs+f+P9OauM3J7k0myQekgVO/TEsVQIikpk7yASqlqqGk7kumHEZrsvEDr5kh+P07okvu3wj08zVjs4QScjVPzPZ9L+Q8eAd8FrhbBPk8AAAAASUVORK5CYII="); }

.pagination .prev.disabled:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAbFBMVEWAgIDh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OX////9zp7XAAAAInRSTlMAiJ8DpQaAsni6Cmm+D2H9yVv70RVO+tMcR/bcQvLjJGjIg7AMugAAAAFiS0dEIypibDoAAABaSURBVBjTbdDHEoAgDARQsHfFggVs+f+P9OauM3J7k0myQekgVO/TEsVQIikpk7yASqlqqGk7kumHEZrsvEDr5kh+P07okvu3wj08zVjs4QScjVPzPZ9L+Q8eAd8FrhbBPk8AAAAASUVORK5CYII=");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.pagination .next.disabled:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAbFBMVEWAgIDh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OX////9zp7XAAAAInRSTlMAiJ8DpQaAsni6Cmm+D2H9yVv70RVO+tMcR/bcQvLjJGjIg7AMugAAAAFiS0dEIypibDoAAABaSURBVBjTbdDHEoAgDARQsHfFggVs+f+P9OauM3J7k0myQekgVO/TEsVQIikpk7yASqlqqGk7kumHEZrsvEDr5kh+P07okvu3wj08zVjs4QScjVPzPZ9L+Q8eAd8FrhbBPk8AAAAASUVORK5CYII="); }

.pagination .first:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAMAAACT1yXjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAmVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8jo0yHAAAAMXRSTlMAepcBgHJ3aaWgW/6sA2CmVP2yBlpO+r4Ju0L2xQpEwDrJD0A38dMVLevb8NXWOAKfm8ljjwAAAAFiS0dEMkDSTMgAAACOSURBVBjTY2CAAUYmZjDNwgQXYjWEiLEZwsXYDTmYITQnM1SIi5uHF0TzGfLzQoUEBIWEQbQIlAYCUTFxCQgtCROSkpaRBdFyYvKyUCEFaUUlEK0MpYFARVVNHUrDhDQ0tcBCGto66jCH6RrqgSh9KI1THTbzsNqL1X1Y/YHVv1jDBTn8DJjhgljCGTk+AMneD6nqW8sIAAAAAElFTkSuQmCC"); }

.pagination .last:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAMAAACT1yXjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAmVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8jo0yHAAAAMXRSTlMAl4ABendyn2mlA6ZgrP5bBrL9WlS7+k4JvgrARMX2Qg/JQDrT8TcV1fAt2+s41gKgfkxgygAAAAFiS0dEMkDSTMgAAACJSURBVBjTY2BkYgABZkYWBjhgNGSFiBmywcWY2Q05wDQnhAYDLm5DHjDNy8cPFxQQFBKG0iIIQVExcRAtIQmhwUBKWkwGTMvKycMFFRTllKC0MkJQRVUNRKtDaTBQ19DUAtPaOlpwQV1DPX0ojUcdFvOw2IvFfVj8gcW/WMKF2QAz/LCFM5b4AACp1g+bF6aebgAAAABJRU5ErkJggg=="); }

.pagination .first.disabled:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAMAAACT1yXjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAnFBMVEXh5OWAgIDh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OX////H/dQWAAAAMnRSTlMAAHqXAYByd2mloFv+rANgplT9sgZaTvq+CbtC9sUKRMA6yQ9AN/HTFS3r2/DV1jgCnzkLpSAAAAABYktHRDM31XxeAAAAk0lEQVQY03XR2RKCMAyF4VbqrriLC4K74m7e/+HsSYDhInLzM187QIMxxVULHGLrQUkNEmtSaS1qO2nH5dTt9UN0QMPQCo3Gkyk687Vi82ixlK48sa3jTYKm0TYxYrt4fwAduWyn8+UK8sUSLLvdmbLHkwt70Ru3n7x/92nPU9+rfp96DvW86lyq8/sW81PnXP0fP2xxEHGG/1qOAAAAAElFTkSuQmCC"); }

.pagination .last.disabled:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAMAAACT1yXjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAnFBMVEXh5OWAgIDh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OXh5OX////H/dQWAAAAMnRSTlMAAJeAAXp3cp9ppQOmYKz+Wway/VpUu/pOCb4KwETF9kIPyUA60/E3FdXwLdvrONYCoNyOpmUAAAABYktHRDM31XxeAAAAkklEQVQY032R1xLCMAwEz8bU0EILPQk1EKr+/+OIi3hBg192vKOxpRN0DfYYXXeEUgqaGt5R8+tMi9pOdjytQ9Slnr1E/cGQHeLReALPKTvEs2RuuVhWDA6rdbJx3KYZO+S7dB94YIf8eDpbFhXZobhcS8fbvWSHBz1fgX/qhPeEf4X+hDmEeYVczPs3PylnYR8fUnEQapdKnD4AAAAASUVORK5CYII="); }

/* */
.list_view .title {
  padding: 25px 0 24px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e4e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list_view .title .tit {
  font-size: 20px;
  font-weight: bold; }

.list_view .title .date {
  padding-left: 20px;
  margin-left: auto;
  color: #a6a9aa;
  white-space: nowrap; }

.list_view .description {
  padding: 35px 0;
  line-height: 1.8;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 450px; }

.list_view .btns {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #e1e4e5; }

.list_view .btns .bt {
  height: 60px;
  min-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px; }

/* */
.list_forms {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list_forms > * + * {
  margin-left: 10px; }

.list_forms .nselect,
.list_forms .fields {
  width: 300px; }

.list_forms .fields {
  position: relative; }

.list_forms .fields .inp {
  width: 100%; }

.list_forms .fields .inp .input {
  padding-right: 50px; }

.list_forms .btn_search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -20px;
  overflow: hidden; }

.list_forms .btn_search:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background: url("../img/icons/btn-search@2x.png") no-repeat 0 0;
  background-size: 100% auto; }

.list_forms .btn_search > em {
  position: absolute;
  opacity: 0; }

/** JQuery datepicker css */
#ui-datepicker-div {
  display: none;
  margin-top: 5px;
  padding: 10px 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 2px solid #000; }

.ui-datepicker-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  margin: 10px 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ui-datepicker .ui-datepicker-title {
  padding-bottom: 1px;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 9px; }

.ui-datepicker .ui-datepicker-month {
  margin-left: -0.25em; }

.ui-datepicker-header:before {
  content: "";
  display: block;
  height: 11px;
  width: 2px;
  background-color: #e1e4e5;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 9px 0 11px; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: block;
  width: 20px;
  height: 20px; }

.ui-datepicker .ui-datepicker-next > span,
.ui-datepicker .ui-datepicker-prev > span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  position: relative; }

.ui-datepicker .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.ui-datepicker .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: none;
  border: none; }

.ui-datepicker .ui-datepicker-next > span:before,
.ui-datepicker .ui-datepicker-prev > span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -4px;
  background: url("../img/icons/ic-arr-right-black.svg") no-repeat 0 0;
  background-size: 9px 14px; }

.ui-datepicker .ui-datepicker-prev > span:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -8px; }

.ui-datepicker .ui-state-disabled > span:before {
  background-image: url("../img/icons/ic-arr-left-gray.svg"); }

.ui-datepicker .ui-datepicker-next.ui-state-disabled > span:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-prev.ui-state-disabled > span:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -7px; }

.ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  font-size: 14px; }

.ui-datepicker-calendar th {
  background: #fff;
  border: 0;
  padding: 0 5px 6px;
  font-size: 12px; }

.ui-datepicker-calendar td {
  border: 0;
  padding: 0;
  height: 40px;
  width: 40px; }

.ui-datepicker-calendar td a {
  background: none;
  border: none;
  text-align: center;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.ui-datepicker-calendar td:first-child a {
  color: #af231c; }

.ui-datepicker-calendar .ui-datepicker-today {
  background: #fff;
  color: #0047bb;
  font-weight: bold; }

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default:after {
  content: 'Today';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  line-height: 1;
  font-size: 9px;
  color: #0047bb;
  text-align: center; }

.ui-datepicker-calendar .ui-datepicker-current-day {
  background: #0047bb; }

.ui-datepicker-calendar tbody td .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #fff;
  font-weight: bold; }

.ui-datepicker-calendar .ui-state-hover {
  font-weight: bold; }

.ui-datepicker-calendar .ui-state-hover:not(.ui-state-active) {
  background-color: #f3f6f6; }

.ui-datepicker-calendar .ui-state-disabled span {
  border: none;
  background: none;
  text-align: center; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  opacity: 1; }

.ui-datepicker .ui-datepicker-title select {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

.ui-datepicker .ui-state-disabled {
  color: #e1e4e5; }

/* */
.foot_nav {
  height: 20px; }

.foot_nav .fnav {
  height: 56px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.foot_nav .fnav > li {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.foot_nav .fnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  color: #6f7076;
  line-height: 1.1;
  letter-spacing: -0.5px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: bold; }

.foot_nav .fnav a.active {
  color: #fff; }

.foot_nav .fnav [data-icon]:before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.foot_nav .fnav [data-icon="qrkey"]:before {
  background-image: url("../img/icons/nav/ico-bottom-ticket-off@2x.png"); }

.foot_nav .fnav [data-icon="qrkey"].active:before {
  background-image: url("../img/icons/nav/ico-bottom-ticket-on@2x.png"); }

.foot_nav .fnav [data-icon="docent"]:before {
  background-image: url("../img/icons/nav/ico-bottom-docent-off@2x.png"); }

.foot_nav .fnav [data-icon="docent"].active:before {
  background-image: url("../img/icons/nav/ico-bottom-docent-on@2x.png"); }

.foot_nav .fnav [data-icon="map"]:before {
  background-image: url("../img/icons/nav/ico-bottom-map-off@2x.png"); }

.foot_nav .fnav [data-icon="map"].active:before {
  background-image: url("../img/icons/nav/ico-bottom-map-on@2x.png"); }

.foot_nav .fnav [data-icon="docent"].active:before {
  background-image: url("../img/icons/nav/ico-bottom-docent-on@2x.png"); }

.foot_nav .fnav [data-icon="ar"]:before {
  background-image: url("../img/icons/nav/ico-bottom-ar-off@2x.png"); }

.foot_nav .fnav [data-icon="ar"].active:before {
  background-image: url("../img/icons/nav/ico-bottom-ar-on@2x.png"); }

@media all and (max-width: 1279px) {
  .hybe-insight_wrap {
    height: 100%; }
  #content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%; }
  /* */
  .container {
    max-width: none;
    padding: 0 24px 50px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page_title {
    display: none; }
  /* */
  .subPageTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subPageTitle ~ .left_nav_box {
    display: none !important; }
  /* */
  .comon_list .thead,
  .comon_list .tbody {
    font-size: 14px; }
  .comon_list .thead .cell > li {
    height: 40px; }
  .comon_list .tbody .cell > li {
    height: 60px; }
  /* */
  .list_view {
    padding-top: 20px; }
  .list_view .title {
    padding: 10px 0 9px;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .list_view .title .tit {
    font-size: 14px; }
  .list_view .title .date {
    padding-top: 3px;
    padding-left: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 1.2; }
  .list_view .description {
    padding: 20px 0;
    line-height: 1.57;
    font-size: 14px;
    min-height: 250px; }
  /* */
  .pagination {
    padding-top: 30px; }
  .pagination > a {
    margin: 0 3px; }
  .pagination .num {
    min-width: 34px;
    height: 34px; }
  .pagination a:not(.num) {
    width: 20px;
    height: 20px; }
  .pagination a:not(.num):before {
    width: 12px;
    height: 13px; }
  /* */
  .list_forms {
    margin-bottom: 30px; }
  .list_forms > * + * {
    margin-left: 8px; }
  .list_forms .nselect {
    width: 112px; }
  .list_forms .fields {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .list_forms .fields .inp .input {
    padding-right: 40px; }
  .list_forms .btn_search {
    position: absolute;
    right: 0; }
  /** JQuery datepicker css */
  #ui-datepicker-div {
    margin-top: 5px;
    padding: 10px 15px; }
  .ui-datepicker-header {
    margin: 11px 0 13px; }
  .ui-datepicker-header:before {
    height: 10px;
    margin: 0 11px 0 13px; }
  .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    margin-right: 14px; }
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    width: 22px;
    height: 22px; }
  .ui-datepicker .ui-icon-circle-triangle-e,
  .ui-datepicker .ui-icon-circle-triangle-w {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .ui-datepicker-calendar {
    font-size: 14px; }
  .ui-datepicker-calendar th {
    font-size: 13px; }
  .ui-datepicker-calendar td,
  .ui-datepicker-calendar td a {
    height: 36px;
    width: 36px; }
  .ui-datepicker-calendar .ui-datepicker-today .ui-state-default:after {
    font-size: 6px;
    bottom: 2px; } }

@media all and (max-width: 359px) {
  .subPageTitle {
    left: 5px; } }
