@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.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
aside,
section,
article,
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 {
  color: #333;
  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 */
  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 */
  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;
}

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

p {
  margin: 0;
}

a {
  text-decoration: none;
}

html {
  overflow: auto;
}

/* font-face */
@font-face {
  font-family: "default-L";
  font-style: normal;
  src: local("※"), url("../font/Pretendard-Light.woff2") format("woff2"), url("../font/Pretendard-Light.woff") format("woff"), url("../font/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "default";
  font-style: normal;
  src: local("※"), url("../font/Pretendard-Medium.woff2") format("woff2"), url("../font/Pretendard-Medium.woff") format("woff"), url("../font/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "default-B";
  font-style: normal;
  src: local("※"), url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff"), url("../font/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "default-Black";
  font-style: normal;
  src: local("※"), url("../font/Pretendard-Black.woff2") format("woff2"), url("../font/Pretendard-Black.woff") format("woff"), url("../font/Pretendard-Black.ttf") format("truetype");
}
.hidden {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix::after {
  clear: both;
}

/* 정렬 */
.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}

/* display */
.dis_b {
  display: block !important;
}

.dis_inb {
  display: inline-block !important;
}

/* float */
.fl_l {
  float: left;
  width: auto !important;
}

.fl_r {
  float: right;
  width: auto !important;
}

.fl_n {
  float: none;
}

/* 각종 높이 */
.h-0px {
  height: 0px !important;
  min-height: auto !important;
}

.h-10px {
  height: 10px !important;
  min-height: auto !important;
}

.h-20px {
  height: 20px !important;
  min-height: auto !important;
}

.h-30px {
  height: 30px !important;
  min-height: auto !important;
}

.h-40px {
  height: 40px !important;
  min-height: auto !important;
}

.h-50px {
  height: 50px !important;
  min-height: auto !important;
}

.h-60px {
  height: 60px !important;
  min-height: auto !important;
}

.h-70px {
  height: 70px !important;
  min-height: auto !important;
}

.h-80px {
  height: 80px !important;
  min-height: auto !important;
}

.h-90px {
  height: 90px !important;
  min-height: auto !important;
}

.h-100px {
  height: 100px !important;
  min-height: auto !important;
}

.h-110px {
  height: 110px !important;
  min-height: auto !important;
}

.h-120px {
  height: 120px !important;
  min-height: auto !important;
}

.h-130px {
  height: 130px !important;
  min-height: auto !important;
}

.h-140px {
  height: 140px !important;
  min-height: auto !important;
}

.h-150px {
  height: 150px !important;
  min-height: auto !important;
}

.h-160px {
  height: 160px !important;
  min-height: auto !important;
}

.h-170px {
  height: 170px !important;
  min-height: auto !important;
}

.h-180px {
  height: 180px !important;
  min-height: auto !important;
}

.h-190px {
  height: 190px !important;
  min-height: auto !important;
}

.h-200px {
  height: 200px !important;
  min-height: auto !important;
}

.h-210px {
  height: 210px !important;
  min-height: auto !important;
}

.h-220px {
  height: 220px !important;
  min-height: auto !important;
}

.h-230px {
  height: 230px !important;
  min-height: auto !important;
}

.h-240px {
  height: 240px !important;
  min-height: auto !important;
}

.h-250px {
  height: 250px !important;
  min-height: auto !important;
}

.h-260px {
  height: 260px !important;
  min-height: auto !important;
}

.h-270px {
  height: 270px !important;
  min-height: auto !important;
}

.h-280px {
  height: 280px !important;
  min-height: auto !important;
}

.h-290px {
  height: 290px !important;
  min-height: auto !important;
}

.h-300px {
  height: 300px !important;
  min-height: auto !important;
}

.h-310px {
  height: 310px !important;
  min-height: auto !important;
}

.h-320px {
  height: 320px !important;
  min-height: auto !important;
}

.h-330px {
  height: 330px !important;
  min-height: auto !important;
}

.h-340px {
  height: 340px !important;
  min-height: auto !important;
}

.h-350px {
  height: 350px !important;
  min-height: auto !important;
}

.h-360px {
  height: 360px !important;
  min-height: auto !important;
}

.h-370px {
  height: 370px !important;
  min-height: auto !important;
}

.h-380px {
  height: 380px !important;
  min-height: auto !important;
}

.h-390px {
  height: 390px !important;
  min-height: auto !important;
}

.h-400px {
  height: 400px !important;
  min-height: auto !important;
}

.h-410px {
  height: 410px !important;
  min-height: auto !important;
}

.h-420px {
  height: 420px !important;
  min-height: auto !important;
}

.h-430px {
  height: 430px !important;
  min-height: auto !important;
}

.h-440px {
  height: 440px !important;
  min-height: auto !important;
}

.h-450px {
  height: 450px !important;
  min-height: auto !important;
}

.h-460px {
  height: 460px !important;
  min-height: auto !important;
}

.h-470px {
  height: 470px !important;
  min-height: auto !important;
}

.h-480px {
  height: 480px !important;
  min-height: auto !important;
}

.h-490px {
  height: 490px !important;
  min-height: auto !important;
}

.h-500px {
  height: 500px !important;
  min-height: auto !important;
}

.h-0p {
  height: 0% !important;
  min-height: auto !important;
}

.h-5p {
  height: 5% !important;
  min-height: auto !important;
}

.h-10p {
  height: 10% !important;
  min-height: auto !important;
}

.h-15p {
  height: 15% !important;
  min-height: auto !important;
}

.h-20p {
  height: 20% !important;
  min-height: auto !important;
}

.h-25p {
  height: 25% !important;
  min-height: auto !important;
}

.h-30p {
  height: 30% !important;
  min-height: auto !important;
}

.h-35p {
  height: 35% !important;
  min-height: auto !important;
}

.h-40p {
  height: 40% !important;
  min-height: auto !important;
}

.h-45p {
  height: 45% !important;
  min-height: auto !important;
}

.h-50p {
  height: 50% !important;
  min-height: auto !important;
}

.h-55p {
  height: 55% !important;
  min-height: auto !important;
}

.h-60p {
  height: 60% !important;
  min-height: auto !important;
}

.h-65p {
  height: 65% !important;
  min-height: auto !important;
}

.h-70p {
  height: 70% !important;
  min-height: auto !important;
}

.h-75p {
  height: 75% !important;
  min-height: auto !important;
}

.h-80p {
  height: 80% !important;
  min-height: auto !important;
}

.h-85p {
  height: 85% !important;
  min-height: auto !important;
}

.h-90p {
  height: 90% !important;
  min-height: auto !important;
}

.h-95p {
  height: 95% !important;
  min-height: auto !important;
}

.h-100p {
  height: 100% !important;
  min-height: auto !important;
}

/* 각종 너비 */
.w-0px {
  width: 0px !important;
  min-width: auto !important;
}

.w-10px {
  width: 10px !important;
  min-width: auto !important;
}

.w-20px {
  width: 20px !important;
  min-width: auto !important;
}

.w-30px {
  width: 30px !important;
  min-width: auto !important;
}

.w-40px {
  width: 40px !important;
  min-width: auto !important;
}

.w-50px {
  width: 50px !important;
  min-width: auto !important;
}

.w-60px {
  width: 60px !important;
  min-width: auto !important;
}

.w-70px {
  width: 70px !important;
  min-width: auto !important;
}

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

.w-90px {
  width: 90px !important;
  min-width: auto !important;
}

.w-100px {
  width: 100px !important;
  min-width: auto !important;
}

.w-110px {
  width: 110px !important;
  min-width: auto !important;
}

.w-120px {
  width: 120px !important;
  min-width: auto !important;
}

.w-130px {
  width: 130px !important;
  min-width: auto !important;
}

.w-140px {
  width: 140px !important;
  min-width: auto !important;
}

.w-150px {
  width: 150px !important;
  min-width: auto !important;
}

.w-160px {
  width: 160px !important;
  min-width: auto !important;
}

.w-170px {
  width: 170px !important;
  min-width: auto !important;
}

.w-180px {
  width: 180px !important;
  min-width: auto !important;
}

.w-190px {
  width: 190px !important;
  min-width: auto !important;
}

.w-200px {
  width: 200px !important;
  min-width: auto !important;
}

.w-210px {
  width: 210px !important;
  min-width: auto !important;
}

.w-220px {
  width: 220px !important;
  min-width: auto !important;
}

.w-230px {
  width: 230px !important;
  min-width: auto !important;
}

.w-240px {
  width: 240px !important;
  min-width: auto !important;
}

.w-250px {
  width: 250px !important;
  min-width: auto !important;
}

.w-260px {
  width: 260px !important;
  min-width: auto !important;
}

.w-270px {
  width: 270px !important;
  min-width: auto !important;
}

.w-280px {
  width: 280px !important;
  min-width: auto !important;
}

.w-290px {
  width: 290px !important;
  min-width: auto !important;
}

.w-300px {
  width: 300px !important;
  min-width: auto !important;
}

.w-310px {
  width: 310px !important;
  min-width: auto !important;
}

.w-320px {
  width: 320px !important;
  min-width: auto !important;
}

.w-330px {
  width: 330px !important;
  min-width: auto !important;
}

.w-340px {
  width: 340px !important;
  min-width: auto !important;
}

.w-350px {
  width: 350px !important;
  min-width: auto !important;
}

.w-360px {
  width: 360px !important;
  min-width: auto !important;
}

.w-370px {
  width: 370px !important;
  min-width: auto !important;
}

.w-380px {
  width: 380px !important;
  min-width: auto !important;
}

.w-390px {
  width: 390px !important;
  min-width: auto !important;
}

.w-400px {
  width: 400px !important;
  min-width: auto !important;
}

.w-410px {
  width: 410px !important;
  min-width: auto !important;
}

.w-420px {
  width: 420px !important;
  min-width: auto !important;
}

.w-430px {
  width: 430px !important;
  min-width: auto !important;
}

.w-440px {
  width: 440px !important;
  min-width: auto !important;
}

.w-450px {
  width: 450px !important;
  min-width: auto !important;
}

.w-460px {
  width: 460px !important;
  min-width: auto !important;
}

.w-470px {
  width: 470px !important;
  min-width: auto !important;
}

.w-480px {
  width: 480px !important;
  min-width: auto !important;
}

.w-490px {
  width: 490px !important;
  min-width: auto !important;
}

.w-500px {
  width: 500px !important;
  min-width: auto !important;
}

.w-0p {
  width: 0% !important;
  min-width: auto !important;
}

.w-5p {
  width: 5% !important;
  min-width: auto !important;
}

.w-10p {
  width: 10% !important;
  min-width: auto !important;
}

.w-15p {
  width: 15% !important;
  min-width: auto !important;
}

.w-20p {
  width: 20% !important;
  min-width: auto !important;
}

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

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

.w-35p {
  width: 35% !important;
  min-width: auto !important;
}

.w-40p {
  width: 40% !important;
  min-width: auto !important;
}

.w-45p {
  width: 45% !important;
  min-width: auto !important;
}

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

.w-55p {
  width: 55% !important;
  min-width: auto !important;
}

.w-60p {
  width: 60% !important;
  min-width: auto !important;
}

.w-65p {
  width: 65% !important;
  min-width: auto !important;
}

.w-70p {
  width: 70% !important;
  min-width: auto !important;
}

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

.w-80p {
  width: 80% !important;
  min-width: auto !important;
}

.w-85p {
  width: 85% !important;
  min-width: auto !important;
}

.w-90p {
  width: 90% !important;
  min-width: auto !important;
}

.w-95p {
  width: 95% !important;
  min-width: auto !important;
}

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

.w-auto {
  width: auto !important;
  min-width: auto !important;
}

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

/* margin */
.mt-0 {
  margin-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt--5 {
  margin-top: -5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb--5 {
  margin-bottom: -5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml--5 {
  margin-left: -5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr--5 {
  margin-right: -5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt--10 {
  margin-top: -10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb--10 {
  margin-bottom: -10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml--10 {
  margin-left: -10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr--10 {
  margin-right: -10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt--15 {
  margin-top: -15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb--15 {
  margin-bottom: -15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml--15 {
  margin-left: -15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr--15 {
  margin-right: -15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb--20 {
  margin-bottom: -20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml--20 {
  margin-left: -20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr--20 {
  margin-right: -20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt--25 {
  margin-top: -25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb--25 {
  margin-bottom: -25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml--25 {
  margin-left: -25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr--25 {
  margin-right: -25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb--30 {
  margin-bottom: -30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml--30 {
  margin-left: -30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr--30 {
  margin-right: -30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt--35 {
  margin-top: -35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb--35 {
  margin-bottom: -35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml--35 {
  margin-left: -35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr--35 {
  margin-right: -35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt--40 {
  margin-top: -40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb--40 {
  margin-bottom: -40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml--40 {
  margin-left: -40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr--40 {
  margin-right: -40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt--45 {
  margin-top: -45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb--45 {
  margin-bottom: -45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml--45 {
  margin-left: -45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr--45 {
  margin-right: -45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt--50 {
  margin-top: -50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb--50 {
  margin-bottom: -50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml--50 {
  margin-left: -50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr--50 {
  margin-right: -50px !important;
}

[class*=row] .none {
  flex: none;
}

.row-1-1 {
  display: flex !important;
  align-items: stretch;
}
.row-1-1 > div,
.row-1-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}
.row-1-1 > div.area-box,
.row-1-1 > section.area-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}
.row-1-1 > div:not(:first-of-type),
.row-1-1 > section:not(:first-of-type) {
  margin-left: 12px;
  margin-top: 0;
}
.list_wrap .row-1-1 > div:not(:first-of-type),
.list_wrap .row-1-1 > section:not(:first-of-type) {
  margin-left: 6px;
}
.row-1-1 > div.unit,
.row-1-1 > section.unit {
  flex: 0;
  margin-left: 12px;
}
.list_wrap .row-1-1 > div.unit,
.list_wrap .row-1-1 > section.unit {
  margin-left: 6px;
}
.row-1-1 > div.unit.area-btn.col,
.row-1-1 > section.unit.area-btn.col {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.tab-conts .row-1-1 {
  margin-top: 20px;
}
.row-1-2 {
  display: flex !important;
}
.row-1-2 > div,
.row-1-2 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.row-1-2 > div.area-box:not(:last-of-type),
.row-1-2 > section.area-box:not(:last-of-type) {
  margin-bottom: 0;
}
.row-1-2 > div:last-of-type,
.row-1-2 > section:last-of-type {
  margin-left: 12px;
  flex: 1.5;
}
.list_wrap .row-1-2 > div:last-of-type,
.list_wrap .row-1-2 > section:last-of-type {
  margin-left: 6px;
}
.row-2-1 {
  display: flex !important;
}
.row-2-1 > div,
.row-2-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.row-2-1 > div.area-box:not(:first-of-type),
.row-2-1 > section.area-box:not(:first-of-type) {
  margin-bottom: 0;
}
.row-2-1 > div:first-of-type,
.row-2-1 > section:first-of-type {
  flex: 1.5;
}
.row-2-1 > div:not(:first-of-type),
.row-2-1 > section:not(:first-of-type) {
  margin-left: 12px;
}
.list_wrap .row-2-1 > div:not(:first-of-type),
.list_wrap .row-2-1 > section:not(:first-of-type) {
  margin-left: 6px;
}
.row-1-3 {
  display: flex !important;
}
.row-1-3 > div,
.row-1-3 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.row-1-3 > div.area-box:not(:last-of-type),
.row-1-3 > section.area-box:not(:last-of-type) {
  margin-bottom: 0;
}
.row-1-3 > div:last-of-type,
.row-1-3 > section:last-of-type {
  margin-left: 12px;
  flex: 2.5;
}
.list_wrap .row-1-3 > div:last-of-type,
.list_wrap .row-1-3 > section:last-of-type {
  margin-left: 6px;
}
.row-3-1 {
  display: flex !important;
}
.row-3-1 > div,
.row-3-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.row-3-1 > div.area-box:not(:first-of-type),
.row-3-1 > section.area-box:not(:first-of-type) {
  margin-bottom: 0;
}
.row-3-1 > div:first-of-type,
.row-3-1 > section:first-of-type {
  flex: 2.5;
}
.row-3-1 > div:not(:first-of-type),
.row-3-1 > section:not(:first-of-type) {
  margin-left: 12px;
}
.list_wrap .row-3-1 > div:not(:first-of-type),
.list_wrap .row-3-1 > section:not(:first-of-type) {
  margin-left: 6px;
}
.h-full .row- {
  flex: 1;
  min-height: 405px;
  overflow: hidden;
}

.col-1-1 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.col-1-1 > div,
.col-1-1 > section,
.col-1-1 > section.area-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 12px;
}
.col-1-1 > div:last-of-type,
.col-1-1 > section:last-of-type,
.col-1-1 > section.area-box:last-of-type {
  margin-bottom: 0;
}
.h-full .col-1-1 {
  flex: 1;
  min-height: 405px;
  overflow: hidden;
}

.col-2,
.col-3,
.col-4,
.col-5 {
  display: flex;
}
.col-2 > div,
.col-3 > div,
.col-4 > div,
.col-5 > div {
  flex: 1;
}

.col_2 {
  display: inline-block;
  width: 100%;
}
.col_2 > .row {
  position: relative;
  display: block;
  float: left;
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #fff;
}
.col_2 > .row:last-child {
  float: right;
}
.col_2 > .row .area-box {
  overflow-y: auto;
}

.col_3 .row {
  position: relative;
  display: block;
  float: left;
  min-width: calc(33% - 10px);
  border-radius: 10px;
  background: #fff;
}
.col_3 .row .area-box {
  overflow-y: auto;
}

/* 타이틀 */
.tit-page {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #415267;
}
.tit-page::after {
  content: "";
  display: block;
  clear: both;
}
.tit-page h1,
.tit-page h2 {
  display: inline-block;
  margin-bottom: 10px;
  color: #00479D;
  font-size: 32px;
  line-height: 1;
  font-family: "default-B";
}
.tit-page .txt-desc {
  display: inline-block;
  margin: 0 0 0 8px;
}
.tit-page .sub {
  float: right;
}

.bul-txt {
  display: inline-block;
  width: 48px;
  padding: 4px 0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-family: "default-B";
  font-style: normal;
}
.bul-txt.type-ing {
  background: #415267;
}
.bul-txt.type-stop {
  background: #C14D4D;
}
.bul-txt.type-end {
  background: #666;
}

.tit-main {
  position: relative;
}
.tit-main h1,
.tit-main h2 {
  display: inline-block;
  padding-left: 26px;
  color: #002F67;
  font-size: 20px;
  font-family: "default-B";
  background: url(../img/ico_tit.png) no-repeat left;
}
.tit-main .depth {
  position: relative;
  padding-left: 16px;
  color: #333;
  font-size: 24px;
  font-family: "default-B";
}
.tit-main .depth::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 10px;
  height: 4px;
  background: #333;
}
.tit-main .sub {
  float: right;
}
.tit-sub {
  display: block;
  margin: 10px 0;
}
.tit-sub h2,
.tit-sub h3 {
  display: inline-block;
  font-size: 18px;
  font-family: "default-B";
  color: #000;
}

.info_help {
  position: absolute;
  bottom: 0;
}
.info_help .tit_wrap {
  padding: 3px 18px;
  color: #fff;
  background: #666666;
  border-radius: 4px;
}

.text_ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_ellipsis.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.text_ellipsis.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}

html,
body {
  display: block;
  min-height: 100vh;
  color: #333;
  font-family: "default";
  font-size: 16px;
}
html.scroll,
body.scroll {
  overflow-y: hidden;
}

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

.layout {
  position: relative;
  display: block;
}
.layout.load {
  height: 100vh;
}
.layout.load .load {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 83px 0 54px;
  text-align: center;
  background: url("../img/bg_login_l.png") center no-repeat;
  background-size: cover;
  z-index: 200;
}
.layout.load .load .load_inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.layout.load .load .tit {
  color: #fff;
  font-size: 28px;
  font-family: "default-B";
  line-height: 1.4;
}
.layout.load .load .txt_wrap {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.55);
}
.layout.load .load .txt_wrap .txt {
  position: relative;
  display: block;
  color: #ddd;
  font-size: 18px;
  font-family: "default-B";
  text-align: center;
  line-height: 2.4;
}
.layout.load .load .txt_wrap .txt .point_r_y {
  position: relative;
  display: inline-block;
  color: #FFD500;
  font-size: 30px;
  line-height: 1;
}
.layout.load .load .txt_wrap .txt .point_r_y::before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #FFD500;
  border-radius: 50%;
}
.layout.load .load .logo {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 32px;
}
.layout.load .load .logo img {
  max-height: max-content;
  height: 100%;
  width: auto;
}
.layout.login, .layout.sign {
  background: url(../img/bg_member.png) no-repeat center bottom;
  background-size: 100% auto;
}
.layout.login::before, .layout.sign::before {
  content: "";
  position: absolute;
  top: -210px;
  right: 0;
  left: 0;
  height: 880px;
  transform: skewY(-12deg);
  background: #415267;
}
.layout.main {
  height: auto;
  background: url(../img/main/bg_main.png) no-repeat top center;
  background-size: 100% 500px;
  overflow: hidden;
}
.layout.main::before {
  content: "";
  position: absolute;
  display: block;
  top: 300px;
  left: -100px;
  right: -100px;
  height: 200px;
  z-index: 0;
  background-color: #fff;
  transform: rotate(-10deg);
}
.layout.main::after {
  content: "";
  position: absolute;
  display: block;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #415267 url(../img/main/bg_main_02.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
}
.layout.sub {
  overflow: hidden;
}
.layout.sub::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100px;
  right: -100px;
  height: 200px;
  z-index: 0;
  background-color: #fff;
  transform: rotate(-10deg);
}
.layout.sub::after {
  content: "";
  position: absolute;
  display: block;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #415267 url(../img/main/bg_main_02.png) no-repeat top;
  background-size: 100%;
  z-index: -1;
}
.layout.sub header.header {
  background: #415267;
}
.layout button.btn_gotop {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.layout button.btn_gotop span {
  position: relative;
  font-size: 16px;
  font-family: "default-B";
}
.layout button.btn_gotop span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 4px);
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_btntop.png) no-repeat;
  background-size: cover;
}
.layout.fixed {
  padding-top: 64px;
}

header.header {
  position: relative;
  display: block;
  padding: 20px;
  background: #415267;
  transition: 0.15s;
}
header.header .header-inner {
  position: relative;
  display: block;
}
header.header .header-inner .logo {
  position: relative;
  display: inline-block;
  width: auto;
  height: 24px;
  margin-right: 30px;
  overflow: hidden;
}
header.header .header-inner .logo img {
  height: 100%;
}
header.header .header-inner .btn_alert {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 24px;
  height: 24px;
  background: url(../img/ico_header_alert.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  text-indent: -99999px;
}
@media screen and (max-width: 359px) {
  header.header .header-inner .btn_alert {
    right: 36px;
  }
}
header.header .header-inner .btn_alert.new {
  background: url(../img/ico_header_alert_new.png) no-repeat;
  background-size: contain;
}
header.header .header-inner .btn_m_open {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 20px;
}
header.header .header-inner .btn_m_open span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2.65px;
  background: #fff;
  transition: all 0.3s;
}
header.header .header-inner .btn_m_open span.line_01 {
  top: 90%;
}
header.header .header-inner .btn_m_open span.line_03 {
  top: 10%;
}
header.header .header-inner .btn_m_open.active span.line_01 {
  top: 50%;
  transform: rotate(-45deg);
}
header.header .header-inner .btn_m_open.active span.line_02 {
  opacity: 0;
}
header.header .header-inner .btn_m_open.active span.line_03 {
  top: 50%;
  transform: rotate(45deg);
}
.main header.header {
  background: transparent;
}
header.header .m_nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100% - 64px);
  opacity: 0;
  background: #fff url(../img/bg_member.png) no-repeat center bottom;
  background-size: 100% auto;
  opacity: 0;
  z-index: 99;
}
header.header .m_nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  left: 0;
  background: #415267;
}
header.header .m_nav .m_wrap {
  position: absolute;
  left: 0%;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 20px 100px 20px;
  opacity: 1;
}
header.header .m_nav .m_wrap ul.m_gnb {
  overflow-y: auto;
  height: 100%;
}
header.header .m_nav .m_wrap ul.m_gnb > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
}
header.header .m_nav .m_wrap ul.m_gnb > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0%;
  margin-top: 10px;
  display: block;
  width: 4px;
  height: 22px;
  background: #ddd;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  padding-left: 30px;
  color: #ddd;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a:not(:only-child)::before, header.header .m_nav .m_wrap ul.m_gnb > li > a:not(:only-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ddd;
  transition: all 0.6s;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a:not(:only-child)::before {
  height: 1px;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a:not(:only-child)::after {
  right: 16px;
  width: 1px;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu {
  display: none;
  padding: 12px;
  background: #384759;
  border-radius: 8px;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul {
  position: relative;
  display: block;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul > li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 18px;
  font-family: "default";
  text-align: left;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul > li > a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 0%;
  background: #0073FF;
  transition: width 0.6s;
  opacity: 0;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul > li > a.active::before {
  opacity: 1;
  width: 100%;
}
header.header .m_nav .m_wrap ul.m_gnb > li > a + .sub_menu ul > li:last-child {
  margin-bottom: 0;
}
header.header .m_nav .m_wrap ul.m_gnb > li.active {
  border-bottom: none;
}
header.header .m_nav .m_wrap ul.m_gnb > li.active > a::after {
  display: none;
}
header.header .m_nav .m_wrap ul.m_gnb::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 120px;
  height: 660px;
  transform: skewY(-12deg);
  background: #415267;
  z-index: -1;
}
header.header .m_nav .m_wrap .gnb_utilbox {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
header.header .m_nav .m_wrap .gnb_utilbox .area-btn + div {
  margin-top: 10px;
}
header.header .m_nav .m_wrap .gnb_utilbox .btn_guide::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 7px;
  width: 20px;
  height: 20px;
  background: url("../img/ico_guide.png") no-repeat center center;
  background-size: 20px;
}
header.header .m_nav.active {
  display: block;
  opacity: 1;
}
main.layout.fixed header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #415267;
  z-index: 10;
  animation: header_fixed ease-in-out 0.4s;
}
@keyframes header_fixed {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  position: relative;
  display: block;
  padding: 0 20px 20px;
  min-height: calc(100vh - 64px);
}
.container.agree .input_wrap, .container.login .input_wrap, .container.sign .input_wrap {
  padding: 0 20px;
}
.container.agree .input_wrap .row_input, .container.login .input_wrap .row_input, .container.sign .input_wrap .row_input {
  margin-bottom: 20px;
}
.container.agree .input_wrap .row_input .tit_label, .container.login .input_wrap .row_input .tit_label, .container.sign .input_wrap .row_input .tit_label {
  color: #fff;
  font-size: 16px;
}
.container.agree .input_wrap .row_input input, .container.login .input_wrap .row_input input, .container.sign .input_wrap .row_input input {
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 16px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.container.agree .input_wrap .row_input input::placeholder, .container.login .input_wrap .row_input input::placeholder, .container.sign .input_wrap .row_input input::placeholder {
  color: #A0A9B3;
  font-family: "default-B";
}
.container.agree .input_wrap .row_input .wrap_input, .container.login .input_wrap .row_input .wrap_input, .container.sign .input_wrap .row_input .wrap_input {
  justify-content: space-between;
}
.container.agree .input_wrap .row_input .wrap_input .tit_label, .container.login .input_wrap .row_input .wrap_input .tit_label, .container.sign .input_wrap .row_input .wrap_input .tit_label {
  margin-bottom: 12px;
  color: #fff;
  font-size: 26px;
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  .container.agree .input_wrap .row_input .wrap_input .tit_label, .container.login .input_wrap .row_input .wrap_input .tit_label, .container.sign .input_wrap .row_input .wrap_input .tit_label {
    font-size: 24px;
  }
}
@media screen and (min-width: 340px) and (max-width: 360px) {
  .container.agree .input_wrap .row_input .wrap_input .tit_label, .container.login .input_wrap .row_input .wrap_input .tit_label, .container.sign .input_wrap .row_input .wrap_input .tit_label {
    font-size: 24px;
  }
}
@media screen and (max-width: 340px) {
  .container.agree .input_wrap .row_input .wrap_input .tit_label, .container.login .input_wrap .row_input .wrap_input .tit_label, .container.sign .input_wrap .row_input .wrap_input .tit_label {
    font-size: 18px;
  }
}
.container.agree .input_wrap .row_input .wrap_input button, .container.login .input_wrap .row_input .wrap_input button, .container.sign .input_wrap .row_input .wrap_input button {
  min-width: auto;
}
.container.agree > .tit_wrap, .container.login > .tit_wrap, .container.sign > .tit_wrap {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 34px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
.container.agree > .tit_wrap span, .container.login > .tit_wrap span, .container.sign > .tit_wrap span {
  font-family: "default-B";
}
.container.agree > .tit_wrap::after, .container.login > .tit_wrap::after, .container.sign > .tit_wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../img/ico_arr_down.png) no-repeat;
  background-size: contain;
}
.container.agree div.label-check input[type=checkbox] + span, .container.login div.label-check input[type=checkbox] + span, .container.sign div.label-check input[type=checkbox] + span {
  color: #fff;
}
.container.agree div.label-check input[type=checkbox] + span::before, .container.login div.label-check input[type=checkbox] + span::before, .container.sign div.label-check input[type=checkbox] + span::before {
  border: 1px solid #fff;
  background: transparent;
}
.container.agree div.label-check input[type=checkbox]:checked + span::after, .container.login div.label-check input[type=checkbox]:checked + span::after, .container.sign div.label-check input[type=checkbox]:checked + span::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.container.agree .btn_area, .container.login .btn_area, .container.sign .btn_area {
  width: 100%;
  margin-top: 100px;
  font-size: 0;
}
.container.agree .btn_area .label-check, .container.login .btn_area .label-check, .container.sign .btn_area .label-check {
  margin-bottom: 10px;
}
.container.agree .btn_area button, .container.login .btn_area button, .container.sign .btn_area button {
  width: calc(50% - 5px);
  min-width: auto;
}
.container.agree .btn_area button + button, .container.login .btn_area button + button, .container.sign .btn_area button + button {
  margin-left: 10px;
}
.container.agree .login_opn, .container.login .login_opn, .container.sign .login_opn {
  margin-bottom: -4%;
}
.container.agree .login_opn > div, .container.login .login_opn > div, .container.sign .login_opn > div {
  display: inline-block;
  margin: 0 5% 4% 0;
  vertical-align: top;
}
.container.agree .login_opn .label-check, .container.login .login_opn .label-check, .container.sign .login_opn .label-check {
  display: block;
  font-size: 0;
}
.container.agree .login_opn button, .container.login .login_opn button, .container.sign .login_opn button {
  display: block;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.container.agree .login_opn button.find_idpw::before, .container.login .login_opn button.find_idpw::before, .container.sign .login_opn button.find_idpw::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/ico-btn2.png") no-repeat -106px -15px;
  background-size: 370px;
  vertical-align: sub;
  margin-right: 5px;
}
.container.main {
  padding: 0 20px 60px;
}
.container.main > *:not(:first-child) {
  margin-top: 20px;
}
.container.main > .tit_wrap {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  text-align: left;
  line-height: 1.2;
}
.container.main > .tit_wrap div {
  font-family: "default-B";
}
.container.main > .tit_wrap::after {
  content: "";
  position: absolute;
  right: 0px;
  display: inline-block;
  height: 30px;
  width: 40%;
  max-width: 128px;
  background: url(../img/main/bg_title.png) no-repeat right;
}
.container.main .tit-main {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.container.main .tit-main a.link_more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  padding: 0;
  padding-right: 24px;
  color: #333;
  font-size: 16px;
  font-family: "default-B";
  background: none;
  margin-top: 0;
}
.container.main .tit-main a.link_more::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/ico-btn2.png) no-repeat;
  background-size: 300px;
  background-position: -121px -46px;
}
.container.sub {
  padding: 20px 20px 100px;
}

/* 로딩중 */
.loading_wrap {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.loading_wrap .item {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading_wrap .item .dot {
  position: relative;
  display: block;
}
.loading_wrap .item .dot > div {
  position: relative;
  display: block;
  float: left;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.35rem;
  background: #ffcb15;
  border-radius: 50%;
  animation: 0.5s bounce infinite alternate;
}
.loading_wrap .item .dot > div:nth-child(2) {
  animation-delay: 0.1s;
}
.loading_wrap .item .dot > div:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}
.loading_wrap .item .donut {
  width: 4rem;
  height: 4rem;
  margin: 0;
  border-radius: 50%;
  border: 0.6rem solid rgba(0, 71, 157, 0.3);
  border-top-color: #00479D;
  animation: 1.5s spin infinite linear;
}
.loading_wrap .item .donut.multi {
  border-bottom-color: #00479D;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading_wrap .round_dot {
  --offset: 25px;
}
.loading_wrap .round_dot .dot {
  --size: 1em;
  --degrees: 0deg;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
  width: var(--size);
  background-color: #00479D;
  opacity: 0;
  top: calc(var(--size) / 2);
  left: calc(var(--size) / 2);
  animation: animate-in;
  animation-duration: 900ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: alternate;
  animation-iteration-count: infinite;
}
.loading_wrap .round_dot .dot:nth-of-type(1) {
  --degrees: 0 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(0 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(2) {
  --degrees: 1 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(1 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(3) {
  --degrees: 2 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(2 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(4) {
  --degrees: 3 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(3 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(5) {
  --degrees: 4 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(4 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(6) {
  --degrees: 5 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(5 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(7) {
  --degrees: 6 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(6 * 100ms);
}
.loading_wrap .round_dot .dot:nth-of-type(8) {
  --degrees: 7 * 360deg / 8;
  transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
  animation-delay: calc(7 * 100ms);
}
@keyframes animate-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* input */
input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=search],
textarea {
  appearance: none;
  display: inline-block;
  width: 220px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #666;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
input[type=text]:read-only,
input[type=number]:read-only,
input[type=password]:read-only,
input[type=tel]:read-only,
input[type=search]:read-only,
textarea:read-only {
  opacity: 1;
}
input[type=text]:disabled, input[type=text]:read-only,
input[type=number]:disabled,
input[type=number]:read-only,
input[type=password]:disabled,
input[type=password]:read-only,
input[type=tel]:disabled,
input[type=tel]:read-only,
input[type=search]:disabled,
input[type=search]:read-only,
textarea:disabled,
textarea:read-only {
  background: #eee;
}
.container.sub input[type=text],
.container.sub input[type=number],
.container.sub input[type=password],
.container.sub input[type=tel],
.container.sub input[type=search],
.container.sub textarea {
  height: 36px;
  line-height: 36px;
}
input[type=text] + input[type=text],
input[type=text] + input[type=number],
input[type=text] + input[type=password],
input[type=text] + input[type=tel],
input[type=text] + input[type=search],
input[type=text] + textarea,
input[type=number] + input[type=text],
input[type=number] + input[type=number],
input[type=number] + input[type=password],
input[type=number] + input[type=tel],
input[type=number] + input[type=search],
input[type=number] + textarea,
input[type=password] + input[type=text],
input[type=password] + input[type=number],
input[type=password] + input[type=password],
input[type=password] + input[type=tel],
input[type=password] + input[type=search],
input[type=password] + textarea,
input[type=tel] + input[type=text],
input[type=tel] + input[type=number],
input[type=tel] + input[type=password],
input[type=tel] + input[type=tel],
input[type=tel] + input[type=search],
input[type=tel] + textarea,
input[type=search] + input[type=text],
input[type=search] + input[type=number],
input[type=search] + input[type=password],
input[type=search] + input[type=tel],
input[type=search] + input[type=search],
input[type=search] + textarea,
textarea + input[type=text],
textarea + input[type=number],
textarea + input[type=password],
textarea + input[type=tel],
textarea + input[type=search],
textarea + textarea {
  margin-left: 4px;
}

textarea {
  width: 100%;
  height: 140px;
  resize: none;
}
.tbl-search textarea:only-child {
  width: 100%;
}

select {
  appearance: none;
  display: inline-block;
  width: 220px;
  height: 32px;
  padding: 0 24px 0 6px;
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff url("../img/ico_select.png") no-repeat center right;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
select:active {
  border-color: #00479D;
}
select:disabled {
  background: #eee url("../img/ico_select.png") no-repeat center right;
}
.container.sub select {
  height: 36px;
  line-height: 36px;
}

div.label-check,
label.label-check {
  display: inline-block;
}
div.label-check.col label,
label.label-check.col label {
  display: block;
}
div.label-check.col label + label,
label.label-check.col label + label {
  margin-top: 8px;
  margin-left: 0;
}
div.label-check label,
label.label-check label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
div.label-check label + label,
label.label-check label + label {
  margin-left: 8px;
}
div.label-check input,
label.label-check input {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
div.label-check span,
label.label-check span {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  position: relative;
  position: relative;
}
div.label-check span::before,
label.label-check span::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
div.label-check span::after,
label.label-check span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
div.label-check input[type=radio] + span::before,
div.label-check input[type=checkbox] + span::before,
label.label-check input[type=radio] + span::before,
label.label-check input[type=checkbox] + span::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
div.label-check input[type=radio]:checked + span,
label.label-check input[type=radio]:checked + span {
  color: #333;
}
div.label-check input[type=radio]:checked + span::after,
label.label-check input[type=radio]:checked + span::after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00479D;
}
div.label-check input[type=checkbox] + span::before,
label.label-check input[type=checkbox] + span::before {
  border-radius: 4px;
}
div.label-check input[type=checkbox]:checked + span::after,
label.label-check input[type=checkbox]:checked + span::after {
  top: 2px;
  left: 6.5px;
  width: 7px;
  height: 11px;
  border: solid #00479D;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
div.label-check.single,
label.label-check.single {
  text-align: center;
}
div.label-check.single span,
label.label-check.single span {
  text-indent: -9999px;
}

label.label-check {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
label.label-check + label {
  margin-left: 8px;
}

.wrap_input-txt {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
.wrap_input-txt span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "default-B";
  transition: all 0.4s;
}
.wrap_input-txt input {
  position: relative;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #666;
  border-radius: 0;
  box-sizing: border-box;
}
.wrap_input-txt input::placeholder {
  color: #999;
}

.wrap-datapacker {
  display: flex;
  gap: 4px;
}

.datapicker {
  display: block;
  position: relative;
}
.datapicker .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.datapicker .hasDatepicker {
  width: 100%;
  margin: 0;
}
.wrap-datapacker .datapicker {
  float: left;
}
.wrap-datapacker .datapicker + .unit {
  display: block;
  float: left;
  text-align: center;
}

.wrap-input,
.wrap_input {
  display: flex;
  gap: 4px;
}
.wrap-input.address, .wrap-input.area_search,
.wrap_input.address,
.wrap_input.area_search {
  flex-direction: column;
  align-items: center;
}
.wrap-input.address .addr, .wrap-input.address .srch, .wrap-input.area_search .addr, .wrap-input.area_search .srch,
.wrap_input.address .addr,
.wrap_input.address .srch,
.wrap_input.area_search .addr,
.wrap_input.area_search .srch {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: end;
  width: 100%;
}
.wrap-input.address .address_box, .wrap-input.area_search .address_box,
.wrap_input.address .address_box,
.wrap_input.area_search .address_box {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .wrap-input.address .addr,
  .wrap-input.address .srch, .wrap-input.area_search .addr,
  .wrap-input.area_search .srch,
  .wrap_input.address .addr,
  .wrap_input.address .srch,
  .wrap_input.area_search .addr,
  .wrap_input.area_search .srch {
    flex-direction: row;
    align-items: center;
  }
}
.search_wrapper {
  position: relative;
}
.search_wrapper .search_box {
  display: none;
  padding-bottom: 15px;
}
.search_wrapper .search_box .row:not(:last-child) {
  margin-bottom: 10px;
}
.search_wrapper .search_box .row .title {
  display: block;
  margin-bottom: 5px;
}
.search_wrapper .control_box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DFE5E7;
}
.search_wrapper .control_box a {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #2b7ee4;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  margin-left: -40px;
}
.search_wrapper .control_box a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7.5px 5.5px 0 5.5px;
  border-color: #fff transparent;
  margin: -3px 5px 0 0;
}
.search_wrapper .control_box a.open {
  background-color: #999;
}
.search_wrapper .control_box a.open::before {
  border-width: 0 5.5px 7.5px 5.5px;
}
.search_wrapper + div {
  margin-top: 20px;
  padding-top: 15px;
}

/* -- 첨부파일 추가 영역 -- */
.file_wrap:not(:first-child) {
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #DFE5E7;
}
.file_wrap h4 {
  font-family: "default-B";
  font-size: 16px;
  margin-bottom: 6px;
}

.file_box {
  position: relative;
}
.file_box .file_input input:focus + label {
  background-color: #0073FF;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.file_box .file_input label {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  background-color: #0073FF;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
  transition: 0.15s;
  background-color: #666;
}
.file_box .file_input + .file_add {
  margin-top: 5px;
}
.file_box .file_input + .file_list {
  margin-top: 42px;
}

.file_add {
  position: relative;
  min-height: 28px;
}
.file_add:not(:first-child) {
  margin-top: 10px;
}
.file_add li {
  position: relative;
  min-height: 28px;
  background-color: #edf2f9;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 28px 4px 12px;
}
.file_add li:not(:first-child) {
  margin-top: 5px;
}
.file_add li strong {
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
  max-width: calc(100% - 80px);
}
.file_add li .file_del {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  text-indent: -99999px;
  text-align: left;
  margin-top: -9px;
}
.file_add li .file_del::before, .file_add li .file_del::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background-color: #333;
  border-radius: 50px;
}
.file_add li .file_del::before {
  transform: rotate(-45deg);
}
.file_add li .file_del::after {
  transform: rotate(45deg);
}
.file_list {
  position: relative;
  min-height: 28px;
}
.file_list:not(:first-child) {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #DFE5E7;
}
.file_list li {
  position: relative;
}
.file_list li:not(:first-child) {
  margin-top: 5px;
}
.file_list li a:not(.file_del) {
  position: relative;
  display: block;
  min-height: 28px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  padding: 6px 28px 6px 12px;
  transition: 0.15s;
}
.file_list li a:not(.file_del) img {
  vertical-align: bottom;
}
.file_list li a.file_del {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  text-indent: -99999px;
  text-align: left;
  margin-top: -9px;
}
.file_list li a.file_del::before, .file_list li a.file_del::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background-color: #333;
  border-radius: 50px;
}
.file_list li a.file_del::before {
  transform: rotate(-45deg);
}
.file_list li a.file_del::after {
  transform: rotate(45deg);
}

.file_box2 label {
  position: relative;
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  background-color: #0073FF;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
  transition: 0.15s;
  background-color: #666;
  /* &:hover, &:focus{
    background-color: $co-666;
  } */
}
.file_box2 label + span {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-top: 5px;
}
.file_box2 label + span:empty {
  margin-top: 0;
}

a,
button {
  appearance: none;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-comm {
  position: relative;
  display: inline-block;
  min-width: 150px;
  height: 36px;
  padding: 0px 12px;
  font-size: 16px;
  font-family: "default-B";
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
}
.btn-comm.main {
  color: #fff;
  background-color: #00479D;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type1 {
  color: #fff;
  background-color: #0073FF;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type2 {
  color: #fff;
  background-color: #002F67;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type3 {
  border: 1px solid #00479D;
  color: #00479D;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type4 {
  color: #fff;
  background-color: #999;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type5 {
  color: #fff;
  background-color: #A93A03;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type6 {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-comm.type7 {
  color: #fff;
  background-color: #2D9C94;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.tit-main .btn-comm {
  height: 36px;
  padding: 0 16px;
  min-width: auto;
  line-height: 36px;
}

.btn-ico {
  display: inline-block;
  border-radius: 2px;
}
.btn-ico.ico-refresh {
  border: 1px solid #00479D;
  background-color: #002F67;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #00479D;
  position: relative;
  padding-left: 48px;
}
.btn-ico.ico-refresh:active {
  background-color: #001f43 !important;
}
.btn-ico.ico-refresh:active {
  border-color: #00479D;
  outline: 2px solid rgba(0, 71, 157, 0.4);
}
.btn-ico.ico-refresh::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-image: url("../img/ico-btn2.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.btn-ico.ico-refresh::before {
  top: calc(50% - 16px);
  left: 16px;
}
.btn-ico.ico-search {
  background-color: #fff;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
  position: relative;
}
.btn-ico.ico-search::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-image: url("../img/ico-btn2.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.btn-ico.ico-search::before {
  left: 0;
  top: 0;
  background: transparent url(../img/ico-btn2.png) no-repeat;
  background-size: 370px;
  background-position: -106px -60px;
}

.btn-ico-text {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 36px;
  padding: 0 12px;
  color: #fff;
  font-size: 18px;
  font-family: "default";
  line-height: 36px;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  background-color: #0073FF;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  position: relative;
  padding-left: 40px;
}
.btn-ico-text:active {
  background-color: #0063db !important;
}
.btn-ico-text:active {
  outline: 2px solid rgba(0, 92, 204, 0.4);
}
.btn-ico-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background-image: url("../img/ico-btn2.png");
  background-repeat: no-repeat;
  background-size: 400px;
}
.btn-ico-text::before {
  top: calc(50% - 12px);
  left: 12px;
}
.btn-ico-text.ico-search::before {
  left: 28px;
  background-position: -112px -13px;
}
.btn-ico-text.ico-print {
  padding-left: 44px;
  background-color: #666;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.ico-print:active {
  background-color: #545454 !important;
}
.btn-ico-text.ico-print:active {
  outline: 2px solid rgba(77, 77, 77, 0.4);
}
.btn-ico-text.ico-print::before {
  left: 24px;
  background-position: -363px -14px;
}
.btn-ico-text.ico-excel {
  color: #358544;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #358544;
}
.btn-ico-text.ico-excel:active {
  background-color: #ededed !important;
}
.btn-ico-text.ico-excel:active {
  border-color: #358544;
  outline: 2px solid rgba(53, 133, 68, 0.4);
}
.btn-ico-text.ico-excel::before {
  background-position: -363px -64px;
}
.btn-ico-text.ico-reset {
  background-color: #2D9C94;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.ico-reset:active {
  background-color: #25807a !important;
}
.btn-ico-text.ico-reset:active {
  outline: 2px solid rgba(34, 116, 110, 0.4);
}
.btn-ico-text.ico-reset::before {
  left: 18px;
  background-position: -363px -114px;
}
.btn-ico-text.ico-submit::before {
  left: 24px;
  background-position: -363px -163px;
}
.btn-ico-text.ico-edit {
  background-color: #00479D;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.ico-edit:active {
  background-color: #003779 !important;
}
.btn-ico-text.ico-edit:active {
  outline: 2px solid rgba(0, 48, 106, 0.4);
}
.btn-ico-text.ico-edit::before {
  left: 24px;
  background-position: -363px -214px;
}
.btn-ico-text.ico-del {
  background-color: #A93A03;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.ico-del:active {
  background-color: #862e02 !important;
}
.btn-ico-text.ico-del:active {
  outline: 2px solid rgba(119, 41, 2, 0.4);
}
.btn-ico-text.ico-del::before {
  left: 24px;
  background-position: -363px -263px;
}
.btn-ico-text.ico-remove {
  color: #A93A03;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border: 1px solid #A93A03;
}
.btn-ico-text.ico-remove:active {
  background-color: #ededed !important;
}
.btn-ico-text.ico-remove:active {
  border-color: #A93A03;
  outline: 2px solid rgba(169, 58, 3, 0.4);
}
.btn-ico-text.ico-remove::before {
  left: 24px;
  background-position: -275px -12px;
}
.btn-ico-text.ico-add::before {
  left: 24px;
  background-position: -162px -13px;
}
.btn-ico-text.ico-save {
  background-color: #00479D;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.ico-save:active {
  background-color: #003779 !important;
}
.btn-ico-text.ico-save:active {
  outline: 2px solid rgba(0, 48, 106, 0.4);
}
.btn-ico-text.ico-save::before {
  left: 24px;
  background-position: -212px -13px;
}
.btn-ico-text.file-add {
  color: #fff;
  background-color: #666;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
}
.btn-ico-text.file-add:active {
  background-color: #545454 !important;
}
.btn-ico-text.file-add:active {
  outline: 2px solid rgba(77, 77, 77, 0.4);
}
.btn-ico-text.file-add::before {
  left: 24px;
  background-position: -212px -13px;
}
.btn-ico-text.ico-comment-add {
  padding: 26px 0 6px;
  height: auto;
  margin-left: 6px;
}
.btn-ico-text.ico-comment-add::before {
  top: 4px;
  left: calc(50% - 10px);
}
.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: 26px 0 6px;
  min-width: 60px;
  color: #00479D;
  line-height: 1.2;
}
.btn-ico-text.arrow-right:active, .btn-ico-text.arrow-left:active {
  background-color: #ededed !important;
}
.btn-ico-text.arrow-right:active, .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% - 10px);
}
.btn-ico-text.arrow-right::before {
  background-position: -256px 0;
}
.btn-ico-text.arrow-left::before {
  background-position: -240px 0;
}
.container.sub .btn-ico-text {
  height: 32px;
  line-height: 32px;
}

.btn-search {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-family: "default-B";
  white-space: nowrap;
  height: 38px;
  padding: 0 17px;
  line-height: 38px;
  box-sizing: border-box;
  padding-left: 46px;
  background-color: #1D6E8B;
  outline: 2px solid transparent;
  transition: all 0.4s;
}
.btn-search::before {
  background: url("../img/common/ico_search.png") no-repeat center center;
}

.btn-detail {
  display: inline-block;
  position: relative;
  height: 36px;
  border: 1px solid #00479D;
  border-radius: 2px;
  padding: 8px 36px 8px 8px;
  color: #00479D;
  font-size: 18px;
  font-family: "default-B";
  background-color: #fff;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-detail::before, .btn-detail::after {
  content: "";
  display: block;
  clear: both;
}
.btn-detail::before, .btn-detail::after {
  top: 17px;
  width: 7px;
  height: 1px;
  background: #00479D;
  transition: all 0.4s;
}
.btn-detail::before {
  right: 8px;
  transform: rotate(-45deg);
}
.btn-detail::after {
  right: 13px;
  transform: rotate(45deg);
}
.btn-detail.active::before {
  transform: rotate(45deg);
}
.btn-detail.active::after {
  transform: rotate(-45deg);
}

.link-txt {
  display: inline-block;
  color: #00479D;
  font-size: 16px;
}

.btn-toggle {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
}
.btn-toggle::before, .btn-toggle::after {
  content: "";
  display: block;
  clear: both;
}
.btn-toggle::before, .btn-toggle::after {
  left: 19px;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  transition: all 0.4s;
}
.btn-toggle::before {
  top: 27px;
  transform: rotate(45deg);
}
.btn-toggle::after {
  top: 21px;
  transform: rotate(-45deg);
}
.btn-toggle.active::before {
  transform: rotate(-45deg);
}
.btn-toggle.active::after {
  transform: rotate(45deg);
}

.area-btn {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-size: 0;
  gap: 10px;
}
.area-btn.right {
  justify-content: right;
}
.area-btn.column {
  flex-direction: column;
  gap: 4px;
}
.area-btn + div {
  margin-top: 15px;
}
.area-btn a:not(:only-child),
.area-btn button:not(:only-child) {
  width: calc(50% - 5px);
  min-width: auto;
}
.area-btn a:not(.normal),
.area-btn button:not(.normal) {
  width: 100%;
  min-width: auto;
}
.area-btn a.normal,
.area-btn button.normal {
  padding: 0 34px;
}
.area-btn.paging {
  margin-top: 16px;
  text-align: center;
}
.area-btn.paging a,
.area-btn.paging button {
  position: relative;
  display: inline-block;
  min-width: 36px;
  height: 36px;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "default-B";
  line-height: 36px;
  text-align: center;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  vertical-align: middle;
}
.area-btn.paging a + a,
.area-btn.paging a + button,
.area-btn.paging button + a,
.area-btn.paging button + button {
  margin-left: 0px;
}
.area-btn.paging a.btn-paging,
.area-btn.paging button.btn-paging {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
}
.area-btn.paging a.btn-paging::before,
.area-btn.paging button.btn-paging::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: url(../img/ico_paging.png) no-repeat;
}
.area-btn.paging a.btn-paging.first::before,
.area-btn.paging button.btn-paging.first::before {
  background-position: 1px 2px;
}
.area-btn.paging a.btn-paging.prev,
.area-btn.paging button.btn-paging.prev {
  margin-right: 12px;
}
.area-btn.paging a.btn-paging.prev::before,
.area-btn.paging button.btn-paging.prev::before {
  background-position: -34px 2px;
}
.area-btn.paging a.btn-paging.next,
.area-btn.paging button.btn-paging.next {
  margin-left: 12px;
}
.area-btn.paging a.btn-paging.next::before,
.area-btn.paging button.btn-paging.next::before {
  background-position: -68px 2px;
}
.area-btn.paging a.btn-paging.last::before,
.area-btn.paging button.btn-paging.last::before {
  background-position: -102px 2px;
}
.area-btn.paging a.btn-paging:disabled,
.area-btn.paging button.btn-paging:disabled {
  pointer-events: none;
}
.area-btn.paging a.btn-paging:disabled::before,
.area-btn.paging button.btn-paging:disabled::before {
  opacity: 0.4;
}
.area-btn.paging a.active,
.area-btn.paging button.active {
  background: #00479D;
  color: #fff;
}
.area-search .area-btn {
  display: flex;
  float: right;
  padding: 4px;
}
.tbl-edit + .area-btn:not(.paging), .tbl-list + .area-btn:not(.paging) {
  margin-top: 10px;
}

a.link_more {
  position: relative;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  background-color: #eee;
  outline: 2px solid transparent;
  transition: all 0.4s;
  /* &:hover,
  &:focus {
    @if($border == 'true') {
      border-color: $co-border;

      @if($co-type == 'darken') {
        border-color: darken($co-border, 6%);
      } @else if ($co-type == 'lighten') {
        border-color: lighten($co-border, 6%);
      } @else if ($co-type == 'not') {
        border-color: $co-border;
      }
    }

    @if($co-type == 'darken') {
      background-color: darken($co-bg, 6%);
    } @else if ($co-type == 'lighten') {
      background-color: lighten($co-bg, 6%);
    } @else if ($co-type == 'not') {
      background-color: $co-bg;
    }

    @if ($co-point) {
      outline: 2px solid outlineColor($co-point);

      @if($border) {
        border-color: $co-point;
      }
    } @else {

      @if($border) {
        border-color: darken($co-border, 6%);
        outline: 2px solid outlineColor($co-border);
      } @else {
        outline: 2px solid outlineColor($co-bg);
      }
    }
  } */
  margin-top: 20px;
}
a.link_more span {
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 16px;
  font-family: "default-B";
}
a.link_more span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/ico-btn2.png) no-repeat;
  background-size: 240px;
  background-position: -35px -35px;
}

.tabmenu .tab-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.tabmenu .tab-menu li {
  flex: 1;
  list-style: none;
}
.tabmenu .tab-menu li button {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.tabmenu .tab-menu li button.active {
  background: seagreen;
  color: white;
}
.tabmenu .tab-conts {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
}
.tabmenu .tab-conts.active {
  display: block;
}

.tab_wrap {
  position: relative;
  display: block;
}
.area-search + .tab_wrap {
  margin-top: 20px;
}
.tab_wrap .tab_box .tab_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 40px;
  color: #999;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  background: #DDDDDD;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  transition: 0.15s;
}
.tab_wrap .tab_box:nth-child(0) .tab_btn {
  left: -121px;
}
.tab_wrap .tab_box:nth-child(1) .tab_btn {
  left: 0px;
}
.tab_wrap .tab_box:nth-child(2) .tab_btn {
  left: 121px;
}
.tab_wrap .tab_box:nth-child(3) .tab_btn {
  left: 242px;
}
.tab_wrap .tab_box:nth-child(4) .tab_btn {
  left: 363px;
}
.tab_wrap .tab_box:nth-child(5) .tab_btn {
  left: 484px;
}
.tab_wrap .tab_box:nth-child(6) .tab_btn {
  left: 605px;
}
.tab_wrap .tab_box:nth-child(7) .tab_btn {
  left: 726px;
}
.tab_wrap .tab_box:nth-child(8) .tab_btn {
  left: 847px;
}
.tab_wrap .tab_box:nth-child(9) .tab_btn {
  left: 968px;
}
.tab_wrap .tab_box:nth-child(10) .tab_btn {
  left: 1089px;
}
.tab_wrap .tab_box:nth-child(11) .tab_btn {
  left: 1210px;
}
.tab_wrap .tab_box .content_wrap {
  display: none;
  position: relative;
  padding-top: 40px;
}
.tab_wrap .tab_box .content_wrap .tab_content {
  padding: 10px;
  border: 1px solid #ddd;
}
.tab_wrap .tab_box.active .tab_btn {
  color: #fff;
  background: #002F67;
}
.tab_wrap .tab_box.active .content_wrap {
  display: block;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 메인화면 메뉴목록 */
.list-mainboard {
  position: relative;
  display: flex;
  width: 100%;
  gap: 10px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.list-mainboard li {
  width: calc(50% - 5px);
  font-size: 0;
  text-align: center;
}
.list-mainboard li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 18px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.list-mainboard li a .thumb {
  position: relative;
  display: block;
  height: 66px;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
}
.list-mainboard li a .thumb::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.list-mainboard li a .thumb img {
  position: relative;
  max-height: max-content;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.list-mainboard li a .title {
  margin: 4px 0 0;
  line-height: 1.2;
}

/* 메인 재난지원요청 */
.list-card {
  position: relative;
  display: block;
}
.list-card > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-card > ul > li .list_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.list-card > ul > li .list_box > * {
  padding: 10px;
}
.list-card > ul > li .list_box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.list-card > ul > li .list_box .header .title {
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.2;
}
.list-card > ul > li .list_box .header .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/main/img_tit_alert.png) no-repeat;
  background-size: contain;
}
.list-card > ul > li .list_box .header .title .sub {
  font-size: 16px;
}
.list-card > ul > li .list_box .header .title .pop_close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  background: url(../img/ico-btn2.png) no-repeat;
  background-position: -198px -86px;
  background-size: 300px;
}
.list-card > ul > li .list_box .header .sub {
  float: right;
}
.list-card > ul > li .list_box > .cont {
  display: block;
  font-size: 16px;
}
.list-card > ul > li .list_box .list_basic {
  padding: 6px 0;
}
.list-card > ul > li .list_box .list_basic li {
  line-height: 1.5;
}
.list-card > ul > li .list_box .list_basic li:not(:last-child) {
  margin-bottom: 3px;
}
.list-card > ul > li.on .list_box {
  background: #FFD500;
}
.list-card > ul > li.alert_01 .list_box {
  color: #fff;
  background: #A93A03;
}
.list-card > ul > li.alert_01 .list_box .header .title::before {
  background: url(../img/main/img_tit_alert_wh.png) no-repeat;
  background-size: contain;
}
.list-card > ul > li.alert_02 .list_box {
  background: #FFD500;
}
.list-card > ul > li.alert_03 .list_box {
  background: #9bcef1;
}
.list-card > ul + .link_more {
  margin-top: 20px;
}
.list-card + .tit_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 데이터리스트 */
.list_wrap {
  /* [class*=row]{
    .item{
      .title{
        min-width: 50px;
      }
    }
  } */
}
.list_wrap + div {
  margin-top: 15px;
}
.list_wrap:not(:first-child) {
  margin-top: 30px;
}
.list_wrap .list_title {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "default-B";
  border-bottom: 2px solid #333;
  padding-bottom: 6px;
}
.list_wrap .list_title:not(:first-child) {
  margin-top: 20px;
}
.list_wrap > .item:first-child {
  border-top: 2px solid #333;
}
.list_wrap .item {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #999;
  line-height: 1.4;
}
.list_wrap .item .item:last-child {
  border-bottom: 0;
}
.list_wrap .item .title {
  flex: none;
  width: 30%;
  min-width: 120px;
  max-width: 200px;
  padding: 6px 0;
}
.list_wrap .item .cont {
  flex: 1;
  min-width: 0;
}
.list_wrap .item .cont .txt {
  padding: 6px 0;
}
.list_wrap .item .cont .list_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  padding: 6px 40px 6px 0;
}
.list_wrap .item .cont .list_btn span.icon {
  position: absolute;
  top: 50%;
  right: 0;
}
.list_wrap .item .cont .list_btn:not([data-ui-toggle]) span.icon::before, .list_wrap .item .cont .list_btn:not([data-ui-toggle]) span.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 10px;
  height: 2px;
  background-color: #333;
  border-radius: 50px;
}
.list_wrap .item .cont .list_btn:not([data-ui-toggle]) span.icon::before {
  transform: rotate(45deg);
  margin-top: -3px;
}
.list_wrap .item .cont .list_btn:not([data-ui-toggle]) span.icon::after {
  transform: rotate(-45deg);
  margin-top: 3px;
}
.list_wrap .item .cont .list_btn[data-ui-toggle] span.icon::before, .list_wrap .item .cont .list_btn[data-ui-toggle] span.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 2px;
  background-color: #333;
  border-radius: 50px;
  transition: 0.15s;
}
.list_wrap .item .cont .list_btn[data-ui-toggle] span.icon::before {
  transform: rotate(45deg);
  margin-right: 6px;
}
.list_wrap .item .cont .list_btn[data-ui-toggle] span.icon::after {
  transform: rotate(-45deg);
}
.list_wrap .item .cont .list_btn[data-ui-toggle].active span.icon::before {
  transform: rotate(-45deg);
}
.list_wrap .item .cont .list_btn[data-ui-toggle].active span.icon::after {
  transform: rotate(45deg);
}
.list_wrap .item .cont .toggle_box input {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.list_wrap .item .cont .toggle_box .toggle {
  position: relative;
  padding: 6px 40px 6px 0;
}
.list_wrap .item .cont .toggle_box .toggle::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 10px;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-radius: 50px;
  background-color: #ddd;
  transition: 0.15s;
}
.list_wrap .item .cont .toggle_box .toggle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  margin-top: -8px;
  right: 10px;
  border-radius: 50%;
  background-color: #aaa;
  transition: 0.15s;
}
.list_wrap .item .cont .toggle_box input:checked + .toggle::before {
  background-color: #66abff;
}
.list_wrap .item .cont .toggle_box input:checked + .toggle::after {
  background-color: #0073FF;
  right: 0;
}
.list_wrap .item .area-btn {
  gap: 6px;
}
.list_wrap[data-type=column] .item {
  flex-direction: column;
  gap: 2px;
}
.list_wrap[data-type=column] .item .title {
  padding: 0;
  font-size: 14px;
}
.list_wrap[data-type=column] .item .cont {
  min-height: 22px;
}
.list_wrap[data-type=column] .item .cont .txt {
  padding: 0;
}
.list_wrap[data-type=column] .item .cont input[type=text], .list_wrap[data-type=column] .item .cont input [type=number], .list_wrap[data-type=column] .item .cont input [type=password], .list_wrap[data-type=column] .item .cont input [type=tel], .list_wrap[data-type=column] .item .cont input [type=search] {
  height: 32px;
}
.list_wrap[data-type=column] .item .cont textarea {
  height: 200px;
}
.list_wrap[data-type=column] .item .cont .btn-comm {
  height: 32px;
  line-height: 32px;
}
.list_wrap .profile_wrap {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 100px;
  height: 130px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.list_wrap .profile_wrap + .wrap_file {
  margin-top: 4px;
}
.list_wrap .profile_wrap + .wrap_file span {
  height: 34px;
  line-height: 34px;
}
.list_wrap .profile_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule_list_wrap {
  position: relative;
}
.schedule_list_wrap .schedule_header {
  background-color: #F6FAFB;
  border: 1px solid #999;
}
.schedule_list_wrap .schedule_header .control_box {
  position: relative;
  display: inline-block;
  padding: 0 36px;
  border-right: 1px solid #999;
}
.schedule_list_wrap .schedule_header .control_box a {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-indent: -99999px;
}
.schedule_list_wrap .schedule_header .control_box a::before, .schedule_list_wrap .schedule_header .control_box a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  background-color: #333;
  border-radius: 50px;
}
.schedule_list_wrap .schedule_header .control_box a.btn_prev {
  left: 0;
}
.schedule_list_wrap .schedule_header .control_box a.btn_prev::before {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.schedule_list_wrap .schedule_header .control_box a.btn_prev::after {
  transform: rotate(45deg);
  margin-top: 3px;
}
.schedule_list_wrap .schedule_header .control_box a.btn_next {
  right: 0;
}
.schedule_list_wrap .schedule_header .control_box a.btn_next::before {
  transform: rotate(45deg);
  margin-top: -3px;
}
.schedule_list_wrap .schedule_header .control_box a.btn_next::after {
  transform: rotate(-45deg);
  margin-top: 3px;
}
.schedule_list_wrap .schedule_header .control_box > div {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border: solid #999;
  border-width: 0 1px;
}
.schedule_list_wrap .schedule_header .control_box > div input {
  border: 0;
  width: 70px;
  background: none;
  padding: 0;
  text-align: center;
}
.schedule_list_wrap .schedule_list {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
}
.schedule_list_wrap .schedule_list.mylist .listbox > .item:not(.my) {
  display: none;
}
.schedule_list_wrap .schedule_list .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 20px;
  line-height: 1;
}
.schedule_list_wrap .schedule_list .btn_toggle span {
  position: relative;
  display: inline-block;
  width: 36px;
}
.schedule_list_wrap .schedule_list .btn_toggle span::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 16px;
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-radius: 50px;
  background-color: #ddd;
  transition: 0.15s;
}
.schedule_list_wrap .schedule_list .btn_toggle span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  width: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #aaa;
  transition: 0.15s;
}
.schedule_list_wrap .schedule_list .btn_toggle.active span::before {
  background-color: #66abff;
}
.schedule_list_wrap .schedule_list .btn_toggle.active span::after {
  background-color: #0073FF;
  left: 16px;
}
.schedule_list_wrap .schedule_list .listbox {
  border-top: 2px solid #002F67;
  margin-top: 10px;
}
.schedule_list_wrap .schedule_list .listbox > .item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
  line-height: 1.4;
}
.schedule_list_wrap .schedule_list .listbox > .item .tit {
  position: relative;
  height: 34px;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  background-color: #e7f2ff;
  border-bottom: 1px solid #999;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont {
  position: relative;
  padding: 10px;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont .list {
  position: relative;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont .list > span {
  position: absolute;
  top: 0;
  right: 0;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont .list + .list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont .txt {
  padding: 6px 0;
  line-height: 1.2;
}
.schedule_list_wrap .schedule_list .listbox > .item .cont .txt:last-child {
  padding-bottom: 0;
}
.schedule_list_wrap .schedule_list .listbox > .item.my .tit {
  background-color: #fff5e7;
}

.board_list + .area-btn, .board_card + .area-btn {
  margin-top: 30px;
}

.board_list {
  border-top: 2px solid #00479D;
}
.board_list li {
  border-bottom: 1px solid #DFE5E7;
}
.board_list li a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
}
.board_list li a > *:not(:last-child) {
  margin-bottom: 6px;
}
.board_list li a .title {
  font-size: 17px;
  margin-bottom: 8px;
}
.board_list li a .date {
  position: relative;
  font-size: 14px;
  font-family: "default";
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #666;
  margin-left: 5px;
  padding-left: 7px;
}
.board_list li a .date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 50%;
  left: 0;
  width: 1px;
  margin-top: -6px;
  background-color: #666;
}
.board_list li a .reply {
  display: block;
  font-family: "default-B";
  font-size: 14px;
  color: #00479D;
  padding-top: 3px;
}

.board_card {
  position: relative;
}
.board_card ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.board_card ul li {
  border: 1px solid #DFE5E7;
  flex: 1;
  flex-basis: calc(50% - 3px);
  width: calc(50% - 3px);
}
@media screen and (min-width: 600px) {
  .board_card ul li {
    min-width: 25%;
    flex-basis: calc(25% - 3px);
  }
}
.board_card ul li a {
  display: block;
}
.board_card ul li a .thumb_box {
  height: 150px;
  background: url("../img/thumb_noimage.jpg") no-repeat center center/cover;
}
.board_card ul li a .thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board_card ul li a .cont_box {
  padding: 10px;
  font-size: 14px;
}
.board_card ul li a .cont_box > div {
  margin-bottom: 6px;
}
.board_card ul li a .cont_box .title {
  font-size: 17px;
  margin-bottom: 8px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.board_card ul li a .cont_box .reply {
  display: block;
  font-family: "default-B";
  font-size: 14px;
  color: #00479D;
  padding-top: 3px;
}

.board_cont {
  padding: 5px 0;
}
.board_cont .title_box {
  margin-bottom: 10px;
}
.board_cont .title_box h3 {
  font-size: 18px;
  font-family: "default-B";
}
.board_cont .title_box div {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #002F67;
}
.board_cont .title_box div span {
  display: block;
}
.board_cont .cont_box #content {
  min-height: 100px;
}
.board_cont .thumb_wrap {
  margin-top: 20px;
  border: 1px solid #A1BFC7;
  padding: 5px;
}
.board_cont .thumb_wrap ul {
  width: 100%;
  height: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.board_cont .thumb_wrap ul li {
  display: inline-block;
  height: 80px;
}
.board_cont .thumb_wrap ul li:not(:last-child) {
  margin-right: 5px;
}
.board_cont .thumb_wrap ul li img {
  height: 100%;
}
.board_cont .thumb_wrap + .file_wrap {
  margin-top: 10px;
  border-top: 0;
}
.board_cont + .area-btn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  gap: 6px;
  flex-wrap: wrap;
}
.board_cont + .area-btn button {
  flex: 1;
  white-space: nowrap;
}
.board_cont .list_wrap .item {
  border-bottom: 0;
}

.comment_wrap {
  margin-top: 20px;
}
.comment_wrap h4 {
  font-family: "default-B";
  margin-bottom: 6px;
}
.comment_wrap .comment_list {
  border: 1px solid #A1BFC7;
  padding: 5px 10px;
  border-radius: 4px;
}
.comment_wrap .comment_list li {
  padding: 7px;
}
.comment_wrap .comment_list li:first-child {
  padding-top: 3px;
}
.comment_wrap .comment_list li:last-child {
  padding-bottom: 3px;
}
.comment_wrap .comment_list li:not(:last-child) {
  border-bottom: 1px solid #A1BFC7;
}
.comment_wrap .comment_list li .tit_box {
  position: relative;
}
.comment_wrap .comment_list li .tit_box strong {
  display: block;
  font-family: "default-B";
}
.comment_wrap .comment_list li .tit_box strong .date {
  position: relative;
  font-size: 14px;
  font-family: "default";
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #666;
  margin-left: 5px;
  padding-left: 7px;
}
.comment_wrap .comment_list li .tit_box strong .date::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 14px;
  top: 50%;
  left: 0;
  width: 1.5px;
  margin-top: -7px;
  background-color: #666;
}
.comment_wrap .comment_list li .tit_box .btn_del {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  text-indent: -99999px;
}
.comment_wrap .comment_list li .tit_box .btn_del::before, .comment_wrap .comment_list li .tit_box .btn_del::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background-color: #333;
  border-radius: 50px;
}
.comment_wrap .comment_list li .tit_box .btn_del::before {
  transform: rotate(-45deg);
}
.comment_wrap .comment_list li .tit_box .btn_del::after {
  transform: rotate(45deg);
}
.comment_wrap .comment_list li p {
  position: relative;
  margin-top: 3px;
  line-height: 1.3;
}
.comment_wrap .comment_edit:last-child {
  margin-top: 10px;
}
.comment_wrap .comment_edit textarea {
  border-color: #666;
  height: 70px;
  line-height: 1.2;
  padding: 7px 16px;
}
.comment_wrap .comment_edit .area-btn {
  margin-top: 5px;
}
.comment_wrap .comment_edit .area-btn button {
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

[data-ui-toggle] + .toggle_cont {
  display: none;
}

table {
  position: relative;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border-collapse: collapse;
}
table caption {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
table th,
table td {
  vertical-align: middle;
}
table .wrap-input .btn-comm,
table .wrap-input .btn-ico-text,
table .wrap_input .btn-comm,
table .wrap_input .btn-ico-text {
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
table .wrap-input .btn-comm.btn-comm,
table .wrap-input .btn-ico-text.btn-comm,
table .wrap_input .btn-comm.btn-comm,
table .wrap_input .btn-ico-text.btn-comm {
  padding: 0;
}
table .wrap-input .btn-comm.btn-ico-text::before,
table .wrap-input .btn-ico-text.btn-ico-text::before,
table .wrap_input .btn-comm.btn-ico-text::before,
table .wrap_input .btn-ico-text.btn-ico-text::before {
  top: calc(50% - 10px);
  left: 17px !important;
  width: 20px;
  height: 20px;
  background-size: 350px;
}
table .wrap-input .btn-comm.ico-search::before,
table .wrap-input .btn-ico-text.ico-search::before,
table .wrap_input .btn-comm.ico-search::before,
table .wrap_input .btn-ico-text.ico-search::before {
  background-position: -99px -12px;
}
table .wrap-input .btn-comm.file-add::before,
table .wrap-input .btn-ico-text.file-add::before,
table .wrap_input .btn-comm.file-add::before,
table .wrap_input .btn-ico-text.file-add::before {
  background-position: -231px -12px;
}
table .wrap-input .btn-comm.ico-remove::before,
table .wrap-input .btn-ico-text.ico-remove::before,
table .wrap_input .btn-comm.ico-remove::before,
table .wrap_input .btn-ico-text.ico-remove::before {
  left: 30px !important;
}

.tbl-info {
  display: block;
  margin: 0 0 6px;
}
.tbl-info::after {
  content: "";
  display: block;
  clear: both;
}
.tbl-info .sub {
  float: right;
}

.tbl-search th,
.tbl-search td {
  position: relative;
  text-align: left;
}
.tbl-search th {
  color: #333;
  font-weight: normal;
  font-family: "default";
  font-size: 18px;
  text-align: center;
  background: #eee;
}
.tbl-search td {
  padding: 4px 8px 4px 4px;
  font-size: 18px;
}
.tbl-search td:last-child {
  padding-right: 0;
}
.tbl-search select,
.tbl-search input {
  color: #333;
  font-size: 20px;
}

.tbl-list table {
  table-layout: fixed;
}
.tbl-list table thead th {
  padding: 8px 0;
  color: #666;
  font-size: 16px;
  text-align: center;
  font-family: "default-b";
  background: #F7F7F7;
  border-left: 1px solid #ddd;
  white-space: nowrap;
}
.tbl-list table thead th:first-child {
  border-left: none;
}
.tbl-list table tbody th,
.tbl-list table tbody td {
  height: 40px;
  padding: 4px;
  text-align: center;
  color: #333;
  font-size: 16px;
  word-break: break-word;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tbl-list table tbody th:first-child,
.tbl-list table tbody td:first-child {
  border-left: none;
}
.tbl-list table tbody tr {
  cursor: pointer;
  /* &:hover {

    th,
    td {
      background-color: #F0F7FF;
    }
  } */
}
.tbl-list table tbody tr th:first-child {
  color: #666;
  background: #F7F7F7;
}
.tbl-list table tbody tr.selected th,
.tbl-list table tbody tr.selected td {
  background: #F0F7FF;
}
.tbl-list table button {
  padding: 7px 20px;
}
.tbl-list.scroll {
  max-height: 358px;
  overflow-y: auto;
}
.tbl-list.tbl-main {
  border-top: 2px solid #0073FF;
  border-bottom: 2px solid #0073FF;
  background: #fff;
}
.tbl-list.tbl-sub {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.tbl-list.tbl-sub table thead th {
  padding: 8px 0;
}
.tbl-list.tbl-scroll_w {
  overflow: auto;
}
.tbl-list.tbl-scroll_w table {
  min-width: 700px;
}
.tbl-list.tbl-scroll_h {
  overflow: auto;
  max-height: 200px;
}
.tbl-list.tbl-scroll {
  overflow: auto;
  max-height: 200px;
}
.tbl-list.tbl-scroll table {
  min-width: 700px;
}
.area-search + .tbl-list {
  margin-top: 10px;
}
.tbl-list.ellipsis table tbody td {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tbl-edit {
  border: 1px solid #ddd;
  background: #fff;
}
.tbl-edit thead tr th {
  position: relative;
  padding: 8px 4px;
  color: #666;
  font-size: 16px;
  text-align: center;
  font-family: "default-L";
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #F7F7F7;
}
.tbl-edit thead tr th:first-child {
  border-left: none;
}
.tbl-edit tbody tr:first-child th {
  border-top: none;
}
.tbl-edit tbody th {
  position: relative;
  padding: 4px;
  color: #666;
  font-size: 16px;
  text-align: center;
  font-family: "default-L";
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #F7F7F7;
}
.tbl-edit tbody td {
  padding: 4px;
  color: #333;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tbl-edit tbody td:first-child {
  border-left: none;
}
.tbl-edit .profile_wrap {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: calc(100% - 8px);
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #fff;
}
.tbl-edit select,
.tbl-edit input {
  height: 32px;
}
.tbl-edit.h_360 {
  height: 360px;
  overflow-y: auto;
}

.tb-scroll_box {
  max-height: 392px;
  overflow-y: auto;
  border: solid #DFE5E7;
  border-width: 1px 0;
  margin-bottom: -1px;
}

fieldset {
  display: block;
  position: relative;
  padding: 0;
  border: none;
}
fieldset legend {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.path-location {
  display: flex;
  margin: 0;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-family: "default";
}
.path-location li {
  position: relative;
  list-style: none;
}
.path-location li + li {
  padding-left: 24px;
}
.path-location li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #666;
  border-bottom: 1.5px solid #666;
  transform: rotate(-45deg);
}
.path-location li:first-child::before {
  content: "";
  position: absolute;
  display: block;
  right: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/ico_home.png) no-repeat;
  background-size: contain;
}
h1 + .path-location {
  float: right;
}

.area-box {
  background: #fff;
}
.tit-main + .area-box {
  margin-top: 20px;
}
.area-box:not(:last-child) {
  margin-bottom: 40px;
}

.area-search {
  display: block;
  position: relative;
  border: 1px solid #eee;
  background: #fff;
}
.area-tbl + .area-search {
  margin-top: 24px;
}
.area-search fieldset {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.area-search.type2 fieldset {
  flex-wrap: wrap;
}
.area-search .item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.area-search .item-search h2 {
  position: relative;
  font-size: 18px;
  margin-right: 20px;
}
.area-search .item-search + .btn-search {
  height: 38px;
  vertical-align: top;
}
.area-search .item-search + .btn-search::before {
  top: 10px;
}

.area-conts {
  position: relative;
  height: calc(100% - 24px);
  min-width: 1250px;
}
.area-conts.flex_wrap {
  display: flex;
  gap: 0 30px;
}

.wrap-input.address .wrap_input {
  position: relative;
  width: 100%;
}
.wrap-input.address .wrap_input .btn-ico {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.wrap_input select:only-child,
.wrap_input input:only-child {
  width: 100%;
}
.wrap_input.phone {
  white-space: nowrap;
}
.wrap_input.phone input {
  width: 36% !important;
  min-width: auto;
  padding: 0 3px;
}
.wrap_input.phone input:first-child {
  width: 28% !important;
}
.wrap_input span {
  display: inline-block;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.wrap_input span.hyphen {
  margin-left: 2px;
  line-height: 32px;
  vertical-align: top;
}
.wrap_input + .wrap_input {
  margin-top: 4px;
}

.wrap_file {
  position: relative;
  display: block;
  width: 100%;
}
.wrap_file input[type=file] {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.wrap_file span {
  font-family: "default-L";
}
.wrap_file .file-open {
  min-height: auto;
  padding-right: 8px;
  padding-left: 28px;
}
.wrap_file .area-file {
  position: relative;
  display: inline-block;
  width: calc(100% - 120px - 13px);
  float: right;
  color: #333;
  text-align: center;
}
.wrap_file .area-file ul.file_list {
  position: relative;
  display: block;
}
.wrap_file .area-file ul.file_list li {
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  background: #F8F8F8;
  border-radius: 2px;
}
.wrap_file .area-file ul.file_list li .btn-ico {
  vertical-align: middle;
}
.wrap_file .area-file ul.file_list li .btn-ico.ico_del {
  margin-right: 15px;
  background: url(../img/ico-btn.png) no-repeat;
  background-size: 500px;
  background-position: -270px -248px;
}
.wrap_file .area-file ul.file_list li .btn-ico.ico_del::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.profile_wrap + .wrap_file {
  margin-top: 10px;
}

.wrap_alert {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap_alert .swiper-wrapper {
  height: auto;
}
.wrap_alert .control_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wrap_alert .control_box a {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  text-indent: -99999px;
  border-left: 1px solid #999;
}
.wrap_alert .control_box a::before, .wrap_alert .control_box a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background-color: #333;
  border-radius: 50px;
}
.wrap_alert .control_box a.prev::before {
  transform: rotate(-45deg);
  margin-top: -5px;
}
.wrap_alert .control_box a.prev::after {
  transform: rotate(45deg);
  margin-top: 5px;
}
.wrap_alert .control_box a.next::before {
  transform: rotate(45deg);
  margin-top: -5px;
}
.wrap_alert .control_box a.next::after {
  transform: rotate(-45deg);
  margin-top: 5px;
}
.wrap_alert .control_box a.swiper-button-disabled {
  cursor: none;
}
.wrap_alert .control_box a.swiper-button-disabled::before, .wrap_alert .control_box a.swiper-button-disabled::after {
  background-color: #ddd;
}
.wrap_alert.record .control_box {
  top: 2px;
  right: 2px;
}
.wrap_alert.record .control_box a {
  width: 43px;
  height: 42px;
}
.wrap_alert .list_box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrap_alert .list_box > * {
  padding: 10px;
  color: #333;
}
.wrap_alert .list_box .header {
  position: relative;
  border-bottom: 1px solid #999;
  height: 44px;
}
.wrap_alert .list_box .header .title {
  position: relative;
  display: block;
  padding-left: 26px;
}
.wrap_alert .list_box .header .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/main/bg_title_warning.png) no-repeat;
  background-size: contain;
}
.wrap_alert .list_box .cont {
  font-size: 16px;
}
.wrap_alert .list_box .area-btn {
  margin-top: 14px;
  text-align: center;
}
.wrap_alert .list_box .area-btn button {
  padding: 0;
  height: auto;
}
.wrap_alert .list_box .area-btn button:disabled {
  cursor: none;
}
.wrap_alert .list_box .area-btn button .btn-info {
  display: flex;
  padding: 7px 12px;
  justify-content: space-between;
  flex-direction: column;
}
.wrap_alert .list_box .area-btn button .btn-info .state {
  font-size: 18px;
  line-height: 1.2;
}
.wrap_alert .list_box .area-btn button .btn-info .date:not(:empty) {
  font-size: 14px;
  line-height: 1.1;
  font-family: "default";
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.wrap_alert.edu .list_box .header .title::before {
  background: url(../img/main/bg_title_edu.png) no-repeat;
  background-size: cover;
}
.wrap_alert.record .list_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 2px solid #A93A03;
  border-radius: 10px;
}

.card_list_wrapper {
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.card_list_wrapper .tit_wrap {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.card_list_wrapper .tit_wrap .alert {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: url(../img/main/img_alert.png) no-repeat;
  background-size: contain;
}
.card_list_wrapper .tit_wrap .alert .n_alert {
  position: absolute;
  top: 6px;
  right: 2px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  z-index: 0;
}
.card_list_wrapper .tit_wrap .alert .n_alert::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CE4D4A;
  z-index: -1;
}
.card_list_wrapper .tit_wrap h2 {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: #415267;
  font-size: 26px;
  font-family: "default-B";
  background: #fff;
}
.card_list_wrapper .tit_wrap::before {
  content: "";
  position: absolute;
  bottom: 19px;
  width: 100%;
  height: 1px;
  display: block;
  background: #415267;
}
.card_list_wrapper .card_list_box {
  padding: 0 10px;
}
.card_list_wrapper .card_list_box ul .area-btn {
  margin-top: 14px;
  text-align: center;
}

.wrap_req_support {
  padding: 20px 0 60px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrap_req_support .tit_wrap {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.wrap_req_support .tit_wrap .alert {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: url(../img/main/img_alert.png) no-repeat;
  background-size: contain;
}
.wrap_req_support .tit_wrap .alert .n_alert {
  position: absolute;
  top: 6px;
  right: 2px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  z-index: 0;
}
.wrap_req_support .tit_wrap .alert .n_alert::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CE4D4A;
  z-index: -1;
}
.wrap_req_support .tit_wrap h2 {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: #415267;
  font-size: 26px;
  font-family: "default-B";
  background: #fff;
}
@media screen and (max-width: 360px) {
  .wrap_req_support .tit_wrap h2 {
    font-size: 20px;
  }
}
.wrap_req_support .tit_wrap::before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 1px;
  display: block;
  background: #415267;
}
.wrap_req_support .list-card ul {
  gap: 10px;
  padding: 10px 0;
}
.wrap_req_support .list-card ul li {
  padding: 0 10px;
}
.wrap_req_support .list-card .area-btn {
  margin-top: 14px;
  text-align: center;
}
.wrap_req_support .list-card .link_more {
  margin: 10px;
}
.wrap_req_support .list-card + .tit_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrap_req_support .list-card + .tit_wrap h2 {
  color: #666;
  font-size: 18px;
}
.wrap_req_support .list-card + .tit_wrap::before {
  background: #666;
}

.wrap_notice {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrap_notice ul.list_article {
  position: relative;
  display: block;
}
.wrap_notice ul.list_article li {
  position: relative;
  display: block;
  font-size: 0;
}
.wrap_notice ul.list_article li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #ddd;
  /* &:hover{

    .tit {
      text-decoration: underline;
    }
  } */
}
.wrap_notice ul.list_article li a .tit,
.wrap_notice ul.list_article li a .date {
  font-size: 16px;
  line-height: 1;
}
.wrap_notice ul.list_article li a .tit {
  width: calc(100% - 110px);
  float: left;
}
.wrap_notice ul.list_article li a .date {
  min-width: 100px;
  float: right;
  padding-left: 20px;
}
.wrap_notice ul.list_article li:first-child {
  margin-top: auto;
}
.wrap_notice ul.list_article li:last-child {
  margin-top: auto;
}
.wrap_notice ul.list_article li:last-child a {
  border-bottom: none;
}

.wrap_commu {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrap_commu ul.list-commu {
  position: relative;
  display: flex;
  width: 100%;
  gap: 10px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.wrap_commu ul.list-commu li {
  width: calc(50% - 5px);
  font-size: 0;
  text-align: center;
}
.wrap_commu ul.list-commu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 14px;
  text-align: left;
}
.wrap_commu ul.list-commu li a .thumb {
  position: relative;
  display: block;
  height: 150px;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.wrap_commu ul.list-commu li a .thumb img {
  position: relative;
  max-height: max-content;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.wrap_commu ul.list-commu li a .title {
  margin: 6px 0 0;
  line-height: 1.2;
}
.wrap_commu ul.list-commu li a .date {
  margin-top: 5px;
  font-size: 12px;
}

.content {
  padding: 10px 20px 60px;
  background: #fff;
  border-radius: 10px;
}

.form_edit .row + .row {
  margin-top: 10px;
}
.form_edit .row button {
  width: 100%;
  min-width: auto;
}
.form_edit .row button + button {
  margin-top: 6px;
}
.form_edit .row + .area-btn {
  margin-top: 20px;
}
.form_edit .col-2,
.form_edit .col-3,
.form_edit .col-4,
.form_edit .col-5 {
  gap: 6px;
}
.form_edit .title {
  color: #333;
  font-size: 16px;
}
.form_edit:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.result_list {
  padding: 20px 0;
}
.result_list .tit_result {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
.result_list .tit_result .n_result {
  color: #0073FF;
  font-size: 20px;
}

.profile_wrap {
  position: relative;
  display: block;
  height: auto;
  padding: 14px;
  font-size: 0;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
.form_edit .profile_wrap {
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 7px;
}
.form_edit .profile_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_wrap .thumb {
  width: 100px;
  height: 130px;
  display: flex;
  float: left;
  font-size: 0;
}
.profile_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_wrap .info {
  display: inline-block;
  width: calc(100% - 120px);
  margin-left: 20px;
}
.profile_wrap .info .row_input {
  margin-top: 7px;
  color: #333;
  font-size: 18px;
  font-family: "default-B";
  line-height: 1.2;
}
.profile_wrap .info .row_input .title {
  font-size: 14px;
  font-family: "default";
}
.profile_wrap .info .row_input span {
  font-size: 22px;
}
.profile_wrap .info .row_input:first-child {
  margin-top: 0;
}
.profile_wrap .info .area-btn {
  width: 100%;
  margin-top: 10px;
}
.profile_wrap .info .area-btn button {
  min-width: auto;
  height: 32px;
  line-height: 32px;
}

.tit_count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.tit_count > div:last-child {
  text-align: right;
}
.tit_count .count {
  color: #0073FF;
  font-size: 20px;
}

.org_cont {
  display: flex;
  gap: 12px;
}
.org_cont .profole_img {
  flex: none;
  width: 100px;
  height: 130px;
}
.org_cont .profole_img img {
  border: 1px solid #A1BFC7;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.org_cont .ico_call::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/ico_call.png") no-repeat center center;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.org_cont li {
  line-height: 1.16;
}
.org_cont li:not(:last-child) {
  margin-bottom: 6px;
}
.org_cont li .title {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.org_cont li span {
  display: block;
  color: #333;
  font-size: 18px;
  font-family: "default-B";
  margin-top: 2px;
}
.org_cont ul + .area-btn {
  margin-top: 11px;
}

.info_detail .map_wrap {
  margin: 20px 0 10px;
  border-radius: 8px;
}
.info_detail .map_wrap img {
  max-width: max-content;
  width: 100%;
  height: auto;
}

.idcard_wrap .tab_cont {
  display: flex;
  justify-content: center;
}
.idcard_wrap .tab_cont .flip {
  position: relative;
  width: 100%;
  height: 480px;
  perspective: 1100px;
  max-width: 410px;
}
.idcard_wrap .tab_cont .card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transform-style: preserve-3d;
}
.idcard_wrap .tab_cont .card[data-class=back] {
  transform: rotateY(180deg);
}
.idcard_wrap .tab_cont .card > div {
  position: absolute;
  border: 1px solid #666;
  border-radius: 20px;
  background: #fff url("../img/bg_idcard.png") no-repeat bottom center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0 22px;
  line-height: 1;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
}
.idcard_wrap .tab_cont .card > div.active {
  display: flex;
}
.idcard_wrap .tab_cont .front .title {
  display: block;
  font-size: 22px;
  font-family: "default-B";
}
.idcard_wrap .tab_cont .front .profile {
  margin-top: 27px;
}
.idcard_wrap .tab_cont .front .profile .img_box {
  width: 133px;
  height: 179px;
  margin: 0 auto;
}
.idcard_wrap .tab_cont .front .profile .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idcard_wrap .tab_cont .front .profile span {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-family: "default-B";
  text-align: center;
  letter-spacing: 10px;
  margin: 10px -10px 0 0;
}
.idcard_wrap .tab_cont .front .idcard_footer {
  margin-top: 42px;
}
.idcard_wrap .tab_cont .front .idcard_footer::before {
  content: url("../img/logo_idcard.png");
  display: block;
  text-align: center;
}
.idcard_wrap .tab_cont .front .idcard_footer span {
  display: block;
  font-size: 20px;
  font-family: "default-B";
  margin-top: 7px;
}
.idcard_wrap .tab_cont .back {
  font-size: 20px;
  transform: rotateY(180deg);
}
.idcard_wrap .tab_cont .back .tit {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  line-height: 20px;
  font-family: "default-B";
  width: 70px;
  text-align: justify;
  vertical-align: sub;
}
.idcard_wrap .tab_cont .back .tit::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.idcard_wrap .tab_cont .back .tit + span {
  font-size: 16px;
  line-height: 20px;
}
.idcard_wrap .tab_cont .back .id_num {
  min-width: 80%;
}
.idcard_wrap .tab_cont .back .id_num .tit {
  margin-right: 5px;
}
.idcard_wrap .tab_cont .back .id_cont {
  min-width: 80%;
  margin-top: 30px;
}
.idcard_wrap .tab_cont .back .id_cont li:not(:first-child) {
  margin-top: 24px;
}
.idcard_wrap .tab_cont .back .id_cont li .tit::before {
  content: ":";
  position: absolute;
  top: 50%;
  left: calc(100% + 7px);
  transform: translateY(-50%);
}
.idcard_wrap .tab_cont .back .id_date {
  margin-top: 40px;
}
.idcard_wrap .tab_cont .back .id_stamp {
  position: relative;
  margin-top: 25px;
}
.idcard_wrap .tab_cont .back .id_stamp strong {
  font-weight: normal;
}
.idcard_wrap .tab_cont .back .id_stamp img {
  position: absolute;
  top: 50%;
  right: -13px;
  max-width: 50px;
  transform: translateY(-50%);
  z-index: -1;
}
.idcard_wrap .tab_cont .back .id_tel {
  margin-top: 36px;
}
.idcard_wrap .tab_btn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.idcard_wrap .tab_btn a {
  flex: 1;
  height: 40px;
  line-height: 40px;
  background-color: #ddd;
  color: #666;
}
.idcard_wrap .tab_btn a:first-child {
  border-radius: 4px 0 0 4px;
}
.idcard_wrap .tab_btn a:last-child {
  border-radius: 0 4px 4px 0;
}
.idcard_wrap .tab_btn a.active {
  color: #fff;
  font-family: "default-B";
  background-color: #00479D;
}

.findidpw .tab_wrap + .area-btn {
  margin-top: 20px;
}
.findidpw .tab_wrap .tab_box .tab_btn {
  width: 50%;
  border-radius: 5px 5px 0 0;
}
.findidpw .tab_wrap .tab_box:last-child .tab_btn {
  left: 50%;
}
.findidpw .tab_content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.popupWrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 500;
}
.popupWrap.active {
  display: block;
  opacity: 1;
}
.popupWrap .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border-radius: 4px;
  background-color: #fff;
}
.popupWrap .popup > header {
  position: relative;
  display: block;
  padding: 16px;
  background: #0073FF;
  border-radius: 4px 4px 0 0;
}
.popupWrap .popup > header h1,
.popupWrap .popup > header h2,
.popupWrap .popup > header h3,
.popupWrap .popup > header h4 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "default-B";
  line-height: 1;
}
.popupWrap .popup > header .pop_close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  background: url(../img/ico-btn2.png) no-repeat;
  background-position: -235px -86px;
  background-size: 300px;
}
.popupWrap .popup .pop_cont {
  position: relative;
  display: block;
  max-height: 80vh;
  padding: 20px;
  overflow-y: auto;
}
.popupWrap .popup .pop_cont .txt_wrap {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.popupWrap .popup .pop_cont .txt_wrap span {
  font-family: "default-B";
}
.popupWrap .popup .pop_cont .list-card ul.list-req_support {
  gap: 10px;
}

.popup_toggle {
  display: none;
}
.popup_toggle.active {
  display: block;
  opacity: 1;
}
.popup_toggle .pop_cont {
  display: block;
}

#idcard_popup .pop_cont {
  max-height: 95vh;
}

/* jquery datepicker */
input.datepicker + .ui-datepicker-trigger {
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  vertical-align: bottom;
}
input.datepicker + .ui-datepicker-trigger img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}

.wrap-datepicker {
  display: inline-block;
}
.wrap-datepicker input.datepicker {
  width: 120px;
}
.wrap-datepicker .unit {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.ui-datepicker {
  font-size: 16px;
  z-index: 9999 !important;
}
.ui-datepicker table {
  min-width: auto;
}
.ui-datepicker select {
  min-width: 0;
}
.ui-datepicker.ui-widget-content {
  background: #fff;
}
.ui-datepicker.only .ui-datepicker-calendar {
  display: none !important;
}
.ui-datepicker.only.onlyyear .ui-datepicker-prev, .ui-datepicker.only.onlyyear .ui-datepicker-next, .ui-datepicker.only.onlyyear .ui-datepicker-month {
  display: none !important;
}
.ui-datepicker.only.onlymonth .ui-datepicker-prev, .ui-datepicker.only.onlymonth .ui-datepicker-next, .ui-datepicker.only.onlymonth .ui-datepicker-year {
  display: none !important;
}
.ui-datepicker.schedule {
  margin-left: -44px;
}
.ui-datepicker .ui-widget-header {
  padding: 4px 0;
  border: none;
  background: #00479D;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  position: relative;
  background: none;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span::before,
.ui-datepicker .ui-widget-header .ui-datepicker-next span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
  border: 1px solid #00479D;
  background: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 5px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 5px;
}
.ui-datepicker .ui-widget-header select {
  position: relative;
  width: auto;
  background: url("../img/ico_detepicker_select.png") no-repeat top calc(50% + 1px) right;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0 18px 0 0;
  margin: 0;
  cursor: pointer;
  transition: 0.15s;
  /* &:hover{
    background-position-y: calc(50% + 3px);
  } */
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-datepicker .ui-widget-header select.ui-datepicker-year {
  margin-right: 5px;
}
.ui-datepicker .ui-widget-header select::-ms-expand {
  display: none;
}
.ui-datepicker .ui-widget-header select:not(:first-child) {
  margin-left: 10px;
  letter-spacing: 0.5px;
}
.ui-datepicker .ui-widget-header select option {
  color: #000;
  font-weight: normal;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #333;
  text-align: center;
  font-family: "default-B";
}
.ui-datepicker .ui-state-default.ui-state-highlight, .ui-datepicker .ui-state-default.ui-state-hover {
  border: 1px solid #00479D;
  background: #fff;
  color: #000;
}
.ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid #00479D;
  background: #005ed0;
  color: #fff;
}/*# sourceMappingURL=style.css.map */