@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* font-face */
@font-face {
  font-family: "default-light";
  font-style: normal;
  src: local("※"), url("../../fonts/Pretendard-Light.woff2") format("woff2"), url("../../fonts/Pretendard-Light.woff") format("woff"), url("../../fonts/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "default";
  font-style: normal;
  src: local("※"), url("../../fonts/Pretendard-Medium.woff2") format("woff2"), url("../../fonts/Pretendard-Medium.woff") format("woff"), url("../../fonts/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "default-bold";
  font-style: normal;
  src: local("※"), url("../../fonts/Pretendard-Bold.woff2") format("woff2"), url("../../fonts/Pretendard-Bold.woff") format("woff"), url("../../fonts/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "default-black";
  font-style: normal;
  src: local("※"), url("../../fonts/Pretendard-Black.woff2") format("woff2"), url("../../fonts/Pretendard-Black.woff") format("woff"), url("../../fonts/Pretendard-Black.ttf") format("truetype");
}
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-notice {
  position: relative;
  width: 660px;
  padding: 16px 52px 12px 0;
  box-sizing: border-box;
  z-index: 10;
}
.swiper-notice.active .list-swiper-detail {
  display: block;
}
.swiper-notice.active .info {
  display: block;
}
.swiper-notice.active .ico-swiper::before {
  border-width: 0px 8px 14px 8px;
  border-top-color: none;
  border-bottom-color: #bbb;
}
.swiper-notice .ico-swiper {
  background-color: #445163;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: none;
  position: absolute;
  top: 16px;
  right: 8px;
  border: none;
  background: none;
}
.swiper-notice .ico-swiper:hover, .swiper-notice .ico-swiper:focus, .swiper-notice .ico-swiper:active {
  background-color: #404c5d !important;
}
.swiper-notice .ico-swiper:hover, .swiper-notice .ico-swiper:focus, .swiper-notice .ico-swiper:active {
  outline: 2px solid rgba(47, 56, 69, 0.4);
}
.swiper-notice .ico-swiper::before {
  top: calc(50% - 7px);
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 14px 8px 0 8px;
  border-top-color: #bbb;
}
.swiper-notice .notice-swiper {
  height: 100%;
  overflow: hidden;
}
.swiper-notice .notice-swiper .swiper-wrapper .swiper-slide {
  padding: 8px 0 8px 12px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.swiper-notice a {
  display: flex;
  justify-content: space-between;
}
.swiper-notice a p.tit {
  flex: 1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.swiper-notice a span.date {
  margin-left: 20px;
  color: #9DD6FF;
}
.swiper-notice .info {
  display: none;
  background: #fff;
  z-index: 100;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-datepicker {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 240px;
  display: none;
  margin-top: 2px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  border-radius: 4px 4px 0 0;
  background: #445163;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: relative;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background-color: #445163;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: none;
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-image: url("../../../images/citizen/ico-btn.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-color: #404c5d !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  outline: 2px solid rgba(47, 56, 69, 0.4);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled::before {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  background-position: -38px -36px;
  background-size: 250px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  background-position: -38px -37px;
  background-size: 250px;
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  line-height: 30px;
  font-family: "Pretendard-bold";
  text-align: center;
}
.ui-datepicker table {
  border-collapse: collapse;
  width: calc(100% - 16px);
  margin: 0 8px 12px;
  font-size: 14px;
}
.ui-datepicker th {
  padding: 6px 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  color: #333;
  font-family: "Pretendard-bold";
}
.ui-datepicker td {
  height: 30px;
  border: 0;
}
.ui-datepicker td.ui-datepicker-today span {
  background: #f4f5f8;
  color: #000;
  opacity: 1;
}
.ui-datepicker td.ui-datepicker-today a {
  background-color: #f4f5f8;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #d5d9e4;
  color: #000;
}
.ui-datepicker td.ui-datepicker-today a:hover, .ui-datepicker td.ui-datepicker-today a:focus, .ui-datepicker td.ui-datepicker-today a:active {
  background-color: #eeeff4 !important;
}
.ui-datepicker td.ui-datepicker-today a:hover, .ui-datepicker td.ui-datepicker-today a:focus, .ui-datepicker td.ui-datepicker-today a:active {
  outline: 2px solid rgba(182, 188, 208, 0.4);
}
.ui-datepicker td.ui-datepicker-week-end:first-of-type span,
.ui-datepicker td.ui-datepicker-week-end:first-of-type a {
  color: #dc1e25;
}
.ui-datepicker td.ui-datepicker-week-end:last-of-type span,
.ui-datepicker td.ui-datepicker-week-end:last-of-type a {
  color: #445163;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
}
.ui-datepicker td span {
  opacity: 0.5;
}
.ui-datepicker td a {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #ccc;
}
.ui-datepicker td a:hover, .ui-datepicker td a:focus, .ui-datepicker td a:active {
  background-color: #fafafa !important;
}
.ui-datepicker td a:hover, .ui-datepicker td a:focus, .ui-datepicker td a:active {
  border-color: #ccc;
}
.ui-datepicker td a.ui-state-active {
  background-color: #445163;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #2f3845;
  color: #fff !important;
  font-family: "Pretendard-bold";
}
.ui-datepicker td a.ui-state-active:hover, .ui-datepicker td a.ui-state-active:focus, .ui-datepicker td a.ui-state-active:active {
  background-color: #404c5d !important;
}
.ui-datepicker td a.ui-state-active:hover, .ui-datepicker td a.ui-state-active:focus, .ui-datepicker td a.ui-state-active:active {
  outline: 2px solid rgba(26, 32, 39, 0.4);
}

/* 위니그리드 */
.wini_tablewidth100 > tbody > tr > td > div:not(.winigrdBodyDiv) {
  overflow: hidden !important;
}

html,
body {
  display: block;
  position: relative;
  height: 100%;
}

body {
  color: #666;
  font-size: 16px;
  font-family: "Pretendard", "맑은고딕", "돋움", serif;
}
body.nonselect {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a {
  text-decoration: none;
  color: #666;
}

ul,
li,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-weight: normal;
}

em {
  font-style: none;
}

header,
main,
section {
  display: block;
}

.clear_area {
  content: "";
  display: block;
  overflow: hidden;
}
.clear_area::after, .clear_area::before {
  content: "";
  display: block;
  overflow: hidden;
}

.overflow-y {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}

.w-25p {
  width: 25% !important;
}

.w-30p {
  width: 30% !important;
}

.w-50p {
  width: 50% !important;
}

.w-75p {
  width: 75% !important;
}

.w-100p {
  width: 100% !important;
}

.w-num {
  width: 80px !important;
}

.layout {
  position: relative;
  display: block;
}
.layout.left {
  padding-left: 240px;
}

.hidden {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}

em {
  font-style: normal;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

.fs-small {
  font-size: 14px !important;
}

.description {
  color: #666;
  font-size: 14px;
}

.tit-sub {
  text-align: left;
  margin-bottom: 16px;
  word-break: keep-all;
  line-height: 1.4;
}
.tit-sub h1,
.tit-sub h2,
.tit-sub h3,
.tit-sub h4,
.tit-sub h5,
.tit-sub h6 {
  display: inline-block;
  color: #333;
  font-size: 24px;
  font-family: "default-bold";
}
.tit-sub.sub-01 {
  position: relative;
  padding-left: 16px;
}
.tit-sub.sub-01::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.tit-sub.sub-01::before {
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 6px;
  height: 24px;
  background: #545CA7;
}
.tit-sub.sub-02 {
  position: relative;
  padding-left: 34px;
}
.tit-sub.sub-02::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.tit-sub .sub {
  float: right;
}
.tit-sub .sub.area_btn {
  position: absolute;
  top: calc(50% - 18px - 4px);
  right: 0;
}

.req {
  position: relative;
  padding-left: 10px;
}
.req::before {
  content: "*";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #FF0000;
}

.info_red {
  color: #FF0000;
  font-size: 14px;
}
.label-check + .info_red {
  margin-top: 8px;
}

/* input */
input[type=text],
input[type=password],
input[type=tel],
input[type=search],
input[type=email],
input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 110px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active {
  border-color: #bbb;
}
input[type=text]:-moz-read-only, input[type=password]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=search]:-moz-read-only, input[type=email]:-moz-read-only, input[type=number]:-moz-read-only {
  background: #ebebeb;
  opacity: 1;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=tel]:read-only,
input[type=search]:read-only,
input[type=email]:read-only,
input[type=number]:read-only {
  background: #ebebeb;
  opacity: 1;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=email]:disabled,
input[type=number]:disabled {
  background: #ddd;
  color: #aaa;
  pointer-events: none;
}
.datepicker input[type=text],
.datepicker input[type=password],
.datepicker input[type=tel],
.datepicker input[type=search],
.datepicker input[type=email],
.datepicker input[type=number] {
  margin-right: 2px;
}
input[type=text]:hover:hover, input[type=text]:hover:focus, input[type=text]:hover:active, input[type=text]:focus:hover, input[type=text]:focus:focus, input[type=text]:focus:active,
input[type=password]:hover:hover,
input[type=password]:hover:focus,
input[type=password]:hover:active,
input[type=password]:focus:hover,
input[type=password]:focus:focus,
input[type=password]:focus:active,
input[type=tel]:hover:hover,
input[type=tel]:hover:focus,
input[type=tel]:hover:active,
input[type=tel]:focus:hover,
input[type=tel]:focus:focus,
input[type=tel]:focus:active,
input[type=search]:hover:hover,
input[type=search]:hover:focus,
input[type=search]:hover:active,
input[type=search]:focus:hover,
input[type=search]:focus:focus,
input[type=search]:focus:active,
input[type=email]:hover:hover,
input[type=email]:hover:focus,
input[type=email]:hover:active,
input[type=email]:focus:hover,
input[type=email]:focus:focus,
input[type=email]:focus:active,
input[type=number]:hover:hover,
input[type=number]:hover:focus,
input[type=number]:hover:active,
input[type=number]:focus:hover,
input[type=number]:focus:focus,
input[type=number]:focus:active {
  border-color: #303a49;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #bbb;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder {
  color: #bbb;
}
.search input[type=text], .sort input[type=text], .pop input[type=text],
.search input[type=password],
.sort input[type=password],
.pop input[type=password],
.search input[type=tel],
.sort input[type=tel],
.pop input[type=tel],
.search input[type=search],
.sort input[type=search],
.pop input[type=search],
.search input[type=email],
.sort input[type=email],
.pop input[type=email],
.search input[type=number],
.sort input[type=number],
.pop input[type=number] {
  width: 100%;
  margin-right: 2px;
}
input[type=text]:required,
input[type=password]:required,
input[type=tel]:required,
input[type=search]:required,
input[type=email]:required,
input[type=number]:required {
  background-color: #b8daf5;
  border: 1px solid #5eadec;
}
.login input[type=text],
.login input[type=password],
.login input[type=tel],
.login input[type=search],
.login input[type=email],
.login input[type=number] {
  width: 350px;
  height: 48px;
}
.login input[type=text]::-moz-placeholder, .login input[type=password]::-moz-placeholder, .login input[type=tel]::-moz-placeholder, .login input[type=search]::-moz-placeholder, .login input[type=email]::-moz-placeholder, .login input[type=number]::-moz-placeholder {
  color: #666;
}
.login input[type=text]::placeholder,
.login input[type=password]::placeholder,
.login input[type=tel]::placeholder,
.login input[type=search]::placeholder,
.login input[type=email]::placeholder,
.login input[type=number]::placeholder {
  color: #666;
}
input[type=text]::-webkit-outer-spin-button, input[type=text]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=text][readonly=readonly],
input[type=password][readonly=readonly],
input[type=tel][readonly=readonly],
input[type=search][readonly=readonly],
input[type=email][readonly=readonly],
input[type=number][readonly=readonly] {
  background: #ebebeb;
  opacity: 1;
}
input[type=text][disabled=disabled],
input[type=password][disabled=disabled],
input[type=tel][disabled=disabled],
input[type=search][disabled=disabled],
input[type=email][disabled=disabled],
input[type=number][disabled=disabled] {
  background: #ddd;
  color: #aaa;
  pointer-events: none;
}

input[type=number],
input[type=password] {
  max-width: 100px;
}

textarea {
  width: 100%;
  height: 140px;
  padding: 8px;
  resize: none;
}
.tbl-edit textarea {
  height: 80px;
}

textarea {
  width: 100%;
  height: 140px;
  padding: 8px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
textarea:hover, textarea:focus, textarea:active {
  border-color: #bbb;
}
.tbl-edit textarea {
  height: 80px;
}
textarea:disabled {
  background: #ddd;
  color: #aaa;
  pointer-events: none;
}
textarea:hover:hover, textarea:hover:focus, textarea:hover:active, textarea:focus:hover, textarea:focus:focus, textarea:focus:active {
  border-color: #303a49;
}
textarea::-moz-placeholder {
  color: #bbb;
}
textarea::placeholder {
  color: #bbb;
}
.search textarea, .sort textarea, .pop textarea {
  width: 100%;
  margin-right: 2px;
}
textarea:required {
  background-color: #b8daf5;
  border: 1px solid #5eadec;
}
.login textarea {
  width: 350px;
  height: 48px;
}
.login textarea::-moz-placeholder {
  color: #666;
}
.login textarea::placeholder {
  color: #666;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea[readonly=readonly] {
  background: #ebebeb;
  opacity: 1;
}
textarea[disabled=disabled] {
  background: #ddd;
  color: #aaa;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 140px;
  height: 30px;
  padding: 0 20px 0 8px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff url("../../../images/citizen/bg_select.png") no-repeat center right;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  vertical-align: middle;
}
select:hover, select:focus, select:active {
  border-color: #bbb;
}
select:disabled, select[aria-readonly] {
  background-color: #ddd;
  pointer-events: none;
}
select:hover:hover, select:hover:focus, select:hover:active, select:focus:hover, select:focus:focus, select:focus:active {
  border-color: #303a49;
}
.label-check + select {
  width: 222px;
}
select:required {
  background-color: #b8daf5;
  border: 1px solid #5eadec;
}
.pop select {
  width: 100%;
  margin-right: 2px;
}
select::-ms-expand {
  display: none;
}

.label-check {
  display: inline-block;
  vertical-align: middle;
}
.label-check label {
  position: relative;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.label-check label:not(:only-of-type) {
  margin-right: 12px;
  margin-bottom: 4px;
}
.label-check label[aria-readonly] {
  pointer-events: none;
}
.label-check label[aria-readonly] input:not(:checked) + span {
  color: #aaa;
}
.label-check label[aria-readonly] input:not(:checked) + span::before {
  border-color: #ddd !important;
  background-color: #ebebeb;
  outline: none !important;
}
.label-check label:hover span::before {
  outline: 2px solid rgba(48, 58, 73, 0.4);
  border-color: #303a49;
}
.label-check label input {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.label-check label input:focus + span::before {
  outline: 2px solid rgba(48, 58, 73, 0.4);
  border-color: #303a49;
}
.label-check label input:checked + span::before {
  border-color: #303a49;
}
.label-check label input:disabled + span {
  color: #aaa;
}
.label-check label input:disabled + span::before {
  border-color: #ddd !important;
  background-color: #ddd;
  outline: none !important;
}
.label-check label span {
  position: relative;
  position: relative;
  display: block;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.label-check label span::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.label-check label span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.label-check label span::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background: #fff;
  box-sizing: border-box;
}
.tbl-edit th .label-check label span {
  color: #445163;
  font-family: "default-bold" !important;
}
.label-check label input[type=radio] + span::before {
  border-radius: 50%;
}
.label-check label input[type=radio]:checked + span::after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00B7F1;
}
.label-check label input[type=checkbox] + span::before {
  border-radius: 2px;
}
.label-check label input[type=checkbox]:checked + span::after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #303a49;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tbl-edit .label-check label {
  margin-bottom: 0;
}

.wrap-input {
  font-size: 0;
}
.wrap-input select:not(:first-child),
.wrap-input input:not(:first-child) {
  margin-left: 4px;
}
.wrap-input .label-check + select {
  margin-left: 0;
}
.popup table .wrap-input input,
.popup table .wrap-input select {
  color: #333;
  background-color: #fff;
}
.wrap-input a,
.wrap-input button {
  flex-grow: auto;
}
.wrap-input.number {
  width: 140px;
}
.wrap-input.number input {
  width: 60px;
}
.wrap-input + .wrap-input {
  margin-left: 10px;
}

a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
a:disabled,
button:disabled {
  pointer-events: none;
}

.btn-comm {
  background-color: #00455B;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #00455B;
  display: inline-block;
  min-width: 180px;
  min-height: 40px;
  padding: 6px 12px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "default-bold";
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 30px;
}
.btn-comm:hover, .btn-comm:focus, .btn-comm:active {
  background-color: #003d51 !important;
}
.btn-comm:hover, .btn-comm:focus, .btn-comm:active {
  border-color: #00455B;
}
.btn-comm.co-01 {
  background-color: #303a49;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #303a49;
  min-width: 105px;
  color: #fff;
}
.btn-comm.co-01:hover, .btn-comm.co-01:focus, .btn-comm.co-01:active {
  background-color: #2c3543 !important;
}
.btn-comm.co-01:hover, .btn-comm.co-01:focus, .btn-comm.co-01:active {
  border-color: #303a49;
}
.btn-comm.type01 {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #303a49;
  min-height: 36px;
  color: #303a49;
}
.btn-comm.type01:hover, .btn-comm.type01:focus, .btn-comm.type01:active {
  background-color: #fafafa !important;
}
.btn-comm.type01:hover, .btn-comm.type01:focus, .btn-comm.type01:active {
  border-color: #303a49;
}
.btn-comm.type03 {
  background-color: #ab122f;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #ab122f;
}
.btn-comm.type03:hover, .btn-comm.type03:focus, .btn-comm.type03:active {
  background-color: #a2112c !important;
}
.btn-comm.type03:hover, .btn-comm.type03:focus, .btn-comm.type03:active {
  border-color: #ab122f;
}
.btn-comm.type04 {
  background-color: #787878;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: none;
}
.btn-comm.type04:hover, .btn-comm.type04:focus, .btn-comm.type04:active {
  background-color: #737373 !important;
}
.btn-comm.type04:hover, .btn-comm.type04:focus, .btn-comm.type04:active {
  outline: 2px solid rgba(95, 95, 95, 0.4);
}
.btn-comm.type05 {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #00455B;
  color: #00455B;
}
.btn-comm.type05:hover, .btn-comm.type05:focus, .btn-comm.type05:active {
  background-color: #fafafa !important;
}
.btn-comm.type05:hover, .btn-comm.type05:focus, .btn-comm.type05:active {
  border-color: #00455B;
}
.tbl-edit .btn-comm {
  min-height: 26px;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}
.wrap-input .btn-comm {
  height: 30px;
  min-width: 110px;
  margin-left: 4px;
  font-size: 16px;
  font-family: "default";
  border-radius: 5px;
  vertical-align: middle;
}

.btn-ico-text {
  background-color: #00455B;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #00455B;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  min-width: 180px;
  min-height: 40px;
  color: #fff;
  font-size: 20px;
  font-family: "default-bold";
  line-height: 28px;
  white-space: nowrap;
  border-radius: 30px;
}
.btn-ico-text:hover, .btn-ico-text:focus, .btn-ico-text:active {
  background-color: #003d51 !important;
}
.btn-ico-text:hover, .btn-ico-text:focus, .btn-ico-text:active {
  border-color: #00455B;
}
.btn-ico-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-image: url("../../../images/citizen/ico-btn.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.btn-ico-text::before {
  top: calc(50% - 8px);
  left: 8px;
}
.btn-ico-text.ico-submit::before {
  background-position: -416px 0;
}
.btn-ico-text.ico-edit::before {
  background-position: -432px 0;
}
.btn-ico-text.ico-del {
  background-color: #A64F4F;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #833f3f;
}
.btn-ico-text.ico-del:hover, .btn-ico-text.ico-del:focus, .btn-ico-text.ico-del:active {
  background-color: #9f4c4c !important;
}
.btn-ico-text.ico-del:hover, .btn-ico-text.ico-del:focus, .btn-ico-text.ico-del:active {
  outline: 2px solid rgba(97, 46, 46, 0.4);
}
.btn-ico-text.ico-del::before {
  left: 18px;
  width: 18px;
  height: 18px;
  background-size: 350px;
  background-position: -232px -101px;
}
.btn-ico-text.ico-add {
  background: #008BB8;
  border: 1px solid #008BB8;
}
.btn-ico-text.ico-add::before {
  top: calc(50% - 9px);
  left: 18px;
  width: 18px;
  height: 18px;
  background-size: 350px;
  background-position: -275px -100px;
}
.btn-ico-text.ico-save::before {
  background-position: -400px 0;
}
.btn-ico-text.file-open::before {
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-position: -272px -85px;
  background-size: 300px;
}
.btn-ico-text.download::before {
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-position: -82px -207px;
  background-size: 500px;
}
.btn-ico-text.home {
  background: #008BB8;
  border: 1px solid #008BB8;
}
.btn-ico-text.home::before {
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-position: -144px -207px;
  background-size: 500px;
}
.btn-ico-text.ico-comment-add {
  padding: 20px 0 4px;
  height: auto;
  margin-left: 4px;
}
.btn-ico-text.ico-comment-add::before {
  top: 4px;
  left: calc(50% - 8px);
}
.btn-ico-text.ico-comment-add::before {
  top: 20px;
  background-position: -416px 0;
}
.btn-ico-text.arrow-right, .btn-ico-text.arrow-left {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #e6e6e6;
  padding: 20px 0 4px;
  min-width: 60px;
  color: #445163;
  line-height: 1.2;
}
.btn-ico-text.arrow-right:hover, .btn-ico-text.arrow-right:focus, .btn-ico-text.arrow-right:active, .btn-ico-text.arrow-left:hover, .btn-ico-text.arrow-left:focus, .btn-ico-text.arrow-left:active {
  background-color: #fafafa !important;
}
.btn-ico-text.arrow-right:hover, .btn-ico-text.arrow-right:focus, .btn-ico-text.arrow-right:active, .btn-ico-text.arrow-left:hover, .btn-ico-text.arrow-left:focus, .btn-ico-text.arrow-left:active {
  outline: 2px solid rgba(204, 204, 204, 0.4);
}
.btn-ico-text.arrow-right::before, .btn-ico-text.arrow-left::before {
  top: 4px;
  left: calc(50% - 8px);
}
.btn-ico-text.arrow-right::before {
  background-position: -256px 0;
}
.btn-ico-text.arrow-left::before {
  background-position: -240px 0;
}
.btn-ico-text.ico-search {
  padding-left: 36px;
}
.btn-ico-text.ico-search::before {
  top: calc(50% - 10px);
  left: 10px;
}
.pop .btn-ico-text.ico-search {
  padding-left: 34px;
}
.btn-ico-text.ico-search::before {
  left: 20px;
  width: 20px;
  height: 20px;
  background-position: -115px -15px;
}
.pop .btn-ico-text.ico-search::before {
  left: 10px;
}
.btn-ico-text.ico-chk::before {
  left: 36px;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  background-position: -366px -65px;
}
.btn-ico-text.ico-profile {
  background-color: transparent;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid transparent;
  padding-left: 32px;
  min-height: auto;
  padding-left: 36px;
}
.btn-ico-text.ico-profile:hover, .btn-ico-text.ico-profile:focus, .btn-ico-text.ico-profile:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.btn-ico-text.ico-profile:hover, .btn-ico-text.ico-profile:focus, .btn-ico-text.ico-profile:active {
  border-color: transparent;
}
.btn-ico-text.ico-profile::before {
  top: calc(50% - 8px);
  left: 8px;
}
.btn-ico-text.ico-profile::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-position: -161px -11px;
}
.btn-ico-text.co-01 {
  background-color: #303a49;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #303a49;
  min-width: 105px;
  color: #fff;
}
.btn-ico-text.co-01:hover, .btn-ico-text.co-01:focus, .btn-ico-text.co-01:active {
  background-color: #2c3543 !important;
}
.btn-ico-text.co-01:hover, .btn-ico-text.co-01:focus, .btn-ico-text.co-01:active {
  border-color: #303a49;
}
.pop .btn-ico-text {
  min-width: 70px;
  min-height: 30px;
}
.btn-ico-text.type01 {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #303a49;
  color: #303a49;
}
.btn-ico-text.type01:hover, .btn-ico-text.type01:focus, .btn-ico-text.type01:active {
  background-color: #fafafa !important;
}
.btn-ico-text.type01:hover, .btn-ico-text.type01:focus, .btn-ico-text.type01:active {
  border-color: #303a49;
}

.btn-ico-file {
  display: inline-block;
  min-width: 180px;
  min-height: 50px;
  color: #fff;
  font-size: 20px;
  font-family: "default-bold";
  line-height: 28px;
  white-space: nowrap;
  border-radius: 30px;
  background-color: #00455B;
  transition: 0.3s;
}
.btn-ico-file:hover {
  background-color: #01151C;
}
.btn-ico-file::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  background-image: url("../../../images/citizen/ico-btn.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.btn-ico-file.ico-file_download::before {
  background-position: -168px -168px;
}
.btn-ico-file.ico-file_upload::before {
  background-position: -213px -168px;
}

.area_btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  font-size: 0;
}
.area_btn::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.area_btn::after {
  position: relative;
  clear: both;
}
.area_btn.area-bottom {
  margin-top: 4px;
}
.area_btn.paging {
  justify-content: center;
  margin-top: 8px;
  text-align: center;
}
.area_btn.paging ul {
  display: flex;
}
.area_btn.paging ul li.on a {
  background-color: #00455B;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #001e28;
  color: #fff;
  font-family: "default-Bold";
}
.area_btn.paging ul li.on a:hover, .area_btn.paging ul li.on a:focus, .area_btn.paging ul li.on a:active {
  background-color: #003d51 !important;
}
.area_btn.paging ul li.on a:hover, .area_btn.paging ul li.on a:focus, .area_btn.paging ul li.on a:active {
  outline: 2px solid rgba(0, 0, 0, 0.4);
}
.area_btn.paging .btn-paging.selected {
  background-color: #00455B;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #001e28;
  color: #fff;
  color: #fff;
  font-family: "default-Bold";
}
.area_btn.paging .btn-paging.selected:hover, .area_btn.paging .btn-paging.selected:focus, .area_btn.paging .btn-paging.selected:active {
  background-color: #003d51 !important;
}
.area_btn.paging .btn-paging.selected:hover, .area_btn.paging .btn-paging.selected:focus, .area_btn.paging .btn-paging.selected:active {
  outline: 2px solid rgba(0, 0, 0, 0.4);
}
.area_btn.paging .sub {
  right: 0;
}
.area_btn.paging a:not(:first-child),
.area_btn.paging button:not(:first-child),
.area_btn.paging li:not(:first-child) {
  margin-left: 4px;
}
.area_btn a:not(:first-child),
.area_btn button:not(:first-child) {
  margin-left: 6px;
}
.area_btn.col {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.area_btn.col a,
.area_btn.col button {
  display: block;
  width: 348px;
  margin: 0 auto;
  text-align: center;
}
.area_btn.col a:not(:first-child),
.area_btn.col button:not(:first-child) {
  margin-top: 40px;
}
.area-box .area_btn {
  margin-top: 16px;
}
.pop .area-box .area_btn {
  margin-bottom: 16px;
}
.pop .area-box .area_btn:last-child {
  margin-bottom: 0;
}
.pop-tooltip .area_btn {
  position: relative !important;
  top: unset;
  right: unset;
}
.list-comment .area_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  margin-top: 0 !important;
}
.area_btn.file {
  justify-content: flex-start;
}
.area_btn.file button {
  min-height: auto;
  padding-left: 28px;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
table caption {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
table th,
table td {
  position: relative;
  vertical-align: middle;
  word-break: keep-all;
  font-weight: normal;
  background-clip: padding-box;
}
table th.w_default {
  width: 260px;
}

.tbl-list {
  table-layout: fixed;
}
.tbl-list table thead th {
  height: 30px;
  padding: 8px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
  font-family: "default";
  background-color: #F5F5F5;
  border-left: 1px solid #999999;
}
.tbl-list table thead th:first-child {
  border-left: none;
  border-top: none;
}
.tbl-list table tfoot th,
.tbl-list table tfoot td {
  height: 30px;
  color: #333;
  background-color: #111;
  text-align: center;
  font-family: "default-bold";
}
.tbl-list table tbody th,
.tbl-list table tbody td {
  color: #333;
  font-size: 16px;
  background-color: #fff;
  border-left: 1px solid #999999;
}
.tbl-list table tbody th:first-child,
.tbl-list table tbody td:first-child {
  border-left: none;
}
.tbl-list table tbody tr:hover th,
.tbl-list table tbody tr:hover td {
  background-color: #d5d9e4;
}
.tbl-list table tbody tr.selected th,
.tbl-list table tbody tr.selected td {
  border-color: #21272f;
  background-color: #21272f !important;
  color: #fff !important;
}
.tbl-list table tbody th,
.tbl-list table tbody td {
  height: 36px;
  padding: 4px 10px;
  text-align: center;
}
.tbl-list table tbody td {
  border-top: 1px solid #999999;
}
.tbl-list.tbl-main table {
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
}

.tbl-edit tr th,
.tbl-edit tr td {
  padding: 8px;
  vertical-align: middle;
  line-height: 18px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.tbl-edit tr th {
  background-color: #F5F5F5;
  color: #333;
  font-size: 18px;
  text-align: left;
  word-break: keep-all;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.tbl-edit tr th:first-child {
  border-left: none;
}
.tbl-edit tr td > select:not(:only-child),
.tbl-edit tr td > input:not(:only-child) {
  width: calc(50% - 4px);
  max-width: initial;
}
.tbl-edit tr:first-child th, .tbl-edit tr:first-child td {
  border-top: 2px solid #888888;
}
.tbl-edit tr:last-child th, .tbl-edit tr:last-child td {
  border-bottom: 2px solid #888888;
}
.tbl-edit thead th {
  text-align: center;
}
.tbl-edit thead + tbody tr:first-child th,
.tbl-edit thead + tbody tr:first-child td {
  border-top: none;
}
.tbl-edit thead + tbody td {
  text-align: center;
}
.tbl-edit tbody td {
  color: #333;
  text-align: left;
  background-color: #ffffff;
}
.tbl-edit tbody td .wrap-input .label-check + .label-check {
  margin-left: 12px;
}
.tbl-edit tbody td .wrap-input + .wrap-input {
  margin-left: 0;
  margin-top: 8px;
}
.area-calamity-detail .tbl-edit {
  padding: 8px;
}
.tabmenu:not(.sub-conts) .tbl-edit {
  padding: 0 !important;
}
.tabmenu:not(.sub-conts) .tbl-edit th,
.tabmenu:not(.sub-conts) .tbl-edit td {
  border-bottom: none;
}
.tabmenu:not(.sub-conts) .tbl-edit th:first-child,
.tabmenu:not(.sub-conts) .tbl-edit td:first-child {
  border-left: none;
}
.tabmenu:not(.sub-conts) .tbl-edit thead th {
  border-top: none;
}
.write_con .tbl-edit {
  background-color: #fff;
}
.write_con .tbl-edit tr:hover td {
  background-color: #fff;
}
.write_con .tbl-edit th,
.write_con .tbl-edit td {
  height: 26px;
}
.write_con .tbl-edit th {
  background-color: #f4f5f8;
}
.write_con .tbl-edit td {
  text-align: left;
}

body.regist {
  min-width: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.regist > * {
  box-sizing: border-box;
}
body.regist .wrap {
  position: relative;
  padding-bottom: 74px;
  min-height: 100%;
}
body.regist .wrap .area_box {
  position: relative;
}
body.regist .wrap .area_box + .area_box {
  margin-top: 45px;
}
body.regist .wrap .area_box .line {
  border-top: 1px solid #BBBBBB;
}
body.regist .wrap.wrap_step_02 .area_box {
  width: 100%;
  display: inline-block;
}
body.regist .wrap.wrap_step_01 > .inner, body.regist .wrap.wrap_step_04 > .inner {
  padding: 0 0 100px 0;
}
body.regist .wrap.wrap_step_02 > .inner_l, body.regist .wrap.wrap_step_03 > .inner_l {
  padding: 50px 0;
}
body.regist .inner_l {
  max-width: 1400px;
  height: calc(100% - 74px);
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
body.regist .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.regist .inner_l,
  body.regist .inner {
    padding: 0 35px;
    box-sizing: border-box;
  }
}
body.regist .sub {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.regist .input_box {
  float: right;
  margin-top: 9px;
}
body.regist .f_j_end {
  justify-content: flex-end;
}
body.regist.bg_gradi .wrap {
  background: linear-gradient(to bottom, #FBF7E5, #ffffff);
}
body.regist .step_area ol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  list-style: none;
  margin: -10px auto;
  padding: 0;
}
body.regist .step_area ol li {
  position: relative;
  width: 150px;
  padding: 6px 0;
  margin: 10px 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  background: #707497;
  border-radius: 40px;
}
body.regist .step_area ol li::marker {
  display: none;
}
body.regist .step_area ol li::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  border-bottom: 2px dashed #707497;
}
body.regist .step_area ol li:first-child::before {
  display: none;
}
body.regist .step_area ol li.active {
  background: #545CA7;
}
body.regist .step_area ol li.active ~ li {
  background: #BBBBBB;
}
body.regist .step_area ol li.active ~ li::before {
  border-bottom: 2px dashed #BBBBBB;
}
body.regist .hyphen {
  padding: 0 4px 0 6px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
body.regist .text-area + .label-check {
  margin-top: 12px;
}
body.regist .tit_wrap {
  padding-top: 70px;
}
body.regist .tit_wrap img {
  max-width: 452px;
  width: 100%;
  height: auto;
}
body.regist .tit_wrap h1 {
  color: #000000;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.8;
  word-break: keep-all;
}
body.regist .tit_wrap h1 .txt_blue,
body.regist .tit_wrap h1 .txt_red {
  font-weight: 600;
}
body.regist .tit_wrap h1 .txt_blue {
  color: #00B7F1;
}
body.regist .tit_wrap h1 .txt_blue .ico_dot {
  position: relative;
}
body.regist .tit_wrap h1 .txt_blue .ico_dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00B7F1;
  border-radius: 50%;
}
body.regist .tit_wrap h1 .txt_red {
  color: #ED3454;
}
body.regist .tit_wrap h1 .txt_red .ico_dot {
  position: relative;
}
body.regist .tit_wrap h1 .txt_red .ico_dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ED3454;
  border-radius: 50%;
}
body.regist .flicking_wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
body.regist .flicking_wrapper .flicking_tip {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333333;
  font-weight: 600;
  display: none;
}
body.regist .flicking_wrapper .flicking_tip::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../../images/citizen/ico_flicking.png) no-repeat 50%;
  background-size: contain;
}
body.regist .wrap-input.w_address input:last-child {
  width: 33%;
}
body.regist .wrap-input.w_address + .wrap-input input {
  max-width: 398px;
}
body.regist .wrap-input.w_birth select,
body.regist .wrap-input.w_birth input {
  width: calc(40% - 60px);
}
body.regist .wrap-input.w_regi {
  margin-top: -6px;
}
body.regist .wrap-input.w_regi .datepicker {
  display: inline-block;
  margin-top: 6px;
}
body.regist .wrap-input.w_regi .datepicker > div {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
body.regist .wrap-input.w_regi .datepicker > div input {
  padding-right: 32px;
  cursor: pointer;
  letter-spacing: -0.5px;
  width: 130px;
}
body.regist .wrap-input.w_regi .datepicker > div button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 6px;
  width: 22px;
  background: url(../../../images/citizen/ico_cal2.png) no-repeat center;
  background-size: contain;
}
body.regist .wrap-input.w_regi .datepicker .time_box {
  display: inline-block;
}
body.regist .wrap-input.w_regi select {
  width: 60px;
}
body.regist .wrap-input.w_regi .total_time {
  white-space: nowrap;
}
body.regist footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
}
body.regist footer .tit_wrap {
  padding: 20px 0;
  font-size: 0;
  line-height: 1;
}
body.regist footer .tit_wrap img {
  max-width: 205px;
}
body.regist .box_hidden {
  position: absolute !important;
  text-indent: -99999px !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  font-size: 1px !important;
  z-index: -99999 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  background: none !important;
}
body.regist .fileform-wrapper {
  position: relative;
  padding-left: 410px;
}
body.regist .fileform-wrapper .btn-ico-file {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 214px;
}
body.regist .fileform-wrapper > div {
  position: relative;
  height: 187px;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
body.regist .fileform-wrapper > div .cont-box {
  position: relative;
  height: 100%;
}
body.regist .fileform-wrapper > div .cont-box .info_box {
  position: relative;
}
body.regist .fileform-wrapper > div .cont-box .info_box::before {
  content: "";
  position: absolute;
}
body.regist .fileform-wrapper > div .cont-box .info_box p {
  padding-right: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.regist .fileform-wrapper > div .cont-box .info_box span {
  display: block;
  color: #999;
  margin-top: 6px;
}
body.regist .fileform-wrapper .download-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}
body.regist .fileform-wrapper .download-box .info_box {
  padding: 30px 0 0 175px;
}
body.regist .fileform-wrapper .download-box .info_box::before {
  top: 0;
  left: 0;
  width: 150px;
  height: 167px;
  background: url(../../../images/citizen/ico_file_hwp.png) no-repeat center;
  background-size: contain;
}
body.regist .fileform-wrapper .upload-box .file_wrap {
  background-color: #fff;
  min-height: 107px;
}
body.regist .fileform-wrapper .upload-box .file_wrap .no_upload {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 22px 0px;
  text-align: center;
  font-size: 18px;
  transition: 0.15s;
}
body.regist .fileform-wrapper .upload-box .file_wrap .no_upload:hover {
  background-color: #dce9ee;
}
body.regist .fileform-wrapper .upload-box .file_wrap .no_upload::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 37px;
  background: url(../../../images/citizen/ico_folder.png) no-repeat center;
  background-size: contain;
}
body.regist .fileform-wrapper .upload-box .file_wrap .info_box {
  padding: 30px 0 30px 87px;
}
body.regist .fileform-wrapper .upload-box .file_wrap .info_box::before {
  top: 50%;
  left: 15px;
  width: 56px;
  height: 68px;
  background: url(../../../images/citizen/ico_file_default.png) no-repeat center;
  background-size: contain;
  margin-top: -34px;
}
body.regist .fileform-wrapper .upload-box .btn-del {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: none;
  text-indent: -99999px;
}
body.regist .fileform-wrapper .upload-box .btn-del::before, body.regist .fileform-wrapper .upload-box .btn-del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin: -1px 0 0 -13px;
  background-color: #A64F4F;
}
body.regist .fileform-wrapper .upload-box .btn-del::before {
  transform: rotate(-45deg);
}
body.regist .fileform-wrapper .upload-box .btn-del::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 1501px) {
  body.regist .wrap.wrap_step_01 > .inner, body.regist .wrap.wrap_step_04 > .inner {
    padding: 0 30px 100px 30px;
  }
  body.regist .wrap.wrap_step_02 > .inner_l, body.regist .wrap.wrap_step_03 > .inner_l {
    padding: 50px 0px;
    margin: 0 30px;
  }
  body.regist .wrap.wrap_step_02 > .inner_l .inner, body.regist .wrap.wrap_step_03 > .inner_l .inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  body.regist .flicking_wrapper .flicking_tip {
    display: block;
  }
  body.regist .flicking_wrapper .flicking {
    height: auto;
    overflow-x: scroll;
  }
  body.regist .flicking_wrapper table {
    min-width: 1025px;
  }
  body.regist .step_area ol li {
    width: 45%;
    margin: 6px;
  }
  body.regist .step_area ol li::before {
    display: none;
  }
  body.regist .wrap-input.w_birth select:first-child {
    width: 70px;
  }
  body.regist .wrap-input.w_regi .hyphen:nth-of-type(5) {
    content: "";
    clear: both;
    display: block;
  }
  body.regist .fileform-wrapper {
    padding: 0;
  }
  body.regist .fileform-wrapper .download-box {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  body.regist .tbl-edit .wrap-input .label-check {
    display: block;
  }
  body.regist .tbl-edit .wrap-input .label-check + .label-check {
    margin-left: 0;
    margin-top: 12px;
  }
  body.regist .tbl-edit .wrap-input + .wrap-input {
    margin-left: 0;
    margin-top: 8px;
  }
  body.regist .tit-sub::before {
    top: 3px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body.regist table th.w_default {
    width: 124px;
  }
  body.regist .tbl-edit .wrap-input.m_form select {
    width: 70px;
  }
  body.regist .tbl-edit .wrap-input.m_form input[type=number] {
    max-width: 70px;
  }
  body.regist .tbl-edit .wrap-input.w_birth select:not(:first-child) {
    width: 20%;
  }
  body.regist .tbl-edit .wrap-input.w_birth:nth-child(2) {
    background-color: red;
  }
  body.regist .tbl-edit .wrap-input.w_birth:nth-child(2) select:not(:first-child),
  body.regist .tbl-edit .wrap-input.w_birth:nth-child(2) input:not(:first-child) {
    width: calc(40% - 60px);
  }
  body.regist .hyphen {
    padding: 0 1px 0 3px;
  }
  body.regist .wrap_step_03 .btn-ico-text {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    transform: none;
    float: none;
    margin: 8px 0;
    margin-left: auto;
    min-width: 140px;
    min-height: 30px;
    padding: 0 0px 0 18px;
    font-size: 16px;
  }
  body.regist .wrap_step_03 .btn-ico-text.ico-chk::before {
    left: 20px;
  }
  body.regist .wrap_step_03 .btn-ico-text::before {
    left: 10px;
  }
  body.regist .fileform-wrapper > div.upload-box {
    height: 170px;
  }
  body.regist .fileform-wrapper .btn-ico-file {
    width: 180px;
    min-height: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  body.regist .wrap.wrap_step_01 > .inner, body.regist .wrap.wrap_step_04 > .inner {
    padding: 0 20px 100px 20px;
  }
  body.regist .wrap.wrap_step_02 > .inner, body.regist .wrap.wrap_step_03 > .inner {
    padding: 50px 0px;
  }
  body.regist .wrap.wrap_step_02 > .inner_l, body.regist .wrap.wrap_step_03 > .inner_l {
    padding: 50px 0px;
  }
  body.regist .wrap .inner {
    padding: 0 20px;
  }
  body.regist .wrap.wrap_step_03 .wrap-input:not(.w_birth, .w_address, .w_regi) > select,
  body.regist .wrap.wrap_step_03 .wrap-input:not(.w_birth, .w_address, .w_regi) > input[type=text] {
    max-width: none;
  }
  body.regist .wrap.wrap_step_03 .wrap-input .label-check select,
  body.regist .wrap.wrap_step_03 .wrap-input .label-check input[type=text] {
    max-width: 80%;
  }
  body.regist .area_box + .area_box {
    margin-top: 25px;
  }
  body.regist table th.w_default {
    width: auto;
  }
  body.regist .tbl-edit table {
    padding: 10px;
  }
  body.regist .tbl-edit table tr {
    width: 100%;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
  }
  body.regist .tbl-edit table th, body.regist .tbl-edit table td {
    display: block;
    padding: 0;
    font-size: 14px;
    border: none;
    background-color: transparent;
  }
  body.regist .tbl-edit table th {
    padding: 8px 0;
    font-size: 16px;
    font-family: "default-bold";
  }
  body.regist .tbl-edit table th:nth-of-type(2) {
    border-top: 1px solid #888888;
  }
  body.regist .tbl-edit table td {
    padding-bottom: 8px;
  }
  body.regist .tbl-edit table td select,
  body.regist .tbl-edit table td input,
  body.regist .tbl-edit table td label span {
    font-size: 14px;
  }
  body.regist .tit-sub.sub-01 h1,
  body.regist .tit-sub.sub-01 h2,
  body.regist .tit-sub.sub-01 h3,
  body.regist .tit-sub.sub-01 h4,
  body.regist .tit-sub.sub-01 h5,
  body.regist .tit-sub.sub-01 h6 {
    font-size: 20px;
  }
  body.regist .tit-sub .info_red {
    display: block;
  }
  body.regist textarea {
    font-size: 14px;
  }
  body.regist .area_btn {
    margin-top: 25px;
  }
  body.regist .area_btn.col a, body.regist .area_btn.col button {
    width: 160px;
    min-width: 160px;
    padding: 0 0 0 24px;
    font-size: 16px;
  }
  body.regist .area_btn.col a::before, body.regist .area_btn.col button::before {
    left: 12px;
  }
  body.regist .area_btn.col a:not(:first-child), body.regist .area_btn.col button:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 550px) {
  body.regist .wrap-input {
    position: relative;
  }
  body.regist .wrap-input.w_regi {
    position: relative;
    margin-top: -15px;
  }
  body.regist .wrap-input.w_regi .datepicker {
    display: block;
    margin-top: 15px;
  }
  body.regist .wrap-input.w_regi .datepicker > div {
    display: block;
  }
  body.regist .wrap-input.w_regi .datepicker > div input {
    display: block;
    width: 100%;
    max-width: none;
  }
  body.regist .wrap-input.w_regi .time_box {
    display: block !important;
    margin-top: 6px;
  }
  body.regist .wrap-input.w_address input:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  body.regist .wrap-input.w_address input:last-child {
    width: calc(100% - 110px - 4px);
    max-width: 100%;
  }
  body.regist .wrap-input.w_address button.btn-comm {
    margin-left: 0px;
  }
  body.regist .fileform-wrapper .btn-ico-file {
    width: 100%;
  }
  body.regist .fileform-wrapper .download-box {
    height: 142px;
  }
  body.regist .fileform-wrapper .download-box .info_box {
    padding: 18px 0 0 85px;
  }
  body.regist .fileform-wrapper .download-box .info_box::before {
    width: 70px;
    height: 78px;
  }
  body.regist .fileform-wrapper .upload-box .btn-del {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  body.regist .wrap.wrap_step_02 > .inner_l, body.regist .wrap.wrap_step_03 > .inner_l {
    margin: 0 10px;
  }
  body.regist .wrap.wrap_step_02 > .inner_l .inner, body.regist .wrap.wrap_step_03 > .inner_l .inner {
    padding: 0 10px;
  }
  body.regist .wrap.wrap_step_03 .wrap-input.w_regi {
    /* .hyphen {

        &:last-child {
            display: block;
            margin-top: 4px;
        }
    } */
  }
  body.regist .flicking_wrapper .flicking_tip {
    display: block;
  }
  body.regist .flicking_wrapper .flicking {
    height: auto;
    overflow-x: scroll;
  }
  body.regist .flicking_wrapper table {
    min-width: 500px;
  }
  body.regist .step_area ol li {
    width: 100%;
    font-size: 16px;
  }
  body.regist .wrap-input.w_birth select:not(:first-child) {
    width: 48px;
  }
}
@media screen and (max-width: 320px) {
  body.regist .wrap-input {
    position: relative;
  }
  body.regist .wrap-input.w_regi {
    position: relative;
    margin-top: -15px;
  }
  body.regist .wrap-input.w_regi .total_time {
    display: block;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */