@charset "UTF-8";

/****************************** FONT ******************************/
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap';

/****************************** RESET ******************************/
html,
body {
  height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a,
span,
figure,
main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
input,
select,
textarea,
button,
table {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 1.357;
  color: #2a2c2f;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: -0.015em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

img,
a {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  -webkit-user-drag: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  width: auto;
  overflow: visible;
  color: inherit;
  vertical-align: middle;
  background: transparent;
  border: none;
  box-sizing: border-box;
}

sup {
  line-height: 1;
  font-size: 0.7em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
}

caption,
legend {
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}

input[type='text'],
input[type='password'] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  box-shadow: none !important;
}

input:checked[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='text']::-ms-clear,
input[type='tel']::-ms-clear {
  display: none;
}

input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input[disabled="disabled"],
select[disabled="disabled"],
input[readonly="readonly"],
input.disabled,
input.readonly {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  cursor: default;
  box-sizing: border-box;
}

input[disabled="disabled"]:focus,
select[disabled="disabled"]:focus,
input[readonly="readonly"],
input.disabled:focus,
input.readonly:focus {
  border-color: #ddd !important
}

select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

input[data-fakefile="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #767676 !important;
  letter-spacing: -0.025em;
  font-weight: normal !important;
}

::-moz-placeholder {
  color: #767676 !important;
  letter-spacing: -0.025em;
  font-weight: normal !important;
}

:-ms-input-placeholder {
  color: #767676 !important;
  letter-spacing: -0.025em;
  font-weight: normal !important;
}

select.placeholder {
  color: #2a2c2f !important;
  letter-spacing: -0.025em;
  font-weight: normal !important;
}

th,
td {
  text-indent: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

/*
div:focus, dl:focus, dt:focus, dd:focus, ul:focus, ol:focus, li:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, pre:focus, code:focus,
form:focus, fieldset:focus, legend:focus, textarea:focus, p:focus, blockquote:focus, th:focus, td:focus, article:focus, aside:focus, details:focus,
figcaption:focus, figure:focus, footer:focus, header:focus, hgroup:focus, main:focus, nav:focus, section:focus, summary:focus,a:focus,button:focus,input:focus,select:focus,textarea:focus,
div:hover, dl:hover, dt:hover, dd:hover, ul:hover, ol:hover, li:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, pre:hover, code:hover,
form:hover, fieldset:hover, legend:hover, textarea:hover, p:hover, blockquote:hover, th:hover, td:hover, article:hover, aside:hover, details:hover,
figcaption:hover, figure:hover, footer:hover, header:hover, hgroup:hover, main:hover, nav:hover, section:hover, summary:hover,a:hover,button:hover,input:hover,select:hover,textarea:hover { outline:none; }
*/
small {
  font-size: inherit;
}

a,
button,
:before,
:after {
  transition: background-color .3s, border .3s, color .3s, margin .3s;
}

/****************************** COMMON ******************************/
.blind:not(thead) {
  display: block;
  position: absolute;
  left: -9999px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  white-space: nowrap;
}

thead.blind,
thead.blind tr,
thead.blind td,
thead.blind th {
  border: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  overflow: hidden;
}

.hide {
  display: none !important;
}

.skip {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  overflow: hidden;
  font-size: 1em;
  line-height: 0;
  color: #fff;
  background: #000;
  font-weight: 700;
  text-align: center;
  z-index: -1;
  opacity: 0;
}

.skip:focus {
  z-index: 1000;
  opacity: 1;
  padding: 20px 0;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.iblock {
  display: inline-block;
}

.block {
  display: block;
}

button.block {
  width: 100%;
}

.ac,
table.ac td,
table.ac th {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.txt-line {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.txt-line::after {
  content: '';
  display: block;
  margin-top: 0.4em;
  height: 1px;
  background: #2a2c2f;
  opacity: 0.69;
}

.flex,
.grid-item.flex {
  display: flex;
  align-items: center;
}

.flex>.grid-item:not(.none) {
  flex: 1;
}

.grid-item {
  display: inline-block;
}

.lh-1 {
  line-height: 1;
}

.txt_line {
  text-decoration: underline;
}

.fc {
  color: #767676 !important;
}

.fc-2 {
  color: #2a2c2f !important;
}

.fc-3 {
  color: #000 !important;
}

.fc-4 {
  color: #a8650f !important;
}

.fc-5 {
  color: #317bb9 !important;
}

.fc-6 {
  color: #db2e2e !important;
}

.scroll {
  padding-right: 8px;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ececec;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #5e666c;
}

/* js에서 사용 */
.scrollDisable {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

.js-visible {
  display: block !important;
  opacity: 0 !important;
}

/****************************** ICON ******************************/
.ir,
.ir-b:before,
.ir-a:after,
.ir-g,
.ir-g:before,
.ir-g:after {
  display: inline-block;
  vertical-align: middle;
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}

.ir-b:before,
.ir-a:after,
.ir-g:before,
.ir-g:after {
  content: '';
}

.ir,
.i-required,
.i-del {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 1px;
  overflow: hidden;
  text-indent: -999px;
  color: transparent;
  line-height: 0;
}

.i-plus {
  position: relative;
  width: 8.5px;
  height: 8.5px;
}

.i-plus::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.5px;
  height: 1.5px;
  background: #2a2c2f;
  transform: translate(-50%, -50%);
}

.i-plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.5px;
  height: 1.5px;
  background: #2a2c2f;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.i-plus-2 {
  position: relative;
  width: 11px;
  height: 11px;
  margin-bottom: 4px;
}

.i-plus-2::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #2a2c2f;
}

.i-plus-2::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #2a2c2f;
  transform: rotate(-90deg);
}

.bt-12:hover .i-plus-2::before,
.bt-12:hover .i-plus-2::after {
  background: #fff;
}

.bt-7 .i-plus-2::before,
.bt-7 .i-plus-2::after {
  background: #fff;
}

.i-minus {
  position: relative;
  width: 8.5px;
  height: 8.5px;
}

.i-minus::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.5px;
  height: 1.5px;
  background: #2a2c2f;
  transform: translate(-50%, -50%);
}

.i-del {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
  background: #fff;
}

.i-del::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.i-del::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 7px;
  background: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.i-required {
  width: 4px;
  height: 4px;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 10px;
  background: #db2e2e;
}

.bt-8.i-prev,
.bt-8.i-next {
  padding: 0 20px;
}

.i-prev::before {
  content: '';
  display: inline-block;
  vertical-align: 1px;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border: 0 solid #2a2c2f;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}

.i-next::after {
  content: '';
  display: inline-block;
  vertical-align: 1px;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border: 0 solid #2a2c2f;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

/****************************** BUTTON ******************************/
[class*="bt-"] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 9px;
  white-space: nowrap;
}

[class*="bt-"]:disabled {
  cursor: default;
}

.btnarea {
  display: block;
  padding: 0;
  margin: 36px 0 0;
  font-size: 0;
  text-align: center;
}

.btnarea.cmgt {
  margin-top: 16px;
}

.btnarea-2 {
  display: block;
  padding: 0;
  margin: 16px 0 0;
  font-size: 0;
  text-align: right;
}

.btnarea [class*="bt-"]+[class*="bt-"] {
  margin-left: 12px;
}

.bt-1,
.bt-2,
.bt-3,
.bt-4 {
  min-width: 125px;
  height: 37px;
  padding: 0 36px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}

.bt-1 {
  color: #2a2c2f;
  border: 1px solid #404040;
  background: #fff;
}

.bt-2 {
  color: #fff;
  border: 1px solid #2a2c2f;
  background: #2a2c2f;
}

.bt-3 {
  color: #2477bd;
  border: 1px solid #2477bd;
  background: #fff;
  border-radius: 2px;
}

.bt-4 {
  color: #fff;
  border: 1px solid #2477bd;
  background: #2477bd;
  border-radius: 2px;
}

.bt-1:focus,
.bt-2:focus,
.bt-3:focus,
.bt-4:focus,
.bt-5:focus,
.bt-6:focus,
.bt-7:focus,
.bt-8:focus {
	outline: 2px solid #ee6d0e;
}

.bt-1:not(:disabled):focus, .bt-2:not(:disabled):focus {
	outline: 2px solid #ee6d0e;
}

.bt-5,
.bt-6,
.bt-7,
.bt-8,
.bt-16 {
  height: 30px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
}

.bt-5,
.bt-6:disabled {
  border: 1px solid #626668;
  background: #626668;
}

.bt-6 {
  border: 1px solid #2477bd;
  background: #2477bd;
}

.bt-7 {
  border: 1px solid #2a2c2f;
  background: #2a2c2f;
}

.bt-8 {
  color: #2a2c2f;
  border: 1px solid #c9cacd;
  background: #fff;
}

.bt-8:not(:disabled).active {
  position: relative;
  color: #fff;
  border-color: #2477bd;
  background-color: #2477bd;
  border-radius: 2px !important;
}

.bt-8:not(:disabled).active:focus {
	outline: 2px solid #ee6d0e;
}

.bt-16 {
  color: #2a2c2f;
  border: 1px solid #2a2c2f;
  background: #fff;
}

.btnarea .bt-17 {
  padding: 0 23px;
  margin-right: 21px;
}

.bt-9 {
  height: 25px;
  padding: 0 9px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  color: #1f6cb5;
  border: 1px solid #1f6cb5;
  background: #ebeff5;
  border-radius: 2px;
}

.bt-10 {
  height: 25px;
  padding: 0 9px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  color: #0059a4;
  border: 1px solid #0059a4;
  background: #fff;
  border-radius: 2px;
}

.bt-11 {
  height: 25px;
  padding: 0 9px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  color: #6c6c6c;
  border: 1px solid #c9cacd;
  background: #ebeff5;
  border-radius: 2px;
}

.bt-12 {
  height: 25px;
  padding: 0 6px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  border: 1px solid #626668;
  background: #fff;
  border-radius: 2px;
}

.bt-13 {
  min-width: 125px;
  height: 30px;
  padding: 0 20px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #616161;
  background: #616161;
  border-radius: 2px;
}

.bt-14 {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #2a2c2f;
  background: #2a2c2f;
  border-radius: 2px;
}

.bt-15 {
  height: 30px;
  padding: 0 11px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  border: 1px solid #626668;
  background: #fff;
  border-radius: 2px;
}

.set-period {
  font-size: 0;
}

.set-period .bt-8+.bt-8 {
  margin-left: -1px;
}

.set-period .bt-8:first-child {
  border-radius: 2px 0 0 2px;
}

.set-period .bt-8:last-child {
  border-radius: 2px 0 0 2px;
}

.set-period .bt-8:only-child {
  border-radius: 2px;
}

.bt-file {
  min-width: 78px;
  height: 30px;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #626668;
  background: #626668;
  border-radius: 2px;
  box-sizing: border-box;
}

input:focus+.bt-file {
  line-height: 26px;
}

.bt-unit {
  position: relative;
  width: 100%;
  padding: 0 29px 0 8px;
  line-height: 32px;
  font-size: 14px;
  color: #2a2c2f;
  border: 1px solid #c9cacd;
  background: #e4e9f1;
  border-radius: 2px;
  text-align: left;
  font-weight: 500;
}

.bt-unit .i-del {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
}

.bt-ico {
  min-width: 25px;
  height: 25px;
  padding: 0;
  line-height: 23px;
  font-size: 0;
  border: 1px solid #c9cacd;
  border-radius: 2px;
  background-color: #fff;
}

.bt-ico .ir-g {
  position: relative;
  width: 25px;
  height: 100%;
}

.bt-ico .ir-g+.ir-g::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 11px;
  margin-top: -6px;
  background: #cdcdcd;
}

a.i-help,
button.i-help {
  display: inline-block;
  color: #2477bd;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}

.i-help .txt-line::after {
  background: #2477bd;
}

/****************************** FORM ******************************/
input:disabled,
select:disabled,
input:disabled+.checked-i,
textarea:disabled,
textarea:disabled+.fm-count {
  opacity: .4;
  background-color: rgba(239, 239, 239, .3);
}

input::-webkit-input-placeholder {
  color: #767676 !important;
}

input::-moz-placeholder {
  color: #767676 !important;
}

input:-ms-input-placeholder {
  color: #767676 !important;
}

.placeholder {
  color: #767676 !important;
  font-weight: 400;
}

.fm-ipt {
  width: 100%;
  height: 35px;
  line-height: 33px;
  padding: 0 12px 0 12px;
  font-size: 14px;
  color: #2a2c2f;
  border: 1px solid #c9cacd;
  border-radius: 0;
}

.fm-ta {
  width: 100%;
  height: 155px;
  line-height: 1.41;
  padding: 8px 12px;
  font-size: 14px;
  color: #2a2c2f;
  border: solid 1px #c9cacd;
  border-radius: 0;
  overflow: auto;
  resize: none
}

.fm-ta.ty-count {
  border-bottom-width: 0;
}

.fm-count {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 12px;
  line-height: 1;
  font-size: 14px;
  color: #767676;
  text-align: right;
  border: solid 1px #c9cacd;
  border-top-width: 0;
  background: #fff;
}

.fm-sel {
  width: 100%;
  height: 35px;
  line-height: 33px;
  padding: 0 34px 0 12px;
  font-size: 14px;
  color: #2a2c2f;
  border: solid 1px #c9cacd;
  border-radius: 0;
  background: #fff url("../../img/common/fm-sel-mo.png") right 11px center no-repeat;
  background-size: 12px 7px;
}

.fm-rad,
.fm-chk,
.fm-etc {
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 0 !important;
  outline: none;
}

.checked-i:before,
.checked-i:after {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
}

input:focus+.checked-i:before,
input:focus+.bt-file {
  border: 2px solid #000 !important;
  border-radius: 4px;
  transition: none;
}

.fm-chk+.checked-i {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 15px;
  line-height: 14px;
  padding-left: 16px;
  font-size: 14px;
  color: #767676;
  cursor: pointer;
  vertical-align: middle;
}

.fm-chk+.checked-i:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 15px;
  border: solid 1px #626668;
  background-color: #fff;
}

.fm-chk+.checked-i:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border: solid 0 #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) skew(-1deg, -1deg);
  opacity: 0;
}

.fm-chk:not(disabled):checked+.checked-i:before {
  border-color: #2477bd;
  background-color: #2477bd;
}

.fm-chk:not(disabled):checked+.checked-i:after {
  opacity: 1;
}

.fm-chk+.checked-i.txt {
  padding-left: 22px;
}

.fm-rad+.checked-i {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 15px;
  line-height: 14px;
  padding-left: 13px;
  font-size: 14px;
  color: #767676;
  cursor: pointer;
}

.fm-rad+.checked-i:before {
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  border: solid 1px #626668;
  border-radius: 100% !important;
}

.fm-rad+.checked-i:after {
  left: 3px;
  top: 4px;
  width: 7px;
  height: 7px;
  background-color: #2477bd;
  border-radius: 100%;
  opacity: 0;
}

.fm-rad:not(disabled):checked+.checked-i:after {
  opacity: 1;
}

.fm-rad+.checked-i.txt {
  padding-left: 19px;
}

.fm-file {
  position: absolute;
  width: 78px;
  height: 30px;
  padding: 0;
  margin: 0;
  opacity: 0 !important;
  outline: none;
}

/****************************** CALENDAR ******************************/
.cal-mini-wrap {
  padding: 12px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}

.cal-mini-close {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  line-height: 28px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  text-transform: uppercase;
}

.cal-mini-close.last {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding-bottom: 2px;
  line-height: 26px;
  border-radius: 28px;
  text-indent: 0;
  opacity: 1;
  background: #333;
  color: #fff;
  font-size: 14px;
}

.cal-mini-close:focus {
  z-index: 2;
}

.cal-mini-title {
  text-align: center;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  line-height: 29px;
}

.cal-mini-prev,
.cal-mini-next,
.cal-mini-prev-year,
.cal-mini-next-year {
  background: url("../../img/common/sprite-calendar.png") 999px 999px no-repeat;
  background-size: 88px 22px;
}

.cal-mini-prev-year {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  background-position: -44px 0;
}

.cal-mini-prev {
  position: absolute;
  left: 40px;
  top: 15px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  background-position: 0 0;
}

.cal-mini-next-year {
  position: absolute;
  right: 13px;
  top: 15px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  background-position: -66px 0;
}

.cal-mini-next {
  position: absolute;
  right: 40px;
  top: 15px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  background-position: -22px 0;
}

.cal-mini-prev[disabled],
.cal-mini-next[disabled],
.cal-mini-prev-year[disabled],
.cal-mini-next-year[disabled] {
  opacity: .4;
}

.cal-mini-body {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.cal-mini-body th {
  width: 32px;
  height: 39px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.cal-mini-body td {
  width: 32px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

.cal-mini-body button,
.cal-mini-body a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  border-radius: 22px;
  text-align: center;
}

.cal-mini-body .today button,
.cal-mini-body .today a {
  background: #2477bd;
  color: #fff;
  font-weight: bold;
}

.cal-mini-body button[disabled],
.cal-mini-body button.disabled {
  opacity: .3;
}

/****************************** POPUP ******************************/
body .fixed-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uipop-container {
  display: none;
  position: absolute;
}

.uipop-container.dim {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 900;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uipop-container.dim .uipop-track {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}

.pop-layer {
  display: none;
  position: relative;
  max-width: 548px;
  width: calc(100vw - 36px);
  padding: 36px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.pop-layer.ty-2 {
  max-width: 1200px;
}

.pop-layer.ty-3 {
  max-width: 870px;
}

.uipop-container .pop-layer {
  display: block;
}

.pop-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #2a2c2f;
}

.pop-title.ty-2 {
  font-size: 18px;
}

.pop-title:first-child,
.pop-title.ty-2:first-child {
  margin-top: -7px;
}

.pop-title-2 {
  margin-bottom: 16px;
  margin-top: 32px;
  color: #2a2c2f;
  font-weight: 700;
  line-height: 1.1;
}

.pop-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.pop-btn-close .i-close {
  position: relative;
  width: 36px;
  height: 36px;
}

.pop-btn-close .i-close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, .6);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.2s;
}

.pop-btn-close .i-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, .6);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.2s;
}

.pop-btn-close:hover .i-close::before,
.pop-btn-close:hover .i-close::after {
  transform: translate(-50%, -50%) rotate(0);
}

.pop-btn-close .i-close.white::before,
.pop-btn-close .i-close.white::after {
  background: rgba(255, 255, 255, .6);
}

.pop-btnarea {
  margin-top: 16px;
  text-align: center;
}

.pop-btnarea.cmgt {
  margin-top: 12px;
}

.pop-btnarea.cmgt-2 {
  margin-top: 58px;
}

.pop-msg {
  color: #767676;
}

dl.pop-msg {
  margin-top: 32px;
  font-size: 14px;
}

.pop-msg dt {
  color: #2a2c2f;
  font-weight: 700;
}

.pop-msg dd {
  margin-top: 4px;
}

.pop-title+.pop-msg {
  margin-top: -8px;
}

.pop-date {
  display: block;
  font-size: 12px;
  text-align: right;
}

.pop-title+.pop-date {
  margin-top: -5px;
}

.pop-cont {
  margin-top: 12px;
}

.pop-cont.terms-cont {
  padding: 0;
  max-height: calc(100vh - 250px);
}

.pop-cont.news-view-detail {
  margin-top: 0;
}

.pop-cont .grid-list-2 td {
  padding: 7px 12px;
}

.pop-msg-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.pop-msg.ac,
.pop-msg-2.ac {
  margin-left: -10px;
  margin-right: -10px;
}

.pop-apr-msg {
  position: relative;
  margin-top: 26px;
  margin-bottom: 60px;
  color: #2a2c2f;
}

.pop-apr-msg dt {
  font-size: 18px;
  font-weight: 700;
}

.pop-apr-msg dt+dd {
  margin-top: 34px;
}

.pop-apr-msg dd {
  font-size: 14px;
  padding-right: 100px;
}

.pop-apr-msg .sign {
  position: absolute;
  top: 50px;
  right: 0;
  padding-right: 0;
}

.pop-apr-msg .sign img {
  width: 91px;
}

.down-format {
  display: flex;
  text-align: center;
}

.down-format>li {
  flex: 1;
  height: 82px;
  line-height: 80px;
}

.down-format>li+li {
  margin-left: 3px;
}

.down-format .checked-i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.down-format .checked-i .ir {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.down-format .checked-i:before {
  width: 100%;
  height: 100%;
  border: 1px solid #c9cacd;
}

.down-format .fm-etc:checked+.checked-i:before {
  border-color: #2477bd;
}

.search-info {
  letter-spacing: -0.04em;
}

.search-info-stitle {
  margin: 0 0 18px;
  font-size: 12px;
  color: #767676;
  line-height: 1;
}

.search-info-stitle.line {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dfdbda;
}

.search-info-stitle .point {
  color: #2477bd;
}

.search-info-bg {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #2477bd;
  line-height: 1.2;
}

.search-info-bg+.search-info-bg::after {
  content: '';
  position: absolute;
  left: -26px;
  right: -26px;
  top: -20px;
  height: 1px;
  background: #dfdbda;
}

.search-info-bg+.search-info-bg {
  margin-top: 38px;
}

.search-info-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.grid-bill {
  border-top: 2px solid #4a4a4a;
  font-size: 14px;
  color: #767676;
}

.grid-bill+.grid-bill {
  margin-top: 10px;
}

.grid-bill.line-t-ty {
  border-top: 1px solid #c9cacd;
}

.grid-bill tr {
  border-bottom: 1px solid #c9cacd;
}

.grid-bill th,
.grid-bill td {
  padding: 7px 12px 7px;
  text-align: left;
  vertical-align: middle;
}

.grid-bill th {
  color: #000;
  font-weight: 500;
}

.grid-bill .bg {
  background: #f9f9f9;
}

/****************************** Swiper ******************************/
.swiper-button-prev.ty-1 {
  left: auto;
  right: 12px;
  top: 0;
  z-index: 10;
  width: 16px;
  height: 19px;
  margin: 0;
  padding: 5px;
}

.swiper-button-next.ty-1 {
  right: 47px;
  top: 0;
  z-index: 10;
  width: 16px;
  height: 19px;
  margin: 0;
  padding: 5px;
}

.swiper-button-next.ty-1:after,
.swiper-button-prev.ty-1:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 0 solid #030303;
  border-width: 2px 2px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-next.ty-1:after {
  border-width: 0 0 2px 2px;
}

.swiper-button-auto.ty-1 {
  position: absolute;
  right: 29px;
  top: 0;
  width: 16px;
  height: 19px;
  padding: 5px;
}

.swiper-button-auto.ty-1::before {
  content: '';
  display: block;
  width: 2px;
  height: 9px;
  border: 0 solid #000;
  border-width: 0 2px 0 2px;
  opacity: 1;
}

.swiper-button-auto.ty-1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #000;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.swiper-button-auto.stop.ty-1::before {
  opacity: 0;
}

.swiper-button-auto.stop.ty-1::after {
  opacity: 1;
}

/****************************** Animation ******************************/
@keyframes img-in {
  0% {
    transform: scale(1.08) translate(-50%, -50%);
    transform-origin: left top;
  }

  100% {
    transform: scale(1) translate(-50%, -50%);
    transform-origin: left top;
  }
}

@keyframes full-in {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuall-opend {
  0% {
    left: -370px;
  }

  100% {
    left: 0;
  }
}

@keyframes menuall-close {
  0% {
    left: 0;
  }

  100% {
    left: -370px;
  }
}

/* @keyframes hamburg-t { 0% { margin-top:-1px; transform:rotate(45deg); } 50% { margin-top:-1px; transform:rotate(0); } 100% { margin-top:-10px; transform:rotate(0); } }
@keyframes hamburg-b { 0% { margin-top:-1px; transform:rotate(-45deg); } 50% { margin-top:-1px; transform:rotate(0); } 100% { margin-top:8px; transform:rotate(0); } }
@keyframes hamburg-open-t { 0% { margin-top:-10px; transform:rotate(0); } 50% { margin-top:-1px; transform:rotate(0); } 100% { margin-top:-1px; transform:rotate(45deg); background-color:#fff; } }
@keyframes hamburg-open-b { 0% { margin-top:8px; transform:rotate(0); } 50% { margin-top:-1px; transform:rotate(0); } 100% { margin-top:-1px; transform:rotate(-45deg); background-color:#fff; } } */

/****************************** LAYOUT ******************************/
#wrap {
  width: 100%;
  overflow: hidden;
}

#header {
  position: relative;
  height: 56px;
  z-index: 1010;
}

#header .header-in {
  position: relative;
  z-index: 200;
  padding-left: 18px;
  padding-right: 18px;
}

.header-in .user-push .num:empty {
  display: none;
}

.header-in .act-user-wrap {
  position: relative;
}

.header-in .act-user-wrap .option {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  width: 218px;
  margin-top: 25px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-in .act-user-wrap .info {
  padding: 12px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #c9cacd;
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0;
}

.header-in .act-user-wrap .user-name {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  color: #2a2c2f;
  vertical-align: middle;
}

.header-in .act-user-wrap .bt-mod {
  display: inline-block;
  padding: 0 6px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  color: #444;
  vertical-align: middle;
  border: 1px solid #626668;
  border-radius: 2px;
  background: #fff;
}

.header-in .act-user-wrap .links {
  display: flex;
  flex-wrap: wrap;
  line-height: 34px;
  font-size: 12px;
  color: #767676;
  background: #fff;
  border: 1px solid #c9cacd;
  border-width: 0 1px;
}

.header-in .act-user-wrap .links a {
  width: 50%;
  text-align: center;
  border-top: 1px solid #c9cacd;
}

.header-in .act-user-wrap .links a:nth-child(2n) {
  border-left: 1px solid #c9cacd;
}

.header-in .act-user-wrap .links a:nth-child(odd):last-child {
  width: 100%;
}

.header-in .act-user-wrap .bt-submit {
  width: 100%;
  line-height: 36px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #626668;
}

.header-in .footer-in {
  display: none;
}

/* 수정 */
.container {
  max-width: 1236px;
  padding: 12px 18px 60px;
  /* padding:0 18px 60px; */
  margin-left: auto;
  margin-right: auto;
}

.container:focus {
  outline: none;
}

.container.ty-2 {
  position: relative;
}

body>.container {
  height: 100%;
  min-height: 320px;
}

.container.ty-2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background: #e4e9f1;
}

/* 수정 */
.page-path {
  /* margin:-13px 0 16px; */
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  line-height: 1;
  text-align: right;
}

.page-path .item:last-child {
  color: #2a2c2f;
}

.page-path .item+.item::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 9px 0 5px;
  border: 0 solid #2a2c2f;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.page-path a:hover {
  text-decoration: underline;
}

#footer {
  position: relative;
  z-index: 100;
  background: #444;
}

.footer-in {
  position: relative;
  max-width: 1200px;
  padding: 15px 18px 20px;
  margin: 0 auto;
  line-height: 1.83;
  font-size: 12px;
  color: #e0e0e0;
}

.footer-in .footer-logo {
  display: block;
  margin-bottom: 12px;
}

.footer-in .footer-menu {
  font-weight: 700;
}

.footer-in .footer-menu .item {
  margin-bottom: 6px;
}

.footer-in .footer-office {
  font-weight: 400;
}

.footer-in .item {
  display: inline-block;
}

.footer-in .item::after {
  content: '|';
  display: inline-block;
  margin: 0 0.5em 0 1em;
  color: #626668;
}

.footer-in .item:last-child::after {
  display: none;
}

.page-top {
  display: none;
  position: absolute;
  right: 12px;
  top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #c9cacd;
  display: none;
  background: #fff;
  border-radius: 100%;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.2);
}

.page-top::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 0 solid #2a2c2f;
  border-width: 2px 0 0 2px;
  transform: translateX(-50%) rotate(45deg);
}

.page-top::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 12px;
  width: 2px;
  height: 16px;
  margin-left: -1px;
  background: #2a2c2f;
}

/* Tab */
.swipe-initialized {
  position: relative;
  overflow: hidden;
}

.swipe-initialized:not(.swipe-off) {
  cursor: move;
}

.swipe-initialized .swipe-cont {
  position: relative;
  white-space: nowrap;
}

/* Board */
.pagination {
  margin: 36px 0 0;
  font-size: 0;
  text-align: center;
}

.pagination ul,
.pagination li {
  display: inline;
}

.pagination a,
.pagination button {
  position: relative;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  padding: 0 4px;
  margin: 0 3px;
  font-size: 12px;
  color: #2a2c2f;
  vertical-align: middle;
  border: 1px solid #626668;
  border-radius: 2px;
}

.pagination .current a,
.pagination .current button,
.pagination .active a,
.pagination .active button,
.pagination a.active,
.pagination button.active {
  background-color: #2477bd;
  border-color: #2477bd;
  color: #fff;
}

.pagination .pag-prev,
.pagination .pag-next,
.pagination .pag-first,
.pagination .pag-last {
  font-size: 0;
  line-height: 1;
  padding-top: 6.5px;
}

.pagination .pag-prev::before,
.pagination .pag-next::before,
.pagination .pag-first::before,
.pagination .pag-last::before,
.pagination .pag-first::after,
.pagination .pag-last::after {
  content: '';
  display: inline-block;
  vertical-align: 1px;
}

.pagination .pag-first::before,
.pagination .pag-prev::before,
.pagination .pag-first::after {
  width: 6px;
  height: 6px;
  border: 0 solid #2a2c2f;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}

.pagination .pag-last::after,
.pagination .pag-next::before,
.pagination .pag-last::before {
  width: 6px;
  height: 6px;
  border: 0 solid #2a2c2f;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.pagination .pag-first::before {
  margin-left: 4px;
  margin-right: -3px;
}

.pagination .pag-prev::before {
  margin-left: 4px;
}

.pagination .pag-next::before {
  margin-right: 4px;
}

.pagination .pag-last::after {
  margin-left: -3px;
  margin-right: 4px;
}

/* Error && 완료 */
.msg-head .subj {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.msg-head .desc {
  margin-bottom: 14px;
  line-height: 1.41;
  text-align: center;
}

.msg-head .subj+.desc {
  margin-top: -6px;
}

.msg-head .subj+.desc em {
  color: #1b6aad;
}

.msg-box {
  padding: 33px 25px 35px;
  background: #f9f9f9;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  text-align: center;
  line-height: 1.41;
}

.msg-box .msg dt {
  margin-bottom: 6px;
  font-weight: 700;
}

.msg-box .msg .bad {
  color: #db2e2e;
}

.msg-box .msg dt.ty-2 {
  font-size: 18px;
}

.msg-box .msg dd {
  color: #737373;
}

.msg-box .msg dd+dd {
  margin-top: 0.625em;
}

.msg-box .btnarea {
  margin-top: 13px;
}

.msg-box-2 {
  padding: 8px 30px;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  text-align: center;
  line-height: 1.41;
}

.msg-box+.msg-box-2 {
  margin-top: -1px;
}

.msg-box-2 .result {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.msg-box-2 .result .name {
  display: inline-block;
  position: relative;
  width: 5.8em;
  padding-right: 0.8em;
}

.msg-box-2 .result .name::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.4em;
  width: 1px;
  height: 1em;
  background: #d7d8da;
}

.msg-box-2 .result .val {
  display: inline-block;
  padding-left: 1em;
}

.msg-box-2 .result .item+.item {
  margin-top: 10px;
}

.footer-in .web_wa {
  display: none
}

/****************************** PC ******************************/
@media (min-width:1024px) {

  body,
  input,
  select,
  textarea,
  button,
  table {
    font-size: 16px;
    line-height: 1.75;
  }

  .pc-hide {
    display: none !important;
  }

  .pc-block {
    display: block !important;
  }

  .pc-flex {
    display: flex;
    align-items: center;
  }

  .pc-flex>.grid-item:not(.none) {
    flex: 1;
  }

  /* ICON */
  .ir,
  .ir-b:before,
  .ir-a:after,
  .grid-thumb:empty:after {
    background-image: url("../../img/common/sprite.png");
    background-size: 500px 600px;
  }

  .i-logo {
    width: 124px;
    height: 18px;
    background-position: 0 0;
  }

  .i-logo-2 {
    width: 103px;
    height: 15px;
    background-position: 0 -28px;
  }

  .i-logo-kpf {
    width: 146px;
    height: 41px;
    background-position: 0 -53px;
  }

  .i-profile {
    width: 28px;
    height: 29px;
    background-position: -265px 0;
  }

  .i-reload {
    width: 22px;
    height: 20px;
    background-position: -405px 0;
  }

  .i-reload-2 {
    width: 24px;
    height: 26px;
    background-position: -199px -61px;
  }

  .i-scrap-2 {
    width: 13px;
    height: 18px;
    background-position: -431px 0;
  }

  .i-scrap-2.active {
    background-position: -448px 0;
  }

  .i-print {
    width: 20px;
    height: 18px;
    background-position: -465px 0;
  }

  .i-search {
    width: 27px;
    height: 27px;
    background-position: -203px -28px;
    opacity: 0.882;
  }

  button:hover>.i-search,
  a:hover>.i-search {
    opacity: 1;
  }

  .i-search-2 {
    width: 28px;
    height: 28px;
    background-position: -199px -97px;
  }

  button:hover>.i-search-2 {
    background-position: -134px -22px;
  }

  .i-search-3 {
    width: 20px;
    height: 20px;
    background-position: -448px -28px;
  }

  .i-search-4 {
    width: 33px;
    height: 33px;
    background-position: -156px -61px;
  }

  .i-cal {
    width: 21px;
    height: 23px;
    background-position: -172px -28px;
  }

  .i-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin: -29px 0 0 -29px;
    width: 58px;
    height: 58px;
    background-position: -240px -36px;
    transition: opacity .3s;
  }

  /* 썸네일 마우스 hover */
  .i-expend {
    width: 40px;
    height: 32px;
    background-position: -308px -36px;
  }

  .expend-newsview .i-expend {
    background-position: -358px -36px;
  }

  .i-hwp {
    width: 39px;
    height: 39px;
    background-position: -308px -78px;
  }

  .i-doc {
    width: 43px;
    height: 39px;
    background-position: -408px -62px;
  }

  .i-pdf {
    width: 38px;
    height: 39px;
    background-position: -461px -62px;
  }

  .i-cart::before {
    width: 22px;
    height: 21px;
    background-position: -170px 0;
  }

  .i-scrap::before {
    width: 13px;
    height: 21px;
    background-position: -202px 0;
  }

  .i-history::before {
    width: 30px;
    height: 21px;
    background-position: -225px 0;
  }

  .i-bigkinds::before {
    width: 28px;
    height: 31px;
    background-position: -303px 0;
  }

  .i-guide::before {
    width: 28px;
    height: 31px;
    background-position: -341px 0;
  }

  .i-help::before {
    width: 22px;
    height: 22px;
    background-position: -379px 0;
    border: 1px solid #2477bd;
    border-radius: 22px;
    margin-right: 5px;
  }

  .i-help-2::before,
  .i-help-3::before {
    width: 27px;
    height: 27px;
    background-position: -52px -195px;
    margin: 0 8px 4px 0;
  }

  .i-help-2:hover::before {
    background-position: -52px -232px;
  }

  .i-down::before {
    width: 13px;
    height: 16px;
    background-position: -408px -24px;
    margin: 0 4px 4px 0;
  }

  .i-down:hover::before {
    background-position: -425px -24px;
  }

  .i-down-2::before {
    width: 13px;
    height: 16px;
    background-position: -408px -42px;
    margin: 0 4px 4px 0;
  }

  .i-error::before {
    width: 89px;
    height: 79px;
    background-position: 0 -104px;
    display: block;
    margin: 8px auto 23px;
  }

  .i-member::before {
    width: 76px;
    height: 70px;
    background-position: -99px -104px;
    display: block;
    margin: 20px auto 23px;
  }

  .i-phone::before {
    width: 20px;
    height: 34px;
    background-position: -478px -22px;
    margin-right: 10px;
  }

  .i-main-guide::before {
    width: 35px;
    height: 44px;
    background-position: -183px -141px;
    display: block;
    margin: 0 auto 5px;
  }

  .i-main-guide:hover::before {
    background-position: -56px -263px;
  }

  .i-main-guide-2::before {
    width: 46px;
    height: 44px;
    background-position: 0 -195px;
    display: block;
    margin: 0 auto 5px;
  }

  .i-main-guide-2:hover::before {
    background-position: -101px -263px;
  }

  .i-main-guide-3::before {
    width: 46px;
    height: 44px;
    background-position: 0 -249px;
    display: block;
    margin: 0 auto 5px;
  }

  .i-main-guide-3:hover::before {
    background-position: -157px -263px;
  }

  .i-process::before {
    width: 68px;
    height: 55px;
    background-position: -213px -263px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-process-2::before {
    width: 68px;
    height: 55px;
    background-position: -291px -263px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-process-3::before {
    width: 68px;
    height: 55px;
    background-position: -369px -263px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-process-4::before {
    width: 68px;
    height: 55px;
    background-position: 0 -320px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-process-5::before {
    width: 68px;
    height: 55px;
    background-position: -78px -320px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-process-6::before {
    width: 68px;
    height: 55px;
    background-position: -156px -320px;
    display: block;
    margin: 0 auto 0px;
  }

  .i-copyright::before {
    width: 89px;
    height: 89px;
    background-position: -228px -322px;
    margin-right: 13px;
  }

  .i-copyright-2::before {
    width: 89px;
    height: 89px;
    background-position: -319px -322px;
    margin-right: 13px;
  }

  .i-copyright-3::before {
    width: 89px;
    height: 89px;
    background-position: -410px -322px;
    margin-right: 13px;
  }

  .i-copyright-4::before {
    width: 89px;
    height: 89px;
    background-position: 0 -385px;
    margin-right: 13px;
  }

  .i-copyright-5::before {
    width: 89px;
    height: 89px;
    background-position: -91px -385px;
    margin-right: 13px;
  }

  .i-copyright-6::before {
    width: 89px;
    height: 89px;
    background-position: -410px -508px;
    margin-right: 13px;
  }

  .i-newsmarket::before {
    width: 89px;
    height: 89px;
    background-position: -228px -415px;
    margin-right: 13px;
  }

  .i-newsmarket-2::before {
    width: 89px;
    height: 89px;
    background-position: -319px -415px;
    margin-right: 13px;
  }

  .i-newsmarket-3::before {
    width: 89px;
    height: 89px;
    background-position: -410px -415px;
    margin-right: 13px;
  }

  .i-newsmarket-4::before {
    width: 89px;
    height: 89px;
    background-position: -228px -508px;
    margin-right: 13px;
  }

  .i-newsmarket-5::before {
    width: 89px;
    height: 89px;
    background-position: -319px -508px;
    margin-right: 13px;
  }

  .i-print-2::before {
    width: 20px;
    height: 18px;
    background-position: -465px 0;
    margin-right: 8px;
  }

  .bt-1:hover .i-print-2::before {
    background-position: -357px -78px;
  }

  .i-plus {
    width: 12px;
    height: 12px;
  }

  .i-plus::before,
  .i-plus::after {
    width: 12px;
    height: 2px;
  }

  .i-minus {
    width: 12px;
    height: 12px;
  }

  .i-minus::before {
    width: 12px;
    height: 2px;
  }

  .i-del {
    width: 18px;
    height: 18px;
  }

  .i-del::before {
    width: 14px;
    height: 1px;
  }

  .i-del::after {
    width: 1px;
    height: 14px;
  }

  .i-required {
    width: 5px;
    height: 5px;
    margin-top: 2px;
  }

  .bt-8.i-prev,
  .bt-8.i-next {
    padding: 0 30px;
  }

  .i-prev::before,
  .i-next::after {
    width: 7px;
    height: 7px;
  }

  /* BUTTON */
  .btnarea {
    margin-top: 72px;
  }

  .btnarea.cmgt {
    margin-top: 24px;
  }

  .btnarea-2 {
    margin: 24px 18px 0;
  }

  .btnarea [class*="bt-"]+[class*="bt-"] {
    margin-left: 10px;
  }

  .bt-1,
  .bt-2,
  .bt-3,
  .bt-4 {
    min-width: 160px;
    height: 54px;
    padding: 0 60px 2px;
    line-height: 50px;
    font-size: 16px;
  }

  .bt-1,
  .bt-2 {
    font-weight: 500;
  }

  .bt-1:not(:disabled):hover {
    color: #fff;
    border-color: #2a2c2f;
    background-color: #2a2c2f;
  }

  .bt-2:not(:disabled):hover {
    color: #2a2c2f;
    background-color: #fff;
  }

  .bt-3:not(:disabled):hover {
    color: #fff;
    background-color: #2477bd;
  }

  m .bt-4:not(:disabled):hover {
    color: #2477bd;
    background-color: #fff;
  }

  .bt-5,
  .bt-6,
  .bt-7,
  .bt-8,
  .bt-16 {
    height: 40px;
    padding: 0 24px 2px;
    line-height: 36px;
    font-size: 14px;
  }

  .bt-6,
  .bt-7,
  .bt-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt-5:not(:disabled):hover {
    border-color: #444;
    background-color: #444;
  }

  .bt-6:not(:disabled):hover {
    color: #2477bd;
    background-color: #fff;
  }

  .bt-7:not(:disabled):hover {
    color: #2a2c2f;
    background-color: #fff;
  }

  .bt-7:not(:disabled):hover .i-plus-2::before,
  .bt-7:not(:disabled):hover .i-plus-2::after {
    background: #2a2c2f;
  }

  .bt-16:not(:disabled):hover {
    color: #fff;
    background-color: #2a2c2f;
  }

  .bt-8 {
    min-width: 66px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bt-9,
  .bt-10,
  .bt-11,
  .bt-12 {
    height: 29px;
    padding: 0 17px 1px;
    line-height: 26px;
    font-size: 14px;
  }

  .bt-9:not(:disabled):hover {
    color: #fff;
    background-color: #2477bd;
  }

  .bt-10:not(:disabled):hover {
    color: #fff;
    background-color: #2477bd;
  }

  .bt-11:not(:disabled):hover {
    color: #fff;
    border-color: #626668;
    background-color: #626668;
  }

  .bt-12 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .bt-12:not(:disabled):hover {
    color: #fff;
    border-color: #2a2c2f;
    background-color: #2a2c2f;
  }

  .bt-13 {
    height: 60px;
    padding: 0 60px 2px;
    line-height: 56px;
    font-size: 14px;
  }

  .bt-13:not(:disabled):hover {
    border-color: #444;
    background-color: #444;
  }

  .bt-14 {
    height: 64px;
    padding: 0 20px 2px;
    line-height: 60px;
    font-size: 16px;
  }

  .bt-14:not(:disabled):hover {
    color: #2a2c2f;
    border-color: #fff;
    background-color: #fff;
  }

  .bt-15 {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  [class*="bt-"].fix-w {
    min-width: 118px;
  }

  .bt-file {
    min-width: 124px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  input:focus+.bt-file {
    line-height: 36px;
  }

  .bt-unit {
    width: auto;
    padding: 0 52px 0 17px;
    line-height: 28px;
    font-size: 16px;
  }

  .bt-unit .i-del {
    right: 17px;
    margin-top: -9px;
  }

  .bt-ico {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .bt-ico .ir-g {
    width: 38px;
  }

  .bt-ico .ir-g+.ir-g::after {
    height: 24px;
    margin-top: -12px;
  }

  a.i-help,
  button.i-help {
    font-size: 14px;
    line-height: 24px;
  }

  button.bt-ico:hover,
  a.bt-ico:hover {
    border-color: #c9cacd;
    background-color: #e4e9f1;
  }

  /* FORM */
  .fm-ipt {
    height: 46px;
    line-height: 44px;
    padding: 0 18px 0 18px;
    font-size: 16px;
  }

  .fm-ta {
    height: 146px;
    font-size: 16px;
    padding: 10px 18px;
    line-height: 1.625;
  }

  .fm-count {
    padding: 19px 18px;
    font-size: 16px;
  }

  .fm-sel {
    height: 46px;
    line-height: 44px;
    padding: 0 45px 0 18px;
    font-size: 16px;
    background: #fff url("../../img/common/fm-sel.png") right 17px center no-repeat;
    background-size: auto auto;
  }

  .fm-chk+.checked-i {
    min-height: 20px;
    line-height: 19px;
    padding-left: 21px;
    font-size: 16px;
  }

  .fm-chk+.checked-i:before {
    width: 21px;
    height: 20px;
  }

  .fm-chk+.checked-i:after {
    left: 5px;
    top: 6px;
    width: 11px;
    height: 6px;
  }

  .fm-chk+.checked-i.txt {
    padding-left: 28px;
  }

  .fm-rad+.checked-i {
    min-height: 20px;
    line-height: 19px;
    padding-left: 18px;
    font-size: 16px;
  }

  .fm-rad+.checked-i:before {
    width: 18px;
    height: 18px;
  }

  .fm-rad+.checked-i:after {
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
  }

  .fm-rad+.checked-i.txt {
    padding-left: 25px;
  }

  .fm-file {
    width: 124px;
    height: 25px;
  }

  /* POPUP */
  .pop-layer {
    padding: 60px;
  }

  .pop-title,
  .pop-title.ty-2 {
    margin-bottom: 23px;
    font-size: 24px;
  }

  .pop-title:first-child,
  .pop-title.ty-2:first-child {
    margin-top: -10px;
  }

  .pop-title:only-child {
    margin-bottom: -4px;
  }

  .pop-btn-close .i-close {
    width: 60px;
    height: 60px;
  }

  .pop-btn-close .i-close::before,
  .pop-btn-close .i-close::after {
    width: 30px;
    height: 2px;
  }

  .pop-btnarea {
    margin-top: 32px;
  }

  .pop-btnarea.cmgt {
    margin-top: 24px;
  }

  .pop-btnarea.cmgt-2 {
    margin-top: 40px;
  }

  .pop-msg+.pop-btnarea {
    margin-top: 27px;
  }

  .pop-title+.pop-msg {
    margin-top: -16px;
  }

  dl.pop-msg {
    margin-top: 64px;
    font-size: 16px;
  }

  .pop-msg dt {
    margin-bottom: 10px;
  }

  .pop-msg dd {
    margin-top: 0;
  }

  .pop-date {
    font-size: 16px;
  }

  .pop-title+.pop-date {
    margin-top: -56px;
  }

  .pop-apr-msg {
    position: relative;
    margin-top: 56px;
    margin-bottom: 97px;
    margin-left: auto;
    width: 440px;
  }

  .pop-apr-msg dt+dd {
    margin-top: 6px;
  }

  .pop-apr-msg dd {
    font-size: 16px;
  }

  .pop-apr-msg .sign {
    top: -13px;
  }

  .pop-apr-msg .sign img {
    width: 108px;
  }

  .pop-cont {
    margin-top: 26px;
  }

  .pop-cont .grid-list-2.in-txt td,
  .pop-cont .grid-list-2 td.in-txt {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .pop-cont .grid-list-2.in-txt th+td {
    padding-left: 23px;
  }

  .pop-cont>.pop-msg:first-child {
    margin-top: -13px;
  }

  .pop-msg-2 {
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 24px;
  }

  .pop-cont.news-view-detail {
    padding: 0 31px 0 0;
    margin: 0 -31px 0 0;
    max-height: calc(100vh - 250px);
  }

  .down-format>li {
    height: 130px;
    line-height: 126px;
  }

  .down-format>li+li {
    margin-left: 4px;
  }

  .search-info {
    min-width: 802px;
  }

  .search-info-stitle {
    margin: 0 0 30px;
    font-size: 16px;
  }

  .search-info-stitle.line {
    padding-top: 40px;
    margin-top: 6px;
  }

  .search-info-bg {
    font-size: 16px;
    line-height: 1.5;
  }

  .search-info-bg+.search-info-bg::after {
    left: 0;
    right: 0;
    top: -41px;
  }

  .search-info-bg+.search-info-bg {
    margin-top: 80px;
  }

  .search-info-bg::before {
    background: url("../../img/common/search-info-bg.jpg") center 999px no-repeat;
  }

  .search-info-bg.ty-1 {
    min-height: 477px;
    padding: 149px 20px 0 325px;
    margin-bottom: -33px;
  }

  .search-info-bg.ty-1::before {
    height: 477px;
    background-position: center 0;
  }

  .search-info-bg.ty-2 {
    min-height: 552px;
    padding: 558px 20px 0 20px;
    text-align: center;
  }

  .search-info-bg.ty-2::before {
    height: 552px;
    background-position: center -487px;
  }

  .search-info-bg.ty-3 {
    min-height: 328px;
    padding: 136px 306px 0 74px;
  }

  .search-info-bg.ty-3::before {
    height: 328px;
    background-position: center -1049px;
  }

  .search-info-bg.ty-4 {
    min-height: 107px;
    padding: 129px 0 0 50px;
  }

  .search-info-bg.ty-4::before {
    height: 107px;
    background-position: center -1387px;
  }

  .search-info-bg.ty-4 .txt {
    display: inline-block;
    width: 245px;
    margin-right: 20px;
    vertical-align: top;
  }

  /* LAYOUT */
  #header {
    height: 91px;
  }

  .header-in .copyright,
  .header-in .footer-in,
  .header-in .nav .sub {
    display: none;
  }

  .header-in {
    max-width: 1200px;
    height: 91px;
    margin: 0 auto;
    padding: 31px 0 0;
    text-align: right;
    font-size: 14px;
    color: #fff;
  }

  .header-in::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    min-width: 1200px;
    transform: translateX(-50%);
    background: #214166 url("../../img/common/header-bg.jpg") center center no-repeat;
  }

  .header-in .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }

  .header-in .logo a {
    display: block;
  }

  .header-in .act-user-wrap {
    position: relative;
    display: inline-block;
    margin-left: 20px;
  }

  .header-in .act-user-wrap .option {
    width: 266px;
    margin-top: 16px;
  }

  .header-in .act-user-wrap .info {
    padding: 24px 0;
  }

  .header-in .act-user-wrap .user-name {
    line-height: 29px;
    font-size: 16px;
  }

  .header-in .act-user-wrap .bt-mod {
    padding: 0 9px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 27px;
  }

  .header-in .act-user-wrap .bt-mod:hover {
    background: #e4e9f1;
  }

  .header-in .act-user-wrap .links {
    line-height: 38px;
    font-size: 14px;
  }

  .header-in .act-user-wrap .links a:hover {
    color: #2a2c2f;
  }

  .header-in .act-user-wrap .bt-submit {
    line-height: 37px;
    font-size: 14px;
  }

  .header-in .act-user-wrap .bt-submit:hover {
    background-color: #2a2c2f;
  }

  .header-in .act-user {
    color: #fff;
    line-height: 29px;
  }

  .header-in .act-user::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 3px 6px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
  }

  .header-in .act-login {
    display: inline-block;
    line-height: 29px;
    font-weight: 500;
    margin-left: 20px;
  }

  .header-in .act-join {
    display: inline-block;
    line-height: 29px;
    font-weight: 500;
    margin-left: 20px;
  }

  .header-in .act-all {
    position: absolute;
    left: 18px;
    top: 28px;
    padding: 5px 0 5px 37px;
    line-height: 22px;
  }

  .header-in .act-all .line {
    position: absolute;
    left: 1px;
    top: 15px;
    width: 16px;
    height: 2px;
    background: #fff;
  }

  .header-in .act-all .line::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
  }

  .header-in .act-all .line::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
  }

  .header-in .act-all .text {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }

  .header-in .group-all-mo {
    display: inline;
  }

  .header-in .user-push {
    display: inline-block;
    line-height: 29px;
    padding-right: 8px;
  }

  .header-in .user-push a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }

  .header-in .user-push .num {
    position: absolute;
    top: -4px;
    left: 50%;
    padding: 0 4px;
    margin-left: -3px;
    min-width: 25px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #db2e2e;
  }

  .header-in:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    z-index: 99;
    background: #000;
    opacity: 0;
    transition: opacity .3s, bottom 0s .3s;
  }

  .header-in .group-all-pc {
    display: none;
    position: fixed;
    left: -370px;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 366px;
    padding: 66px 50px 0 50px;
    background: #fff;
    color: #2a2c2f;
    text-align: left;
  }

  /* 전체메뉴 */
  .header-in .group-all-pc::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    border: 0 solid #e5e5e5;
    border-width: 1px 1px 0 0;
  }

  .header-in .group-all-mo>.logo-all {
    display: none;
  }

  .header-in .logo-all {
    margin-bottom: 38px;
    line-height: 1;
  }

  .header-in .nav {
    padding: 26px 0 30px;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #c9cacd;
    border-bottom: 1px solid #c9cacd;
  }

  .header-in .nav a {
    display: block;
    padding: 5px 0 4px;
  }

  .header-in .nav .active {
    color: #2477bd;
  }

  .header-in .nav .sub {
    line-height: 1.875;
  }

  .header-in .nav .sub::before {
    content: "";
    display: block;
    height: 2px;
  }

  .header-in .nav .sub::after {
    content: "";
    display: block;
    height: 5px;
  }

  .header-in .nav .sub a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #767676;
    font-weight: 400;
  }

  .header-in .nav .sub a::before {
    content: '- ';
  }

  .header-in .nav .sub .active a {
    text-decoration: underline;
  }

  .header-in .etc-menu {
    margin-top: 40px;
    font-size: 14px;
    color: #767676;
    font-weight: 500;
  }

  .header-in .etc-menu li {
    border-top: 1px solid #c9cacd;
    border-bottom: 1px solid #c9cacd;
  }

  .header-in .etc-menu li+li {
    margin-top: -1px;
  }

  .header-in .etc-menu a {
    position: relative;
    display: block;
    padding: 21px 34px 18px 24px;
    font-size: 16px;
    line-height: 1;
  }

  .header-in .etc-menu a::before {
    margin-right: 16px;
    vertical-align: -10px;
  }

  .header-in .etc-menu a:hover {
    color: #2a2c2f;
  }

  .header-in .etc-menu a::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border: 0 solid #2477bd;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
  }

  .header-in .ad {
    padding-top: 26px;
    margin-top: 35px;
  }

  .header-in .ad .item {
    display: block;
    height: 198px;
    background: #ededed;
  }

  .header-in .act-all-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 66px;
  }

  .header-in .act-all-close .line::before {
    content: '';
    position: absolute;
    left: 50%;
    height: 50%;
    width: 25px;
    height: 2px;
    background: #2a2c2f;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header-in .act-all-close .line::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 50%;
    width: 25px;
    height: 2px;
    background: #2a2c2f;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .opend-menuall .header-in:after {
    bottom: 0;
    opacity: 0.4;
    transition-delay: 0s, 0s;
  }

  .opend-menuall .header-in .group-all-pc {
    display: block;
    left: 0;
    animation: menuall-opend .6s both;
  }

  .close-menuall .header-in .group-all-pc {
    display: block;
    left: -370px;
    animation: menuall-close .6s both;
  }

  .close-menuall .header-in .group-all-pc::before {
    opacity: 0;
  }

  /* 수정 */
  .container {
    padding: 28px 18px 200px;
  }

  .container.ty-2 {
    position: relative;
    padding: 0;
  }

  body>.container {
    min-height: 530px;
  }

  .container.ty-2 .contents-mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* 수정 */
  .page-path {
    padding: 0 18px;
    /* margin:-25px 0 32px; */
    margin-bottom: 76px;
    font-size: 13px;
  }

  .page-path .item+.item::before {
    width: 7px;
    height: 7px;
    margin: 0 9px 0 5px;
  }

  .footer-in {
    padding-left: 187px;
    padding-top: 32px;
    padding-bottom: 48px;
    line-height: 2.166;
    font-size: 12px;
  }

  .footer-in .footer-logo {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -28px;
  }

  .footer-in .footer-menu .item {
    margin-bottom: 0;
  }

  .footer-in .web_wa {
    display: block;
    position: absolute;
    right: 0;
    top: 38px
  }

  .footer-in .web_wa img {
    width: 100px
  }

  .page-top {
    right: -85px;
    top: -132px;
    width: 60px;
    height: 60px;
  }

  .page-top:hover {
    background-color: #e4e9f1;
  }

  .page-top::before {
    top: 19px;
    width: 10px;
    height: 10px;
  }

  .page-top::after {
    top: 19px;
    height: 20px;
  }

  /* Swiper */

  /* Board */
  .pagination {
    margin-top: 72px;
  }

  .pagination a,
  .pagination button {
    min-width: 31px;
    height: 31px;
    line-height: 29px;
    margin: 0 4px;
    font-size: 14px;
  }

  .pagination .pag-prev,
  .pagination .pag-next,
  .pagination .pag-first,
  .pagination .pag-last {
    padding-top: 10px;
  }

  .pagination .pag-first::before,
  .pagination .pag-prev::before,
  .pagination .pag-first::after,
  .pagination .pag-last::after,
  .pagination .pag-next::before,
  .pagination .pag-last::before {
    width: 7px;
    height: 7px;
  }

  .pagination .pag-first::before,
  .pagination .pag-prev::before {
    margin-left: 5px;
  }

  .pagination .pag-next::before,
  .pagination .pag-last::before {
    margin-left: -1px;
  }

  /* Error && 완료 */
  .contents-mid.single-wrap {
    width: 1200px;
    max-width: calc(100% - 60px);
  }

  .msg-head .subj {
    margin-bottom: 23px;
    font-size: 24px;
  }

  .msg-head .desc {
    margin-bottom: 27px;
    line-height: 1.625;
  }

  .msg-head .subj+.desc {
    margin-top: -14px;
  }

  .msg-box {
    padding: 64px 18px 72px;
    line-height: 1.625;
  }

  .msg-box .msg dt {
    margin-bottom: 10px;
  }

  .msg-box .msg dt.ty-2 {
    font-size: 24px;
  }

  .msg-box .btnarea {
    margin-top: 30px;
  }

  .msg-box-2 {
    padding: 17px 18px 19px;
    line-height: 1.625;
  }

  .msg-box-2 .result .item+.item {
    margin-top: 12px;
  }

  /* tbl_event */
  .tbl_event {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .tbl_event thead tr th {
    padding: 10px;
    background: #000;
    color: #fff;
    border-right: 1px solid #eee;
  }

  .tbl_event tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .tbl_event tbody tr.bb td {
    border-bottom: 1px solid #000;
  }

  .tbl_event tbody tr td:last-child {
    border-right: none;
  }
}

/****************************** MO ******************************/
@media all and (max-width:1023px) {
  .mo-hide {
    display: none !important;
  }

  .mo-block {
    display: block !important;
  }

  button.mo-block {
    width: 100%;
  }

  html.mobile a:focus {
    outline: none;
  }

  /* ICON */
  .ir,
  .ir-b:before,
  .ir-a:after,
  .grid-thumb:empty:after {
    background-image: url("../../img/common/sprite-mo.png");
    background-size: 500px 250px;
  }

  .i-logo {
    width: 87px;
    height: 13px;
    background-position: 0 0;
  }

  .i-logo-2 {
    width: 87px;
    height: 13px;
    background-position: 0 -18px;
  }

  .i-logo-kpf {
    width: 138px;
    height: 39px;
    background-position: -216px -119px;
  }

  .i-profile {
    width: 28px;
    height: 29px;
    background-position: -204px 0;
  }

  /* .i-reload { width:    ; height:    ; background-position:  ; } */
  .i-reload-2 {
    width: 21px;
    height: 21px;
    background-position: -137px -86px;
  }

  .i-scrap-2 {
    width: 9px;
    height: 13px;
    background-position: -314px 0;
  }

  .i-scrap-2.active {
    background-position: -325px 0;
  }

  .i-print {
    width: 13px;
    height: 13px;
    background-position: -336px 0;
  }

  .i-search {
    width: 17px;
    height: 17px;
    background-position: -117px -31px;
  }

  .i-search-2 {
    width: 23px;
    height: 23px;
    background-position: -111px -84px;
  }

  .i-search-3 {
    width: 15px;
    height: 16px;
    background-position: -117px -52px;
  }

  .i-search-4 {
    width: 24px;
    height: 24px;
    background-position: -262px -28px;
  }

  .i-cal {
    width: 13px;
    height: 15px;
    background-position: -139px -31px;
  }

  .i-hwp {
    width: 30px;
    height: 30px;
    background-position: -137px -51px;
  }

  .i-doc {
    width: 32px;
    height: 30px;
    background-position: -172px -51px;
  }

  .i-pdf {
    width: 29px;
    height: 30px;
    background-position: -209px -51px;
  }

  .i-cart::before {
    width: 30px;
    height: 26px;
    background-position: -117px 0;
  }

  .i-scrap::before {
    width: 16px;
    height: 21px;
    background-position: -152px 0;
  }

  .i-history::before {
    width: 26px;
    height: 21px;
    background-position: -173px 0;
  }

  .i-bigkinds::before {
    width: 24px;
    height: 25px;
    background-position: -237px 0;
  }

  .i-guide::before {
    width: 24px;
    height: 25px;
    background-position: -266px 0;
  }

  .i-help::before {
    width: 17px;
    height: 17px;
    background-position: -295px 0;
    border: 1px solid #2477bd;
    border-radius: 17px;
    margin-right: 5px;
  }

  .i-help-2::before,
  .i-help-3::before {
    width: 20px;
    height: 20px;
    background-position: -237px -28px;
    margin: 0 6px 2px 0;
  }

  .i-down::before {
    width: 13px;
    height: 16px;
    background-position: -197px -33px;
    margin: 0 6px 2px 0;
  }

  .i-down-2::before {
    width: 11px;
    height: 11px;
    background-position: -223px -33px;
    margin: 0 6px 2px 0;
  }

  .i-error::before {
    width: 45px;
    height: 38px;
    background-position: 0 -71px;
    display: block;
    margin: 2px auto 13px;
  }

  .i-member::before {
    width: 38px;
    height: 35px;
    background-position: -50px -71px;
    display: block;
    margin: -8px auto 10px;
  }

  .i-phone::before {
    width: 13px;
    height: 23px;
    background-position: -93px -71px;
    margin-right: 6px;
  }

  .i-main-guide::before {
    width: 19px;
    height: 27px;
    background-position: -295px -22px;
    display: block;
    margin: 0 auto 7px;
  }

  .i-main-guide-2::before {
    width: 27px;
    height: 27px;
    background-position: -322px -22px;
    display: block;
    margin: 0 auto 7px;
  }

  .i-main-guide-3::before {
    width: 23px;
    height: 27px;
    background-position: -354px -22px;
    display: block;
    margin: 0 auto 7px;
  }

  .i-process::before {
    width: 34px;
    height: 28px;
    background-position: -243px -57px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-process-2::before {
    width: 34px;
    height: 28px;
    background-position: -282px -57px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-process-3::before {
    width: 34px;
    height: 28px;
    background-position: -321px -57px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-process-4::before {
    width: 34px;
    height: 28px;
    background-position: -243px -86px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-process-5::before {
    width: 34px;
    height: 28px;
    background-position: -282px -86px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-process-6::before {
    width: 34px;
    height: 28px;
    background-position: -321px -86px;
    display: block;
    margin: 0 auto 3px;
  }

  .i-copyright::before {
    width: 67px;
    height: 67px;
    background-position: 0 -112px;
    margin-right: 9px;
  }

  .i-copyright-2::before {
    width: 67px;
    height: 67px;
    background-position: -72px -112px;
    margin-right: 9px;
  }

  .i-copyright-3::before {
    width: 67px;
    height: 67px;
    background-position: -144px -112px;
    margin-right: 9px;
  }

  .i-copyright-4::before {
    width: 67px;
    height: 67px;
    background-position: 0 -183px;
    margin-right: 9px;
  }

  .i-copyright-5::before {
    width: 67px;
    height: 67px;
    background-position: -72px -183px;
    margin-right: 9px;
  }

  .i-copyright-6::before {
    width: 67px;
    height: 67px;
    background-position: -360px -112px;
    margin-right: 9px;
  }

  .i-newsmarket::before {
    width: 67px;
    height: 67px;
    background-position: -144px -183px;
    margin-right: 9px;
  }

  .i-newsmarket-2::before {
    width: 67px;
    height: 67px;
    background-position: -216px -183px;
    margin-right: 9px;
  }

  .i-newsmarket-3::before {
    width: 67px;
    height: 67px;
    background-position: -288px -183px;
    margin-right: 9px;
  }

  .i-newsmarket-4::before {
    width: 67px;
    height: 67px;
    background-position: -360px -183px;
    margin-right: 9px;
  }

  .i-newsmarket-5::before {
    width: 67px;
    height: 67px;
    background-position: -432px -183px;
    margin-right: 9px;
  }

  /* BUTTON */
  .bt-5.ty-2,
  .bt-6.ty-2,
  .bt-8.ty-2 {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }

  .bt-11+.bt-12 {
    height: 25px;
    line-height: 23px;
  }

  [class*="bt-"].fix-w {
    min-width: 90px;
  }

  .set-period {
    display: flex;
  }

  .set-period .bt-8 {
    flex: 1;
  }

  /* POPUP */
  .search-info-stitle {
    padding: 4px 0 0;
  }

  .search-info-bg::before {
    left: -36px;
    right: -36px;
    background: url("../../img/common/search-info-bg-mo.jpg") 999px 999px no-repeat;
    background-size: 324px auto;
  }

  .search-info-bg.ty-1 {
    min-height: 299px;
    padding: 300px 1px 0;
  }

  .search-info-bg.ty-1::before {
    height: 299px;
    background-position: center 0;
  }

  .search-info-bg.ty-2 {
    min-height: 424px;
    padding: 425px 1px 0;
  }

  .search-info-bg.ty-2::before {
    height: 424px;
    background-position: center -304px;
  }

  .search-info-bg.ty-3 {
    min-height: 235px;
    padding: 235px 1px 0;
  }

  .search-info-bg.ty-3::before {
    height: 235px;
    background-position: center -733px;
  }

  .search-info-bg.ty-4 {
    min-height: 61px;
    padding: 67px 1px 0;
  }

  .search-info-bg.ty-4::before {
    height: 61px;
    background-position: center -973px;
  }

  .search-info-bg.ty-4 .txt {
    display: block;
  }

  .search-info-bg.ty-4 .txt+.txt {
    margin-top: 17px;
  }

  /* LAYOUT */
  #header {
    height: 56px;
  }

  .header-in .act-user .text,
  .header-in .act-all .text,
  .header-in .ad {
    display: none;
  }

  .header-in {
    background: #214166;
  }

  .header-in .logo {
    padding: 22px 0 0 0;
    height: 56px;
    line-height: 1;
  }

  .header-in .logo a {
    display: block;
  }

  .header-in .act-user-wrap {
    position: absolute;
    right: 58px;
    top: 13px;
  }

  .header-in .act-login {
    position: absolute;
    right: 68px;
    top: 18px;
    z-index: 101;
    margin-right: 4.5em;
    opacity: 0;
  }

  .header-in .act-join {
    position: absolute;
    right: 68px;
    top: 18px;
    z-index: 101;
    opacity: 0;
  }

  .header-in .act-all {
    position: absolute;
    right: 16px;
    top: 13px;
    width: 32px;
    height: 28px;
    padding: 13px 9px 13px 5px;
  }

  .header-in .act-all .line {
    display: block;
    height: 2px;
    background: #fff;
  }

  .header-in .act-all .line::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #fff;
  }

  .header-in .act-all .line::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #fff;
  }

  .header-in .group-all-mo {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 18px 0 18px;
    background: #fff;
    opacity: 0;
  }

  .header-in .user-push {
    display: flex;
    padding: 16px 2px 15px;
    margin-bottom: 0;
    border-top: 1px solid #c9cacd;
    border-bottom: 1px solid #c9cacd;
  }

  .header-in .user-push a {
    position: relative;
    flex: 1;
    padding: 5px 0;
    text-align: center;
  }

  .header-in .user-push a+a {
    border-left: 1px solid #c9cacd;
  }

  .header-in .user-push .i-cart::before {
    margin-top: -3px;
    margin-bottom: -4px;
  }

  .header-in .user-push .num {
    position: absolute;
    top: 1px;
    left: 50%;
    padding: 0 4px;
    margin-left: 4px;
    min-width: 19px;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background: #db2e2e;
  }

  .header-in .group-all-pc>.logo-all {
    display: none;
  }

  .header-in .mo-scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 153px;
    bottom: 0;
    padding: 0 18px;
    overflow-y: auto;
  }

  .header-in .logo-all {
    margin-bottom: 21px;
    line-height: 1;
  }

  .header-in .nav {
    line-height: 1.375;
  }

  .header-in .nav>li>a {
    display: block;
    font-size: 18px;
    color: #2a2c2f;
    font-weight: 700;
  }

  .header-in .nav>li+li {
    margin-top: 16px;
  }

  .header-in .nav .sub {
    display: block !important;
    padding-top: 14px;
  }

  .header-in .nav .sub a {
    display: block;
    font-size: 14px;
    color: #767676;
  }

  .header-in .nav .sub a::before {
    content: '- ';
  }

  .header-in .nav .sub li+li {
    margin-top: 11px;
  }

  .header-in .nav .active>a {
    color: #2477bd;
  }

  .header-in .nav .sub .active a {
    color: #2a2c2f;
  }

  .header-in .etc-menu {
    margin-top: 32px;
    font-size: 14px;
    color: #767676;
    font-weight: 500;
  }

  .header-in .etc-menu li {
    border-top: 1px solid #c9cacd;
    border-bottom: 1px solid #c9cacd;
  }

  .header-in .etc-menu li+li {
    margin-top: -1px;
  }

  .header-in .etc-menu a {
    position: relative;
    display: block;
    padding: 18px 34px 16px 24px;
    line-height: 1;
  }

  .header-in .etc-menu a::before {
    margin-right: 16px;
    vertical-align: -9px;
  }

  .header-in .etc-menu a::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border: 0 solid #2477bd;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
  }

  .header-in .copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 19px 18px 20px;
    line-height: 1.83;
    font-size: 12px;
    color: #e0e0e0;
    background: #444;
  }

  .header-in .act-all-close {
    position: absolute;
    right: 18px;
    top: 13px;
    width: 28px;
    height: 28px;
  }

  .header-in .act-all-close .line::before {
    content: '';
    position: absolute;
    left: 50%;
    height: 50%;
    width: 27px;
    height: 2px;
    background: #2a2c2f;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header-in .act-all-close .line::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 50%;
    width: 27px;
    height: 2px;
    background: #2a2c2f;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header-in .footer-in {
    display: block;
    margin: 60px -18px 0;
    background: #444;
  }

  .opend-menuall .header-in .group-all-mo {
    display: block;
    opacity: 1;
    animation: fade-in .6s both;
  }

  .close-menuall .header-in .group-all-mo {
    display: block;
    opacity: 0;
    animation: fade-out .6s both;
  }

  .opend-menuall .header-in .act-login,
  .opend-menuall .header-in .act-join {
    opacity: 1;
    animation: fade-in .6s both;
  }

  body>.container.ty-2 .contents-mid {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 36px);
    max-width: 500px;
    transform: translate(-50%, -50%);
  }

  /* Swiper */

  /* Board */

  /* tbl_event */
  .tbl_event {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .tbl_event thead tr th {
    padding: 10px;
    background: #000;
    color: #fff;
    border-right: 1px solid #eee;
  }

  .tbl_event tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .tbl_event tbody tr.bb td {
    border-bottom: 1px solid #000;
  }

  .tbl_event tbody tr td:last-child {
    border-right: none;
  }

  .btnarea .bt-17 {
    margin-right: 0;
    min-height: 36px;
    min-width: 105px;
    padding: 0;
    font-size: 12px;
  }
}

@page {
  size: A4;
  margin: 10mm 10mm;
}


/* 2021-01-06 Event */
.event-area {
  position: relative;
}

.event-area img {
  width: 100%;
}

.event-area .pos-1 {
  position: absolute;
  width: 32.91666667%;
  height: 7.836045811%;
  left: 15.83333333%;
  top: 86.43761302%;
}

.event-area .pos-2 {
  position: absolute;
  width: 32.91666667%;
  height: 7.836045811%;
  left: 51.08333333%;
  top: 86.43761302%;
}

.uipop-container .pop-event {
  max-width: calc(100vw - 36px);
  padding: 0;
}

.uipop-container .pop-event .pop-cont {
  margin: 0;
}

.pop-event img {
  max-width: 100%;
}

.event-w {
  width: 400px;
}

.event-w-2 {
  width: 450px;
}

/* 2022-03-28 웹젒근성 */
.acc-blind {
  position: absolute;
  left: -1000%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}


/****************************** MO-768 ******************************/
@media all and (max-width:767.98px) {
  .mo-hide-2 {
    display: none !important;
  }

  .mo-block-2 {
    display: block !important;
  }
}