@charset "UTF-8";
/*! jQuery UI - v1.11.4 - 2015-04-27
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  text-decoration: none;
}
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 18em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker table th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table td {
  border: 0;
  padding: 1px;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #eee;
  background: #fff url("../images/common/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #c00 url("../images/common/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eee url("../images/common/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}

.ui-state-default a {
  color: #004276;
  text-decoration: none;
}
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url("../images/common/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #111;
}

.ui-state-hover a {
  color: #111;
  text-decoration: none;
}
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #111;
  text-decoration: none;
}

.ui-state-focus a {
  color: #111;
  text-decoration: none;
}
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #111;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eee;
  background: #fff url("../images/common/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c00;
}

.ui-state-active a {
  color: #c00;
  text-decoration: none;
}
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #c00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url("../images/common/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
  color: #444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #c00;
  background: #f3d8d8 url("../images/common/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/common/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/common/ui-icons_004276_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start,
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

.ui-widget-overlay {
  background: #a6a6a6 url("../images/common/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: 0.4;
  filter: Alpha(Opacity=40);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333 url("../images/common/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
  opacity: 0.1;
  filter: Alpha(Opacity=10);
  border-radius: 8px;
}

img.ui-datepicker-trigger {
  cursor: pointer;
}

.insen_tit.bg_cash {
  background-image: url("../images/bg_insen_cash_m.jpg");
}
.insen_tit.bg_tax {
  background-image: url("../images/bg_insen_tax_m.jpg");
}
.insen_tit.bg_for {
  background-image: url("../images/bg_insen_for_m.jpg");
}

.invest_info > 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;
  border-radius: 30px;
  line-height: 19px;
  height: 61px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  /* opacity: 0.3; */
}

.invest_info > a:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 2px;
}

.invest_info > a.bg_green.active {
  opacity: 1;
  background: #088747;
  color: #fff;
}
.invest_info > a.bg_navy.active {
  opacity: 1;
  background: #212e4e;
  color: #fff;
}
.invest_info > a.bg_green {
  background: #fff;
  color: #088747;
  border: 2px solid #088747;
}
.invest_info > a.bg_navy {
  background: #fff;
  color: #212e4e;
  border: 2px solid #212e4e;
}
.invest_info > a + a {
  margin-top: 15px;
}

.invest_type {
  padding: 17px;
  border: 1px solid #d8d8d8;
  margin-bottom: 17px;
}
.invest_type > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.table_type02 table thead th {
  background: #f6f6f6;
  color: #222;
  border-left: 0 !important;
  border-bottom-color: #d8d8d8;
  padding: 8px 5px;
}
.table_type02 table thead th:after {
  display: none;
}
.table_type02 table tbody td {
  text-align: center;
  border-right: 0 !important;
}

.insentive_box.bg08 {
  background-image: url("../images/ico_support08.png");
}

.bold {
  font-weight: 400;
  color: #222;
}

.sm-mt-2 {
  margin-top: 2px;
}

.tax_process {
  padding: 25px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
}
.tax_process > ol > li {
  position: relative;
  background: url(../images/bg_process_dot.jpg) repeat-y 50% 100%;
}
.tax_process > ol > li:not(:last-child) {
  margin-bottom: 15px;
}
.tax_process > ol > li:not(:last-child)::after {
  display: block;
  content: "";
  width: 16px;
  height: 10px;
  margin: 17px auto 0;
  background: #f6f6f6 url(../images/bg_process_arrow.png) no-repeat 0 100%;
}
.tax_process > ol > li > ul {
  padding: 10px 0;
  background: #f6f6f6;
}
.tax_process h5 {
  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;
  height: 64px;
  padding: 0 15px;
  border: 1px solid #d7dbe2;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.tax_process .first_proc,
.tax_process .last_proc {
  border: 0;
  color: #fff;
}
.tax_process .first_proc {
  background: #212e4e;
}
.tax_process .last_proc {
  background: #088747;
}

.organization {
  position: relative;
  padding: 0 10px;
}
.organization::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background: #d8d8d8;
}
.organization .ceo,
.organization .chief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 138px;
  padding: 15px 20px;
  border-radius: 10px;
}
.organization .ceo {
  margin: 0 auto 20px;
  background: #212e4e;
  color: #fff;
}
.organization .ceo .btn_con_mail {
  background-image: url(../images/ico_mail02.png);
}
.organization .chief {
  position: relative;
  margin-left: auto;
  border: 2px solid #d8d8d8;
  background: #f0f3fa;
}
.organization .chief .t1 {
  color: #222;
}
.organization .t1 {
  font-weight: 600;
  font-size: 16px;
}
.organization .t2 {
  margin: 5px 0 12px;
  text-align: center;
}
.organization .sub_team > li:not(.team)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  height: 1px;
  background: #d8d8d8;
}
.organization .team {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 25px;
  background: #088747;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.organization .team::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #088747;
}
.organization .connect > a + a {
  margin-left: 3px;
}
.organization li {
  position: relative;
}

.btn_con_mail,
.btn_con_tel {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.connect {
  position: relative;
}

.btn_con_mail {
  background: url(../images/ico_mail.png) no-repeat 0 0/100%;
}

.btn_con_tel {
  background: url(../images/btn_tel_off.png) no-repeat 0 0/100%;
}
.btn_con_tel:active,
.btn_con_tel:hover {
  background-image: url(../images/btn_tel_on.png);
}
.btn_con_tel:active + .tel_box,
.btn_con_tel:hover + .tel_box {
  display: block;
}

.tel_box {
  right: 3px;
  font-size: 13px;
}

.org_connect {
  margin-top: 35px;
}

.member_name {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}

.mem_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f6f6f6;
}
.mem_top .department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mem_top .t1 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}
.mem_top .t2 {
  font-weight: 400;
  color: #088747;
}

.team_list_warp .mem_top {
  border-radius: 10px 10px 0 0;
}

.mem_task {
  padding: 15px 20px;
}
.mem_task dt {
  margin-bottom: 4px;
  font-weight: 400;
  color: #222;
}
.mem_task dd {
  position: relative;
  padding-left: 6px;
}
.mem_task dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #666;
}
.mem_task dd:not(:last-child) {
  margin-bottom: 2px;
}

.tit_index {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.index_list {
  border-top: 2px solid #222;
  border-bottom: 1px solid #d8d8d8;
}
.index_list > li {
  padding: 13px 30px;
}
.mobile .index_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile .index_list > li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.index_list .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.index_list .l > strong {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f0f3fa;
  line-height: 80px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #222;
}
.index_list .l > strong > span {
  font-size: 15px;
}
.index_list .r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  letter-spacing: -0.5px;
  font-size: 14px;
}
.index_list .r > h5 {
  margin-bottom: 2px;
  font-weight: 600;
  color: #222;
}

.mobile .spa_btw > .inr_box:not(:last-child) {
  margin-bottom: 30px;
}

.picto_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #d8d8d8;
}
.picto_txt::before {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "";
  width: 80px;
  height: 80px;
  margin-left: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.picto_txt.geo::before {
  background-image: url(../images/bg_global_picto1.jpg);
}
.picto_txt.airport::before {
  background-image: url(../images/bg_global_picto2.jpg);
}
.picto_txt.emarket::before {
  background-image: url(../images/bg_global_picto3.jpg);
}
.picto_txt.edu1::before {
  background-image: url(../images/bg_resource_picto1.jpg);
}
.picto_txt.edu2::before {
  background-image: url(../images/bg_resource_picto2.jpg);
}
.picto_txt.seoul::before {
  background-image: url(../images/bg_resource_picto3.jpg);
}
.picto_txt .picto_inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 17px;
}
.picto_txt .picto_inner h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

:lang(en) .tab_btn02 > ul > li > a {
  height: 38px;
  line-height: 1.2;
}
:lang(en) .list_board > li .btn_box .btn {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tit_clus {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 15px;
  color: #222;
}
.tit_clus > span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
}
.tit_clus > span::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin-left: 7px;
  background: #222;
}

.clus_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 0;
  border-top: 2px solid #222;
  border-bottom: 1px solid #d8d8d8;
}
.clus_txt::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.clus_txt > p {
  padding-left: 15px;
}

.y_vallery::before {
  background-image: url(../images/img_yvallery.jpg);
}

.mapo::before {
  background-image: url(../images/img_mapo.jpg);
}

.magok::before {
  background-image: url(../images/img_magok.jpg);
}

.gvalley::before {
  background-image: url(../images/img_gvalley.jpg);
}

.hongneung::before {
  background-image: url(../images/img_hongneung.jpg);
}

.suseo::before {
  background-image: url(../images/img_suseo.jpg);
}

.yangjae::before {
  background-image: url(../images/img_yangjae.jpg);
}

.cl_yongsan::before {
  background-image: url(../images/img_clusters_01.jpg);
}

.cl_sanggye::before {
  background-image: url(../images/img_clusters_02.jpg);
}

.cl_yangjae::before {
  background-image: url(../images/img_clusters_03.jpg);
}

.cl_yeouido::before {
  background-image: url(../images/img_clusters_04.jpg);
}

.cl_magok::before {
  background-image: url(../images/img_clusters_05.jpg);
}

.cl_valley::before {
  background-image: url(../images/img_clusters_05.jpg);
}

.cl_dmc::before {
  background-image: url(../images/img_clusters_07.jpg);
}

.terms_box .__se_tbl td {
  padding: 0 10px;
  white-space: normal;
}

img.pc-content {
  max-width: 100%;
}

.visual_slide img.pc-content {
  max-width: none;
}

@media screen and (min-width: 768px), print {
  :lang(en) .list_board > li .btn_box {
    width: 170px;
  }
  :lang(en) .list_board > li .btn_box .btn {
    padding: 7px 0;
    height: auto;
    white-space: normal;
    line-height: 1.3;
  }
  :lang(en) .tab_btn ul li > a {
    padding: 0 10px;
    font-size: 16px;
  }
  :lang(en) .lv_type_list > li .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 17px;
    line-height: 1.2;
  }
  :lang(en) .lv_type_list > li .btm {
    padding: 40px 6px;
    text-align: center;
  }
  :lang(en) .lv_type_list > li .btm strong {
    font-size: 21px;
  }
  :lang(en) .tab_btn02 > ul > li > a {
    height: 49px;
    line-height: 1.2;
    font-size: 15px;
  }
  :lang(en) .ico_list.industry > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  :lang(en) .ico_list.industry > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .tit_clus {
    margin-bottom: 9px;
    font-size: 16px;
  }
  .tit_clus > span {
    margin-right: 5px;
  }
  .tit_clus > span::after {
    height: 13px;
    margin-left: 9px;
  }
  .clus_txt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #d8d8d8;
  }
  .clus_txt::before {
    width: 88px;
    height: 88px;
    background-size: auto;
  }
  .clus_txt > p {
    padding-left: 27px;
  }
  .picto_txt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .picto_txt::before {
    width: 90px;
    height: 90px;
    margin-left: 23px;
    background-size: auto;
  }
  .picto_txt .picto_inner {
    padding: 0 25px;
  }
  .picto_txt .picto_inner h5 {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .org_connect {
    margin-top: 60px;
  }
  .member_name {
    margin-bottom: 20px;
  }
  .mem_top {
    padding: 13px 30px;
  }
  .mem_top .t1 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .mem_task {
    padding: 20px 30px;
  }
  .mem_task dt {
    margin-bottom: 9px;
  }
  .mem_task dd {
    padding-left: 9px;
  }
  .mem_task dd::before {
    top: 11px;
    width: 4px;
    height: 4px;
  }
  .mem_task dd:not(:last-child) {
    margin-bottom: 5px;
  }
  .btn_con_mail,
  .btn_con_tel {
    width: 40px;
    height: 40px;
    background-size: auto;
  }
  .tel_box {
    top: 53px;
    font-size: 16px;
  }
  .tel_box::before {
    left: auto;
    right: 7px;
    top: -8px;
    width: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tax_process {
    padding: 40px;
  }
  .tax_process > ol > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position-x: 189px;
  }
  .tax_process > ol > li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 38px;
  }
  .tax_process > ol > li:not(:last-child)::after {
    position: absolute;
    left: 183px;
    bottom: -9px;
    margin: 0;
  }
  .tax_process > ol > li > ul {
    width: calc(100% - 416px);
    margin-left: 30px;
    padding: 0;
  }
  .tax_process > ol > li > ul > li:not(:last-child) {
    margin-bottom: 6px;
  }
  .tax_process h5 {
    position: relative;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    width: 382px;
    height: 86px;
    border-radius: 50px;
    font-size: 20px;
  }
  .tax_process h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 15px;
    background: #f6f6f6;
  }
  .insen_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    min-height: 264px;
  }
  .insen_tit.bg_cash {
    background-image: url("../images/bg_insen_cash.jpg");
  }
  .insen_tit.bg_tax {
    background-image: url("../images/bg_insen_tax.jpg");
  }
  .insen_tit.bg_for {
    background-image: url("../images/bg_insen_for.jpg");
  }
  .invest_info > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 19px;
    height: 64px;
    padding: 15px;
    font-size: 22px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .invest_info > a:hover {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .invest_info > a + a {
    margin: 0 0 0 20px;
  }
  .invest_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .invest_type > strong {
    padding: 25px 29px;
    margin-bottom: 0;
    font-size: 20px;
    border-right: 1px solid #d8d8d8;
  }
  .invest_type > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 24px;
  }
  .table_type02 table thead th {
    padding: 11px 20px;
  }
  .table_type02 table tbody td {
    padding: 11px 10px;
  }
}
/* 서브 레이아웃 */
.header .navi_con .gnb_wrap .gnb > .bg {
  display: none;
}

@media screen and (min-width: 1536px) {
  .inner {
    width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .header .navi_con .gnb_wrap .gnb > ul > li:not(:first-child) {
    margin: 0 0 0 50px !important;
  }
}
@media screen and (min-width: 1320px) {
  .header_con .inner {
    display: flex;
    justify-content: space-between;
  }

  .header_top .inner {
    display: flex;
    justify-content: space-between;
  }

  .header .header_top {
    background: #0a3a61;
    height: 44px;
  }
  /* .header .header_top .inner:after {
    content: "";
    display: block;
    clear: both;
  } */
  .header .header_top .l {
    /* float: left; */
    display: block;
  }
  .header .header_top .l > a {
    display: block;
    font-size: 15px;
    color: #e9e9e9;
    line-height: 44px;
    margin-left: -10px;
    padding: 0 10px;
    outline-offset: -2px;
  }
  .header .header_top .l > a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url("../images/ico_speaker.png") 0 0 no-repeat;
    vertical-align: -2px;
    margin-right: 7px;
  }
  .header .header_top .r {
    /* float: right; */
    font-size: 0;
  }
  .header .header_top .r > * {
    vertical-align: top;
  }
  .header .header_top .r .help {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background: #067c42 url("../images/bg_help.jpg") 0 0 no-repeat;
    background-size: auto 44px;
    font-size: 13px;
    padding: 0 19px 0 63px;
  }
  .header .header_top .r .help > a {
    margin-left: 5px;
    padding-bottom: 2px;
  }
  .header .header_top .r .sns {
    display: inline-block;
  }
  .header .header_top .r .sns > li {
    display: inline-block;
    width: 44px;
    height: 44px;
  }
  .header .header_top .r .sns > li > a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline-offset: -2px;
  }
  .header .header_top .r .sns > li > a.facebook {
    background-image: url("../images/bg_facebook.jpg");
  }
  .header .header_top .r .sns > li > a.in {
    background-image: url("../images/bg_in.jpg");
  }
  .header .header_top .r .sns > li > a.insta {
    background-image: url("../images/bg_insta.jpg");
  }
  .header .header_top .r .sns > li > a.youtube {
    background-image: url("../images/bg_youtube.jpg");
  }
  .header .header_top .r .btn_lang_wrap {
    position: relative;
    display: inline-block;
  }
  .header .header_top .r .btn_lang_wrap a {
    outline-offset: -3px;
  }
  .header .header_top .r .btn_lang_wrap > ul {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index:1000;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(198, 198, 198, 0.35);
    box-shadow: 1px 1px 7px 0px rgba(198, 198, 198, 0.35);
  }
  .header .header_top .r .btn_lang_wrap > ul > li {
    line-height: 42px;
  }
  .header .header_top .r .btn_lang_wrap > ul > li:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a {
    display: block;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    padding: 0 20px;
    background: #fff;
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
    background-image: url("../images/btn_chk.png");
    background-repeat: no-repeat;
    margin-right: 7px;
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a.active {
    background: #f4f4f4;
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a.active:before {
    background-image: url("../images/btn_chk_b.png");
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a:hover {
    background: #f4f4f4;
  }
  .header .header_top .r .btn_lang_wrap > ul > li > a:hover:before {
    background-image: url("../images/btn_chk_b.png");
  }
  .header .header_top .r .btn_lang {
    display: block;
    height: 100%;
    line-height: 44px;
    background: #1b1e24;
    font-size: 13px;
    padding: 0 20px;
    color: #e9e9e9;
  }
  .header .header_top .r .btn_lang:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url("../images/ico_down.png") 0 0 no-repeat;
    background-size: 9px;
    vertical-align: middle;
    margin-left: 13px;
  }
  .header .header_top .r .search_area {
    display: inline-block;
    position: relative;
    width: 244px;
    padding: 0 15px;
    background: #fff;
  }
  .header .header_top .r .search_area::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #666;
  }
  .header .header_top .r .search_area > input[type="text"] {
    width: calc(100% - 30px);
    height: 44px;
    border: 0;
    font-size: 14px;
  }
  .header .header_top .r .search_area > button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: url(../images/btn_search.png) no-repeat 40% 50%;
  }
  .header .header_con {
    padding: 0;
    height: 103px;
  }
  .header .header_con.active {
    height: 103px;
  }
  /* .header .header_con .inner:after {
    content: "";
    display: block;
    clear: both;
  } */
  .header h1.logo {
    /* float: left;
    width: 232px;
    height: 43px;
    background: url("../images/logo.png") 0 0 no-repeat;
    background-size: auto;
    margin-top: 30px; */
    float: left;
    width: 269px;
    height: 63px;
    background: url("../images/logo.png") no-repeat;
    background-size: 269px auto;
    background-position: center center;
    margin-top: 15px;
    /*margin-left: -10px;*/
  }
  .header .btn_allmenu,
  .header .btn_global_search,
  .header .search_layer {
    display: none;
  }
  .header .btn_lang:before {
    width: 14px;
    height: 14px;
    background: url("../images/ico_lang.png") 0 0 no-repeat;
    background-size: auto;
    margin-right: 5px;
  }
  .header .navi_con {
    float: right;
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    font-family: "Noto Sans", "Noto Sans KR";
  }
  .header .navi_con .btn_lang {
    display: none;
  }
  .header .navi_con .gnb_wrap .gnb > .bg {
    display: none;
  }
  .header .navi_con .gnb_wrap .gnb.open > .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 103px;
    z-index: 50;
    width: 100%;
    min-height: 330px;
    border-top: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 7px 5px rgba(133, 133, 133, 0.4);
    box-shadow: 0 7px 5px rgba(133, 133, 133, 0.4);
    background: #fff;
  }
  .header .navi_con .gnb_wrap .gnb.open > .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 400px;
    height: 100%;
    background: #f0f3fa;
  }
  .header .navi_con .gnb_wrap .gnb.open > ul:before {
    display: block;
  }
  .header .navi_con .gnb_wrap .gnb > ul:before {
    display: none;
    content: "";
    position: absolute;
    left: 2vw;
    top: 152px;
    z-index: 100;
    width: 320px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 320px 180px;
  }
  .header .navi_con .gnb_wrap .gnb > .mn1:before {
    background-image: url(../images/img_gnb1.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > .mn2:before {
    background-image: url(../images/img_gnb2.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > .mn3:before {
    background-image: url(../images/img_gnb3.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > .mn4:before {
    background-image: url(../images/img_gnb4.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > .mn5:before {
    background-image: url(../images/img_gnb5.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > .mn6:before {
    background-image: url(../images/img_gnb1.jpg);
  }
  .header .navi_con .gnb_wrap .gnb > ul > li {
    display: inline-block;
    position: relative;
    border: none;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li > a {
    letter-spacing: -1.5px;
    font-size: 17px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(1):before {
    /*content: '';
    position: absolute;
    left: 0;
    z-index: 10;
    width: 320px;
    height:180px;
    background:url(../images/img_gnb1.jpg) no-repeat 0 0;
    */
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(1) > div {
    left: -46px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(2) > div {
    left: -23px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(3) > div {
    left: -45px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(4) > div {
    left: -12px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(5) > div {
    left: -63px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(1) > div {
    left: -106px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(2) > div {
    left: -57px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(3) > div {
    left: -21px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(4) > div {
    left: 15px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(5) > div {
    left: -39px;
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(6) > div {
    left: 32px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:last-child {
    /* padding-right: 20px; */
  }
  :lang(en) .header .navi_con .gnb_wrap .gnb > ul > li {
    margin-left: 3.2vw !important;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(2) {
    margin-left: 70px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(3) {
    margin-left: 70px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(4) {
    margin-left: 68px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(5) {
    margin-left: 65px;
    margin-right: -10px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(6) {
    margin-left: 70px;
    /* margin-right: -10px; */
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(1) > a > span {
    left: -70px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(2) > a > span {
    left: -52px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(3) > a > span {
    left: -28px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(4) > a > span {
    left: -32px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li:nth-child(5) > a > span {
    left: -11px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a {
    position: relative;
    display: block;
    line-height: 84px;
    height: 103px;
    font-size: 20px;
    /* padding: 0 10px; */
    padding: 0;
    font-weight: 600;
    outline-offset: -2px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a > span {
    position: absolute;
    top: 65px;
    white-space: nowrap;
    line-height: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a > span::before,
  .header .navi_con .gnb_wrap .gnb > ul > li > a > span::after {
    display: none;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:before,
  .header .navi_con .gnb_wrap .gnb > ul > li > a:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    background: #088747;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 2px;
    z-index: 11;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:after {
    display: none;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.active {
    color: #222;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.active + div ul {
    display: inline-block;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.open {
    color: #088747;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.open > span {
    color: #088747;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.open:before {
    width: 132px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a.open + div {
    display: block;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:hover,
  .header .navi_con .gnb_wrap .gnb > ul > li > .on {
    color: #088747;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:hover > span {
    color: #088747;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a:hover:before,
  .header .navi_con .gnb_wrap .gnb > ul > li > .on:before {
    width: 132px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div {
    display: none;
    position: absolute;
    top: 101px;
    z-index: 100;
    width: 200px;
    padding-top: 40px;
    text-align: center;
  }
  .header .navi_con .gnb_wrap .gnb.open > ul > li > div {
    display: block;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .gnb_inner {
    width: 1440px;
    min-height: 440px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 0;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1030px;
    margin-right: 50px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .txt {
    width: calc(100% - 520px);
    padding-right: 83px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .txt h2 {
    font-size: 36px;
    color: #0a3a61;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .txt strong {
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 17px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .txt strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #222;
    margin-top: 18px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div .info .img {
    width: 520px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    background: transparent;
    border: none;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li {
    line-height: 24px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li:not(:last-child) {
    margin-bottom: 11px;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 2px 10px 2px 0;
    line-height: 1.3;
    color: #222;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:before,
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover {
    color: #222;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover:before,
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover:before {
    width: 100%;
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > div ul > li > a:hover:after {
    background-image: url("../images/ico_menu_on.png");
  }
  .header .navi_con .gnb_wrap .gnb > ul > li > a {
    line-height: 103px;
  }
  .sub_service_link {
    display: block;
    position: fixed;
    right: 20px;
    top: 350px;
    z-index: 30;
    width: 190px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1535px), print {
  .header .navi_con .gnb_wrap .gnb.open > ul:before,
  .header .navi_con .gnb_wrap .gnb.open > .bg::before {
    display: none;
  }
  .header .header_top .inner {
    padding: 0 40px;
  }
  .header .header_top .l {
    width: 18%;
  }
  .header .header_top .l > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .inner {
    width: auto;
    margin: 0;
    padding: 0 40px;
  }
  .container .content {
    width: calc(100% - 260px);
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px), print {
  .container .lnb {
    display: none;
  }
  .container .content {
    float: none;
    width: auto;
    padding: 0 20px;
  }
}
/* 서브 콘텐츠 */
@media screen and (min-width: 1550px), print {
  .req_list {
    margin-top: 20px;
  }
  .req_list > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 555px;
  }
  .req_list > li:nth-child(2n) {
    margin-left: 6px;
  }
  .req_list > li > span {
    padding: 12px 12px 12px 25px;
  }
  .req_list > li > span::before {
    left: 15px;
    top: 22px;
    width: 4px;
    height: 4px;
  }
  .req_list > li > a {
    padding: 0 12px;
  }
  .req_list > li > a::after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-size: auto;
  }
  .organization {
    padding: 0;
  }
  .organization .ceo,
  .organization .chief {
    padding: 23px 0;
    border-radius: 15px;
  }
  .organization .ceo {
    width: 353px;
    margin: 0 auto 30px;
  }
  .organization .chief {
    width: 250px;
    margin: 0 0 60px auto;
    border: 2px solid #d8d8d8;
  }
  .organization .t1 {
    font-size: 24px;
  }
  .organization .t2 {
    margin: 6px 0 20px;
    font-size: 16px;
  }
  .organization .sub_team {
    position: relative;
    font-size: 0;
  }
  .organization .sub_team::before {
    content: "";
    position: absolute;
    left: 175px;
    top: 203px;
    width: 769px;
    height: 1px;
    background: #d8d8d8;
  }
  .organization .team {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 352px;
    height: 65px;
    max-width: none;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 35px;
    font-size: 18px;
  }
  .organization .team:not(:last-child) {
    margin-right: 32px;
  }
  .organization .team::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -32px;
    width: 1px;
    height: 26px;
    margin-left: -1px;
    background: #d8d8d8;
  }
  .organization .connect > a + a {
    margin-left: 5px;
  }
  .organization li {
    position: relative;
  }
  .team_list_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .team_list_warp .member_name {
    width: 550px;
  }
  .team_list_warp .member_name:nth-child(2n) {
    margin-left: 20px;
  }
  .team_list_warp .mem_top {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .tit_index {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .index_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 36px);
    padding: 15px 0;
  }
  .index_list > li {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 46px;
  }
  .index_list > li:first-child {
    padding-left: 23px;
  }
  .index_list > li:not(:last-child) {
    border-right: 1px solid #d8d8d8;
  }
  .index_list .l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
  .index_list .l > strong {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
  }
  .index_list .l > strong > span {
    font-size: 17px;
  }
  .index_list .r {
    padding-left: 25px;
    font-size: 16px;
  }
  .index_list .r > h5 {
    margin-bottom: 2px;
    font-weight: 600;
    color: #222;
  }
  .spa_btw.new_spa {
    display: block;
  }

  .spa_btw.new_spa .inr_box > ul {
    display: block;
  }

  .spa_btw.new_spa .inr_box > ul > li {
    padding: 15px 0 17px 23px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 0;
  }

  .spa_btw.new_spa .inr_box > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .spa_btw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .spa_btw > .inr_box:not(:last-child) {
    padding-right: 10px;
  }
  .spa_btw .inr_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .spa_btw .fina {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 460px;
    flex: 1 1 460px;
  }
  .global_index {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global_index > li:nth-child(n + 3) {
    position: relative;
    margin-top: 30px;
  }
  .global_index > li:nth-child(n + 3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: calc(100% + 1px);
    height: 1px;
    background: #d8d8d8;
  }
  .global_index > li:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    padding-left: 23px;
  }
  .global_index > li:nth-child(even) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 0;
  }
}
.col_navy {
  color: #212e4e !important;
}

.col_green {
  color: #088747 !important;
}

.col_skyblue {
  color: #7fbdda !important;
}

.col_blue {
  color: #085cb7 !important;
}

.col_red {
  color: #ce2b2c !important;
}

.col_yellow {
  color: #fcc00d !important;
}

.col_gray {
  color: #aaa !important;
}

.col_dgray {
  color: #666 !important;
}

.col_lgray {
  color: #f6f6f6 !important;
}

.col_black {
  color: #222 !important;
}

.v_top {
  vertical-align: top !important;
}
.v_mid {
  vertical-align: middle !important;
}
.v_bot {
  vertical-align: bottom !important;
}

.btn.btn_md {
  height: 37px;
  line-height: 37px;
  min-width: auto;
}

.btn.btn_md:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 2px;
}

.btn.btn_navy {
  color: #fff;
  background-color: #212e4e;
}
.btn.btn_gray {
  color: #fff;
  background-color: #666;
}

.btn.btn_gray:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 2px;
}

.btn.btn_lgray {
  color: #fff;
  background-color: #757575;
}
.btn.btn_blue {
  color: #fff;
  background-color: #085cb7;
}
.btn.btn_blue {
  color: #fff;
  background-color: #088747;
}
.btn.btn_outline {
  border: 1px solid #666;
}

.bg_lightgray {
  background-color: #f6f6f6;
}

.req {
  display: inline-block;
  margin: 0 3px;
  color: #ce2b2c !important;
}

.w100 {
  width: 100%;
}

.link {
  display: inline-block;
  color: #212e4e;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.status {
  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;
  padding: 0 12px;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  font-weight: 200;
  font-size: 12px;
  color: #fff;
}
.status.navy {
  background-color: #212e4e;
}
.status.green {
  background-color: #088747;
}
.status.gray {
  background-color: #666;
}
.status.lgray {
  background-color: #757575;
}

.valid,
.valid_confirm,
.valid_error {
  display: block;
  text-align: left;
}
.valid_error {
  color: #ce2b2c;
}
.valid_confirm {
  color: #0060ca;
}
.valid_confirm::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: -2px;
  background-image: url(../images/ico_confirm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.email_inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.email_inp > button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 5px;
}

@media screen and (min-width: 1000px) {
  .email_inp > input {
    width: 500px !important;
  }
  .btn.btn_md {
    height: 44px;
    line-height: 44px;
  }
  .status {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .valid_confirm::before {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 8px;
  }
}
.search_tbl {
  border-top: 2px solid #222;
  padding: 6px 17px;
  background-color: #f6f6f6;
}
.search_tbl table {
  width: 100%;
  max-width: 100%;
  table-layout: auto;
}
.search_tbl tbody tr + tr {
  border-top: 1px dashed #ccc;
}
.search_tbl tbody th,
.search_tbl tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
  vertical-align: top;
  line-height: 1.3;
}
.search_tbl tbody th {
  width: auto;
  text-align: left;
  padding-right: 15px;
  white-space: nowrap;
  font-weight: 500;
  color: #222;
}
.search_tbl tbody td {
  width: 100%;
}
.search_tbl .txt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_tbl .txt_form .txt_input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50px;
}
.search_tbl .txt_form .btn_search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.chk {
  position: relative;
  display: inline-block;
  height: auto;
  font-size: 0;
}
.chk + .chk {
  margin-left: 15px;
}
.chk input[type="checkbox"],
.chk input[type="radio"] {
  position: absolute;
  display: inline-block;
  /* -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; */
  width: 0px;
  height: 1px;
  background-color: transparent;
  left: 0;
  top: 0;
  /* opacity: 0; */
}
.chk input[type="checkbox"]:checked + label,
.chk input[type="radio"]:checked + label {
  font-weight: 400;
  color: #222;
}

.chk input[type="checkbox"]:focus-visible + label,
.chk input[type="radio"]:focus-visible + label {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.chk label {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 17px;
  font-size: 13px;
  line-height: 1.3;
  min-height: 17px;
}
.chk input[type="radio"] + label {
  background-image: url(../images/ico_radio.png);
}
.chk input[type="radio"]:checked + label {
  background-image: url(../images/ico_radio_on.png);
}

.chk_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -7.5px;
}
.chk_wrap .chk {
  margin: 5px 7.5px;
}

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date .date_inp {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.date .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-image: url(../images/btn_datepicker.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -1000%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.date .datepicker {
  padding: 0 36px 0 10px;
  width: 100%;
  height: 37px;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 13px;
}
.date .bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}

@media screen and (min-width: 1000px), print {
  .search_tbl {
    padding: 10px 24px;
  }
  .search_tbl tbody th,
  .search_tbl tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
  }
  .search_tbl tbody th {
    padding-right: 20px;
  }
  .search_tbl .txt_form {
    display: inline-block;
  }
  .search_tbl .txt_form .txt_input {
    width: 300px;
  }
  .chk {
    height: 20px;
  }
  .chk + .chk {
    margin-left: 20px;
  }
  .chk label {
    padding-left: 30px;
    background-size: 20px;
    font-size: 16px;
    min-height: 20px;
  }
  .chk_wrap {
    margin: -5px -10px;
  }
  .chk_wrap .chk {
    margin: 5px 10px;
  }
  .date .ui-datepicker-trigger {
    right: 15px;
  }
  .date .datepicker {
    padding: 0 36px 0 20px;
    width: 280px;
    height: 44px;
    font-size: 16px;
  }
  .date .bar {
    margin: 0 8px;
  }
}
.gallery_board .gall_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 5px;
}
.gallery_board .gall_info .cate {
  display: inline-block;
  margin-right: auto;
  color: #085cb7;
  font-weight: 400;
}
.gallery_board .gall_info .status {
  display: inline-block;
  margin-left: auto;
}
.gallery_board .list01 {
  font-size: 13px;
}
.gallery_board .list01 > li em {
  color: #088747;
  font-weight: 400;
}

@media screen and (min-width: 1000px), print {
  .gallery_board .gall_info {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gallery_board .list01 {
    font-size: 16px;
  }
}
.board_view .view_top .tit .status {
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-weight: 200;
}

.business_detail .img_box + .info_box {
  margin-top: 20px;
}
.business_detail .info_box {
  padding: 10px 12px;
  border: 1px solid #ccc;
}
.business_detail .info_box .list01 {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.business_detail .info_box .list01 > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 0 0 7px !important;
}
.business_detail .info_box .list01 > li + li {
  margin-top: 3px !important;
}
.business_detail .info_box .list01 > li em {
  color: #088747;
  font-weight: 400;
}

@media screen and (min-width: 1000px), print {
  .business_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_detail .img_box {
    width: 520px;
    margin-right: 15px;
  }
  .business_detail .img_box + .info_box {
    margin-top: 0;
  }
  .business_detail .info_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px;
    padding: 15px 20px;
  }
  .business_detail .info_box .list01 > li {
    padding: 0 0 0 10px !important;
  }
  .business_detail .info_box .list01 > li + li {
    margin-top: 10px !important;
  }
}
.cont_top_info {
  padding: 14px 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  background: linear-gradient(to right, #0060ca 0%, #0060ca 37px, #d8d8d8 37px, #d8d8d8 100%) no-repeat 0 0/100% 2px, linear-gradient(to bottom, #0060ca 0%, #0060ca 66%, transparent 66%, transparent 100%) no-repeat 0 0/2px 100%;
}
.cont_top_info strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-weight: 500;
}
.cont_top_info strong + p {
  margin-top: 10px;
}
.cont_top_info p {
  display: block;
  font-size: 13px;
  line-height: 19px;
  font-weight: 200;
  color: #666;
}

@media screen and (min-width: 1000px), print {
  .cont_top_info {
    padding: 25px 27px;
    margin-bottom: 50px;
    background: linear-gradient(to right, #0060ca 0%, #0060ca 35px, #d8d8d8 35px, #d8d8d8 100%) no-repeat 0 0/100% 2px, linear-gradient(to bottom, #0060ca 0%, #0060ca 66%, transparent 66%, transparent 100%) no-repeat 0 0/2px 100%;
  }
  .cont_top_info strong {
    font-size: 17px;
    line-height: 27px;
  }
  .cont_top_info strong + p {
    margin-top: 15px;
  }
  .cont_top_info p {
    font-size: 16px;
    line-height: 26px;
  }
  .cont_top_info[class*="bg"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 170px;
    min-height: 138px;
  }
  .cont_top_info[class*="bg"]::before,
  .cont_top_info[class*="bg"]::after {
    content: "";
    position: absolute;
    top: 28px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .cont_top_info[class*="bg"]::before {
    left: 27px;
    z-index: 10;
  }
  .cont_top_info[class*="bg"]::after {
    left: 63px;
    background-image: url(../images/top_info_pattern.png);
    z-index: 5;
  }
  .cont_top_info.bg_login::before {
    background-image: url(../images/bg_top_login.png);
  }
}
.login_box {
  border: 1px solid #ccc;
}
.login_box .bg {
  display: none;
}
.login_box .login_form {
  display: block;
  padding: 35px 45px 30px;
  text-align: center;
}
.login_box .login_form .guide_txt {
  display: block;
  margin-bottom: 17px;
}
.login_box .login_form .guide_txt::before {
  content: "invest Seoul";
  display: block;
  margin: 0 auto 15px;
  width: 100px;
  height: 45px;
  background-image: url(../images/logo_lg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  overflow: hidden;
}
.login_box .login_form .guide_txt > strong {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.login_box .login_form .guide_txt > strong + p {
  margin-top: 5px;
}
.login_box .login_form .guide_txt > p {
  letter-spacing: -0.25px;
}
.login_box .login_form .inp_wrap > div + div {
  margin-top: 8px;
}
.login_box .login_form .inp_wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
  height: 37px;
  line-height: 35px;
}
.login_box .login_form .inp_wrap input::-webkit-input-placeholder {
  color: #999;
}
.login_box .login_form .inp_wrap input::-moz-placeholder {
  color: #999;
}
.login_box .login_form .inp_wrap input:-ms-input-placeholder {
  color: #999;
}
.login_box .login_form .inp_wrap input::-ms-input-placeholder {
  color: #999;
}
.login_box .login_form .inp_wrap input::placeholder {
  color: #999;
}
.login_box .login_form [class*="valid"] {
  margin-top: 5px;
}
.login_box .login_form .btn_wrap {
  margin-top: 17px;
}
.login_box .login_form .addon_wrap {
  margin-top: 25px;
}
.login_box .login_form .addon_wrap > a + a {
  margin-left: 15px;
}

.circle_arr_link {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.circle_arr_link::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-top: -1px;
  width: 18px;
  height: 18px;
  background-image: url(../images/ico_arr_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  vertical-align: middle;
}

@media screen and (min-width: 1000px), print {
  .login_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login_box .bg {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    background-color: #f0f3fa;
  }
  .login_box .bg01 {
    background-image: url(../images/bg_login.png);
  }
  .login_box .bg02 {
    background-image: url(../images/bg_find_password.png);
  }
  .login_box .login_form {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 60px 80px;
  }
  .login_box .login_form .guide_txt {
    margin-bottom: 30px;
  }
  .login_box .login_form .guide_txt::before {
    margin: 0 auto 20px;
    width: 133px;
    height: 60px;
  }
  .login_box .login_form .guide_txt > strong {
    font-size: 18px;
  }
  .login_box .login_form .guide_txt > strong + p {
    margin-top: 10px;
  }
  .login_box .login_form .inp_wrap > div + div {
    margin-top: 10px;
  }
  .login_box .login_form .inp_wrap input {
    padding: 0 15px;
    height: 44px;
    line-height: 42px;
  }
  .login_box .login_form [class*="valid"] {
    margin-top: 10px;
  }
  .login_box .login_form .btn_wrap {
    margin-top: 25px;
  }
  .login_box .login_form .addon_wrap {
    margin-top: 40px;
  }
  .login_box .login_form .addon_wrap > a + a {
    margin-left: 20px;
  }
  .circle_arr_link {
    line-height: 22px;
  }
  .circle_arr_link::after {
    width: 22px;
    height: 22px;
    margin-top: -2px;
  }
}
.pop_bg {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.pop_bg.mail {
  background-image: url(../images/bg_pop_mail.png);
}
.pop_bg.confirm {
  background-image: url(../images/bg_pop_confirm.png);
}
.pop_bg.confirm2 {
  background-image: url(../images/bg_pop_confirm2.png);
}
.pop_bg.cancel {
  background-image: url(../images/bg_pop_cancel.png);
}
.pop_bg.delete {
  background-image: url(../images/bg_pop_delete.png);
}

.pop_btn_wrap {
  margin-top: 18px;
  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-left: -6px;
  margin-right: -6px;
}
.pop_btn_wrap .btn {
  margin: 0 6px;
}
.pop_btn_wrap .btn_wide {
  width: 118px;
}
.pop_btn_wrap.btn_flex .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 1000px), print {
  .pop_bg {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .layer_popup_wrap.sm .popup {
    width: 500px;
  }
  .pop_btn_wrap {
    margin-top: 25px;
  }
  .pop_btn_wrap .btn {
    margin: 0 8px;
  }
  .pop_btn_wrap .btn_wide {
    width: 180px;
  }
}
.terms_box {
  border: 1px solid #ccc;
}
.terms_box .terms_txt {
  padding: 15px;
  background-color: #f6f6f6;
  max-height: 270px;
  overflow-y: auto;
}
.terms_box .terms_txt ol,
.terms_box .terms_txt ul {
  margin: revert;
  padding: revert;
}
.terms_box .terms_txt ol > li {
  list-style: decimal;
}
.terms_box .terms_txt ol > li {
  list-style: disc;
}
.terms_box .terms_txt p {
  white-space: normal;
}
.terms_box .terms_txt table {
  table-layout: auto;
}
.terms_box .terms_ag {
  padding: 15px;
  text-align: right;
}

.tbl_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 17px;
}
.tbl_top .l {
  margin-top: 10px;
  margin-right: auto;
  padding-right: 5px;
}
.tbl_top .l [class*="tit"] {
  margin-bottom: 0;
}
.tbl_top .r {
  margin-top: 10px;
  margin-left: auto;
  padding-left: 5px;
  text-align: right;
}

.inp_box {
  max-width: 100% !important;
}
.inp_box[style*="width"] .txt_input {
  width: 100% !important;
}

.inp_addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inp_addon .txt_input {
  width: 100%;
  max-width: 100% !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.inp_addon .txt_input ~ .btn {
  margin-left: 4px;
}
.inp_addon .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.email_box .r .inp_addon {
  margin-top: 7px;
}
.email_box .r .inp_addon .txt_input {
  margin-top: 0;
}

.board_btm_btn .btn + .btn {
  margin-left: 8px;
}

@media screen and (min-width: 1000px), print {
  .terms_box .terms_txt {
    padding: 25px;
    max-height: 413px;
  }
  .terms_box .terms_ag {
    padding: 20px 25px;
  }
  .tbl_top {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  .tbl_top .l {
    margin-top: 0;
    margin-right: auto;
  }
  .tbl_top .l [class*="tit"] {
    margin-bottom: 0;
  }
  .tbl_top .r {
    margin-top: 0;
    margin-left: auto;
  }
  .inp_addon {
    max-width: 700px;
  }
  .inp_addon .txt_input ~ .btn {
    margin-left: 6px;
  }
  .email_box .r .inp_addon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0px;
  }
  .email_box .r .inp_addon .txt_input {
    width: 240px;
  }
  .board_btm_btn .btn + .btn {
    margin-left: 10px;
  }
}
.list_board > li .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin: 10px -2.5px 0;
}
.list_board > li .btn_box .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  margin: 2.5px;
  white-space: nowrap;
}

@media screen and (max-width: 999px), print {
  .list_board > li {
    position: relative;
  }
  .list_board > li .status {
    position: absolute;
    top: 12px;
    right: 18px;
  }
  .inp_addon[style*="width"] {
    max-width: 100% !important;
  }
}
.paging_right_btn {
  text-align: right;
  margin-top: 18px;
}
.paging_right_btn .btn {
  min-width: 148px;
}

.download {
  position: relative;
  padding-left: 23px;
  display: inline-block;
}
.download:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url("../images/ico_download.png") 0 0 no-repeat;
  background-size: 16px;
}

.table_auto table {
  table-layout: auto;
}

@media screen and (min-width: 1000px), print {
  .list_board > li .btn_box {
    width: 134px;
    margin: 0 0 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list_board > li .btn_box .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
  .list_board > li .btn_box .btn + .btn {
    margin-top: 5px;
  }
  .paging_right_btn {
    margin-top: -42px;
  }
  .paging_right_btn .btn {
    min-width: 180px;
  }
  .download {
    padding-left: 32px;
  }
  .download:before {
    width: 22px;
    height: 18px;
    background-size: auto;
  }
}
.board_btm_btn.complex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-left: -12px;
  margin-bottom: -16px;
}
.board_btm_btn.complex_box .l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 4px 16px 12px;
  text-align: left;
}
.board_btm_btn.complex_box .r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 16px 4px;
  text-align: right;
}
.board_btm_btn.complex_box .complex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 0 12px;
  text-align: right;
}
.board_btm_btn.complex_box .complex .btn {
  width: 100%;
}

@media screen and (min-width: 1000px), print {
  .board_btm_btn.complex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
  }
  .board_btm_btn.complex_box .l {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .board_btm_btn.complex_box .r {
    margin-left: auto;
    margin-bottom: 0;
  }
  .board_btm_btn.complex_box .complex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: 12px;
  }
  .board_btm_btn.complex_box .complex .btn {
    width: auto;
  }
  .board_btm_btn.complex_box .complex .btn.btn_wide {
    width: 180px;
  }
}
.tel_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tel_input > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tel_input > div:not(:first-child)::before {
  content: "-";
  display: inline-block;
  width: auto;
  margin: 0 5px;
}
.tel_input .select_box {
  min-width: 60px;
}

.txt_input[type="file"] {
  line-height: 35px;
}
.txt_input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.inp_reset {
  position: relative;
  max-width: 100%;
}
.inp_addon .inp_reset {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.inp_reset .txt_input {
  padding-right: 30px;
}
.inp_reset .btn_reset {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 37px;
  background-image: url(../images/btn_reset.png);
  background-position: center center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  font-size: 1px;
  text-indent: -9999rem;
  overflow: hidden;
  color: transparent;
  right: 0;
  top: 0;
}
.inp_reset ~ .btn {
  margin-left: 4px;
}

@media screen and (min-width: 1000px), print {
  .tel_input {
    width: auto;
  }
  .tel_input > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tel_input > div:not(:first-child)::before {
    margin: 0 8px;
  }
  .tel_input .select_box {
    width: 100px !important;
  }
  .tel_input .txt_input {
    width: 100px !important;
  }
  .txt_input[type="file"] {
    line-height: 42px;
  }
  .txt_input[type="file"]::-webkit-file-upload-button {
    display: none;
  }
  .inp_reset {
    position: relative;
  }
  .inp_reset .txt_input {
    padding-right: 44px;
  }
  .inp_reset .btn_reset {
    width: 44px;
    height: 44px;
    background-size: 12px 12px;
  }
  .inp_reset ~ .btn {
    margin-left: 7px;
  }
}
.survey_bg {
  padding: 35px 20px;
  background-image: url(../images/bg_survey.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.survey_bg strong {
  display: block;
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.survey_bg strong::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.survey_bg p {
  margin-top: 15px;
}

.survey_list {
  padding: 2px 17px;
  background-color: #f6f6f6;
}
.survey_list > li {
  counter-increment: num;
  padding: 15px 0;
}
.survey_list > li + li {
  border-top: 1px dashed #ccc;
}
.survey_list > li .q_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 22px;
}
.survey_list > li .q_item::before {
  content: counter(num);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #088747;
  text-align: center;
  color: #fff;
}
.survey_list > li .res_item {
  margin-top: 10px;
}

@media screen and (min-width: 1000px), print {
  .survey_bg {
    padding: 65px 50px;
    background-size: 1000px 668px;
    background-position: left 0 bottom -100px;
  }
  .survey_bg strong {
    padding-bottom: 20px;
    font-size: 32px;
  }
  .survey_bg strong::after {
    width: 40px;
  }
  .survey_bg p {
    margin-top: 20px;
  }
  .survey_list {
    padding: 5px 25px;
  }
  .survey_list > li {
    padding: 20px 0;
  }
  .survey_list > li .q_item {
    font-size: 18px;
    line-height: 26px;
  }
  .survey_list > li .q_item::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .survey_list > li .res_item {
    margin-top: 15px;
  }
}
.insen_tit.bg_subsidy {
  background-image: url(../images/bg_insen_subsidy_m.jpg);
}

@media screen and (min-width: 1000px) {
  .insen_tit.bg_subsidy {
    background-image: url(../images/bg_insen_subsidy.jpg);
  }
}
.insen_tit.bg_for_lease {
  background-image: url(../images/bg_insen_for_lease_m.jpg);
}

@media screen and (min-width: 1000px) {
  .insen_tit.bg_for_lease {
    background-image: url(../images/bg_insen_for_lease.jpg);
  }
}
.insen_type_wrap .tit {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.insen_type_wrap .insen_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #d8d8d8;
  padding: 12px 0;
}
.insen_type_wrap .insen_type_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3px 9px 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.insen_type_wrap .insen_type_list > li > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
}
.insen_type_wrap .insen_type_list > li:nth-child(even) {
  border-left: 1px solid #d8d8d8;
}
.insen_type_wrap .insen_type_list > li[class*="bg"]::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.insen_type_wrap .insen_type_list > li.bg01::before {
  background-image: url(../images/ico_support01.png);
}
.insen_type_wrap .insen_type_list > li.bg02::before {
  background-image: url(../images/ico_support02.png);
}
.insen_type_wrap .insen_type_list > li.bg03::before {
  background-image: url(../images/ico_support03.png);
}
.insen_type_wrap .insen_type_list > li.bg04::before {
  background-image: url(../images/ico_support04.png);
}
.insen_type_wrap .insen_type_list > li.bg05::before {
  background-image: url(../images/ico_support05.png);
}
.insen_type_wrap .insen_type_list > li.bg06::before {
  background-image: url(../images/ico_support06.png);
}
.insen_type_wrap .insen_type_list > li.bg07::before {
  background-image: url(../images/ico_support07.png);
}

.m_content {
  display: block;
}

.pc_content {
  display: none;
}

@media screen and (min-width: 1000px), print {
  .m_content {
    display: none;
  }
  .pc_content {
    display: block;
  }
  .insen_type_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    min-height: 122px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .insen_type_wrap .tit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 125px;
    height: auto;
    margin-bottom: 0px;
    padding: 0 10px;
    border-right: 1px solid #d8d8d8;
    font-size: 16px;
    text-align: center;
  }
  .insen_type_wrap .insen_type_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 12px 0px;
  }
  .insen_type_wrap .insen_type_list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 4px 30px 3px;
  }
  .insen_type_wrap .insen_type_list > li > span {
    padding-left: 20px;
    font-size: 16px;
  }
  .insen_type_wrap .insen_type_list > li:not(:first-child) {
    border-left: 1px solid #d8d8d8;
  }
  .insen_type_wrap .insen_type_list > li:nth-child(even) {
    padding-left: 30px;
  }
  .insen_type_wrap .insen_type_list > li[class*="bg"]::before {
    width: 90px;
    height: 90px;
  }
}
.stats_seoul .stats_tit.foreign {
  background-position: center;
  background-image: url(../images/bg_intro_foreign.jpg);
}

.chart_wrap {
  border: 1px solid #d8d8d8;
}
.chart_wrap .chart_cont {
  padding: 20px;
  text-align: center;
}
.chart_wrap .chart_cont .svg_box {
  position: relative;
  display: inline-block;
}
.chart_wrap .chart_cont .balloon_txt {
  display: none;
  position: absolute;
  padding: 15px 19px;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 8px;
  white-space: nowrap;
  left: 0;
  top: 0;
  -webkit-box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.chart_wrap .chart_cont .balloon_txt::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(100% - 2px);
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 2;
}
.chart_wrap .chart_cont .balloon_txt::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  border-top: 10px solid #222;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 1;
}
.chart_wrap .chart_cont .balloon_txt span {
  font-weight: 400;
  color: #222;
}
.chart_wrap .chart_cont .balloon_txt.on {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.chart_wrap .chart_cont .seoul_gu_map {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.chart_wrap .chart_cont .seoul_gu_map path {
  fill: #f6f6f6;
  stroke: #555;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-width: 2px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.chart_wrap .chart_cont .seoul_gu_map path[class^="scale"] {
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
  -webkit-filter: drop-shadow(0 -40px 20px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -40px 20px rgba(0, 0, 0, 0.2));
}
.chart_wrap .chart_cont .seoul_gu_map path.scale1 {
  fill: #7fbdda;
}
.chart_wrap .chart_cont .seoul_gu_map path.scale2 {
  fill: #088747;
}
.chart_wrap .chart_cont .seoul_gu_map path.scale3 {
  fill: #085cb7;
}
.chart_wrap .chart_cont .seoul_gu_map path.scale4 {
  fill: #212e4e;
}
.chart_wrap .chart_cont .seoul_gu_map text {
  fill: #666;
  font-size: 1.5em;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.chart_wrap .chart_cont .seoul_gu_map text.active {
  font-weight: 400;
  fill: #fff;
  -webkit-transform: translateY(-0.5%);
  transform: translateY(-0.5%);
}
.chart_wrap .chart_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -10px;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chart_wrap .chart_top .l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 10px;
  margin-right: auto;
  padding-right: 5px;
  text-align: left;
}
.chart_wrap .chart_top .l .tit {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  background-color: #212e4e;
  color: #fff;
  font-weight: 400;
  border-radius: 16px 20px 20px 0;
}
.chart_wrap .chart_top .l .tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100% 0 0 0;
  left: 0;
  top: 100%;
  z-index: 2;
}
.chart_wrap.bg_lightgray .chart_top .l .tit::before {
  background-color: #f6f6f6;
}

.chart_wrap .chart_top .l .tit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #212e4e;
  left: 0;
  top: 100%;
  z-index: 1;
}
.chart_wrap .chart_top .r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 10px;
  margin-left: auto;
  padding-left: 5px;
  text-align: right;
  word-break: keep-all;
}
.chart_wrap .chart_top .r > em {
  font-weight: 400;
}
.chart_wrap .chart_btm {
  overflow-x: auto;
}
.chart_wrap .chart_btm img {
  min-width: 700px;
}
.chart_wrap .lgd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 15px;
  background-color: #f6f6f6;
  font-size: 12px;
}
.chart_wrap .lgd [class^="legend_"] {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.chart_wrap .lgd [class^="legend_"]::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 4px;
}
.chart_wrap .lgd [class^="legend_"] + [class^="legend_"] {
  margin-left: 15px;
}
.chart-pattern .lgd [class^="legend_"]::before {
  background-size: 7px 7px;
}

.chart-pattern .lgd [class^="legend_"]:nth-child(2)::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="10" y2="10" stroke="rgba(255, 255, 255, 0.6)" stroke-width="2"/></svg>');
}

.chart-pattern .lgd [class^="legend_"]:nth-child(3)::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="10" y2="10" stroke="rgba(255, 255, 255, 0.6)" stroke-width="2"/><line x1="10" y1="0" x2="0" y2="10" stroke="rgba(255, 255, 255, 0.6)" stroke-width="2"/></svg>');
}

.chart-pattern .lgd [class^="legend_"]:nth-child(4)::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="rgba(255, 255, 255, 0.6)" /><rect x="5" y="5" width="5" height="5" fill="rgba(255, 255, 255, 0.6)" /></svg>');
}

.chart-pattern .lgd [class^="legend_"]:nth-child(5)::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="rgba(255, 255, 255, 0.6)" /></svg>');
}
.chart_wrap .lgd .legend_navy::before {
  background-color: #212e4e;
}
.chart_wrap .lgd .legend_green::before {
  background-color: #088747;
}
.chart_wrap .lgd .legend_skyblue::before {
  background-color: #7fbdda;
}
.chart_wrap .lgd .legend_blue::before {
  background-color: #085cb7;
}
.chart_wrap .lgd .legend_red::before {
  background-color: #ce2b2c;
}
.chart_wrap .lgd .legend_yellow::before {
  background-color: #fcc00d;
}
.chart_wrap .lgd .legend_gray::before {
  background-color: #aaa;
}
.chart_wrap .lgd .legend_dgray::before {
  background-color: #666;
}
.chart_wrap .lgd .legend_lgray::before {
  background-color: #f6f6f6;
}
.chart_wrap .lgd .legend_black::before {
  background-color: #222;
}
.chart_wrap .lgd .lgd_wrap {
  width: 100%;
}
.chart_wrap .lgd .lgd_wrap [class^="legend_"] {
  text-align: left;
  width: calc(50% - 2px);
  vertical-align: top;
}
.chart_wrap .lgd .lgd_wrap [class^="legend_"] + [class^="legend_"] {
  margin-left: 0;
}
.chart_wrap.default_slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.chart_wrap.default_slide .chart_btm img {
  width: 100%;
  min-width: auto;
}
@media screen and (min-width: 1000px), print {
  .chart_wrap .chart_cont {
    padding: 30px 40px;
  }
  .chart_wrap .chart_cont .balloon_txt.on {
    display: inline-block;
  }
  .chart_wrap .chart_cont .seoul_gu_map path {
    cursor: pointer;
  }
  .chart_wrap .chart_cont .seoul_gu_map text {
    font-size: 16px;
    cursor: pointer;
  }
  .chart_wrap .chart_top {
    margin-bottom: 25px;
  }
  .chart_wrap .chart_top .l .tit {
    padding: 10px 25px;
    border-radius: 20px 24px 24px 0;
  }
  .chart_wrap .chart_top .l .tit::before {
    width: 12px;
    height: 12px;
  }
  .chart_wrap .chart_top .l .tit::after {
    width: 12px;
    height: 12px;
  }
  .chart_wrap .chart_btm img {
    max-width: 100%;
    min-width: auto;
  }
  .chart_wrap .lgd {
    padding: 20px;
    font-size: 15px;
  }
  .chart_wrap .lgd [class^="legend_"] {
    padding-left: 18px;
    margin: 2px 0;
  }
  .chart_wrap .lgd [class^="legend_"]::before {
    width: 15px;
    height: 15px;
  }
  .chart_wrap .lgd [class^="legend_"] + [class^="legend_"] {
    margin-left: 20px;
  }
  .chart_wrap.default_slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 40px;
  }
  .chart_wrap.default_slide .swiper-slide .chart_cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66% - 40px);
    flex: 0 0 calc(66% - 40px);
    padding: 0;
  }
  .chart_wrap.default_slide .swiper-slide .chart_cont:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
  }
  .chart_wrap.default_slide .swiper-slide .chart_cont:nth-child(even) {
    margin-left: 40px;
  }
  .chart_wrap.default_slide .swiper-slide .chart_cont:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.lv_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7.5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lv_type_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
  margin: 7.5px;
}
.lv_type_list > li .top {
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.lv_type_list > li .top.level0 + .btm strong {
  color: #666;
}
.lv_type_list > li .top.level1 + .btm strong {
  color: #088747;
}
.lv_type_list > li .top.level2 + .btm strong {
  color: #085cb7;
}
.lv_type_list > li .top.level3 + .btm strong {
  color: #fcc00d;
}
.lv_type_list > li .top.level4 + .btm strong {
  color: #ce2b2c;
}
.lv_type_list > li .btm {
  height: 100%;
  padding: 12px 17px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8d8d8;
  text-align: right;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
}
.lv_type_list > li .btm strong {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .lv_type_list {
    margin: 0 -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lv_type_list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 10px);
    flex: 1 1 calc(20% - 10px);
    margin: 0 10px;
  }
  .lv_type_list > li .top {
    padding: 14px 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .lv_type_list > li .btm {
    padding: 17px 25px;
  }
  .lv_type_list > li .btm strong {
    font-size: 32px;
  }
}

.level,
.level4,
.level2,
.level1,
.level0 {
  color: #fff;
}
.level0 {
  background-color: #666;
}
.level1 {
  background-color: #088747;
}
.level2 {
  background-color: #085cb7;
}
.level3 {
  background-color: #fcc00d;
  color: #222;
}
.level4 {
  background-color: #ce2b2c;
}

.badge {
  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;
  height: 26px;
  padding: 0 12px;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1000px), print {
  .badge {
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.stats_box.lct_box .bg_lct7 {
  background-image: url(../images/ico_lct7.png);
}
.stats_box.lct_box .bg_lct8 {
  background-image: url(../images/ico_lct8.png);
}
.stats_box.lct_box .bg_lct9 {
  background-image: url(../images/ico_lct9.png);
}
.stats_box.lct_box .bg_lct10 {
  background-image: url(../images/ico_lct10.png);
}
.stats_box.lct_box .bg_lct11 {
  background-image: url(../images/ico_lct11.png);
}
.stats_box.lct_box .bg_lct12 {
  background-image: url(../images/ico_lct12.png);
}
.stats_box.lct_box [class^="bg_lct"] .stats_label {
  min-height: 45px;
  margin-bottom: 10px;
}
.stats_box.lct_box [class^="bg_lct"] .stats_label > em {
  margin-top: 3px;
}
@media screen and (min-width: 768px), print {
  .stats_box.lct_box > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 40%;
  }
}
@media screen and (min-width: 1000px), print {
  .stats_box.lct_box [class^="bg_lct"] .stats_label {
    min-height: 60px;
    margin-bottom: 22px;
  }
  .stats_box.lct_box [class^="bg_lct"] .stats_label > em {
    margin-top: 5px;
  }
}

.medal_list {
  text-align: left;
}
.medal_list > li {
  counter-increment: num;
  padding: 17px;
  border-radius: 8px;
}
.medal_list > li .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}
.medal_list > li .top::before {
  content: counter(num);
  position: relative;
  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;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #212e4e;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.medal_list > li .top .tit {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.medal_list > li .btm {
  margin-top: 15px;
}
.medal_list > li + li {
  margin-top: 15px;
}
.medal_list > li:nth-child(-n + 3) {
  padding-top: 10px;
}
.medal_list > li:nth-child(-n + 3) .top {
  padding-top: 10px;
}
.medal_list > li:nth-child(-n + 3) .top::before {
  margin-right: 15px;
}
.medal_list > li:nth-child(-n + 3) .top::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 31px;
  background-image: url(../images/ico_medal.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.medal_list > li:first-child {
  background-color: #085cb7;
  color: #fff !important;
}
.medal_list > li:first-child .top::before {
  background-color: #fcc00d;
  color: #222;
}
.medal_list > li:first-child .tit {
  font-weight: bold;
  color: #fff !important;
}
.medal_list > li:first-child .btm .ico_list > li > span {
  color: #fff !important;
}
.medal_list > li:nth-child(2) .top::before {
  background-color: #becad1;
  color: #222;
}
.medal_list > li:nth-child(3) .top::before {
  background-color: #de825b;
}
.medal_list > li:not(:first-child) {
  border: 2px solid #eee;
  background-color: #fff;
}
@media screen and (min-width: 1000px), print {
  .medal_list > li {
    padding: 30px;
    border-radius: 16px;
  }
  .medal_list > li .top {
    padding-left: 0px;
  }
  .medal_list > li .top::before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    font-size: 16px;
  }
  .medal_list > li .top .tit {
    font-size: 20px;
  }
  .medal_list > li .btm {
    margin-top: 20px;
  }
  .medal_list > li + li {
    margin-top: 20px;
  }
  .medal_list > li:nth-child(-n + 3) {
    padding-top: 20px;
  }
  .medal_list > li:nth-child(-n + 3) .top {
    padding-top: 16px;
  }
  .medal_list > li:nth-child(-n + 3) .top::before {
    margin-right: 30px;
    margin-left: 9px;
  }
  .medal_list > li:nth-child(-n + 3) .top::after {
    width: 49px;
    height: 48px;
    background-size: 49px 48px;
  }
}

.ico_list > li {
  min-height: 23px;
  padding-top: 2px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 0 0;
  font-size: 12px;
  line-height: 20px;
}
.ico_list > li > span {
  color: #222;
  font-weight: 400;
}
.ico_list > li + li {
  margin-top: 7px;
}
.ico_list.industry .ico1 {
  background-image: url(../images/ico_industry1.png);
}
.ico_list.industry .ico2 {
  background-image: url(../images/ico_industry2.png);
}
.ico_list.industry .ico3 {
  background-image: url(../images/ico_industry3.png);
}
.ico_list.industry .ico4 {
  background-image: url(../images/ico_industry4.png);
}
@media screen and (min-width: 1000px), print {
  .ico_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
  .ico_list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 5px;
    min-height: 38px;
    padding-top: 8px;
    padding-left: 49px;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 0 0;
    font-size: 17px;
    line-height: 23px;
  }
  .ico_list > li > span {
    color: #222;
    font-weight: 400;
  }
  .ico_list > li + li {
    margin-top: 5px;
  }
}

.box_list.find_link {
  background-position: center;
}
.box_list.find_link > li.bg04 {
  background-position: center center;
  background-image: url(../images/bg_find_link4.jpg);
}
.box_list.find_link > li.bg05 {
  background-position: center center;
  background-image: url(../images/bg_find_link5.jpg);
}
.box_list.find_link > li.bg06 {
  background-position: center center;
  background-image: url(../images/bg_find_link6.jpg);
}

.box_list.find_link > li a:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 2px;
}

.tab_btn02 > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab_btn02 > ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  left: 0;
  bottom: 0;
}
.tab_btn02 > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 100%;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  background-color: #f6f6f6;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.tab_btn02 > ul > li > 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;
  padding: 10px;
}
.tab_btn02 > ul > li > a > span {
  position: relative;
}
.tab_btn02 > ul > li > a > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  right: -10px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab_btn02 > ul > li.active {
  background-color: #088747;
  border-color: #088747 !important;
}
.tab_btn02 > ul > li.active > a > span {
  color: #fff;
  font-weight: 500;
}
.tab_btn02 > ul > li.active > a > span::after {
  content: "";
  opacity: 1;
  visibility: visible;
  bottom: 80%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab_btn02 > ul > li:nth-child(odd) {
  border-left: 1px solid #d8d8d8;
}
@media screen and (min-width: 1000px), print {
  .tab_btn02 > ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab_btn02 > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    border-radius: 8px 8px 0 0;
  }
  .tab_btn02 > ul > li > a {
    padding: 12px;
  }
  .tab_btn02 > ul > li > a > span::after {
    width: 6px;
    height: 6px;
  }
  .tab_btn02 > ul > li:nth-child(odd) {
    border-left: none;
  }
  .tab_btn02 > ul > li:first-child {
    border-left: 1px solid #d8d8d8;
  }
}

.bdt_t0 {
  border-top-style: none !important;
}

.pos_r {
  position: relative !important;
}

.sales_scale_list > li {
  padding: 20px;
  background-color: #f0f3fa;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}
.sales_scale_list > li.scale1 {
  background-image: url(../images/bg_sales_scale1.png);
  background-size: 65px auto;
}
.sales_scale_list > li.scale2 {
  background-image: url(../images/bg_sales_scale2.png);
  background-size: 67px auto;
}
.sales_scale_list > li.scale3 {
  background-image: url(../images/bg_sales_scale3.png);
  background-size: 60px auto;
}
.sales_scale_list > li.scale4 {
  background-image: url(../images/bg_sales_scale4.png);
  background-size: 60px auto;
}
.sales_scale_list > li.scale5 {
  background-image: url(../images/bg_sales_scale5.png);
  background-size: 60px auto;
}
.sales_scale_list > li.scale6 {
  background-image: url(../images/bg_sales_scale6.png);
  background-size: 60px auto;
}
.sales_scale_list > li .tit {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #222;
}
.sales_scale_list > li .cont {
  margin-top: 10px;
}
.sales_scale_list > li .cont > li {
  font-weight: 400;
  color: #222;
}
.sales_scale_list > li .cont > li strong {
  font-size: 18px;
  font-weight: bold;
  color: #085cb7;
}
.sales_scale_list > li + li {
  margin-top: 15px;
}
@media screen and (min-width: 1000px), print {
  .sales_scale_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  .sales_scale_list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.3333333333% - 20px);
    flex: 1 1 calc(33.3333333333% - 20px);
    margin: 10px;
    padding: 30px 40px 120px;
  }
  .sales_scale_list > li.scale1 {
    background-size: 96px auto;
  }
  .sales_scale_list > li.scale2 {
    background-size: 100px auto;
  }
  .sales_scale_list > li.scale3 {
    background-size: 84px auto;
  }
  .sales_scale_list > li.scale4 {
    background-size: 84px auto;
  }
  .sales_scale_list > li.scale5 {
    background-size: 84px auto;
  }
  .sales_scale_list > li.scale6 {
    background-size: 84px auto;
  }
  .sales_scale_list > li .tit {
    font-size: 20px;
  }
  .sales_scale_list > li .cont {
    margin-top: 25px;
  }
  .sales_scale_list > li .cont > li strong {
    font-size: 20px;
  }
  .sales_scale_list > li .cont > li + li {
    margin-top: 4px;
  }
  .sales_scale_list > li + li {
    margin-top: 10px;
  }
}

.controller_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
}
.controller_wrap [class^="default_slide_"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  background-image: url(../images/ico_slide.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  font-size: 1px;
  text-indent: -9999rem;
  overflow: hidden;
  color: transparent;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.controller_wrap [class^="default_slide_"][class*="disabled"] {
  opacity: 0.5;
}
.controller_wrap .default_slide_next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controller_wrap .default_pagination {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
}
.controller_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.controller_wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.controller_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #212e4e;
  border-radius: 60px;
}
.controller_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #000;
}

@media screen and (min-width: 1440px), print {
  .controller_wrap {
    margin-top: 25px;
  }
  .controller_wrap [class^="default_slide_"] {
    width: 50px;
    height: 50px;
  }
  .controller_wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .controller_wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
  }
  .controller_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media screen and (min-width: 1630px) {
  .controller_wrap [class^="default_slide_"] {
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .controller_wrap .default_slide_next {
    left: auto;
    right: -70px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

.picto_txt.infra::before {
  background-image: url(../images/bg_global_picto4.jpg);
}
.picto_txt.brand::before {
  background-image: url(../images/bg_global_picto5.jpg);
}
.picto_txt.invest::before {
  background-image: url(../images/bg_global_picto6.jpg);
}

.search_wrap.map_search .txt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_wrap.map_search .btn {
  font-size: 13px;
}

.chart_wrap .chart_cont .seoul_gu_map path:focus {
  outline: none;
  stroke: black !important;
  stroke-width: 25 !important;
  stroke-opacity: 1;
}

@media screen and (min-width: 768px), print {
  .search_wrap.map_search .btn {
    font-size: 16px;
    height: 44px;
  }
}
@media screen and (min-width: 1000px), print {
  .search_wrap.map_search {
    display: none;
  }
}

.btn_serv_close {
  font-size: 1px;
  text-indent: -9999rem;
  overflow: hidden;
  color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #666;
  border-radius: 100%;
}
.btn_serv_close::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../images/btn_sm_close.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub_service_link .btn_serv_close {
  right: 30px;
}

.pgm_info_box {
  padding: 25px;
  min-height: 290px;
  margin-bottom: 35px;
  background-color: #f0f3fa;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 0 bottom 0;
}
.pgm_info_box.newsletter {
  background-image: url(../images/bg_pgm_newsletter_m.png);
}
.pgm_info_box .txt .tit {
  position: relative;
  display: block;
  padding-bottom: 15px;
  font-size: 24px;
  color: #212e4e;
  line-height: 1.2;
  font-weight: 500;
}
.pgm_info_box .txt .tit::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #aaa;
}
.pgm_info_box .txt .tit em {
  color: #088747;
}
.pgm_info_box .txt > p {
  margin-top: 15px;
}
.pgm_info_box .btn_box {
  margin-top: 15px;
}
.pgm_info_box .btn_box .btn {
  padding: 0 35px;
}
@media screen and (min-width: 768px), print {
  .pgm_info_box {
    padding: 40px 35% 50px 40px;
    margin-bottom: 60px;
    min-height: auto;
    background-size: auto 100%;
  }
  .pgm_info_box.newsletter {
    background-image: url(../images/bg_pgm_newsletter.png);
  }
  .pgm_info_box .txt .tit {
    padding-bottom: 20px;
    font-size: 32px;
  }
  .pgm_info_box .txt .tit::before {
    width: 40px;
  }
  .pgm_info_box .txt > p {
    margin-top: 20px;
  }
  .pgm_info_box .btn_box {
    margin-top: 20px;
  }
  .pgm_info_box .btn_box .btn {
    padding: 0 45px;
  }
}

.nowrap {
  white-space: nowrap;
}

.ref_txt {
  padding-left: 18px;
  position: relative;
}
.ref_txt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .ref_txt {
    padding-left: 22px;
  }
}

.top_txt_box {
  position: relative;
  padding: 17px 20px;
  border: 2px solid #d8d8d8;
  font-weight: 500;
  color: #000;
}

.top_txt_box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 35px;
  height: 86px;
  background: url(../images/img_line.png) no-repeat 0 0;
}

.agree_box {
  margin-top: 30px;
}

.agree_box .ag_tit {
  font-weight: 600;
  font-size: 19px;
  color: #212e4e;
}

.agree_txt {
  margin-top: 12px;
  border: 1px solid #d8d8d8;
  color: #666;
}

.agree_txt .ag_inner {
  padding: 13px;
  background: #f6f6f6;
}

.agree_txt dl {
  margin-top: 5px;
  font-weight: 300;
}

.agree_txt dt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  font-weight: 400;
  color: #222;
}

.agree_txt dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #666;
}

.agree_check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 14px;
}

.agree_check input {
  accent-color: #212e4e;
}

.agree_check label {
  margin-left: 5px;
}

.mipm_login {
  margin-top: 30px;
}

.mipm_login table {
  border-top: 2px solid #222;
}

.mipm_login table th {
  padding-left: 15px;
  border-right: 1px solid #d8d8d8;
  background: #f6f6f6;
  text-align: left;
  font-weight: 500;
  color: #222;
}

.mipm_login table th span {
  color: #ce2b2c;
}

.mipm_login table tr {
  border-bottom: 1px solid #d8d8d8;
}

.mipm_login table td {
  padding: 10px 15px;
}

.mipm_login table input {
  width: 100%;
  height: 37px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
}

.mipm_login table input[type="file"] {
  border: 0;
  height: auto;
}

.mipm_login_btn {
  margin-top: 15px;
  text-align: right;
}

.mipm_login_btn a {
  display: inline-block;
  height: 41px;
  padding: 0 18px;
  background: #0aa759;
  line-height: 41px;
  color: #fff;
}

.mipm_login .v_top {
  padding-top: 10px;
}

.mipm_login textarea {
  padding: 15px;
}

.bg_txt_box {
  padding: 15px;
  text-align: center;
  background: #f0f3fa;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

@media screen and (min-width: 768px), print {
  .top_txt_box {
    padding: 40px 20px 40px 170px;
  }

  .top_txt_box::before {
    left: -2px;
    top: -2px;
    width: 35px;
    height: 86px;
  }

  .top_txt_box::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 116px;
    height: 84px;
    background: url(../images/ico_txt_box.png) no-repeat 0 0;
  }

  .agree_box {
    margin-top: 48px;
  }

  .agree_box .ag_tit {
    font-size: 24px;
  }

  .agree_txt {
    margin-top: 15px;
  }

  .agree_txt .ag_inner {
    padding: 20px 26px;
  }

  .agree_txt dl {
    margin-top: 10px;
  }

  .agree_txt dt {
    margin-bottom: 5px;
    padding-left: 8px;
  }

  .agree_txt dt::before {
    top: 11px;
  }

  .agree_check {
    padding: 20px 14px;
  }

  .agree_check label {
    margin-left: 5px;
  }

  .mipm_login {
    margin-top: 60px;
  }

  .mipm_login table th {
    padding-left: 15px;
  }

  .mipm_login table td {
    padding: 10px 20px;
  }

  .mipm_login table input {
    height: 45px;
  }

  .mipm_login .mipm_inp1 {
    width: 400px;
  }

  .mipm_login .mipm_inp2 {
    width: 700px;
  }

  .mipm_login_btn {
    margin-top: 22px;
  }

  .mipm_login_btn a {
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
  }

  .bg_txt_box {
    padding: 20px;
    font-size: 18px;
  }

  .size_medium {
    width: 500px !important;
  }
}

.new-organization .t1,
.new-organization .t2,
.new-organization .t3 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.new-organization .t1 {
  width: 150px;
  height: 55px;
  border-radius: 15px;
  background: #212e4e;
  font-weight: 600;
}

.new-organization .t1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #d8d8d8;
}

.new-organization .t2 {
  position: relative;
  width: 150px;
  height: 43px;
  border-radius: 20px;
  background: #0060ca;
  font-weight: 600;
}

.new-organization .t3 {
  width: 100%;
  height: 43px;
  border-radius: 20px;
  background: #0aa759;
  font-weight: 500;
}

.org-dep1 {
  text-align: center;
}

.org-dep2,
.org-dep3 {
  margin-top: 20px;
}

.org-dep3 > li {
  margin-top: 20px;
}

.new-organization .t3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #d8d8d8;
}

.new-organization .t3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0aa759;
}

@media screen and (min-width: 1024px), print {
  .new-organization .t1 {
    width: 255px;
    height: 82px;
    font-size: 24px;
  }

  .new-organization .t1::before {
    bottom: -30px;
    height: 30px;
  }

  .new-organization .t2 {
    width: 255px;
    height: 66px;
    font-size: 18px;
  }

  .new-organization .t2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #d8d8d8;
  }

  .new-organization .t3 {
    height: 43px;
    font-size: 18px;
  }

  .org-dep2,
  .org-dep3 {
    margin-top: 30px;
  }

  .org-dep3 {
    display: flex;
    position: relative;
    column-gap: 32px;
    margin-top: 61px;
  }

  .org-dep3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -31px;
    transform: translateX(-50%);
    width: calc(100% - (50% / 2) + 25px);
    height: 1px;
    background: #d8d8d8;
  }

  .new-organization .t3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #d8d8d8;
  }

  .new-organization .t3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0aa759;
  }

  .org-dep3 > li {
    flex: 1;
    margin-top: 0;
  }
}
