@charset "UTF-8";
@use 'base';
/* tab_cont */
/* animation */
@keyframes border_animate {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.cate_layer_wrap .cate_layer_section h4 {
  font-weight: 600;
  color: #272729; }

.cate_layer_wrap .cate_layer_section .cate_layer_cont {
  overflow: hidden;
  display: flex;
  padding: 0 5px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.055);
  justify-content: space-between; }
  .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group {
    width: calc((100% - 14px)/3); }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group:last-child h5 {
      background: white;
      border-top: 2px solid white;
      color: #ccc;
      font-weight: 300; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group h5 {
      font-size: .95em;
      font-weight: 600;
      padding: 10px 0;
      text-align: center;
      margin-top: 5px;
      background: white;
      border-top: 2px solid #4c6199;
      color: #444444; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul {
      display: none;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 6px 0 5px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
      height: 205px; }
      .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul li {
        padding: 7px 10px;
        margin-bottom: 4px;
        width: calc(100%/2 - 3px);
        font-size: .8em;
        background: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        background: white;
        color: rgba(68, 68, 68, 0.85); }
        .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul li:hover {
          background: #4c6199;
          font-weight: 600;
          box-sizing: border-box;
          color: white; }
        .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul li.active {
          background: #4c6199;
          font-weight: 600;
          box-sizing: border-box;
          color: white; }
      .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul::-webkit-scrollbar {
        width: 2px; }
        .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul::-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.3); }
        .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group ul::-webkit-scrollbar-track {
          background: white; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group p {
      display: block;
      margin-top: 6px;
      text-align: center;
      color: #444444;
      font-size: .95em;
      line-height: 37px; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group.active p {
      display: none; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group.active h5 {
      background: white;
      border-top: 2px solid #4c6199;
      color: #444444;
      font-weight: 600; }
    .cate_layer_wrap .cate_layer_section .cate_layer_cont .cate_select_group.active ul {
      display: flex; }

.cate_layer_wrap .cate_layer_section .cate_layer_textBox {
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #dddddd; }
  .cate_layer_wrap .cate_layer_section .cate_layer_textBox h5 {
    font-size: .9em;
    font-weight: 600; }
  .cate_layer_wrap .cate_layer_section .cate_layer_textBox p {
    overflow-y: auto;
    max-height: 200px;
    font-size: .8em;
    margin-top: 5px; }

/* 별도 레이어 */
.layer_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 203; }
  .layer_wrap.window {
    width: 520px;
    height: auto;
    box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3);
    z-index: 300; }
    .layer_wrap.window .auth_section {
      border-radius: 3px; }
    .layer_wrap.window .text_info {
      color: #ad452b; }
    .layer_wrap.window .confirm_wrap {
      margin-top: 15px;
      border: 1px solid #dddddd;
      padding: 15px 10px; }
      .layer_wrap.window .confirm_wrap input[type="text"] {
        width: 100%;
        font-size: .85em;
        height: 35px; }
      .layer_wrap.window .confirm_wrap button {
        margin-top: 10px !important; }
  .layer_wrap.full {
    width: 100%;
    height: 100%; }
    .layer_wrap.full > .auth_wrap {
      height: 100%; }
      .layer_wrap.full > .auth_wrap.footer {
        overflow-y: auto;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .layer_wrap.full > .auth_wrap.footer .auth_group {
          position: relative;
          display: flex;
          flex: 1;
          top: initial;
          left: initial;
          margin: 0 auto;
          transform: initial;
          align-items: center;
          justify-content: center; }
          .layer_wrap.full > .auth_wrap.footer .auth_group .auth_section {
            position: relative;
            width: 520px; }
            .layer_wrap.full > .auth_wrap.footer .auth_group .auth_section .step_wrap {
              transform: translate(-20px, 0); }
        .layer_wrap.full > .auth_wrap.footer footer {
          margin: auto 0 0 0; }
      .layer_wrap.full > .auth_wrap .auth_group {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: initial;
        height: auto;
        transform: translate(-50%, -50%); }
  .layer_wrap.payment {
    width: 780px;
    height: initial; }
    .layer_wrap.payment .auth_wrap .auth_group {
      position: initial;
      top: initial;
      left: initial;
      margin: initial;
      height: initial;
      transform: initial;
      padding: 20px;
      width: 100%; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item b {
        color: #4c6199;
        font-weight: 600;
        font-size: 1.1em; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item i {
        font-style: normal;
        font-size: .9em; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .auth_tit {
        margin-bottom: 20px; }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .auth_tit h3 {
          position: relative;
          padding-left: 5px;
          font-size: 1.1em;
          line-height: 1;
          font-weight: 600; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .auth_tit h3:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 2px;
            height: 100%;
            background: #4c6199;
            transform: translate(0, -50%); }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .point_possess {
        padding: 10px;
        margin: 10px 5px;
        border: 1px solid #dddddd;
        background: rgba(0, 0, 0, 0.055); }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .point_possess span {
          display: inline-block;
          padding: 2px 10px;
          border: 1px solid #4c6199;
          border-radius: 20px;
          background: #4c6199;
          color: white; }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .point_possess em {
          display: inline-block;
          margin-left: 10px; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 {
        width: 100%; }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li {
          margin: 10px 5px;
          justify-content: center;
          border: 1px solid #dddddd; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li.current {
            border: 1px solid #4c6199; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span {
            display: block;
            width: 100%;
            height: 100%; }
            .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label {
              display: flex;
              padding: 10px;
              width: 100%;
              align-items: center; }
              .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label a {
                top: 0; }
              .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span {
                font-size: initial; }
                .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap {
                  display: flex;
                  width: 94%;
                  justify-content: space-between; }
                  .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap em {
                    margin-left: 10px;
                    min-width: 110px; }
                    .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap em b {
                      display: inline-block;
                      margin-right: 5px; }
                  .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap i {
                    display: inline-block;
                    margin-left: 20px; }
                    .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap i b {
                      display: inline-block;
                      margin-right: 3px;
                      font-size: .95em; }
                  .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap .price_group {
                    margin: 0 0 0 auto; }
                    .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .label_check1 li > span label span.price_wrap .price_group .sale {
                      display: inline-block;
                      margin-right: 5px;
                      font-size: .9em;
                      text-decoration: line-through; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group + .payment_group {
        margin-top: 15px; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group h4 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 1em;
        font-weight: 500;
        line-height: 1;
        border-bottom: 1px solid #dddddd; }
      .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul {
        padding: 5px 25px;
        border: 1px solid #dddddd;
        background: rgba(0, 0, 0, 0.055); }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul li {
          margin: 0; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul li span {
            position: relative;
            font-weight: 400; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul li .toolbar_wrap span {
            padding-left: 7px; }
            .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul li .toolbar_wrap span:after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 3px;
              height: 3px;
              background: #4c6199;
              border-radius: 50%;
              transform: translate(0, -50%); }
        .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul.label_check1 {
          display: flex;
          margin: 0; }
          .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul.label_check1 li {
            padding: 0;
            border: none; }
            .layer_wrap.payment .auth_wrap .auth_group .auth_section .auth_item .payment_group ul.label_check1 li span {
              width: initial;
              height: initial; }
      .layer_wrap.payment .auth_wrap .auth_group .checkbox_wrap {
        display: block;
        margin-top: 15px; }
        .layer_wrap.payment .auth_wrap .auth_group .checkbox_wrap + .btn_wrap {
          margin-top: 10px; }
      .layer_wrap.payment .auth_wrap .auth_group .btn_wrap {
        display: flex;
        margin-top: 25px;
        justify-content: flex-end; }
        .layer_wrap.payment .auth_wrap .auth_group .btn_wrap button {
          padding: 10px 20px;
          font-size: 1em; }
          .layer_wrap.payment .auth_wrap .auth_group .btn_wrap button + button {
            margin-left: 7px; }
          .layer_wrap.payment .auth_wrap .auth_group .btn_wrap button.btn_type_cancel {
            border: 1px solid #dddddd; }
    .layer_wrap.payment .auth_wrap .btn_close {
      top: -60px;
      right: 0; }
      .layer_wrap.payment .auth_wrap .btn_close:after {
        color: white; }
  .layer_wrap .btn_wrap button {
    width: 100px;
    height: 38px;
    font-size: .9em; }

.ui-widget[aria-describedby*="mapViewLayer_"] .ui-dialog-titlebar .btn_close {
  top: -8px; }

.ui-widget .ui-widget-header {
  margin-bottom: 15px; }

.ui-widget.ui-widget-content {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .95em; }
  .ui-widget.ui-widget-content.nav_wrap {
    border: none;
    padding: inherit;
    box-shadow: none;
    top: 0;
    left: 0;
    transform: translate(0);
    font-size: inherit; }
  .ui-widget.ui-widget-content .zoneForm {
    padding: 0 10px; }
    .ui-widget.ui-widget-content .zoneForm p {
      font-size: 1em;
      font-weight: 400; }
      .ui-widget.ui-widget-content .zoneForm p + p {
        margin-top: 5px;
        font-weight: 500; }
      .ui-widget.ui-widget-content .zoneForm p b {
        display: inline-block;
        margin-left: 5px;
        color: #4c6199;
        font-size: 1.05em; }

.ui-widget .ui-dialog-buttonpane {
  padding: 0; }
  .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin: 0;
    font-size: .9em; }
    .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button + button {
      margin-left: 5px; }

.ui-widget .ui-dialog-content {
  padding: 5px 0; }
  .ui-widget .ui-dialog-content#alertBox {
    position: static; }

.ui-widget .ui-dialog-titlebar .ui-dialog-title {
  margin-left: 0;
  font-size: 1em;
  font-weight: 500; }
  .ui-widget .ui-dialog-titlebar .ui-dialog-title:after {
    content: '';
    bottom: -10px;
    width: 100px;
    border-radius: 0;
    background: #4c6199; }

.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  right: 0; }
  .ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    content: '\00d7';
    display: inline-block;
    color: white; }

.ui-widget .ui-dialog-titlebar .btn_close {
  display: block;
  top: 0;
  right: 0;
  padding: 0;
  text-indent: inherit; }
  .ui-widget .ui-dialog-titlebar .btn_close:after {
    color: #4c6199;
    font-size: 1.5em;
    line-height: 1; }

.ui-widget .zoneSaveForm {
  display: flex;
  gap: 10px;
  flex-direction: column; }
  .ui-widget .zoneSaveForm > div {
    display: flex; }
    .ui-widget .zoneSaveForm > div span {
      flex: 1; }
    .ui-widget .zoneSaveForm > div input {
      flex: 3; }
    .ui-widget .zoneSaveForm > div textarea {
      flex: 3;
      height: 200px; }

[id*=dimmed] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 299; }

.map_view_wrap {
  position: relative;
  overflow: hidden;
  max-height: 780px;
  min-height: 780px; }
  .map_view_wrap .map_layer {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 270px;
    min-width: 215px;
    height: 55%;
    background: white;
    z-index: 1000;
    box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3); }
    .map_view_wrap .map_layer .map_layer_section a.btn_accordion {
      position: relative;
      display: flex;
      padding: 6px 10px;
      width: 100%;
      background: #4c6199;
      color: white; }
      .map_view_wrap .map_layer .map_layer_section a.btn_accordion:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 12px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        transform: rotate(-135deg); }
    .map_view_wrap .map_layer .map_layer_section .map_layer_wrap {
      width: 100%;
      height: 500px;
      padding: 15px;
      overflow-y: auto;
      background: white; }
      .map_view_wrap .map_layer .map_layer_section .map_layer_wrap ul {
        width: 100%; }
    .map_view_wrap .map_layer .map_list {
      padding: 10px; }
      .map_view_wrap .map_layer .map_list li {
        line-height: 24px;
        min-height: 24px; }
        .map_view_wrap .map_layer .map_list li.jstree-node {
          background: transparent !important; }
      .map_view_wrap .map_layer .map_list .map_layer_close i {
        background-position: -4px -4px; }
      .map_view_wrap .map_layer .map_list .map_layer_empty i {
        background: transparent; }
  .map_view_wrap .map_tool_wrap {
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 5px;
    left: 280px;
    align-items: center;
    background: #272729;
    z-index: 1000; }
    .map_view_wrap .map_tool_wrap li {
      width: 35px;
      height: 35px; }
      .map_view_wrap .map_tool_wrap li button {
        display: flex;
        width: 100%;
        height: 100%;
        background: transparent;
        justify-content: center;
        align-items: center;
        font-size: 1.2em; }
        .map_view_wrap .map_tool_wrap li button i {
          color: rgba(255, 255, 255, 0.4); }
        .map_view_wrap .map_tool_wrap li button span {
          text-indent: -9999px;
          font-size: 0; }
        .map_view_wrap .map_tool_wrap li button:hover {
          background: rgba(255, 255, 255, 0.25); }
          .map_view_wrap .map_tool_wrap li button:hover i {
            color: white; }
  .map_view_wrap .btn_tool_wrap {
    position: absolute;
    top: 5px;
    display: flex;
    gap: 5px;
    z-index: 1000; }
    .map_view_wrap .btn_tool_wrap button {
      display: flex;
      padding: 5px;
      margin-left: 0;
      border-radius: 0;
      color: #444444;
      background: white;
      align-items: center; }
      .map_view_wrap .btn_tool_wrap button i {
        color: #4c6199; }
      .map_view_wrap .btn_tool_wrap button span {
        margin-left: 2px; }
  .map_view_wrap .mapView {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 478px);
    height: 100%;
    min-width: 878px;
    min-height: 760px;
    background: #ddd; }
    .map_view_wrap .mapView .ui-resizable-e {
      width: 7px;
      background: #fff; }
      .map_view_wrap .mapView .ui-resizable-e:hover {
        background: #B6E8FF; }
  .map_view_wrap .data_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 26.511%;
    height: 100%;
    min-height: 760px;
    max-height: 780px;
    background: rgba(0, 0, 0, 0.055);
    min-width: 478px; }
    .map_view_wrap .data_wrap .anal_group {
      position: relative;
      padding: 10px;
      margin: 5px 10px 0;
      max-height: 337px;
      background: white;
      border-top: 2px solid #4c6199;
      box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3); }
      .map_view_wrap .data_wrap .anal_group h2 {
        display: flex;
        padding-bottom: 7px;
        margin-bottom: 10px;
        color: #444444;
        font-size: 1em;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        align-items: center; }
        .map_view_wrap .data_wrap .anal_group h2 .tooltip.term_view span {
          font-size: 0; }
        .map_view_wrap .data_wrap .anal_group h2 span {
          color: #888888; }
        .map_view_wrap .data_wrap .anal_group h2 button {
          margin: 0 0 0 auto; }
      .map_view_wrap .data_wrap .anal_group dl {
        overflow: hidden; }
        .map_view_wrap .data_wrap .anal_group dl dt, .map_view_wrap .data_wrap .anal_group dl dd {
          float: left;
          line-height: 22px; }
      .map_view_wrap .data_wrap .anal_group .anal_info {
        font-size: .9em; }
        .map_view_wrap .data_wrap .anal_group .anal_info > li {
          position: relative;
          margin-top: 2px;
          height: 32px; }
        .map_view_wrap .data_wrap .anal_group .anal_info p {
          text-align: center;
          line-height: 20px;
          font-weight: 500;
          border-top: 1px solid #ccc;
          padding-top: 6px; }
      .map_view_wrap .data_wrap .anal_group.anal_stan dl dt {
        position: relative; }
        .map_view_wrap .data_wrap .anal_group.anal_stan dl dt span {
          position: absolute;
          display: inline-block;
          right: 0; }
          .map_view_wrap .data_wrap .anal_group.anal_stan dl dt span img {
            width: 25px; }
      .map_view_wrap .data_wrap .anal_group.anal_stan dl dd {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 60%; }
      .map_view_wrap .data_wrap .anal_group.anal_stan input {
        width: 120px;
        height: 28px;
        border: 1px solid #bdc5cc;
        border-right-color: #d5dde5;
        border-bottom-color: #d5dde5;
        background-color: #fff;
        color: #737a83;
        vertical-align: middle; }
      .map_view_wrap .data_wrap .anal_group.anal_stan span {
        font-size: 12px; }
      .map_view_wrap .data_wrap .anal_group.anal_result .anal_info {
        padding-top: 10px; }
        .map_view_wrap .data_wrap .anal_group.anal_result .anal_info li {
          margin-top: 6px;
          height: auto;
          line-height: 1.4; }
          .map_view_wrap .data_wrap .anal_group.anal_result .anal_info li:first-child {
            margin-top: 0; }
      .map_view_wrap .data_wrap .anal_group.anal_result dl dt span {
        display: inline-block;
        width: 70px;
        height: 26px;
        text-indent: -9999px;
        border: 1px solid #aaa; }
      .map_view_wrap .data_wrap .anal_group.anal_result dl dd {
        margin-left: 10px; }
      .map_view_wrap .data_wrap .anal_group.anal_result .tbl_wrap tbody th {
        width: 50px; }
      .map_view_wrap .data_wrap .anal_group.anal_result .result_info p {
        margin-bottom: 5px;
        color: #333;
        border: none;
        font-size: 12px; }
        .map_view_wrap .data_wrap .anal_group.anal_result .result_info p:before {
          content: '';
          display: block;
          clear: both;
          padding-top: 5px; }
      .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap {
        display: flex; }
        .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl {
          display: flex;
          width: 100%; }
          .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl dt, .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl dd {
            float: left;
            line-height: 26px; }
          .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl dt {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: .9em; }
            .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl dt span {
              vertical-align: middle; }
            .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl dt button {
              margin-right: 10px;
              vertical-align: middle; }
          .map_view_wrap .data_wrap .anal_group.anal_result .result_info .def_list_wrap dl:first-child:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            width: 1px;
            height: 12px;
            background: #c3c3c3;
            transform: translate(0, -50%); }
      .map_view_wrap .data_wrap .anal_group > .btn_wrap {
        top: 8px;
        right: 10px;
        margin-top: 0; }
    .map_view_wrap .data_wrap ul li .btn_wrap {
      margin-top: 0;
      top: 2px;
      right: 0; }
    .map_view_wrap .data_wrap .btn_wrap {
      position: absolute; }
      .map_view_wrap .data_wrap .btn_wrap button:first-child {
        margin-right: 2px; }
  .map_view_wrap .tbl_wrap {
    margin-top: 0;
    position: relative;
    font-size: .9em; }
    .map_view_wrap .tbl_wrap .tbl_section::-webkit-scrollbar {
      width: 3px; }
    .map_view_wrap .tbl_wrap .tbl_section::-webkit-scrollbar-thumb {
      background: #bbb; }
    .map_view_wrap .tbl_wrap table {
      table-layout: initial; }
      .map_view_wrap .tbl_wrap table thead tr {
        position: absolute;
        top: 0;
        display: inline-block;
        width: auto;
        border-bottom: 1px solid #dddddd;
        table-layout: fixed;
        z-index: 1; }
        .map_view_wrap .tbl_wrap table thead tr th {
          padding: 5px 0;
          background: #e9e9e9; }
          .map_view_wrap .tbl_wrap table thead tr th span {
            font-size: .7em; }
      .map_view_wrap .tbl_wrap table tbody th {
        min-width: 80px;
        border-bottom: 1px solid #ebeff6;
        background: #f8f9fd;
        font-weight: 500; }
      .map_view_wrap .tbl_wrap table tbody td {
        padding: 9px 5px 9px 5px;
        min-width: 70px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-bottom: 1px solid #ebeff6;
        color: #58616d;
        vertical-align: middle;
        text-align: center;
        line-height: 16px; }
        .map_view_wrap .tbl_wrap table tbody td.total {
          font-weight: 500; }
  .map_view_wrap.shape_wrap .mapView {
    width: calc(100% - 548px); }
  .map_view_wrap.shape_wrap .data_wrap {
    min-width: 548px; }
  .map_view_wrap.shape_wrap .anal_group {
    max-height: 305px; }
    .map_view_wrap.shape_wrap .anal_group .anal_info dt em {
      font-size: 11px;
      font-style: normal; }
  .map_view_wrap.shape_wrap .anal_result dl {
    position: relative; }
  .map_view_wrap.shape_wrap .result_info {
    margin-top: 5px;
    margin-bottom: 4px; }
  .map_view_wrap.shape_wrap .anal_tbl .tab_tbl_area {
    height: 239px; }
    .map_view_wrap.shape_wrap .anal_tbl .tab_tbl_area .tbl_wrap .tbl_section {
      overflow-y: scroll;
      overflow-x: hidden;
      height: 190px; }
      .map_view_wrap.shape_wrap .anal_tbl .tab_tbl_area .tbl_wrap .tbl_section table tr:hover {
        cursor: pointer; }
  .map_view_wrap.contact_wrap .mapView {
    width: calc(100% - 548px); }
  .map_view_wrap.contact_wrap .data_wrap {
    min-width: 548px; }
  .map_view_wrap.contact_wrap .anal_group {
    max-height: 305px; }
    .map_view_wrap.contact_wrap .anal_group.anal_stan dl {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .map_view_wrap.contact_wrap .anal_group.anal_stan dl:first-child {
        margin-bottom: 5px; }
      .map_view_wrap.contact_wrap .anal_group.anal_stan dl dt {
        display: flex;
        float: none;
        font-weight: 500;
        align-items: center;
        gap: 10px; }
        .map_view_wrap.contact_wrap .anal_group.anal_stan dl dt i {
          min-width: 25px;
          font-size: .8em; }
        .map_view_wrap.contact_wrap .anal_group.anal_stan dl dt button {
          margin-left: 10px;
          min-width: 80px; }
      .map_view_wrap.contact_wrap .anal_group.anal_stan dl dd {
        float: none;
        width: 70%;
        color: #a3a3a3; }
    .map_view_wrap.contact_wrap .anal_group .anal_info > li {
      height: auto; }
    .map_view_wrap.contact_wrap .anal_group .anal_info dt em {
      font-size: 11px;
      font-style: normal; }
    .map_view_wrap.contact_wrap .anal_group .tbl_wrap table thead tr {
      width: 100%; }
  .map_view_wrap.contact_wrap .anal_result dl {
    position: relative;
    float: left; }
  .map_view_wrap.contact_wrap .result_info {
    overflow: hidden;
    margin-bottom: 4px; }
    .map_view_wrap.contact_wrap .result_info dl {
      display: block; }
      .map_view_wrap.contact_wrap .result_info dl:first-child {
        margin-right: 80px; }
      .map_view_wrap.contact_wrap .result_info dl dd .btn_wrap {
        top: 0;
        right: 10px; }
  .map_view_wrap.contact_wrap .anal_tbl .tab_tbl_area {
    height: 239px; }
    .map_view_wrap.contact_wrap .anal_tbl .tab_tbl_area .tbl_wrap .tbl_section {
      overflow-y: scroll;
      overflow-x: hidden;
      height: 190px; }
      .map_view_wrap.contact_wrap .anal_tbl .tab_tbl_area .tbl_wrap .tbl_section table tr:hover {
        background-color: #E0FFFF;
        cursor: pointer; }
  .map_view_wrap.contact_wrap .tbl_wrap table tbody td {
    padding: 8px 5px 8px 5px;
    min-width: 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #ebeff6;
    color: #58616d;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    white-space: pre; }
  .map_view_wrap.shape_wrap .tbl_section::-webkit-scrollbar {
    width: 3px; }
  .map_view_wrap.shape_wrap .tbl_section::-webkit-scrollbar-thumb {
    background: #bbb; }
  .map_view_wrap.shape_wrap .tab_tbl_area::-webkit-scrollbar {
    height: 10px; }
  .map_view_wrap.shape_wrap .tab_tbl_area::-webkit-scrollbar-track {
    background: #fff; }
  .map_view_wrap.shape_wrap .tab_tbl_area::-webkit-scrollbar-thumb {
    background: #bbb; }
  .map_view_wrap.shape_wrap .tab_tbl_area::-webkit-scrollbar-track {
    background: #fff; }

.shape_list {
  height: 400px; }
  .shape_list .shape_txt {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #ccc; }
  .shape_list .tbl_section::-webkit-scrollbar {
    width: 3px; }
  .shape_list .tbl_section::-webkit-scrollbar-thumb {
    background: #bbb; }
  .shape_list .tbl_section::-webkit-scrollbar-track {
    background: #fff; }
  .shape_list .tbl_area {
    height: 248px; }
    .shape_list .tbl_area .tbl_wrap {
      position: relative;
      margin-top: 0; }
      .shape_list .tbl_area .tbl_wrap .tbl_section {
        overflow-y: auto;
        height: 390px; }
      .shape_list .tbl_area .tbl_wrap table {
        table-layout: initial; }
        .shape_list .tbl_area .tbl_wrap table thead tr {
          display: inline-table;
          width: auto;
          table-layout: fixed;
          position: absolute;
          top: 0;
          display: inline-block;
          border-bottom: 1px solid #ebeff6; }
          .shape_list .tbl_area .tbl_wrap table thead tr th {
            position: relative;
            padding: 10px 5px 11px 5px;
            border-top: 1px solid #c7d1db;
            background-color: #f8f9fd;
            color: #3d4c61;
            vertical-align: middle;
            font-weight: 500;
            text-align: center !important; }
            .shape_list .tbl_area .tbl_wrap table thead tr th:first-child:after {
              display: none; }
            .shape_list .tbl_area .tbl_wrap table thead tr th:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 0;
              width: 1px;
              height: 10px;
              margin-top: -5px;
              background: #ccc; }
        .shape_list .tbl_area .tbl_wrap table tbody tr:hover {
          background: #E0FFFF; }
        .shape_list .tbl_area .tbl_wrap table tbody tr.view {
          background: #f1f1f1; }
          .shape_list .tbl_area .tbl_wrap table tbody tr.view td {
            position: relative;
            font-weight: 600; }
            .shape_list .tbl_area .tbl_wrap table tbody tr.view td:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 1px;
              background: #ddd; }
        .shape_list .tbl_area .tbl_wrap table tbody tr.fold {
          display: none; }
        .shape_list .tbl_area .tbl_wrap table tbody tr th {
          min-width: 80px;
          border-bottom: 1px solid #ebeff6;
          background: #f8f9fd; }
        .shape_list .tbl_area .tbl_wrap table tbody tr td {
          padding: 9px 5px 9px 5px;
          min-width: 85px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          border-bottom: 1px solid #ebeff6;
          color: #58616d;
          vertical-align: middle;
          text-align: center;
          line-height: 16px; }
          .shape_list .tbl_area .tbl_wrap table tbody tr td .total {
            font-weight: 500; }
          .shape_list .tbl_area .tbl_wrap table tbody tr td input[type="text"] {
            width: 60px;
            height: 25px;
            border: 1px solid #eee;
            text-align: right; }

.permit_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1024px;
  background: white;
  box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  z-index: 202; }
  .permit_layer button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: #000;
    font-weight: 600; }
  .permit_layer .btn_close {
    background: url(../images/ico_btn_close.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    text-indent: -9999px; }

.permit_layer_wrap {
  position: relative;
  text-align: left;
  padding: 10px 20px; }
  .permit_layer_wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #343434; }
  .permit_layer_wrap p {
    overflow-y: auto;
    margin-top: 7px;
    line-height: 1.7;
    max-height: 800px; }

#permitAnalLayer {
  padding: 0; }

.permit_anal_layer {
  width: 100%;
  min-height: 500px;
  background: #efefef; }
  .permit_anal_layer.anal_tbl .anal_select_wrap {
    overflow: hidden;
    padding-bottom: 30px; }
    .permit_anal_layer.anal_tbl .anal_select_wrap:after {
      content: '';
      display: block;
      width: 90%;
      border-top: 1px solid #333; }
    .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu {
      padding: 10px 7px;
      margin-bottom: 0; }
      .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs {
        margin-bottom: 0; }
        .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li {
          padding: 10px 18px;
          height: 36px; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li:before {
            background: white; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li:hover:before {
            background: #4c6199; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li.active:before {
            background: #4c6199; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li a {
            color: #333; }
            .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li a:hover {
              text-decoration: none; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li span {
            font-size: 14px; }
          .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li.active a {
            color: #fff; }
            .permit_anal_layer.anal_tbl .anal_select_wrap .tab_menu .tabs li.active a:hover {
              text-decoration: none; }
  .permit_anal_layer.condition {
    min-height: auto; }
    .permit_anal_layer.condition .anal_select_wrap {
      padding-bottom: 0; }
    .permit_anal_layer.condition .tbl_area {
      position: relative;
      padding: 15px 7px 15px; }
      .permit_anal_layer.condition .tbl_area:after {
        width: calc(100% - 14px); }
      .permit_anal_layer.condition .tbl_area .tbl_wrap {
        overflow: hidden;
        padding-top: 42px;
        max-height: 218px;
        overflow-y: auto !important; }
        .permit_anal_layer.condition .tbl_area .tbl_wrap table thead th {
          position: relative;
          padding: 10px 5px 11px 5px;
          border-top: 1px solid #d11f1f;
          border-bottom: 0;
          background-color: #f8f9fd;
          color: #3d4c61;
          font-weight: 500;
          vertical-align: middle;
          text-align: center !important; }
  .permit_anal_layer .cate_select_group {
    width: calc((100% - 35px)/4); }
    .permit_anal_layer .cate_select_group ul {
      padding: 0 3px;
      height: 160px; }
      .permit_anal_layer .cate_select_group ul li {
        width: 100%; }
    .permit_anal_layer .cate_select_group:nth-child(1) {
      margin-left: 7px; }
    .permit_anal_layer .cate_select_group:nth-child(4) ul li {
      width: calc(100%/2 - 3px); }
    .permit_anal_layer .cate_select_group h5 {
      margin-top: 0;
      border-top: 2px solid #fff;
      color: #ccc;
      font-weight: 300; }
    .permit_anal_layer .cate_select_group.active h5 {
      margin-top: 0;
      border-top: 2px solid #d11f1f;
      color: #333;
      font-weight: 500; }
  .permit_anal_layer .tbl_area {
    position: relative;
    padding: 25px 7px 15px; }
    .permit_anal_layer .tbl_area:after {
      content: '';
      display: block;
      width: calc(100% - 50px);
      height: 1px;
      background: #aaa;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
    .permit_anal_layer .tbl_area h3 {
      margin-bottom: 10px;
      font-size: 20px;
      color: #333;
      font-weight: 500; }
    .permit_anal_layer .tbl_area .tbl_section {
      position: relative;
      margin-top: 0; }
      .permit_anal_layer .tbl_area .tbl_section .tbl_wrap {
        max-height: 600px; }
        .permit_anal_layer .tbl_area .tbl_section .tbl_wrap::-webkit-scrollbar {
          width: 4px;
          background: #eee; }
        .permit_anal_layer .tbl_area .tbl_section .tbl_wrap::-webkit-scrollbar-thumb {
          background: #aaa; }
        .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table {
          overflow-y: auto;
          width: 100%;
          background: #fff;
          table-layout: initial; }
          .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table thead {
            width: 100%; }
            .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table thead tr {
              position: absolute;
              top: 0;
              display: inline-block;
              border-bottom: 1px solid #ebeff6; }
              .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table thead tr th {
                position: relative;
                padding: 10px 5px 11px 5px;
                border-top: 1px solid #c7d1db;
                background-color: #f8f9fd;
                color: #3d4c61;
                font-weight: 500;
                vertical-align: middle;
                text-align: center !important; }
                .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table thead tr th :after {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 0;
                  width: 1px;
                  height: 10px;
                  margin-top: -5px;
                  background: #ccc; }
                .permit_anal_layer .tbl_area .tbl_section .tbl_wrap table thead tr th:first-child:after {
                  display: none; }
        .permit_anal_layer .tbl_area .tbl_section .tbl_wrap tbody th {
          min-width: 80px;
          border-bottom: 1px solid #ebeff6;
          background: #f8f9fd;
          font-weight: 500; }
          .permit_anal_layer .tbl_area .tbl_section .tbl_wrap tbody th:nth-child(1) {
            min-width: auto; }
          .permit_anal_layer .tbl_area .tbl_section .tbl_wrap tbody th:nth-child(3) {
            min-width: 140px; }
        .permit_anal_layer .tbl_area .tbl_section .tbl_wrap tbody td {
          padding: 9px 5px 9px 5px;
          min-width: 70px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          border-bottom: 1px solid #ebeff6;
          color: #58616d;
          vertical-align: middle;
          text-align: center;
          line-height: 16px; }
  .permit_anal_layer .btn_wrap {
    float: right;
    margin-top: 15px; }

.layer_more {
  padding: 3px 5px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px; }

.layer_map {
  width: 20px;
  height: 20px;
  background: url(../images/ico_map_view.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  transition: all .18s ease;
  outline: 0; }
  .layer_map.active {
    background: url(../images/ico_map_view.png) 0 -20.5px no-repeat;
    background-size: cover; }
  .layer_map:hover {
    background: url(../images/ico_map_view.png) 0 -20.5px no-repeat;
    background-size: cover;
    transition: all .18s ease; }

.layer_husrepair {
  display: none;
  position: absolute;
  top: 10%;
  padding: 20px;
  width: 95%;
  background: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6); }
  .layer_husrepair h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center; }
  .layer_husrepair p {
    margin-top: 20px;
    font-size: 16px; }
  .layer_husrepair .txt_emphasis {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); }
  .layer_husrepair .radio_primary {
    margin-top: 20px;
    text-align: center; }
    .layer_husrepair .radio_primary label:nth-child(n+2) {
      margin-left: 10px; }
    .layer_husrepair .radio_primary input {
      font-size: 14px; }
  .layer_husrepair .btn_wrap {
    margin-top: 30px;
    text-align: center; }

#landShapeLawStandard {
  overflow: hidden; }

.help_layer {
  overflow: hidden;
  overflow-x: auto;
  min-width: 1280px;
  height: 100%; }
  .help_layer .header {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd; }
    .help_layer .header h1 {
      position: absolute;
      top: 50%;
      left: 20px;
      margin: 0;
      transform: translate(0, -50%); }
      .help_layer .header h1 img {
        height: 30px; }
    .help_layer .header h2 {
      font-size: 1.5em;
      text-align: center;
      line-height: 50px;
      color: #333; }
  .help_layer #container {
    display: flex;
    width: 100%;
    height: 100%; }
    .help_layer #container .nav_wrap {
      overflow-y: auto;
      padding: 10px 5px;
      width: 240px;
      height: calc(100% - 50px);
      background: rgba(0, 0, 0, 0.05);
      border-right: 1px solid #dddddd; }
      .help_layer #container .nav_wrap .cont_wrap {
        display: none; }
      .help_layer #container .nav_wrap > li {
        margin-bottom: 3px; }
        .help_layer #container .nav_wrap > li > .tit_wrap {
          padding: 7px 5px 7px 15px;
          background: white;
          box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.3); }
          .help_layer #container .nav_wrap > li > .tit_wrap h3 {
            font-size: .95em;
            color: #4c6199; }
        .help_layer #container .nav_wrap > li > .cont_wrap {
          margin: 0 2px;
          background: white; }
          .help_layer #container .nav_wrap > li > .cont_wrap .tit_wrap {
            padding: 4px 0 4px 22px; }
            .help_layer #container .nav_wrap > li > .cont_wrap .tit_wrap h4 {
              font-size: .9em; }
            .help_layer #container .nav_wrap > li > .cont_wrap .tit_wrap.active h4 {
              color: #4c6199;
              font-weight: 600; }
          .help_layer #container .nav_wrap > li > .cont_wrap .cont_wrap {
            padding: 0 0 3px 25px; }
            .help_layer #container .nav_wrap > li > .cont_wrap .cont_wrap li {
              padding: 5px 0;
              line-height: 1; }
            .help_layer #container .nav_wrap > li > .cont_wrap .cont_wrap a {
              font-size: .875em; }
        .help_layer #container .nav_wrap > li.current > .tit_wrap {
          background: #4c6199; }
          .help_layer #container .nav_wrap > li.current > .tit_wrap h3 {
            color: white; }
            .help_layer #container .nav_wrap > li.current > .tit_wrap h3 i:after {
              border-color: white; }
        .help_layer #container .nav_wrap > li.current > .cont_wrap .cont_wrap li.current a {
          color: #4c6199;
          font-weight: 600; }
    .help_layer #container .contents {
      flex: 1;
      padding: 10px; }
      .help_layer #container .contents img {
        width: 100%; }
      .help_layer #container .contents .cont_group + .cont_group {
        margin-top: 25px; }
      .help_layer #container .contents .cont_tit {
        position: relative;
        font-size: 1.4em;
        font-weight: 600; }
      .help_layer #container .contents .tab_group_cont {
        margin-top: 20px; }
        .help_layer #container .contents .tab_group_cont .img_wrap {
          position: relative; }
        .help_layer #container .contents .tab_group_cont .img_slider {
          position: relative;
          padding: 0 50px;
          margin: 0 auto;
          width: 1330px; }
          .help_layer #container .contents .tab_group_cont .img_slider .slick-slide {
            height: auto; }
        .help_layer #container .contents .tab_group_cont .slick-arrow {
          position: absolute;
          top: 50%;
          font-size: 0;
          background: none;
          transform: translate(0, -50%); }
          .help_layer #container .contents .tab_group_cont .slick-arrow.slick-prev {
            left: 10px;
            width: 20px;
            height: 20px;
            border-top: 2px solid #444444;
            border-left: 2px solid #444444;
            transform: rotate(-45deg); }
          .help_layer #container .contents .tab_group_cont .slick-arrow.slick-next {
            right: 10px;
            width: 20px;
            height: 20px;
            border-top: 2px solid #444444;
            border-left: 2px solid #444444;
            transform: rotate(135deg); }
        .help_layer #container .contents .tab_group_cont .slick-dots {
          left: 50%;
          transform: translate(-50%, 0); }
        .help_layer #container .contents .tab_group_cont .slider_btn_wrap {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%); }

.ui-dialog #zoneStyleEdit {
  overflow: initial; }


.ui-dialog #stationStyleEdit {
  overflow: initial; }

.zoneStyleEditForm .edit_wrap {
  display: flex;
  gap: 10px; }

.zoneStyleEditForm .list_wrap .list_cont .list_group {
  overflow: initial; }

.zoneStyleEditForm .list_wrap.preview .list_cont {
  gap: 0; }
  .zoneStyleEditForm .list_wrap.preview .list_cont .list_group {
    height: 100%;
    max-height: 100%; }
    .zoneStyleEditForm .list_wrap.preview .list_cont .list_group .list_section {
      padding: 0;
      margin: 0;
      height: 100%; }

.zoneStyleEditForm .draw_wrap {
  display: flex;
  flex-direction: column;
  gap: 7px; }

.zoneStyleEditForm .edit_section {
  display: flex; }
  .zoneStyleEditForm .edit_section.toolbar_wrap {
    gap: 20px; }
    .zoneStyleEditForm .edit_section.toolbar_wrap h4 {
      width: 90px; }
    .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right {
      flex: 1;
      display: flex;
      gap: 10px;
      justify-content: initial; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right.phrase {
        flex-wrap: wrap; }
        .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right.phrase .toolbar_div {
          display: flex;
          gap: 10px; }
        .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right.phrase .sp-replacer {
          width: 100px;
          margin: 0 0 0 auto; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right .input_div {
        display: flex;
        width: 100px;
        align-items: center;
        gap: 2px; }
        .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right .input_div span {
          font-size: .85em; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right input[type=range] {
        width: 100%;
        border-radius: 4px;
        outline: none;
        accent-color: #4c6199; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right input[type=number] {
        width: 50px;
        font-size: .95em;
        color: #444444; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right input[type=text] {
        width: 100%;
        font-size: .95em;
        color: #444444; }
      .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right .sp-replacer {
        width: 50px; }
        .zoneStyleEditForm .edit_section.toolbar_wrap .toolbar-right .sp-replacer .sp-dd {
          display: flex;
          align-items: center;
          font-size: 7px; }
    .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right {
      position: relative;
      display: flex;
      flex-direction: column; }
      .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_selector {
        position: relative;
        display: flex;
        margin: 0 0 0 auto;
        width: 100%;
        height: 25px;
        border: 1px solid #dddddd; }
        .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_selector:after {
          content: '▲';
          position: absolute;
          top: 0;
          right: 0;
          width: 25px;
          height: 25px;
          font-size: .3em;
          text-align: center; }
        .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_selector.close:after {
          content: '▼';
          position: absolute;
          top: 0;
          right: 0;
          width: 25px;
          height: 25px;
          font-size: .3em;
          text-align: center; }
        .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_selector svg {
          width: 215px;
          height: 25px; }
      .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_options {
        position: absolute;
        top: 25px;
        right: 0;
        margin: 0 0 0 auto;
        border: 1px solid #dddddd;
        width: 100%;
        background: white;
        text-align: center; }
        .zoneStyleEditForm .edit_section.toolbar_wrap.select .toolbar-right .line_options svg {
          width: 100%;
          height: 25px; }

@media screen and (min-width: 1406px) and (max-width: 1540px) {
  .help_layer #container .contents .tab_group_cont .img_slider {
    width: 1200px;
    transition: all 1s; } }

@media screen and (max-width: 1405px) {
  .help_layer #container .contents .tab_group_cont .img_slider {
    width: 1000px;
    transition: all 1s; } }
