@charset "UTF-8";

/* 고용량 폰트 */
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  src: url(../font/NotoSansKR-Light.eot);
  src: url(../font/NotoSansKR-Light.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Light.woff) format("woff"), url(../font/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  src: url(../font/NotoSansKR-Regular.eot);
  src: url(../font/NotoSansKR-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Regular.woff) format("woff"), url(../font/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url(../font/NotoSansKR-Medium.eot);
  src: url(../font/NotoSansKR-Medium.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Medium.woff) format("woff"), url(../font/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 900;
  src: url(../font/NotoSans-Bold.eot);
  src: url(../font/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(../font/NotoSans-Bold.woff) format("woff"),
    url(../font/NotoSans-Bold.otf) format("opentype");
}
@font-face {
  font-family: "xeicon";
  font-style: normal;
  font-weight: normal;
  src: url("../font/xeicon.eot?3ka2yj");
  src: url("../font/xeicon.eot?3ka2yj#iefix") format("embedded-opentype"),
    url("../font/xeicon.woff2?3ka2yj") format("woff2"), url("../font/xeicon.woff?3ka2yj") format("woff"),
    url("../font/xeicon.svg?3ka2yj#xeicon") format("svg");
}

/* 저용량 폰트 */
@font-face {
  font-family: "Noto Sans Korean";
  font-weight: 400;
  src: url(../font/NotoSansKR-Light-Hestia.eot);
  src: url(../font/NotoSansKR-Light-Hestia.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Light-Hestia.woff) format("woff"),
    url(../font/NotoSansKR-Light-Hestia.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  src: url(../font/NotoSansKR-Regular-Hestia.eot);
  src: url(../font/NotoSansKR-Regular-Hestia.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Regular-Hestia.woff) format("woff"),
    url(../font/NotoSansKR-Regular-Hestia.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-weight: 700;
  src: url(../font/NotoSansKR-Medium-Hestia.eot);
  src: url(../font/NotoSansKR-Medium-Hestia.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Medium-Hestia.woff) format("woff"),
    url(../font/NotoSansKR-Medium-Hestia.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-weight: 900;
  src: url(../font/NotoSansKR-Bold-Hestia.eot);
  src: url(../font/NotoSansKR-Bold-Hestia.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSansKR-Bold-Hestia.woff) format("woff"),
    url(../font/NotoSansKR-Bold-Hestia.otf) format("opentype");
}
@font-face {
  font-family: "xeicon";
  font-style: normal;
  font-weight: normal;
  src: url("../font/xeicon.eot?3ka2yj");
  src: url("../font/xeicon.eot?3ka2yj#iefix") format("embedded-opentype"),
    url("../font/xeicon.woff2?3ka2yj") format("woff2"), url("../font/xeicon.woff?3ka2yj") format("woff"),
    url("../font/xeicon.svg?3ka2yj#xeicon") format("svg");
}
/* reset */

/* reset */
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 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
body,
button,
input,
select,
table,
textarea {
  font-family: "Noto Sans Korean", Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
html {
  height: 100%;
}
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
button,
fieldset,
img {
  border: 0 none;
}
fieldset,
img {
  border: 0;
}
img,
li {
  vertical-align: top;
}
ol,
ul,
dl,
menu,
li {
  list-style: none;
}
address,
em {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
input,
select,
textarea,
button {
  vertical-align: top;
}
input,
select,
textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
  -webkit-appearance: button;
  border-radius: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
caption,
legend {
  position: static;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: initial;
  word-wrap: initial;
}
.blind {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: normal;
  word-wrap: normal;
}
.clear {
  *zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
body.modal {
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
i {
  font-style: normal;
}
/* 입력서식 */
input,
button,
label,
textarea,
select {
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
textarea[disabled] {
  background: transparent;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"] {
}
input[type="text"][readonly="readonly"],
input[type="password"][readonly="readonly"],
input[type="number"][readonly="readonly"],
input[type="tel"][readonly="readonly"],
input[type="email"][readonly="readonly"] {
  background: transparent;
}
.select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select {
  background: url(../img/bg_select.png) no-repeat center right 15px;
}
.select option {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  select {
    background: url(../img/bg_select.png) no-repeat top 18px right 10px;
    background-size: 7px 4px;
  }
}
textarea {
  width: 100%;
  min-height: 60px;
  resize: none;
}
select[style],
input[style],
input[size] {
  width: auto;
  min-width: 0;
}
button,
input[type="submit"] {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="file"] {
  margin: auto;
  height: 30px;
}
input::-webkit-input-placeholder {
  font-size: 1em;
}
input:-moz-placeholder {
  font-size: 1em;
} /* Firefox 4-18 */
input::-moz-placeholder {
  font-size: 1em;
} /* Firefox 19+ */
input:-ms-input-placeholder {
  font-size: 1em;
} /* IE10+ */
input[type="text"]::-ms-clear {
  display: none;
}
.thide {
  display: none !important;
}
.mhide {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mhide {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*checkbox*/
.check_wrap {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  min-height: 17px;
  line-height: 0;
  box-sizing: border-box;
}
.check_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  -webkit-appearance: checkbox;
  appearance: auto;
}
/* .check_wrap input[type="checkbox"] {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
		position:absolute;
		clip:rect(0,0,0,0);
}
.check_wrap input[type="checkbox"] + label:before{
	display:inline-block;
	content:"";
	width: 20px;
	height: 20px;
	background: url(../img/bg_checkbox.png) no-repeat 0 100%;
	vertical-align:middle;
	margin-bottom:4px;
	margin-right:6px;
}
.check_wrap input[type="checkbox"]:checked + label:before{
    background-position: 0 0;
} */
.check_wrap label {
  padding-left: 8px;
  font-size: 18px;
  line-height: 17px;
  color: #222;
}
.check_wrap input:disabled {
  background-position: 0 0;
}
.check_wrap input:disabled + label {
  color: #bbb;
}
/*radio*/
.radio_wrap {
  font-size: 0;
}
.radio_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #e1e1e1;
  cursor: pointer;
}
.radio_wrap input[type="radio"]:checked {
  background: #133c6f;
}
.radio_wrap label {
  color: #000;
}
.radio_wrap input[type="radio"]:checked + label {
  color: #19539a;
}
.radiobox_wrap {
  font-size: 0;
}
.radiobox_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/bg_radiobox.png) no-repeat;
  cursor: pointer;
  background-position: 0 100%;
}
.radiobox_wrap input[type="radio"]:checked {
  background-position: 0 0;
}
.radio_wrap input[type="radio"]:checked {
  background-position: 0 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-text-size-adjust: none;
  }
  body,
  html {
    height: 100%;
  }
  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 1.5rem;
  }
  .radio_wrap input[type="radio"] {
    width: 16px;
    height: 16px;
  }
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

/* ============================== reset.css ============================== */

.switch-button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  box-sizing: border-box;
}
.switch-button input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
}
.switch-button input[type="checkbox"]::-ms-check {
  border: solid 1px #fff;
}
.onoff-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #767676;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.onoff-switch:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 20px;
}
.switch-button input:checked + .onoff-switch {
  background-color: #19539a;
}
.switch-button input:checked + .onoff-switch:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}

/* flag */
.flag {
  border: 1px solid #c14013;
  color: #c14013;
  text-align: center;
  background: #fff;
}
.flag.type01 {
  color: #c14013;
  border-color: #c14013;
}
.flag.type02 {
  color: #1a54d8;
  border-color: #1a54d8;
}
.flag.type03 {
  color: #a624b6;
  border-color: #a624b6;
}
.flag.type04 {
  color: #47811c;
  border-color: #47811c;
}
.flag.type05 {
  color: #ab6500;
  border-color: #ab6500;
}
.flag.type06 {
  color: #1274bf;
  border-color: #1274bf;
}
.flag.type07 {
  color: #0c8179;
  border-color: #0c8179;
}
.flag.day {
  color: #000;
  border-color: #a5a8af;
}
.flag.type08 {
  color: #000;
  border-color: #bbb;
}
.flag.type09 {
  color: #6f2f13;
  border-color: #b0571c;
}
.flag.type10 {
  color: #127f89;
  border-color: #127f89;
}
.flag.type11 {
  color: #c21542;
  border-color: #e72f63;
}
.flag.type12 {
  color: #2e0b92;
  border-color: #7b6fb3;
}
.flag.type13 {
  color: #1b4bab;
  border-color: #89a5da;
}
.flag.type14 {
  color: #067640;
  border-color: #6daa86;
}
.flag.bg01 {
  color: #fff;
  background: #297c42;
  border: 1px solid transparent;
}
.flag.bg02 {
  color: #fff;
  background: #ab5100;
  border: 1px solid transparent;
}
.flag.bg03 {
  color: #fff;
  background: #127f89;
  border: 1px solid transparent;
}
.flag.bg04 {
  color: #fff;
  background: #cb4529;
  border: 1px solid transparent;
}
.flag.bg05 {
  color: #fff;
  background: #3f6ed9;
  border: 1px solid transparent;
}
.t_tit.flag01 {
  color: #2e8338;
  border: 1px solid #2e8338;
}
.t_tit.flag02 {
  color: #6c7830;
  border: 1px solid #6c7830;
}
.t_tit.flag03 {
  color: #2b6bd5;
  border: 1px solid #2b6bd5;
}
.t_tit.flag04 {
  color: #277530;
  border: 1px solid #277530;
}

/* 폰트색상 */
.green {
  color: #178744;
}
.orange {
  color: #cb4c01;
}
.writing {
  /* 신청 */
  color: #a7592e;
}
.completion {
  /* 승인 */
  color: #cb3d1f;
}
.companion {
  /* 반려 */
  color: #3f6ed9;
}
/* 새로운 게시글 */
.tit_wrap .tit {
  display: inline-block;
  vertical-align: middle;
}
.tit_wrap .new {
  font-size: 0;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.tit_wrap .new:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../img/icon_new2.png) no-repeat;
  position: relative;
}
.tit_wrap .new.update:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 50px;
  height: 16px;
  background: url(../img/icon_update.png) no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tit_wrap .new:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
/* 너비 */
.w100 {
  width: 100%;
}
/* 텍스트 색상 */
.blue {
  color: #2a5ac7;
}
.blue.type02 {
  color: #19539a;
}
.org {
  color: #cb4c01;
}
.orange.type02 {
  color: #d9340e;
}
.sky {
  color: #c0eaff;
}
.p_blue {
  color: #2a4cba;
}
.p_red {
  color: #e2421d;
}

/* 텍스트 굵기 */
.medium1 {
  font-weight: 500;
}
.medium2 {
  font-weight: 600;
}
.medium {
  font-weight: 700;
}
/* 미디어쿼리 */
.desktophide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .desktophide {
    display: block;
  }
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobilehide {
    display: none;
  }
  .mobile {
    display: block;
  }
}

/* 버튼 */
.btnWrap {
  text-align: center;
}
.btn_by-gr {
  border: 1px solid #d0d0d0;
  color: #d0d0d0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-gray {
  border: 1px solid #e6e6e6;
  color: #000;
  background: #e6e6e6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-gray:hover {
  color: #000;
  border: 1px solid #c9c9c9;
  background: #c9c9c9;
}
.btn_by-gray {
  border: 1px solid #545454;
  color: #000;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-gray:hover {
  color: #fff;
  background: #545454;
}
.btn_bn-gray02 {
  border: 1px solid #545454;
  color: #fff;
  background: #545454;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-gray02:hover {
  color: #000;
  background: #fff;
}
.btn_bn-gray.type02 {
  background: #f5f5f5;
}
.btn_bn-gray.type02:hover {
  background: #c9c9c9;
}
.btn_by-bk {
  border: 1px solid #bbb;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-bk:hover {
  background: #bbb;
  color: #fff;
}
.btn_by-bk-ra {
  border: 1px solid #c5c5c5;
  border-radius: 25px;
  color: #000;
}
.btn_bn-bl {
  text-align: center;
  background: #19539a;
  color: #fff;
  border: 1px solid #19539a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-bl:hover {
  background: #fff;
  color: #19539a;
}
.btn_bn-bl02 {
  background: #2f4279;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-bl02:hover {
  background-color: #2d3b63;
}
.btn_bn-bk {
  background: #6c6c6c;
  border: 1px solid #6c6c6c;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-bk:hover {
  background: #fff;
  color: #6c6c6c;
}
.btn_by-bl {
  text-align: center;
  color: #3057bb;
  border: 1px solid #3057bb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-bl:hover {
  background: #3057bb;
  color: #fff;
}
.btn_by-bl02 {
  text-align: center;
  color: #19539a;
  border: 1px solid #19539a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-bl02:hover {
  background: #19539a;
  color: #fff;
}
.btn_close {
  width: 17px;
  height: 17px;
  background: #2f4279 url(../img/ico_x.png) no-repeat center;
}
.btn_captcha1 {
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  line-height: 48px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_captcha1:before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 25px;
  background: url(../img/ico_captcha1.png) no-repeat;
  margin-top: -3px;
  vertical-align: middle;
}
.btn_captcha2 {
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  line-height: 48px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_captcha2:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 23px;
  background: url(../img/ico_captcha2.png) no-repeat;
  margin-top: -3px;
  vertical-align: middle;
}
.btn_myList {
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  color: #585858;
  letter-spacing: -0.04em;
  line-height: 40px;
  height: 42px;
  min-width: 154px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_myList:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ico_myList_2.png) no-repeat;
  /* margin-right:5px; */
  margin-top: -3px;
  vertical-align: middle;
}
.btn_myList:hover {
  background: #c9c9c9;
  border-color: #c9c9c9;
}
.btn_myList_already {
  background: #89a5da;
  border: #89a5da;
}
.btn_myList_already:before {
  background: url(../img/ico_myList_3.png) no-repeat;
}
.btn_Nwindow {
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  line-height: 40px;
  width: 42px;
  height: 42px;
  margin-left: 6px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_Nwindow:before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 18px;
  background: url(../img/ico_Nwindow.png) no-repeat;
  margin-top: -3px;
  vertical-align: middle;
}
.btn_Nwindow:hover {
  border-color: #164a95;
}
.btn_Nwindow:hover:before {
  background-position-y: 100%;
}
.flag_agency {
  line-height: 40px;
  height: 42px;
  /* width:55px; */
  width: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #1b4bab;
  letter-spacing: -0.04em;
  border: 1px solid #89a5da;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}
.flag_agency.type02 {
  border-color: #e59f87;
  color: #de5721;
}
.btn_cst {
  border: 1px solid #000;
  color: #454545;
  text-align: center;
}
.btn_cst:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_srh.png) no-repeat;
  vertical-align: middle;
}
.btn_reset {
  width: 32px;
  height: 30px;
  font-size: 0;
  color: transparent;
  border-radius: 5px;
  background: #4b4b4b url(../img/ico_reset.png) no-repeat center;
}
.btn_view,
.btn_down {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 5px;
  min-width: 115px;
  height: 33px;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #585858;
  line-height: 33px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_view:before,
.btn_down:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.btn_view:before {
  width: 21px;
  height: 16px;
  background: url(../img/ico_view.png) no-repeat;
  margin: -3px 3px 0 0;
}
.btn_down:before {
  width: 18px;
  height: 17px;
  background: url(../img/ico_file-down.png) no-repeat;
  margin: -6px 6px 0 0;
}
.btn_view:hover {
  border-color: #185a8d;
  background: #185a8d;
  color: #fff;
}
.btn_view:hover:before {
  background-position: 0 100%;
}
.btn_down:hover {
  border-color: #214587;
  background: #214587;
  color: #fff;
}
.btn_down:hover:before {
  background-position: 0 100%;
}
.btn_check {
  background: #3e4d6a;
  border: 1px solid #3e4d6a;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 42px;
  height: 44px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn_check:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_circle-check.png) no-repeat;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_check:hover {
  background: #fff;
  color: #3e4d6a;
}
.btn_check:hover:before {
  background-image: url(../img/ico_circle-check-on.png);
}
.btn_list {
  display: inline-block;
  padding: 9.5px 28px;
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.btn_list span {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.btn_list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 13px;
  background: url(../img/ico_list_bg.png) no-repeat bottom 0 center;
}
.btn_list:hover {
  border: 1px solid #4d4d4d;
  background: #fff;
  color: #4d4d4d;
}
.btn_list:hover span {
  color: #4d4d4d;
}
.btn_list:hover span::before {
  background: url(../img/ico_list_bg.png) no-repeat top 0 center;
}

.btn_list.type02 {
  display: inline-block;
  padding: 9.5px 28px;
  border: 1px solid #d0d0d0;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-weight: 700;
}
.btn_list.type02:hover {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #000;
}
.btn_change {
  border: 1px solid #545454;
  background: #545454;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_change:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.btn_pass {
  border: 1px solid #2f4279;
  background: #2f4279;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_pass:hover {
  border: 1px solid #2f4279;
  background: #fff;
  color: #2f4279;
}
.btn_site {
  border: 1px solid #4f5463;
  background: #4f5463;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_site:hover {
  border: 1px solid #4f5463;
  background: #fff;
  color: #4f5463;
}
.btn_appli {
  border: 1px solid #626262;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_appli:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 21px;
  height: 17px;
  background: url(../img/ico_check-gray.png) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_appli:hover {
  color: #fff;
  background: #4d4d4d;
}
.btn_appli:hover:before {
  background-image: url(../img/ico_check-white.png);
}
.btn_bn-dr {
  background: #4f5463;
  border: 1px solid #4f5463;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.btn_bn-dr:hover {
  color: #4f5463;
  background: #fff;
}
.btn_bn-org {
  color: #fff;
  background: #cc4e00;
  border: 1px solid #cc4e00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-org:hover {
  color: #d87347;
  background: #fff;
}
.btn_counsel {
  display: inline-block;
  width: 100%;
  max-width: 136px;
  padding: 9px 0 9px 12px;
  margin-left: 17px;
  border: 1px solid #bbb;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_counsel span {
  position: relative;
  padding-left: 29px;
  font-size: 16px;
  color: #000;
}
.btn_counsel span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url(../img/ico_counsel_bg.png) no-repeat;
}
.btn_counsel:hover {
  background: #c9c9c9;
}
.btn_counsel:hover span {
  color: #585858;
}
@media screen and (max-width: 768px) {
  .btn_counsel {
    display: block;
    width: 100%;
    max-width: 142px;
    padding: 5px 0 5px 16px;
    margin-left: 0;
    margin-top: 13px;
  }
  .btn_counsel span {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
  }
  .btn_counsel span::before {
    top: 3px;
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
}
.btn_by-bk02 {
  border: 1px solid #315b7e;
  border-radius: 5px;
  color: #454545;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-bk02:hover {
  border: 1px solid #315b7e;
  background: #315b7e;
  color: #fff;
}
.btn_board {
  display: inline-block;
  height: 27px;
  padding: 2.5px 10px 2.5px 17px;
  border: 1px solid #bababa;
  border-radius: 5px;
}
.btn_board span {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 700;
}
.btn_board span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  width: 11px;
  height: 10px;
  background: url(../img/ico_cs_btn_board_bg.png) no-repeat;
}
.btn_map {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #bababa;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_map:hover {
  border: 1px solid #bababa;
  background-color: #c9c9c9;
}
.btn_map span {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #585858;
}
.btn_map span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 20px;
  background: url(../img/ico_map_bg.png) no-repeat;
}
@media screen and (max-width: 1024px) {
  .btn_map {
    padding: 5px 15px;
  }
  .btn_map span {
    padding-left: 22px;
    font-size: 14px;
    letter-spacing: -0.06em;
  }
  .btn_map span::before {
    top: 3px;
    width: 14px;
    height: 16px;
    background-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .btn_view,
  .btn_down {
    font-size: 14px;
  }
  .btn_view:before {
    width: 18px;
    height: 13px;
    margin: -2px 0 0 0;
    background-size: 100%;
  }
  .btn_down:before {
    width: 15px;
    height: 14px;
    margin: -3px 0 0 0;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btn_list {
    width: 100%;
    text-align: center;
  }
  .btn_list span {
    font-size: 16px;
  }
  .btn_list span::before {
    top: 5px;
  }
  .btn_appli:before {
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
  }
}
.btn_app {
  margin-left: 17px;
  padding: 6.5px 15px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.btn_app span {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  color: #000;
}
.btn_app span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 22px;
  background: url(../img/ico_card_bg.png) no-repeat;
}
.btn_app:hover {
  border: 1px solid #bbb;
  background: #bbb;
}
.btn_app:hover span {
  color: #585858;
}
.btn_dir {
  display: inline-block;
  margin-top: 23px;
  padding: 6.5px 20px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.btn_dir span {
  position: relative;
  padding-left: 17px;
  color: #585858;
}
.btn_dir span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  background: url(../img/ico_dir_bg.png) no-repeat bottom 0 center;
}
@media screen and (max-width: 768px) {
  .btn_app {
    display: inline-block;
    margin-top: 12px;
    margin-left: 0;
  }
  .btn_dir {
    width: 100%;
  }
  .btn_dir span {
    display: inline-block;
    padding-left: 36px;
    font-size: 14px;
  }
  .btn_dir span::after {
    top: 2px;
    left: 21px;
    width: 14px;
    height: 14px;
    background-size: 100%;
  }
}
.btn_link-detail {
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  background: #4b4b4b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_link-detail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: url(../img/ico_link_detail.png) no-repeat bottom 0 center;
  transform: translate(-50%, -50%);
}
.btn_link-detail:hover {
  border: 1px solid #4b4b4b;
  background: #fff;
}
.btn_link-detail:hover::after {
  background: url(../img/ico_link_detail.png) no-repeat top 0 center;
}
/* 페이지 버튼 */
.paginate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate .page_btn {
  height: 14px;
  width: 14px;
  margin: 0 14px;
}
.paginate .first {
  background: url(../img/page_first.png) no-repeat;
}
.paginate .prev {
  background: url(../img/page_prev.png) no-repeat;
  width: 8px;
  margin-right: 17px;
}
.paginate .next {
  background: url(../img/page_next.png) no-repeat;
  width: 8px;
  margin-left: 17px;
}
.paginate .last {
  background: url(../img/page_last.png) no-repeat;
}
.paginate .page_btn:hover {
  background-position: 0 100%;
}
.paginate .page_inner {
  display: flex;
  align-items: center;
}
.paginate a {
  margin: 0 15px;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #606060;
}
.paginate a.active {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.35rem;
  margin: 0 2px;
  text-decoration: none;
  background-color: #333;
  border-color: #333;
}
@media screen and (max-width: 768px) {
  .paginate a {
    font-size: 13px;
    font-weight: 600;
    margin: 0 6px;
  }
  .paginate .page_btn {
    margin: 0 4px;
  }
  .page_btn.prev {
    margin-right: 12px;
  }
  .page_btn.next {
    margin-left: 12px;
  }
}
/* 게시판 - 파일 */
.board_file {
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.board_file ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board_file ul > li:not(:first-of-type) {
  margin-top: 7px;
}
.board_file li .file_bg {
  position: relative;
  padding-left: 34px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 26px;
  color: #606060;
  width: 100%;
}
.board_file li .file_bg::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/ico_file.png) no-repeat top 0 center;
}
.board_file li .file_bg:hover {
  text-decoration: underline;
}
.board_file li .file_bg:hover::before {
  background: url(../img/ico_file.png) no-repeat bottom 0 center;
  background-size: 100%;
}
.board_file li .btn_wrap {
  margin-left: auto;
  white-space: nowrap;
}
.board_file .btn_wrap ul {
  font-size: 0;
}
.board_file .btn_wrap li {
  display: inline-block;
  border-radius: 5px;
}
.board_file .btn_wrap li:not(:first-of-type) {
  margin-top: 0;
  margin-left: 5px;
}
.board_file .btn_wrap li button {
  position: relative;
  padding: 7.5px 14px;
}
.board_file .btn_wrap button span {
  position: relative;
  color: #585858;
}
.board_file .btn_wrap .view span {
  padding-left: 27px;
}
.board_file .btn_wrap .down span {
  padding-left: 28px;
}
.board_file .btn_wrap button span::before {
  content: "";
  position: absolute;
  left: 0;
}
.board_file .btn_wrap .view span::before {
  top: 4px;
  width: 21px;
  height: 16px;
  background: url(../img/ico_view_bg.png) no-repeat;
}
.board_file .btn_wrap .down span::before {
  top: 3px;
  width: 18px;
  height: 17px;
  background: url(../img/ico_down_bg.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .board_file {
    padding: 15px 0 20px;
  }
  .board_file ul > li {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .board_file li .file_bg {
    padding-left: 27px;
    line-height: 26px;
  }
  .board_file li .file_bg::before {
    width: 18px;
    height: 18px;
    top: 5px;
    background-size: 100%;
  }
  .board_file ul > li:not(:first-of-type) {
    margin-top: 15px;
  }
  .board_file li .btn_wrap {
    margin: 8px auto 0;
  }
  .board_file .btn_wrap li:not(:first-of-type) {
    margin-left: 10px;
  }
}
/* 게시판 이전,다음글 */
.page_list_wrap {
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
}
.page_list_wrap li {
  padding: 18px 0;
}
.page_list_wrap li:not(:first-of-type) {
  border-top: 1px solid #d5d5d5;
}
.page_list_wrap li > div {
  display: inline-block;
}
.page_list_wrap .tag {
  padding: 0 10px;
}
.page_list_wrap .tag span {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  color: #606060;
  vertical-align: middle;
}
.page_list_wrap .tag span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 6px;
}
.page_list_wrap .prev span::before {
  background: url(../img/ico_arrow_bg.png) no-repeat top 0 center;
}
.page_list_wrap .next span::before {
  background: url(../img/ico_arrow_bg.png) no-repeat bottom 0 center;
}
.page_list_wrap .tit_wrap {
  width: calc(100% - 93px);
  padding-left: 10px;
}
.page_list_wrap .tit_wrap a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_list_wrap .tit_wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page_list_wrap li {
    padding: 14px 0;
  }
  .page_list_wrap .tag span {
    font-size: 16px;
  }
  .page_list_wrap .tit_wrap a {
    font-size: 16px;
  }
}

/* 헤더 네비 없을 떄 */
.no_nav .no_nav_con {
  padding-top: 135px;
}
.no_nav .sub_titWrap .tit_area {
  padding: 67px 0 28px;
}
.no_nav .sub_titWrap .con_logo {
  position: absolute;
  right: 0;
  top: 59px;
  font-size: 0;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
}
.sub_titWrap .con_logo ul {
  display: inline-block;
  vertical-align: middle;
}
.sub_titWrap .con_logo li {
  float: left;
  margin-right: 30px;
}
.sub_titWrap .con_logo li:last-of-type {
  margin-right: 0;
}
.sub_titWrap .con_logo li:nth-of-type(1) {
  width: 149px;
  height: 34px;
  background: url(../img/s-logo.png) no-repeat;
}
.sub_titWrap .con_logo li:nth-of-type(2) {
  width: 125px;
  height: 30px;
  background: url(../img/s-logo02.png) no-repeat;
}
@media screen and (max-width: 768px) {
  .no_nav .no_nav_con {
    padding: 0;
  }
  .no_nav .sub_titWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    padding: 25px 0 15px;
    border-bottom: 2px solid #828282;
  }
  .no_nav .sub_titWrap .tit_area {
    display: inline-block;
    padding: 0;
  }
  .no_nav .sub_titWrap .con_logo {
    position: static;
  }
  .sub_titWrap .con_logo li {
    margin-right: 10px;
  }
  .sub_titWrap .con_logo li:nth-of-type(1) {
    width: 97px;
    height: 22px;
    background-size: 100%;
  }
  .sub_titWrap .con_logo li:nth-of-type(2) {
    width: 96px;
    height: 25px;
    background-size: 100%;
  }
}
@media screen and (max-width: 359px) {
  .no_nav .sub_titWrap .con_logo {
    margin-top: 10px;
  }
}
/* 슬라이드 페이지 변환 */
.slider_syncing .slick-dots {
  display: block;
  width: 100px;
  margin: 20px auto;
  border: 1px solid #a5a8af;
  border-radius: 30px;
  text-align: center;
}
.slider_syncing .slick-dots li {
  display: none;
}
.slider_syncing .slick-dots .slick-active {
  display: block;
}
.slider_syncing .slick-dots .slick-active a {
  display: inline-block;
  padding: 6px 0;
}
.slider_syncing .slick-dots .slick-active a span {
  font-size: 16px;
  font-weight: 700;
}

/* 팝업 */
.layerPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
}
.deemed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.layerPopup .layerWrap {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1003;
}
.layerPopup .layerWrap .pop_wrap {
  position: relative;
}
.layerPopup .layerWrap .tit_wrap {
  border-bottom: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 28px;
}
.layerPopup .layerWrap .tit_wrap .tit {
  max-width: calc(100% - 45px);
  flex: 1;
}
.layerPopup .layerWrap .con_wrap {
  max-height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: auto;
}
.layerPopup .layerWrap.type02 .con_wrap {
  max-height: calc(100vh - 140px);
  overflow: hidden;
  overflow-y: auto;
}
.layerPopup.qlogin .layerWrap .con_wrap {
  max-height: calc(100vh - 183px);
}
.layerPopup .layerWrap .btn_pop-close {
  width: 20px;
  height: 20px;
  background: url(../img/btn_pop-close.png) no-repeat;
  position: absolute;
  right: 40px;
  top: 20px;
}
.layerPopup .btn_wrap button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
/* 넓이 360 팝업 */
.layerPopup .layerWrap.width360 {
  max-width: 360px;
  width: calc(100% - 40px);
}
.layerPopup .layerWrap.width360 .con_wrap {
  padding: 30px 20px;
}
.layerPopup .layerWrap.width360 .tit_wrap .tit {
  padding-left: 20px;
}
/* 넓이 850 팝업 */
.layerPopup .width850 {
  max-width: 850px;
  min-width: 300px;
  width: 100%;
}
.layerPopup .width850 .tit_wrap {
  padding: 38px 40px;
  font-size: 30px;
  height: 100%;
}
.layerPopup .layerWrap.width850 .btn_pop-close {
  top: 42px;
}
@media screen and (max-width: 1024px) {
  .layerPopup .layerWrap.width850 {
    width: calc(100% - 40px);
  }
  .layerPopup .width850 .tit_wrap {
    padding: 20px;
    font-size: 20px;
  }
  .layerPopup .layerWrap.width850 .btn_pop-close {
    top: 23px;
    right: 20px;
  }
}
/* 넓이 1100 팝업 */
.layerPopup .width1100 {
  max-width: 1100px;
  min-width: 300px;
  width: 100%;
}
.layerPopup .width1100 .tit_wrap {
  position: relative;
  height: auto;
  padding: 38px 40px;
  font-size: 30px;
}
.layerPopup .width1100 .con_wrap {
  padding: 50px 40px 0;
}
.layerPopup .width1100 .con_wrap:after {
  display: block;
  content: "";
  height: 50px;
}
.layerPopup .width1100 .btn_pop-close {
  top: 42px;
}
@media screen and (max-width: 1024px) {
  .layerPopup .layerWrap.width1100 {
    width: calc(100% - 40px);
  }
  .layerPopup .width1100 .tit_wrap {
    padding: 20px;
    font-size: 20px;
  }
  .layerPopup .width1100 .con_wrap {
    padding: 25px 20px 0;
  }
  .layerPopup .width1100 .btn_pop-close {
    top: 23px;
    right: 20px;
  }
}
/* 넓이 1400 팝업 */
.layerPopup .layerWrap.type02 {
  max-width: 1400px;
  width: 100%;
  min-width: 300px;
}
.layerPopup .layerWrap.type02 .tit_wrap {
  padding: 38px 40px;
  font-size: 30px;
  height: auto;
  position: relative;
}
.layerPopup .layerWrap.type02 .btn_pop-close {
  top: 42px;
}
.layerPopup .layerWrap.type02 .con_wrap {
  padding: 50px 40px 0;
}
.layerPopup .layerWrap.type02 .con_wrap:after {
  display: block;
  content: "";
  height: 50px;
}

/* 메인 팝업 */
.layerPopup.type_main .layerWrap {
  max-width: 1500px;
  width: calc(100vw - 40px);
}
.layerPopup.type_main .pop_wrap {
  padding: 3px 0 30px;
}
.layerPopup.type_main .con_wrap {
  padding: 0 25px;
  max-height: calc(100vh - 160px);
}
.layerPopup.type_main .layerWrap .tit_wrap {
  height: 87px;
  font-size: 30px;
  line-height: 34px;
  margin: 0 25px;
}
.layerPopup.type_main .layerWrap .btn_pop-close {
  right: 30px;
  top: 30px;
  width: 29px;
  height: 29px;
  background-image: url(../img/btn_pop-close-big.png);
}
.layerPopup.type_main .layerWrap.type02 .tit_wrap {
  height: 107px;
  margin: 0;
}
.layerPopup.type_main .layerWrap.type02 .btn_pop-close {
  top: 38px;
  right: 40px;
}
/* 주소복사 팝업 */
.add_copy-pop {
  max-width: 320px;
  min-width: 300px;
}
.add_copy-pop .tit_wrap {
  padding-left: 20px;
}
.add_copy-pop .tit_wrap img {
  width: 122px;
  margin-right: 9px;
}
.add_copy-pop.layerWrap .btn_pop-close {
  right: 20px;
}
.add_copy-pop .con_wrap {
  padding: 26px 20px 30px;
}
.add_copy-pop .txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #000;
  word-break: keep-all;
}
.add_copy-pop .input_box {
  padding-top: 16px;
}
.add_copy-pop .input_box input {
  border: 1px solid #c3c3c3;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #767676;
  height: 35px;
  width: 100%;
  padding-left: 13px;
}
.add_copy-pop .btn_wrap {
  padding-top: 30px;
}
.add_copy-pop .btn_wrap button {
  line-height: 38px;
  height: 40px;
  width: 100%;
}

/* 안내 팝업 */
.info_sm-pop .layerWrap {
  max-width: 320px;
  border: 1px solid #a0a0a0;
}
@media screen and (max-width: 1440px) {
  .layerPopup .layerWrap.type02 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .layerPopup .layerWrap.type02 .tit_wrap {
    padding: 16px 20px;
    font-size: 20px;
  }
  .layerPopup .layerWrap.type02 .btn_pop-close {
    top: 20px;
    right: 20px;
  }
  .layerPopup .layerWrap.type02 .con_wrap {
    padding: 30px 20px 0;
  }
  .layerPopup .layerWrap.type02 .con_wrap:after {
    height: 30px;
  }
  .layerPopup.type_main .layerWrap .tit_wrap {
    height: 60px;
    font-size: 20px;
    margin: 0 20px;
  }
  .layerPopup.type_main .pop_wrap {
    padding: 0 0 30px;
  }
  .layerPopup.type_main .con_wrap {
    padding: 0 20px;
    max-height: calc(100vh - 100px);
  }
  .layerPopup.type_main .layerWrap .btn_pop-close {
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: 20px;
    top: 20px;
  }
  .layerPopup.type_main .layerWrap.type02 .tit_wrap {
    height: 61px;
  }
  .layerPopup.type_main .layerWrap.type02 .btn_pop-close {
    top: 20px;
    right: 20px;
  }
  .info_sm-pop .layerWrap {
    width: calc(100% - 40px);
  }
}
/* 통합검색 */
.logInWrap .search {
  background: #f8f8f8;
}
.logInWrap .search .sch_input {
  position: relative;
  text-align: center;
}
.logInWrap .search .sch_input input {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 10px;
  border: 1px solid #3a3a3a;
  font-size: 20px;
  max-width: 850px;
  background: url(../img/search.png) #fff no-repeat right 29px center;
  text-overflow: ellipsis;
}
.logInWrap .search .sch_input .btnSrch {
  position: absolute;
  right: 39px;
  top: 0;
  width: 26px;
  height: 60px;
}
/* copyright */
.copy_right_wrap {
  margin-top: 30px;
  border: 1px solid #d5d5d5;
}
.copy_right_wrap .inner {
  padding: 40px;
}
.copy_right_wrap .inner p {
  position: relative;
  padding-left: 150px;
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.copy_right_wrap .inner p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.copy_right_wrap .inner p:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  margin-left: 120px;
  background-color: #d5d5d5;
  content: "";
}

@media screen and (max-width: 768px) {
  .copy_right_wrap {
    margin-top: 20px;
  }
  .copy_right_wrap .inner {
    padding: 20px;
  }
  .copy_right_wrap .inner p {
    padding-top: 39px;
    padding-left: 0;
    font-size: 16px;
  }
  .copy_right_wrap .inner p img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .copy_right_wrap .inner p:before {
    display: none;
  }
}

/* 데이트 피커 */
.datePickerWrap {
  position: relative;
}
.datePickerWrap .datePicker {
  padding-right: 28px;
}
.datePickerWrap img {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .datePickerWrap img {
    width: 16px;
    height: 16px;
  }
  .ui-datepicker .ui-datepicker-title select {
    background-position: center right 5px;
  }
}

/* 알림공지 팝업 */
.notifi_const-pop .layerWrap {
  max-width: 580px;
  width: calc(100% - 40px);
}
.notifi_const-pop .tab-button03 {
  position: relative;
}
.notifi_const-pop .con_wrap {
  padding: 0 30px 30px;
}
.notifi_const-pop .tab-button03 .btn_tab {
  position: absolute;
  top: 30px;
  width: calc((100% - 22px) / 3);
  height: 52px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: #e6e6e6;
  text-align: center;
}
.notifi_const-pop .tab-button03 > li:nth-of-type(2) .btn_tab {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.notifi_const-pop .tab-button03 > li:nth-of-type(3) .btn_tab {
  right: 0;
  left: auto;
}
.notifi_const-pop .tab-button03 li.active .btn_tab {
  color: #fff;
  background: #19539a;
}
.notifi_const-pop .tab-button03 .btn_tab span {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 52px;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
}
.notifi_const-pop .btn_tab .ring {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #f85555;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 30px;
  position: absolute;
  top: -10px;
  right: -6px;
}
.notifi_const-pop .tab_content03 {
  padding-top: 112px;
}
.notifi_const-pop .scroll_wrap {
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  height: 278px;
  overflow: hidden;
  overflow-y: auto;
}
.notifi_const-pop .dot_list-wrap li {
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: -0.04em;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notifi_const-pop .dot_list-wrap.no_dot li {
  padding-left: 0;
}
.notifi_const-pop .dot_list-wrap.no_dot li:before {
  display: none;
}
.notifi_const-pop .dot_list-wrap li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #737373;
  border-radius: 100%;
  margin: 0 11px 0 -15px;
  vertical-align: middle;
}
.notifi_const-pop .dot_list-wrap li .kategorie {
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  height: 27px;
  line-height: 27px;
  background: #1b5388;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.04em;
  margin-right: 9px;
}
.notifi_const-pop .btnWrap {
  padding-top: 30px;
}
.notifi_const-pop .btnWrap button {
  min-width: 120px;
  height: 52px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.notifi_const-pop .dot_list-wrap li .t_tit,
.notifi_const-pop .dot_list-wrap li .answer {
  display: inline-block;
  vertical-align: middle;
}
.notifi_const-pop .dot_list-wrap li .t_tit {
  width: calc(100% - 184px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifi_const-pop .dot_list-wrap li .answer {
  border: 1px solid #a5a8af;
  height: 27px;
  min-width: 76px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.04em;
  margin-left: 4px;
}
.notifi_const-pop .dot_list-wrap li .answer.comp {
  border-color: #1a54d8;
  color: #1a54d8;
}
@media screen and (max-width: 768px) {
  .notifi_const-pop .con_wrap {
    padding: 0 20px 30px;
  }
  .notifi_const-pop .dot_list-wrap li .kategorie {
    width: 59px;
    font-size: 12px;
  }
  .notifi_const-pop .btn_tab {
    top: 33px;
    width: calc((100% - 16px) / 3);
    height: 40px;
    font-size: 16px;
  }
  .notifi_const-pop .btn_tab span {
    line-height: 40px;
  }
  .notifi_const-pop .btn_tab .ring {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    top: -8px;
    right: -6px;
  }
  .notifi_const-pop .tab_content03 {
    padding-top: 93px;
  }
  .notifi_const-pop .scroll_wrap {
    height: 263px;
  }
  .notifi_const-pop .dot_list-wrap li {
    padding-left: 14px;
    line-height: 51px;
    font-size: 14px;
  }
  .notifi_const-pop .dot_list-wrap li:before {
    margin: -3px 5px 0 -9px;
  }
  .notifi_const-pop .btnWrap button {
    min-width: 116px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
  }
  .notifi_const-pop .dot_list-wrap li .t_tit {
    width: calc(100% - 135px);
  }
  .notifi_const-pop .dot_list-wrap li .answer {
    min-width: 59px;
    margin-left: 0;
    font-size: 12px;
  }
}

/* 유관기관전체배너 팝업 */
.layerPopup .banner_group-pop .layerWrap .tit_wrap {
  border-bottom: 0;
  margin: 0 53px;
}
.banner_group-pop .tit_wrap .s_txt {
  display: inline-block;
  vertical-align: unset;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-left: 22px;
}
.banner_group-pop .layerWrap .con_wrap {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 53px;
  padding: 0;
}
.banner_group-pop .scroll_wrap {
  height: 350px;
  padding: 31px 21px 26px 0;
  overflow: hidden;
  overflow-y: auto;
}
.banner_group-pop .banner_list {
  font-size: 0;
}
.banner_group-pop .banner_list li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  width: calc((100% - 15px) / 4);
  height: 92px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.banner_group-pop .banner_list li:nth-of-type(4n) {
  margin-right: 0;
}
.banner_group-pop .banner_list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner_group-pop .banner_list li a:after {
  font-size: 0;
  min-height: inherit;
  content: "";
}
.banner_group-pop .banner_list li img {
  max-width: calc(100% - 10px);
}
.layerPopup.type_main .banner_group-pop .btn_pop-close {
  right: 53px;
  width: 40px;
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  background: url(../img/btn_pop-close.png) no-repeat center;
  background-size: 13px 12px;
}
@media screen and (max-width: 1024px) {
  .banner_group-pop .banner_list li {
    width: calc((100% - 5px) / 2);
  }
  .banner_group-pop .banner_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .layerPopup.type_main .banner_group-pop .pop_wrap {
    padding-bottom: 20px;
  }
  .layerPopup .banner_group-pop .layerWrap .tit_wrap {
    height: 84px;
    margin: 0 20px;
  }
  .banner_group-pop .tit_wrap .s_txt {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
  .banner_group-pop .layerWrap .con_wrap {
    margin: 0 20px;
  }
  .banner_group-pop .scroll_wrap {
    padding: 18px 9px 13px 0;
  }
  .banner_group-pop .banner_list li {
    margin-right: 0;
    width: 100%;
  }
  .layerPopup.type_main .banner_group-pop .btn_pop-close {
    width: 32px;
    height: 32px;
    background-size: 12px;
    right: 20px;
  }
}

/* 데이트 피커 */
.ui-datepicker {
  z-index: 2004 !important;
}

/* 맵 포인트 */
.btn_map-point {
  border: 1px solid #1e71be;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 38px;
  text-align: center;
  padding: 0 8px;
  white-space: nowrap;
}
.btn_map-point:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #1e71be url(../img/ico_map-point.png) no-repeat center;
  vertical-align: middle;
  margin: -4px 7px 0 0;
}
.map_pointing .num_notice-flag {
  position: absolute;
  right: -11px;
  top: -17px;
  border: 1px solid #1e71be;
  border-radius: 12px;
  display: inline-block;
  background: #fff;
  min-width: 40px;
  padding: 0 10px;
  line-height: 23px;
  height: 25px;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.btn_map-point.active {
  background: #1e71be;
  color: #fff;
}
.btn_map-point.active:before {
  background: #fff url(../img/ico_map-point-on.png) no-repeat center;
}
@media screen and (max-width: 1024px) {
  .btn_map-point {
    height: 27px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 25px;
  }
  .btn_map-point:before {
    width: 18px;
    height: 18px;
    background-size: 8px auto;
    margin: -3px 6px 0 0;
  }
  .btn_map-point.active:before {
    background-size: 8px auto;
  }
  .map_pointing .num_notice-flag {
    right: -8px;
    top: -13px;
    padding: 0 6px;
    border-radius: 8px;
    min-width: 24px;
    height: 18px;
    line-height: 16px;
    font-size: 10px;
  }
}

/* 탭 */
.tab_buttom-wrap.typeTab .tab-nav {
  display: table;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.tab-nav li {
  display: table-cell;
  background: #fff;
  border: 1px solid #b8b8b8;
  width: 33.33%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.tab-nav li a.btn_tab {
  display: inline-block;
  width: 100%;
  min-height: 58px;
  line-height: 58px;
}
.tab-nav li.active {
  background: #484c50;
  color: #fff;
  border-color: #484c50;
}
.tab_buttom-wrap.typeTab .tab-con > div {
  display: none;
}
.tab_buttom-wrap.typeTab .tab-con > div.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab_buttom-wrap.typeTab .tab-nav {
    margin-bottom: 30px;
  }
  .tab-nav li {
    display: inline-block;
    width: 50%;
    font-size: 17px;
    float: left;
  }
  .tab-nav li:last-child {
    border-top: none;
  }
}

/* 메일 폼 팝업 */
.mail_form-pop {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}
.mail_form-pop .tit_wrap {
  background: #2749c5 url(../img/bg_newsletter.png) no-repeat right top;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.04em;
  color: #fff;
  min-height: 135px;
  padding: 0 45px;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.mail_form-pop .tit_wrap:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.mail_form-pop .mail_form {
  padding: 70px 45px 37px;
}
.mail_form-pop .mail_form .pop_tit {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.mail_form-pop .mail_form .box {
  margin-top: 27px;
  background: #f6f6f6;
  padding: 34px 40px;
}
.mail_form-pop .mail_form .box .b_tit {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 29px;
  padding-bottom: 15px;
}
.mail_form-pop .mail_form .box .b_tit .data {
  color: #2a5ac7;
}
.mail_form-pop .mail_form .box .b_txt {
  font-size: 19px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #595959;
  padding-top: 30px;
}
.mail_form-pop .mail_form .box .b_txt:first-of-type {
  padding-top: 0;
}
.mail_form-pop .mail_form .txt {
  padding-top: 17px;
  font-size: 20px;
  line-height: 29px;
}
.mail_form-pop .mail_form .dot_box {
  padding-top: 19px;
}
.mail_form-pop .mail_form .dot_box .d_tit {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.04em;
  padding-left: 13px;
}
.mail_form-pop .mail_form .dot_box .d_tit:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #434343;
  border-radius: 100%;
  margin: 0 9px 2px -13px;
  vertical-align: middle;
}
.mail_form-pop .mail_form .dot_box .box {
  margin-top: 15px;
  margin-left: 14px;
  padding: 15px 10px 15px 26px;
  font-size: 19px;
  line-height: 29px;
}
.mail_form-pop .mail_form .dot_box .box .txt {
  padding-top: 0;
  color: #595959;
}
.mail_form-pop .mail_form .dot_box .box ul {
  padding-top: 8px;
}
.mail_form-pop .mail_form .dot_box .box li {
  display: table;
  table-layout: fixed;
  width: 100%;
  letter-spacing: -0.04em;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}
.mail_form-pop .mail_form .dot_box .box .l_tit {
  display: table-cell;
  vertical-align: top;
  color: #000;
  font-weight: 600;
  width: 80px;
}
.mail_form-pop .mail_form .dot_box .box .l_txt {
  color: #595959;
}
.mail_form-pop .mail_form .gray_txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: #585858;
  padding-top: 18px;
}
.mail_form-pop .mail_footer {
  background: #efefef;
  padding: 28px 47px;
}
.mail_form-pop .mail_footer .ft_inner {
  display: flex;
  align-items: center;
}
.mail_form-pop .mail_footer .ft_txt {
  padding-left: 34px;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #585858;
}
/* 메일 폼 end */

/* 우편번호 찾기 팝업 */
.zip_pop {
  width: 556px;
}
.layerWrap.zip_pop .tit_wrap {
  height: 80px;
  padding: 0 20px;
}
.layerWrap.zip_pop .btn_pop-close {
  top: 30px;
  right: 20px;
}
.zip_pop .con_wrap {
  padding: 30px 20px 0;
}
.zip_pop .con_wrap:after {
  display: block;
  content: "";
  height: 30px;
}
.zip_pop .sch_input {
  position: relative;
}
.zip_pop .sch_input input {
  border: 1px solid #d7d7d7;
  height: 50px;
  padding: 0 43px 0 18px;
  letter-spacing: -0.04em;
  width: 100%;
  text-overflow: ellipsis;
}
.zip_pop .sch_input input::placeholder {
  color: #d2d2d2;
}
.zip_pop .sch_input .btnSrch {
  width: 41px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/search.png) no-repeat left 2px center;
}
.zip_pop .sch_input .txt_bl {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #19539a;
  padding-top: 13px;
}
.zip_pop .result_wrap {
  padding-top: 35px;
}
.zip_pop .rst_txt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
.zip_pop .rst_txt .data {
  color: #19539a;
}
.zip_pop .table_wrap {
  margin-top: 15px;
  border-top: 1px solid #000;
}
.zip_pop .table_wrap table {
  position: relative;
  top: 1px;
}
.zip_pop .table_wrap thead {
  background: #f7f7f7;
  font-size: 18px;
}
.zip_pop .table_wrap tr {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.zip_pop .table_wrap td {
  font-size: 16px;
  color: #222;
  letter-spacing: -0.04em;
  line-height: 22px;
  padding: 13px 5px;
  text-align: center;
}
.zip_pop .table_wrap .add {
  text-align: left;
}
.zip_pop .table_wrap .no {
  width: 13%;
}
.zip_pop .table_wrap .num {
  width: 19%;
}
.zip_pop .table_wrap a:hover {
  text-decoration: underline;
}
.zip_pop .ft_wrap {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .zip_pop {
    width: calc(100% - 40px);
  }
  .layerWrap.zip_pop .tit_wrap {
    height: 60px;
  }
  .layerWrap.zip_pop .btn_pop-close {
    top: 20px;
  }
  .zip_pop .con_wrap:after {
    height: 55px;
  }
  .zip_pop .sch_input input {
    font-size: 16px;
    height: 40px;
    padding: 0 35px 0 12px;
  }
  .zip_pop .sch_input .btnSrch {
    height: 40px;
    width: 33px;
    background-size: 21px;
  }
  .zip_pop .sch_input .txt_bl {
    line-height: 19px;
    font-weight: 400;
    padding-top: 9px;
  }
  .zip_pop .result_wrap {
    padding-top: 36px;
  }
  .zip_pop .rst_txt {
    font-size: 16px;
  }
  .zip_pop .table_wrap {
    margin-top: 20px;
  }
  .zip_pop .table_wrap th {
    font-size: 16px;
  }
  .zip_pop .table_wrap td {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 5px 14px;
  }
  .zip_pop .table_wrap tr.nodata {
    height: 70px;
  }
  .zip_pop .table_wrap .no {
    width: 14%;
  }
  .zip_pop .table_wrap .num {
    width: 25%;
  }
}

.map_pt-flag {
  position: absolute;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.map_pt-flag.on {
  margin-top: -13px;
  margin-left: 0;
  z-index: 100;
}

.map_pt-flag .num {
  width: 30px;
  height: 33px;
  background: url(/cubersc/templete/kstartup1/img/mark2.png) no-repeat center top;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #3a8446;
  padding-top: 7px;
  display: block;
  margin: 0 auto;
  padding-right: 1px;
}
.map_pt-flag .area {
  display: inline-block;
  min-width: 53px;
  line-height: 24px;
  border-radius: 11.5px;
  background: #64a16c;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 0 5px;
  margin-top: 0px;
  font-weight: 700;
}
.map_pt-flag.on .num {
  font-size: 15px;
  letter-spacing: -0.5px;
  padding-top: 11px;
  width: 56px;
  height: 45px;
  color: #000;
  background-image: url(/cubersc/templete/kstartup1/img/mark3.png);
}
.map_pt-flag.on .area {
  background: #000;
  min-width: 54px;
  padding: 0 0;
}

/*창업인프라지도*/
.map.map01 {
  margin-top: 70px;
}
.map.map03 {
  margin-top: 100px;
}
.map.map04 {
  margin-top: 40px;
}
.map.map05 {
  margin-top: 120px;
}
.map.map07 {
  margin-top: 50px;
}
.map.map08 {
  margin-top: 30px;
}
.map.map09 {
  margin-top: 30px;
}
.map.map10 {
  margin-top: 30px;
}
.map.map11 {
  margin-top: 102px;
}
.map.map12 {
  margin-top: 70px;
}
.map.map13 {
  margin-top: 120px;
}
.map.map14 {
  margin-top: 110px;
}
.map.map15 {
  margin-top: 160px;
}
.map.map16 {
  margin-top: 100px;
}
.map.map17 {
  margin-top: 50px;
}
/*PC 포인트위치값*/

/*전국*/
.location00_00 {
  left: -77px;
  top: 182px;
}
.location00_01 {
  left: 205px;
  top: 34px;
}
.location00_02 {
  left: 35px;
  top: 60px;
}
.location00_03 {
  left: 70px;
  top: 65px;
}
.location00_04 {
  left: 108px;
  top: 74px;
}
.location00_05 {
  left: 80px;
  top: 140px;
}
.location00_06 {
  left: 152px;
  top: 120px;
}
.location00_07 {
  left: 30px;
  top: 170px;
}
.location00_08 {
  left: 105px;
  top: 178px;
}
.location00_09 {
  left: 229px;
  top: 190px;
}
.location00_10 {
  left: 55px;
  top: 240px;
}
.location00_11 {
  left: 190px;
  top: 234px;
}
.location00_12 {
  left: 30px;
  top: 310px;
}
.location00_13 {
  left: 85px;
  top: 320px;
}
.location00_14 {
  left: 135px;
  top: 295px;
}
.location00_15 {
  left: 250px;
  top: 280px;
}
.location00_16 {
  left: 215px;
  top: 320px;
}
.location00_17 {
  left: 40px;
  top: 440px;
}

/* 강원도 */
.location01_01 {
  left: 25px;
  top: 30px;
}
.location01_02 {
  left: 75px;
  top: 45px;
}
.location01_03 {
  left: 145px;
  top: 50px;
}
.location01_04 {
  left: 215px;
  top: 5px;
}
.location01_05 {
  left: 85px;
  top: 115px;
}
.location01_06 {
  left: 190px;
  top: 95px;
}
.location01_07 {
  left: 250px;
  top: 70px;
}
.location01_08 {
  left: 145px;
  top: 150px;
}
.location01_09 {
  left: 285px;
  top: 110px;
}
.location01_10 {
  left: 160px;
  top: 220px;
}
.location01_11 {
  left: 225px;
  top: 200px;
}
.location01_12 {
  left: 310px;
  top: 175px;
}
.location01_13 {
  left: 105px;
  top: 260px;
}
.location01_14 {
  left: 270px;
  top: 260px;
}
.location01_15 {
  left: 365px;
  top: 265px;
}
.location01_16 {
  left: 215px;
  top: 290px;
}
.location01_17 {
  left: 315px;
  top: 310px;
}
/* 경기도 */
.location02_01 {
  left: 128px;
  top: -12px;
}
.location02_02 {
  left: 65px;
  top: 70px;
}
.location02_03 {
  left: 140px;
  top: 55px;
}
.location02_04 {
  left: 195px;
  top: 25px;
}
.location02_05 {
  left: 110px;
  top: 100px;
}
.location02_06 {
  left: 135px;
  top: 126px;
}
.location02_07 {
  left: 240px;
  top: 90px;
}
.location02_08 {
  left: 15px;
  top: 140px;
}
.location02_09 {
  left: 70px;
  top: 145px;
}
.location02_10 {
  left: 195px;
  top: 145px;
}
.location02_11 {
  left: 155px;
  top: 175px;
}
.location02_12 {
  left: 65px;
  top: 210px;
}
.location02_13 {
  left: 90px;
  top: 230px;
}
.location02_14 {
  left: 125px;
  top: 200px;
}
.location02_15 {
  left: 181px;
  top: 200px;
}
.location02_16 {
  left: 300px;
  top: 205px;
}
.location02_17 {
  left: 150px;
  top: 243px;
}
.location02_18 {
  left: 210px;
  top: 225px;
}
.location02_19 {
  left: 60px;
  top: 265px;
}
.location02_20 {
  left: 104px;
  top: 266px;
}
.location02_21 {
  left: 118px;
  top: 266px;
}
.location02_22 {
  left: 100px;
  top: 253px;
}
.location02_23 {
  left: 80px;
  top: 270px;
}
.location02_24 {
  left: 125px;
  top: 290px;
}
.location02_25 {
  left: 195px;
  top: 310px;
}
.location02_26 {
  left: 250px;
  top: 320px;
}
.location02_27 {
  left: 305px;
  top: 290px;
}
.location02_28 {
  left: 80px;
  top: 335px;
}
.location02_29 {
  left: 133px;
  top: 325px;
}
.location02_30 {
  left: 120px;
  top: 385px;
}
.location02_31 {
  left: 190px;
  top: 400px;
}

/* 경남 */
.location03_01 {
  left: 49px;
  top: -14px;
}
.location03_02 {
  left: 7px;
  top: 51px;
}
.location03_03 {
  left: 106px;
  top: 55px;
}
.location03_04 {
  left: 207px;
  top: 71px;
}
.location03_05 {
  left: 275px;
  top: 77px;
}
.location03_06 {
  left: 57px;
  top: 102px;
}
.location03_07 {
  left: 158px;
  top: 105px;
}
.location03_08 {
  left: 348px;
  top: 95px;
}
.location03_09 {
  left: 20px;
  top: 178px;
}
.location03_10 {
  left: 111px;
  top: 147px;
}
.location03_11 {
  left: 198px;
  top: 136px;
}
.location03_12 {
  left: 247px;
  top: 148px;
}
.location03_13 {
  left: 306px;
  top: 142px;
}
.location03_14 {
  left: 85px;
  top: 214px;
}
.location03_15 {
  left: 159px;
  top: 200px;
}
.location03_16 {
  left: 61px;
  top: 292px;
}
.location03_17 {
  left: 190px;
  top: 264px;
}
.location03_18 {
  left: 248px;
  top: 262px;
}
/*경북*/
.location04_01 {
  left: 140px;
  top: 18px;
}
.location04_02 {
  left: 215px;
  top: -2px;
}
.location04_03 {
  left: 292px;
  top: -11px;
}
.location04_04 {
  left: 47px;
  top: 69px;
}
.location04_05 {
  left: 106px;
  top: 73px;
}
.location04_06 {
  left: 183px;
  top: 95px;
}
.location04_07 {
  left: 262px;
  top: 66px;
}
.location04_08 {
  left: 305px;
  top: 112px;
}
.location04_09 {
  left: 36px;
  top: 151px;
}
.location04_10 {
  left: 132px;
  top: 148px;
}
.location04_11 {
  left: 242px;
  top: 150px;
}
.location04_12 {
  left: 88px;
  top: 187px;
}
.location04_13 {
  left: 165px;
  top: 217px;
}
.location04_14 {
  left: 295px;
  top: 201px;
}
.location04_15 {
  left: 38px;
  top: 235px;
}
.location04_16 {
  left: 116px;
  top: 257px;
}
.location04_17 {
  left: 220px;
  top: 242px;
}
.location04_18 {
  left: 72px;
  top: 285px;
}
.location04_19 {
  left: 190px;
  top: 307px;
}
.location04_20 {
  left: 285px;
  top: 294px;
}
.location04_21 {
  left: 100px;
  top: 339px;
}
.location04_22 {
  left: 225px;
  top: 336px;
}
/* 광주 */
.location05_01 {
  left: 102px;
  top: 68px;
}
.location05_02 {
  left: 275px;
  top: 35px;
}
.location05_03 {
  left: 202px;
  top: 125px;
}
.location05_04 {
  left: 245px;
  top: 172px;
}
.location05_05 {
  left: 322px;
  top: 148px;
}
/* 대구 */
.location06_01 {
  left: 176px;
  top: 41px;
}
.location06_02 {
  left: 264px;
  top: 40px;
}
.location06_03 {
  left: 53px;
  top: 90px;
}
.location06_04 {
  left: 149px;
  top: 107px;
}
.location06_05 {
  left: 194px;
  top: 109px;
}
.location06_06 {
  left: 110px;
  top: 155px;
}
.location06_07 {
  left: 170px;
  top: 169px;
}
.location06_08 {
  left: 254px;
  top: 154px;
}
.location06_09 {
  left: 99px;
  top: 255px;
}
/* 대전 */
.location07_01 {
  left: 94px;
  top: 75px;
}
.location07_02 {
  left: 202px;
  top: 78px;
}
.location07_03 {
  left: 85px;
  top: 220px;
}
.location07_04 {
  left: 175px;
  top: 190px;
}
.location07_05 {
  left: 243px;
  top: 161px;
}
/* 부산 */
.location08_01 {
  left: 214px;
  top: 62px;
}
.location08_02 {
  left: 299px;
  top: 36px;
}
.location08_03 {
  left: 161px;
  top: 94px;
}
.location08_04 {
  left: 203px;
  top: 125px;
}
.location08_05 {
  left: 262px;
  top: 129px;
}
.location08_06 {
  left: 163px;
  top: 161px;
}
.location08_07 {
  left: 222px;
  top: 156px;
}
.location08_08 {
  left: 122px;
  top: 177px;
}
.location08_09 {
  left: 181px;
  top: 202px;
}
.location08_10 {
  left: 239px;
  top: 182px;
}
.location08_11 {
  left: 210px;
  top: 222px;
}
.location08_12 {
  left: 57px;
  top: 178px;
}
.location08_13 {
  left: 161px;
  top: 266px;
}
.location08_14 {
  left: 113px;
  top: 251px;
}
.location08_15 {
  left: 203px;
  top: 274px;
}
/*서울*/
.location09_01 {
  left: 26px;
  top: 132px;
}
.location09_02 {
  left: 142px;
  top: 22px;
}
.location09_03 {
  left: 215px;
  top: 0;
}
.location09_04 {
  left: 252px;
  top: -25px;
}
.location09_05 {
  left: 298px;
  top: 0;
}
.location09_06 {
  left: 93px;
  top: 105px;
}
.location09_07 {
  left: 138px;
  top: 100px;
}
.location09_08 {
  left: 180px;
  top: 65px;
}
.location09_09 {
  left: 225px;
  top: 65px;
}
.location09_10 {
  left: 263px;
  top: 80px;
}
.location09_11 {
  left: 315px;
  top: 67px;
}
.location09_12 {
  left: 70px;
  top: 173px;
}
.location09_13 {
  left: 110px;
  top: 170px;
}
.location09_14 {
  left: 160px;
  top: 193px;
}
.location09_15 {
  left: 190px;
  top: 149px;
}
.location09_16 {
  left: 224px;
  top: 123px;
}
.location09_17 {
  left: 255px;
  top: 140px;
}
.location09_18 {
  left: 302px;
  top: 150px;
}
.location09_19 {
  left: 360px;
  top: 135px;
}
.location09_20 {
  left: 35px;
  top: 225px;
}
.location09_21 {
  left: 110px;
  top: 255px;
}
.location09_22 {
  left: 163px;
  top: 260px;
}
.location09_23 {
  left: 220px;
  top: 225px;
}
.location09_24 {
  left: 270px;
  top: 220px;
}
.location09_25 {
  left: 340px;
  top: 210px;
}
/*세종*/
.location10_01 {
  left: 16px;
  top: -21px;
}
.location10_02 {
  left: 30px;
  top: 55px;
}
.location10_03 {
  left: 100px;
  top: 50px;
}
.location10_04 {
  left: 80px;
  top: 130px;
}
.location10_05 {
  left: 130px;
  top: 115px;
}
.location10_06 {
  left: 45px;
  top: 230px;
}
.location10_07 {
  left: 125px;
  top: 200px;
}
.location10_08 {
  left: 180px;
  top: 185px;
}
.location10_09 {
  left: 245px;
  top: 220px;
}
.location10_10 {
  left: 105px;
  top: 280px;
}
.location10_11 {
  left: 170px;
  top: 310px;
}
/*울산*/
.location11_01 {
  left: 131px;
  top: 88px;
}
.location11_02 {
  left: 260px;
  top: 88px;
}
.location11_03 {
  left: 335px;
  top: 40px;
}
.location11_04 {
  left: 290px;
  top: 160px;
}
.location11_05 {
  left: 360px;
  top: 145px;
}
/*인천*/
.location12_01 {
  left: 84px;
  top: 41px;
}
.location12_02 {
  left: 55px;
  top: 215px;
}
.location12_03 {
  left: 295px;
  top: 155px;
}
.location12_04 {
  left: 295px;
  top: 155px;
}
.location12_05 {
  left: 220px;
  top: 220px;
}
.location12_06 {
  left: 285px;
  top: 225px;
}
.location12_07 {
  left: 185px;
  top: 275px;
}
.location12_08 {
  left: 248px;
  top: 265px;
}
.location12_09 {
  left: 219px;
  top: 310px;
}
.location12_10 {
  left: 300px;
  top: 305px;
}
/*전남*/
.location13_01 {
  left: 10px;
  top: 120px;
}
.location13_02 {
  left: 95px;
  top: 0px;
}
.location13_03 {
  left: 135px;
  top: 45px;
}
.location13_04 {
  left: 176px;
  top: 0px;
}
.location13_05 {
  left: 220px;
  top: 0px;
}
.location13_06 {
  left: 280px;
  top: 20px;
}
.location13_07 {
  left: 330px;
  top: 5px;
}
.location13_08 {
  left: 95px;
  top: 77px;
}
.location13_09 {
  left: 176px;
  top: 74px;
}
.location13_10 {
  left: 230px;
  top: 75px;
}
.location13_11 {
  left: 315px;
  top: 80px;
}
.location13_12 {
  left: 365px;
  top: 70px;
}
.location13_13 {
  left: 95px;
  top: 140px;
}
.location13_14 {
  left: 145px;
  top: 135px;
}
.location13_15 {
  left: 203px;
  top: 140px;
}
.location13_16 {
  left: 270px;
  top: 120px;
}
.location13_17 {
  left: 365px;
  top: 150px;
}
.location13_18 {
  left: 50px;
  top: 240px;
}
.location13_19 {
  left: 120px;
  top: 210px;
}
.location13_20 {
  left: 170px;
  top: 200px;
}
.location13_21 {
  left: 285px;
  top: 205px;
}
.location13_22 {
  left: 155px;
  top: 270px;
}
/*전북*/
.location14_01 {
  left: 57px;
  top: 11px;
}
.location14_02 {
  left: 145px;
  top: 0px;
}
.location14_03 {
  left: 205px;
  top: 9px;
}
.location14_04 {
  left: 340px;
  top: 40px;
}
.location14_05 {
  left: 105px;
  top: 65px;
}
.location14_06 {
  left: 170px;
  top: 75px;
}
.location14_07 {
  left: 255px;
  top: 65px;
}
.location14_08 {
  left: 35px;
  top: 125px;
}
.location14_09 {
  left: 110px;
  top: 150px;
}
.location14_10 {
  left: 200px;
  top: 150px;
}
.location14_11 {
  left: 295px;
  top: 140px;
}
.location14_12 {
  left: 25px;
  top: 210px;
}
.location14_13 {
  left: 165px;
  top: 225px;
}
.location14_14 {
  left: 260px;
  top: 210px;
}
/*제주*/
.location15_01 {
  left: 190px;
  top: 27px;
}
.location15_02 {
  left: 240px;
  top: 90px;
}
/*충남*/
.location16_01 {
  left: 7px;
  top: 32px;
}
.location16_02 {
  left: 65px;
  top: 40px;
}
.location16_03 {
  left: 120px;
  top: 0px;
}
.location16_04 {
  left: 215px;
  top: 25px;
}
.location16_05 {
  left: 280px;
  top: 15px;
}
.location16_06 {
  left: 110px;
  top: 115px;
}
.location16_07 {
  left: 165px;
  top: 70px;
}
.location16_08 {
  left: 105px;
  top: 195px;
}
.location16_09 {
  left: 170px;
  top: 150px;
}
.location16_10 {
  left: 235px;
  top: 130px;
}
.location16_11 {
  left: 130px;
  top: 270px;
}
.location16_12 {
  left: 180px;
  top: 230px;
}
.location16_13 {
  left: 240px;
  top: 250px;
}
.location16_14 {
  left: 280px;
  top: 205px;
}
.location16_15 {
  left: 345px;
  top: 270px;
}
/*충북*/
.location17_01 {
  left: 11px;
  top: 71px;
}
.location17_02 {
  left: 55px;
  top: 40px;
}
.location17_03 {
  left: 130px;
  top: 20px;
}
.location17_04 {
  left: 215px;
  top: 0px;
}
.location17_05 {
  left: 280px;
  top: 30px;
}
.location17_06 {
  left: 15px;
  top: 150px;
}
.location17_07 {
  left: 60px;
  top: 113px;
}
.location17_08 {
  left: 135px;
  top: 105px;
}
.location17_09 {
  left: 65px;
  top: 250px;
}
.location17_10 {
  left: 115px;
  top: 190px;
}
.location17_11 {
  left: 120px;
  top: 320px;
}
@media screen and (max-width: 768px) {
  .map_pt-flag .num {
    font-size: 10px;
    padding-top: 9px;
  }
  .map_pt-flag.on {
    margin-top: -9px;
    margin-left: -1px;
  }
  .map_pt-flag.on .num {
    font-size: 11px;
    width: 45px;
    height: 55.5px;
    padding-top: 16px;
    background-size: 45px auto;
  }
  .map_pt-flag .area {
    min-width: 44px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
  /*모바일 포인트 위치재조정 값*/

  /*강원*/
  .location01_01 {
    left: 20px;
    top: 0;
  }
  .location01_02 {
    left: 60px;
    top: 15px;
  }
  .location01_03 {
    left: 98px;
    top: 27px;
  }
  .location01_04 {
    left: 150px;
    top: -30px;
  }
  .location01_05 {
    left: 55px;
    top: 75px;
  }
  .location01_06 {
    left: 130px;
    top: 50px;
  }
  .location01_07 {
    left: 175px;
    top: 33px;
  }
  .location01_08 {
    left: 97px;
    top: 90px;
  }
  .location01_09 {
    left: 194px;
    top: 65px;
  }
  .location01_10 {
    left: 110px;
    top: 150px;
  }
  .location01_11 {
    left: 150px;
    top: 122px;
  }
  .location01_12 {
    left: 218px;
    top: 124px;
  }
  .location01_13 {
    left: 72px;
    top: 177px;
  }
  .location01_14 {
    left: 186px;
    top: 178px;
  }
  .location01_15 {
    left: 254px;
    top: 182px;
  }
  .location01_16 {
    left: 150px;
    top: 199px;
  }
  .location01_17 {
    left: 221px;
    top: 208px;
  }
  /* 경기도 */
  .location02_01 {
    left: 100px;
    top: -15px;
  }
  .location02_02 {
    left: 50px;
    top: 45px;
  }
  .location02_03 {
    left: 110px;
    top: 50px;
  }
  .location02_04 {
    top: 17px;
    left: 159px;
  }
  .location02_05 {
    left: 94px;
    top: 81px;
  }
  .location02_06 {
    left: 107px;
    top: 107px;
  }
  .location02_07 {
    left: 199px;
    top: 50px;
  }
  .location02_08 {
    left: 5px;
    top: 103px;
  }
  .location02_09 {
    left: 55px;
    top: 122px;
  }
  .location02_10 {
    left: 154px;
    top: 125px;
  }
  .location02_11 {
    left: 123px;
    top: 130px;
  }
  .location02_12 {
    left: 47px;
    top: 156px;
  }
  .location02_13 {
    left: 65px;
    top: 174px;
  }
  .location02_14 {
    left: 95px;
    top: 177px;
  }
  .location02_15 {
    left: 138px;
    top: 155px;
  }
  .location02_16 {
    left: 230px;
    top: 154px;
  }
  .location02_17 {
    left: 122px;
    top: 186px;
  }
  .location02_18 {
    left: 170px;
    top: 188px;
  }
  .location02_19 {
    left: 52px;
    top: 183px;
  }
  .location02_20 {
    left: 84px;
    top: 212px;
  }
  .location02_21 {
    left: 94px;
    top: 197px;
  }
  .location02_22 {
    left: 76px;
    top: 185px;
  }
  .location02_23 {
    left: 60px;
    top: 220px;
  }
  .location02_24 {
    left: 100px;
    top: 225px;
  }
  .location02_25 {
    left: 160px;
    top: 246px;
  }
  .location02_26 {
    left: 201px;
    top: 233px;
  }
  .location02_27 {
    left: 237px;
    top: 225px;
  }
  .location02_28 {
    left: 55px;
    top: 267px;
  }
  .location02_29 {
    left: 105px;
    top: 255px;
  }
  .location02_30 {
    left: 90px;
    top: 310px;
  }
  .location02_31 {
    left: 175px;
    top: 290px;
  }

  /* 경남 */
  .location03_01 {
    left: 33px;
    top: -20px;
  }
  .location03_02 {
    left: 1px;
    top: 26px;
  }
  .location03_03 {
    left: 72px;
    top: 19px;
  }
  .location03_04 {
    left: 138px;
    top: 25px;
  }
  .location03_05 {
    left: 192px;
    top: 38px;
  }
  .location03_06 {
    left: 34px;
    top: 64px;
  }
  .location03_07 {
    left: 105px;
    top: 63px;
  }
  .location03_08 {
    left: 237px;
    top: 53px;
  }
  .location03_09 {
    left: 11px;
    top: 122px;
  }
  .location03_10 {
    left: 73px;
    top: 89px;
  }
  .location03_11 {
    left: 140px;
    top: 87px;
  }
  .location03_12 {
    left: 174px;
    top: 99px;
  }
  .location03_13 {
    left: 211px;
    top: 103px;
  }
  .location03_14 {
    left: 76px;
    top: 151px;
  }
  .location03_15 {
    left: 119px;
    top: 150px;
  }
  .location03_16 {
    left: 39px;
    top: 197px;
  }
  .location03_17 {
    left: 134px;
    top: 203px;
  }
  .location03_18 {
    left: 179px;
    top: 178px;
  }
  /* 경북 */
  .location04_01 {
    left: 98px;
    top: -1px;
  }
  .location04_02 {
    left: 154px;
    top: -12px;
  }
  .location04_03 {
    left: 220px;
    top: -22px;
  }
  .location04_04 {
    left: 28px;
    top: 43px;
  }
  .location04_05 {
    left: 74px;
    top: 57px;
  }
  .location04_06 {
    left: 131px;
    top: 56px;
  }
  .location04_07 {
    left: 190px;
    top: 44px;
  }
  .location04_08 {
    left: 225px;
    top: 83px;
  }
  .location04_09 {
    left: 26px;
    top: 106px;
  }
  .location04_10 {
    left: 102px;
    top: 115px;
  }
  .location04_11 {
    left: 183px;
    top: 109px;
  }
  .location04_12 {
    left: 64px;
    top: 138px;
  }
  .location04_13 {
    left: 116px;
    top: 163px;
  }
  .location04_14 {
    left: 220px;
    top: 154px;
  }
  .location04_15 {
    left: 15px;
    top: 187px;
  }
  .location04_16 {
    left: 82px;
    top: 196px;
  }
  .location04_17 {
    left: 166px;
    top: 181px;
  }
  .location04_18 {
    left: 43px;
    top: 207px;
  }
  .location04_19 {
    left: 139px;
    top: 214px;
  }
  .location04_20 {
    left: 217px;
    top: 220px;
  }
  .location04_21 {
    left: 71px;
    top: 256px;
  }
  .location04_22 {
    left: 171px;
    top: 255px;
  }
  /* 광주 */
  .location05_01 {
    left: 64px;
    top: 35px;
  }
  .location05_02 {
    left: 189px;
    top: -3px;
  }
  .location05_03 {
    left: 139px;
    top: 63px;
  }
  .location05_04 {
    left: 175px;
    top: 102px;
  }
  .location05_05 {
    left: 225px;
    top: 98px;
  }
  /* 대구 */
  .location06_01 {
    left: 140px;
    top: 15px;
  }
  .location06_02 {
    left: 216px;
    top: 19px;
  }
  .location06_03 {
    left: 35px;
    top: 68px;
  }
  .location06_04 {
    left: 116px;
    top: 73px;
  }
  .location06_05 {
    left: 165px;
    top: 83px;
  }
  .location06_06 {
    left: 88px;
    top: 121px;
  }
  .location06_07 {
    left: 138px;
    top: 124px;
  }
  .location06_08 {
    left: 205px;
    top: 107px;
  }
  .location06_09 {
    left: 77px;
    top: 201px;
  }
  /* 대전 */
  .location07_01 {
    left: 68px;
    top: 46px;
  }
  .location07_02 {
    left: 154px;
    top: 35px;
  }
  .location07_03 {
    left: 79px;
    top: 143px;
  }
  .location07_04 {
    left: 134px;
    top: 149px;
  }
  .location07_05 {
    left: 187px;
    top: 113px;
  }
  /* 부산 */
  .location08_01 {
    left: 144px;
    top: 24px;
  }
  .location08_02 {
    left: 206px;
    top: 15px;
  }
  .location08_03 {
    left: 109px;
    top: 57px;
  }
  .location08_04 {
    left: 136px;
    top: 82px;
  }
  .location08_05 {
    left: 180px;
    top: 75px;
  }
  .location08_06 {
    left: 86px;
    top: 118px;
  }
  .location08_07 {
    left: 125px;
    top: 121px;
  }
  .location08_08 {
    left: 83px;
    top: 128px;
  }
  .location08_09 {
    left: 122px;
    top: 146px;
  }
  .location08_10 {
    left: 164px;
    top: 124px;
  }
  .location08_11 {
    left: 153px;
    top: 153px;
  }
  .location08_12 {
    left: 34px;
    top: 137px;
  }
  .location08_13 {
    left: 107px;
    top: 144px;
  }
  .location08_14 {
    left: 78px;
    top: 179px;
  }
  .location08_15 {
    left: 127px;
    top: 176px;
  }
  /*서울*/
  .location09_01 {
    left: -5px;
    top: 72px;
  }
  .location09_02 {
    left: 93px;
    top: 10px;
  }
  .location09_03 {
    left: 133px;
    top: 0;
  }
  .location09_04 {
    left: 165px;
    top: -20px;
  }
  .location09_05 {
    left: 200px;
    top: -18px;
  }
  .location09_06 {
    left: 60px;
    top: 65px;
  }
  .location09_07 {
    left: 98px;
    top: 71px;
  }
  .location09_08 {
    left: 132px;
    top: 48px;
  }
  .location09_09 {
    left: 179px;
    top: 60px;
  }
  .location09_10 {
    left: 205px;
    top: 80px;
  }
  .location09_11 {
    left: 216px;
    top: 31px;
  }
  .location09_12 {
    left: 30px;
    top: 110px;
  }
  .location09_13 {
    left: 63px;
    top: 111px;
  }
  .location09_14 {
    left: 110px;
    top: 120px;
  }
  .location09_15 {
    left: 140px;
    top: 110px;
  }
  .location09_16 {
    left: 165px;
    top: 89px;
  }
  .location09_17 {
    left: 190px;
    top: 102px;
  }
  .location09_18 {
    left: 205px;
    top: 100px;
  }
  .location09_19 {
    left: 260px;
    top: 80px;
  }
  .location09_20 {
    left: 15px;
    top: 143px;
  }
  .location09_21 {
    left: 75px;
    top: 180px;
  }
  .location09_22 {
    left: 117px;
    top: 175px;
  }
  .location09_23 {
    left: 160px;
    top: 167px;
  }
  .location09_24 {
    left: 200px;
    top: 152px;
  }
  .location09_25 {
    left: 245px;
    top: 150px;
  }
  /*세종*/
  .location10_01 {
    top: -20px;
  }
  .location10_02 {
    left: 35px;
    top: 75px;
  }
  .location10_10 {
    left: 110px;
  }
  .location10_11 {
    left: 175px;
    top: 325px;
  }
  /*울산*/
  .location11_01 {
    left: 80px;
    top: 45px;
  }
  .location11_02 {
    left: 165px;
    top: 50px;
  }
  .location11_03 {
    left: 220px;
    top: 10px;
  }
  .location11_04 {
    left: 205px;
    top: 100px;
  }
  .location11_05 {
    left: 250px;
    top: 80px;
  }
  /*인천*/
  .location12_01 {
    left: 84px;
    top: 41px;
  }
  .location12_03 {
    left: 178px;
    top: 113px;
  }
  .location12_04 {
    left: 235px;
    top: 120px;
  }
  .location12_05 {
    left: 189px;
    top: 175px;
  }
  .location12_06 {
    left: 238px;
    top: 182px;
  }
  .location12_07 {
    left: 155px;
    top: 195px;
  }
  .location12_08 {
    left: 209px;
    top: 209px;
  }
  .location12_09 {
    left: 185px;
    top: 245px;
  }
  .location12_10 {
    left: 240px;
    top: 255px;
  }
  /*전남*/
  .location13_01 {
    left: 0px;
    top: 100px;
  }
  .location13_02 {
    left: 60px;
    top: -7px;
  }
  .location13_03 {
    left: 98px;
    top: 30px;
  }
  .location13_04 {
    left: 115px;
    top: -20px;
  }
  .location13_05 {
    left: 158px;
    top: -15px;
  }
  .location13_06 {
    left: 194px;
    top: 0px;
  }
  .location13_07 {
    left: 237px;
    top: -8px;
  }
  .location13_08 {
    left: 65px;
    top: 62px;
  }
  .location13_09 {
    left: 105px;
  }
  .location13_10 {
    left: 150px;
    top: 55px;
  }
  .location13_11 {
    left: 210px;
    top: 52px;
  }
  .location13_12 {
    left: 255px;
    top: 53px;
  }
  .location13_13 {
    left: 40px;
    top: 105px;
  }
  .location13_14 {
    left: 80px;
    top: 100px;
  }
  .location13_15 {
    left: 135px;
    top: 110px;
  }
  .location13_16 {
    left: 180px;
    top: 100px;
  }
  .location13_17 {
    left: 250px;
    top: 110px;
  }
  .location13_18 {
    left: 20px;
    top: 170px;
  }
  .location13_19 {
    left: 80px;
    top: 165px;
  }
  .location13_20 {
    left: 123px;
    top: 150px;
  }
  .location13_21 {
    left: 210px;
    top: 145px;
  }
  .location13_22 {
    left: 106px;
    top: 270px;
  }
  /*전북*/
  .location14_01 {
    left: 35px;
    top: 8px;
  }
  .location14_02 {
    left: 90px;
    top: -20px;
  }
  .location14_03 {
    left: 140px;
    top: -17px;
  }
  .location14_04 {
    left: 235px;
    top: 10px;
  }
  .location14_05 {
    left: 65px;
    top: 58px;
  }
  .location14_06 {
    left: 119px;
    top: 52px;
  }
  .location14_07 {
    left: 175px;
    top: 50px;
  }
  .location14_08 {
    left: 15px;
    top: 75px;
  }
  .location14_09 {
    left: 65px;
    top: 110px;
  }
  .location14_10 {
    left: 140px;
    top: 103px;
  }
  .location14_11 {
    left: 210px;
    top: 93px;
  }
  .location14_12 {
    left: 11px;
    top: 145px;
  }
  .location14_13 {
    left: 105px;
    top: 160px;
  }
  .location14_14 {
    left: 180px;
    top: 155px;
  }
  /*제주*/
  .location15_01 {
    left: 110px;
    top: 0px;
  }
  .location15_02 {
    left: 165px;
    top: 45px;
  }
  /*충남*/
  .location16_01 {
    left: 5px;
    top: 25px;
  }
  .location16_02 {
    left: 50px;
    top: 15px;
  }
  .location16_03 {
    left: 95px;
    top: -17px;
  }
  .location16_04 {
    left: 145px;
    top: -5px;
  }
  .location16_05 {
    left: 192px;
    top: 2px;
  }
  .location16_06 {
    left: 75px;
    top: 78px;
  }
  .location16_07 {
    left: 119px;
    top: 55px;
  }
  .location16_08 {
    left: 66px;
    top: 144px;
  }
  .location16_09 {
    left: 120px;
    top: 118px;
  }
  .location16_10 {
    left: 165px;
    top: 75px;
  }
  .location16_11 {
    left: 102px;
    top: 197px;
  }
  .location16_12 {
    left: 132px;
    top: 179px;
  }
  .location16_13 {
    left: 168px;
    top: 165px;
  }
  .location16_14 {
    left: 197px;
    top: 130px;
  }
  .location16_15 {
    left: 240px;
    top: 180px;
  }
  /*충북*/
  .location17_01 {
    left: 6px;
    top: 60px;
  }
  .location17_02 {
    left: 50px;
    top: 27px;
  }
  .location17_03 {
    left: 105px;
    top: 10px;
  }
  .location17_04 {
    left: 168px;
    top: -15px;
  }
  .location17_05 {
    left: 220px;
    top: 20px;
  }
  .location17_06 {
    left: 10px;
    top: 128px;
  }
  .location17_07 {
    left: 50px;
    top: 100px;
  }
  .location17_08 {
    left: 105px;
    top: 80px;
  }
  .location17_09 {
    left: 46px;
    top: 185px;
  }
  .location17_10 {
    left: 90px;
    top: 150px;
  }
  .location17_11 {
    left: 90px;
    top: 235px;
  }
}

/* 에러페이지 */
.error_page {
  text-align: center;
  padding: 45px 20px 40px;
}
.error_page .error_inner {
  font-size: 44px;
  font-weight: 800;
  line-height: 59px;
  margin-top: 45px;
}
.error_page .error_text {
  padding: 50px 0 48px;
  line-height: 36px;
  font-size: 22px;
}
.error_page .error_text p:not(:last-child) {
  margin-bottom: 45px;
}
.error_page .btn_wrap button {
  border-radius: 10px;
  min-width: 300px;
  line-height: 58px;
  font-size: 22px;
}
.error_page .btn_wrap button:first-child {
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  .error_page {
    padding: 40px 20px;
  }
  .error_page img {
    max-width: 160px;
  }
  .error_page .error_inner {
    font-size: 22px;
    line-height: 34px;
    margin-top: 28px;
  }
  .error_page .error_text {
    padding: 28px 0 28px;
    line-height: 26px;
    font-size: 16px;
    word-break: keep-all;
  }
  .error_page .error_text p:not(:last-child) {
    margin-bottom: 30px;
  }
  .error_page .btn_wrap button {
    border-radius: 8px;
    min-width: calc((100% - 12px) / 2);
    font-size: 16px;
    line-height: 43px;
  }
  .error_page .btn_wrap button:first-child {
    margin-right: 9px;
  }
}

/* 접근권한 안내페이지 팝업 */
.inform_popUp .logInMiddle .inform .imgWrap img {
  max-width: 112px;
}
.layerWrap .inform_popUp .logInMiddle .inform .textWrap .big {
  padding-top: 25px;
}
.inform_popUp .inform_pop_wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #b2b2b2;
  margin-top: 49px;
  padding-top: 45px;
}
.inform_pop_wrap .not_access p {
  font-size: 22px;
}
.inform_pop_wrap .not_access .login_link_wrap {
  margin-top: 45px;
}
.inform_pop_wrap .not_access .login_link_wrap a {
  font-size: 15.5px;
}
.inform_pop_wrap .not_access .login_link_wrap a:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: #b8b8b8;
  margin: 0 5px -1px 10px;
}
.inform_pop_wrap .consulting_info_pop_wrap {
  margin-top: 50px;
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  padding: 28px;
}
.inform_pop_wrap .consulting_info_pop_wrap .first {
  font-size: 24px;
  font-weight: 600;
}
.inform_pop_wrap .consulting_info_pop_wrap .second {
  font-size: 18px;
  line-height: 28px;
  margin: 20px auto;
}
.inform_pop_wrap .consulting_info_pop_wrap .third li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 12px;
  position: relative;
}
.inform_pop_wrap .consulting_info_pop_wrap .third li:first-child {
  margin-bottom: 10px;
}
.inform_pop_wrap .consulting_info_pop_wrap .third li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .logInWrap.inform_popUp .logInMiddle .inform .imgWrap {
    display: block;
    position: static;
  }
  .layerWrap .logInWrap.inform_popUp .logInMiddle .inform .textWrap .big {
    padding-top: 15px;
    text-align: center;
    line-height: 28px;
  }
  .layerWrap .logInWrap.inform_popUp .logInMiddle .inform .textWrap {
    padding-left: 0;
  }
  .inform_popUp .inform_pop_wrap {
    max-width: 100%;
    margin-top: 25px;
    padding-top: 25px;
  }
  .inform_pop_wrap .not_access p {
    font-size: 16px;
    line-height: 26px;
  }
  .inform_pop_wrap .not_access .login_link_wrap {
    margin-top: 28px;
  }
  .inform_pop_wrap .consulting_info_pop_wrap {
    margin-top: 30px;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #c5c5c5;
    padding: 20px 19px;
  }
  .inform_pop_wrap .consulting_info_pop_wrap .first {
    font-size: 20px;
  }
  .inform_pop_wrap .consulting_info_pop_wrap .second {
    font-size: 16px;
    line-height: 24px;
    margin: 15px auto;
  }
  .inform_pop_wrap .consulting_info_pop_wrap .third li {
    font-size: 14px;
    line-height: 19px;
    padding-left: 9px;
  }
  .inform_pop_wrap .consulting_info_pop_wrap .third li::before {
    top: 8px;
  }
  .layerWrap .logInWrap.inform_popUp .btnWrap button:last-child {
    border: 1px solid #d0d0d0;
  }
}
/* 중소벤처24 통합로그인 사이트 팝업 */
.site_pop-wrap .tit_wrap {
  flex-wrap: wrap;
}
.layerPopup .layerWrap .site_pop-wrap .tit_wrap .tit {
  display: block;
  flex: auto;
  width: 100%;
  max-width: calc(100% - 40px);
}
.site_pop-wrap .tit_wrap .desc {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.site_pop-wrap .inner {
  padding: 20px 30px;
}
.site_pop-wrap .inner .link_box-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
}
.site_pop-wrap .link_box-list li {
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 3);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-right: 3px;
}
.site_pop-wrap .link_box-list li:nth-child(n + 4) {
  margin-top: 10px;
}
.site_pop-wrap .link_box-list li > a {
  /* display: table; */
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 60px;
}
.site_pop-wrap .link_box-list li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.site_pop-wrap .link_box-list li:nth-child(1) > a::before {
  left: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/site_icon01.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(2) > a::before {
  width: 39px;
  height: 41px;
  background: url(../img/site_icon02.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(3) > a::before {
  width: 44px;
  height: 39px;
  background: url(../img/site_icon03.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(4) > a::before {
  width: 40px;
  height: 42px;
  background: url(../img/site_icon04.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(5) > a::before {
  width: 39px;
  height: 31px;
  background: url(../img/site_icon05.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(6) > a::before {
  left: 16px;
  width: 28px;
  height: 37px;
  background: url(../img/site_icon06.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(7) > a::before {
  width: 31px;
  height: 36px;
  background: url(../img/site_icon07.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(8) > a::before {
  width: 37px;
  height: 37px;
  background: url(../img/site_icon08.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(9) > a::before {
  width: 40px;
  height: 49px;
  background: url(../img/site_icon09.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(10) > a::before {
  width: 32px;
  height: 40px;
  background: url(../img/site_icon10.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(11) > a::before {
  width: 36px;
  height: 29px;
  background: url(../img/site_icon11.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(12) > a::before {
  width: 41px;
  height: 40px;
  background: url(../img/site_icon12.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(13) > a::before {
  width: 28px;
  height: 39px;
  background: url(../img/site_icon13.svg) no-repeat;
}
.site_pop-wrap .link_box-list li:nth-child(14) > a::before {
  width: 28px;
  height: 39px;
  background: url(../img/site_icon14.png) no-repeat;
}
.site_pop-wrap .link_box-list .text_box {
  display: table-cell;
  vertical-align: middle;
}
.site_pop-wrap .link_box-list .site_tit {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.site_pop-wrap .link_box-list .site_desc {
  font-size: 13px;
  color: #787474;
}
.site_pop-wrap .text_box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.site_pop-wrap .text_box-wrap .text_list {
  width: calc(100% - 250px);
}
.site_pop-wrap .text_box-wrap .text_list li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  color: #666;
}
.site_pop-wrap .text_box-wrap .text_list li:not(:first-of-type) {
  margin-top: 5px;
}
.site_pop-wrap .text_box-wrap .text_list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}

.site_pop-wrap .btn_sign-up {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .site_pop-wrap .link_box-list li {
    width: calc((100% - 10px) / 2);
  }
  .site_pop-wrap .link_box-list li:nth-child(n + 4) {
    margin-top: 0;
  }
  .site_pop-wrap .link_box-list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .site_pop-wrap .link_box-list li > a {
    padding: 60px 10px 10px 10px;
  }
  .site_pop-wrap .link_box-list li > a::before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .site_pop-wrap .link_box-list li:nth-child(1) > a::before,
  .site_pop-wrap .link_box-list li:nth-child(6) > a::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site_pop-wrap .link_box-list .text_box {
    text-align: center;
  }
  .site_pop-wrap .link_box-list .site_tit {
    font-size: 13px;
  }
  .site_pop-wrap .text_box-wrap {
    flex-wrap: wrap;
  }
  .site_pop-wrap .text_box-wrap .text_list {
    width: 100%;
  }
  .site_pop-wrap .btn_sign-up {
    height: 40px;
    margin: 20px auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .site_pop-wrap .link_box-list li {
    width: 100%;
  }
  .site_pop-wrap .link_box-list li:nth-child(n + 4) {
    margin-top: 0;
  }
  .site_pop-wrap .link_box-list li:nth-child(n + 3) {
    margin-top: 0;
  }
  .site_pop-wrap .link_box-list li:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* 순번대기 */
.btn_bn-sky {
  background: #1665ae;
  border: 1px solid #1665ae;
  color: #fff;
}
.btn_bn-sky:hover {
  color: #1665ae;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_by-sky {
  background: #fff;
  border: 1px solid #1665ae;
  color: #1665ae;
}
.btn_by-sky:hover {
  color: #fff;
  background: #1665ae;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bn-depbl {
  background: #00366e;
  border: 1px solid #00366e;
  color: #fff;
}
.btn_bn-depbl:hover {
  color: #00366e;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.turn_by-wrap {
  background: url(../img/step_bg01.png) no-repeat left -160px top 90px,
    url(../img/step_bg02.png) no-repeat right bottom -220px;
  min-height: 100vh;
}
.turn_by-wrap .turn_inner {
  max-width: 1260px;
  margin: 0 auto;
}
.turn_by-wrap .logo {
  text-align: center;
  padding-top: 60px;
}
.turn_cont {
  padding: 50px 0 60px;
  display: flex;
  justify-content: center;
}
.turn_cont .by_box {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #fff;
}
.turn_cont .by_box:not(:first-of-type) {
  margin-left: 100px;
}
.turn_cont .by_box .btn_wrap {
  padding: 30px 39px 39px;
  display: flex;
  justify-content: center;
}
.turn_cont .by_box .btn_wrap a {
  width: calc((100% - 20px) / 2);
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  max-width: 240px;
}
.turn_cont .by_box .btn_wrap a:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .turn_by-wrap .turn_inner {
    padding: 0 20px;
  }
  .turn_cont .by_box:not(:first-of-type) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .turn_cont .by_box:not(:first-of-type) {
    margin-left: 30px;
  }
  .turn_cont .by_box .btn_wrap {
    padding: 22px 19px 27px;
    display: block;
  }
  .turn_cont .by_box .btn_wrap a {
    display: block;
    max-width: none;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .turn_cont .by_box .btn_wrap a:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .turn_by-wrap {
    background-position: left -90px top -80px, right -110px bottom -80px;
    background-size: 200px auto, 228px auto;
  }
  .turn_by-wrap .logo {
    padding-top: 30px;
  }
  .turn_by-wrap .logo img {
    margin: 0 auto;
  }
  .turn_cont {
    padding-top: 30px;
    display: block;
  }
  .turn_cont .img_wrap img {
    width: 100%;
  }
  .turn_cont .by_box:not(:first-of-type) {
    margin: 30px 0 0;
  }
}

/* 뉴스레터 팝업 */
.news_letter-pop {
  max-width: 960px;
  width: 100%;
}
.layerPopup .news_letter-pop .con_wrap {
  max-height: calc(100vh - 240px);
}
.layerPopup .news_letter-pop .tit_wrap {
  background: #2749c5 url(../img/bg_newsletter.png) no-repeat right top;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.04em;
  color: #fff;
  min-height: 197px;
  padding: 0 115px 0 48px;
  word-break: keep-all;
}
.layerPopup .news_letter-pop .btn_pop-close {
  width: 62px;
  height: 59px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: url(../img/ico_pop-close-white.png) no-repeat center;
  top: 66px;
  right: 51px;
}
.news_letter-pop .news_cont {
  padding: 52px 40px 33px;
}
.news_letter-pop .t_tit {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 1;
}
.news_letter-pop .t_txt {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.04em;
  padding-top: 22px;
}
.news_letter-pop .email_input-list-wrap {
  margin-top: 34px;
  border: 1px solid #dcdcdc;
}
.news_letter-pop .email_input-list-wrap .box_inner {
  padding: 27px 40px 40px;
  font-size: 0;
}
.news_letter-pop .email_input-list-wrap input,
.news_letter-pop .email_input-list-wrap select {
  font-size: 18px;
  height: 58px;
  border-bottom: 2px solid #555;
  font-size: 18px;
  letter-spacing: -0.04em;
  padding: 0 8px;
  text-overflow: ellipsis;
  width: calc((100% - 65px) / 3);
}
.news_letter-pop .email_input-list-wrap input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.news_letter-pop .email_input-list-wrap input::-moz-placeholder {
  color: #7f7f7f;
}
.news_letter-pop .email_input-list-wrap input:-ms-input-placeholder {
  color: #7f7f7f;
}
.news_letter-pop .email_input-list-wrap input::-ms-input-placeholder {
  color: #7f7f7f;
}
.news_letter-pop .email_input-list-wrap input::placeholder {
  color: #7f7f7f;
}
.news_letter-pop .email_input-list-wrap input:last-of-type {
  margin-left: 16px;
}
.news_letter-pop .email_input-list-wrap select {
  color: #7f7f7f;
  margin-left: 16px;
  padding-right: 15px;
}
.news_letter-pop .email_input-list-wrap option:not(:first-of-type) {
  color: #000;
}
.news_letter-pop .email_input-list-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  margin-left: 10px;
}
.news_letter-pop .bg_box {
  background: #f6f6f6;
  margin-top: 35px;
  padding: 43px;
}
.news_letter-pop .bg_box .box_tit {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 29px;
  margin-bottom: 12px;
}
.news_letter-pop .bg_box .box_txt {
  font-size: 19px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #595959;
}
.news_letter-pop .num_list {
  font-size: 19px;
  letter-spacing: -0.04em;
  line-height: 33px;
  color: #5f7197;
  padding-top: 18px;
}
.news_letter-pop .num_list li {
  padding-left: 37px;
}
.news_letter-pop .num_list .num {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #2749c5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  margin: -4px 14px 0 -37px;
  vertical-align: middle;
}
.news_letter-pop .row_info-wrap {
  text-align: center;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.04em;
  line-height: 29px;
  padding-top: 32px;
}
.news_letter-pop .radio_section {
  display: flex;
  justify-content: center;
  padding-top: 18px;
  line-height: 1;
}
.news_letter-pop .radiobox_wrap {
  font-size: 19px;
  color: #000;
}
.news_letter-pop .radiobox_wrap:not(:first-of-type) {
  margin-left: 48px;
}
.news_letter-pop .radiobox_wrap input {
  width: 23px;
  height: 23px;
  background-size: 23px;
}
.news_letter-pop .radiobox_wrap label {
  margin-left: 11px;
}
.news_letter-pop .btn_appli {
  margin-top: 43px;
  min-width: 306px;
  height: 69px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.news_letter-pop .btn_appli:before {
  margin: -4px 11px 0 0;
}
.news_letter-pop .unsub_wrap {
  background: #efefef;
  padding: 34px 36px 34px 48px;
  font-size: 0;
}
.news_letter-pop .unsub_wrap input {
  background: #fff;
  height: 53px;
  padding: 0 10px 0 27px;
  width: calc(100% - 153px);
  font-size: 18px;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
}
.news_letter-pop .unsub_wrap input:placeholder {
  color: #585858;
}
.news_letter-pop .unsub_wrap button {
  font-size: 19px;
  height: 53px;
  width: 153px;
}
@media screen and (max-width: 1024px) {
  .news_letter-pop {
    width: calc(100vw - 40px);
  }
  .layerPopup .layerWrap .tit_wrap .tit br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .layerPopup .news_letter-pop .con_wrap {
    max-height: calc(100vh - 180px);
  }
  .layerPopup .news_letter-pop .tit_wrap {
    font-size: 18px;
    line-height: 30px;
    min-height: 126px;
    background-size: 440px auto;
    padding: 0 70px 0 20px;
  }
  .layerPopup .news_letter-pop .btn_pop-close {
    width: 45px;
    height: 44px;
    top: 41px;
    right: 20px;
    background-size: 17px 18px;
  }
  .news_letter-pop .news_cont {
    padding: 25px 20px 40px;
  }
  .news_letter-pop .t_tit {
    font-size: 20px;
  }
  .news_letter-pop .t_txt {
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
  }
  .news_letter-pop .email_input-list-wrap {
    margin-top: 22px;
  }
  .news_letter-pop .email_input-list-wrap .box_inner {
    padding: 8px 20px 20px;
  }
  .news_letter-pop .email_input-list-wrap input,
  .news_letter-pop .email_input-list-wrap select {
    height: 41px;
    font-size: 14px;
  }
  .news_letter-pop .email_input-list-wrap input {
    width: calc((100% - 37px) / 2);
  }
  .news_letter-pop .email_input-list-wrap span {
    font-size: 18px;
  }
  .news_letter-pop .email_input-list-wrap input:last-of-type {
    margin-left: 10px;
  }
  .news_letter-pop .email_input-list-wrap select {
    width: 100%;
    margin: 6px 0 0;
  }
  .news_letter-pop .bg_box {
    margin-top: 25px;
    padding: 17px 20px 18px;
  }
  .news_letter-pop .bg_box .box_tit {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .news_letter-pop .bg_box .box_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .news_letter-pop .num_list {
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
  }
  .news_letter-pop .num_list li {
    padding-left: 24px;
    margin-bottom: 11px;
  }
  .news_letter-pop .num_list li:last-of-type {
    margin-bottom: 0;
  }
  .news_letter-pop .num_list .num {
    width: 19px;
    height: 19px;
    margin: -3px 5px 0 -24px;
    line-height: 19px;
  }
  .news_letter-pop .row_info-wrap {
    padding-top: 21px;
    font-size: 16px;
    line-height: 24px;
  }
  .news_letter-pop .radio_section {
    padding-top: 20px;
  }
  .news_letter-pop .radiobox_wrap {
    font-size: 16px;
  }
  .news_letter-pop .radiobox_wrap label {
    margin-left: 5px;
  }
  .news_letter-pop .radiobox_wrap input {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .news_letter-pop .radiobox_wrap:not(:first-of-type) {
    margin-left: 23px;
  }
  .news_letter-pop .btn_appli {
    margin-top: 40px;
    min-width: auto;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  .news_letter-pop .unsub_wrap {
    padding: 22px 20px;
  }
  .news_letter-pop .unsub_wrap input {
    height: 50px;
    font-size: 14px;
    width: calc(100% - 80px);
    padding: 0 10px;
  }
  .news_letter-pop .unsub_wrap button {
    height: 50px;
    width: 80px;
    font-size: 14px;
  }
}

/* 고객센터 - pop 기업(기관)정보 */
.layerPopup .layerWrap.type02 .comp_info-pop .con_wrap {
  padding-top: 20px;
}
.comp_info-pop .info_list-wrap ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 83px;
}
.comp_info-pop .info_list-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #b2b2b2;
}
.comp_info-pop .info_list-wrap ul li > * {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}
.comp_info-pop .info_tit {
  width: 170px;
  font-size: 20px;
  font-weight: 700;
  color: #34466b;
}
.comp_info-pop .info_list-wrap .info_tit span {
  position: relative;
  display: block;
  padding-left: 58px;
}
.comp_info-pop .info_list-wrap .info_tit span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comp_info-pop .info_list-wrap li.name .info_tit span::before {
  background: url(../img/ico_map_pop_cs_01.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.add .info_tit span::before {
  background: url(../img/ico_map_pop_cs_02.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.num .info_tit span::before {
  background: url(../img/ico_map_pop_cs_03.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.fax .info_tit span::before {
  background: url(../img/ico_map_pop_cs_04.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.traffic .info_tit span::before {
  background: url(../img/ico_map_pop_cs_05.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.map .info_tit span::before {
  background: url(../img/ico_map_pop_cs_06.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.field .info_tit span::before {
  background: url(../img/ico_map_pop_cs_07.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_list-wrap li.spaces .info_tit span::before {
  background: url(../img/ico_map_pop_cs_08.png) no-repeat;
  background-size: 100%;
}
.comp_info-pop .info_txt {
  font-size: 20px;
}
.comp_info-pop .info_txt .btn {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-left: 25px;
  padding: 6px 0;
  font-weight: 700;
}
.comp_info-pop .info_list-wrap .info_tit.w100 {
  display: block;
  margin-top: 27px;
}
.comp_info-pop .info_list-wrap .info_box {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #c5c5c5;
  background: #fafafa;
}
.comp_info-pop .info_list-wrap .info_box .list_tit {
  font-weight: 700;
}
.comp_info-pop .info_list-wrap .info_box .item {
  padding: 20px 22px;
}
.comp_info-pop .info_list-wrap .info_box .item02 {
  padding-top: 0;
}
.comp_info-pop .info_list-wrap .list_wrap {
  margin-top: 10px;
}
.comp_info-pop .info_list-wrap .list_wrap li {
  position: relative;
  display: block;
  height: auto;
  padding-left: 8px;
  line-height: 31px;
}
.comp_info-pop .info_list-wrap .list_wrap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}
.comp_info-pop .info_list-wrap .list_wrap li:not(:last-of-type) {
  border: none;
}
.comp_info-pop .btn_wrap {
  display: -webkit-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}
.comp_info-pop .btn_wrap .btn {
  display: inline-block;
  width: 214px;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
}
.comp_info-pop .btn_wrap .btn:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .comp_info-pop .info_list-wrap ul li {
    min-height: 72px;
    padding: 20px 0;
  }
  .comp_info-pop .info_tit {
    width: 112px;
    font-size: 16px;
  }
  .comp_info-pop .info_list-wrap .info_tit span {
    padding-left: 38px;
  }
  .comp_info-pop .info_list-wrap ul li > * {
    vertical-align: top;
  }
  .comp_info-pop .info_list-wrap li:nth-child(1) .info_tit::before {
    top: -4px;
    transform: initial;
  }
  .comp_info-pop .info_list-wrap li .info_tit span::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: relative;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: -42px;
    top: -2px;
  }
  .comp_info-pop .info_txt {
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
  }
  .comp_info-pop .info_txt .btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    max-width: 140px;
  }
  .comp_info-pop .info_list-wrap .info_tit.w100 {
    margin-top: 0;
  }
  .comp_info-pop .info_list-wrap .info_box {
    margin-top: 20px;
  }
  .comp_info-pop .info_list-wrap .info_box .item {
    padding: 15px 19px;
  }
  .comp_info-pop .info_list-wrap .info_box .item02 {
    padding-top: 0;
  }
  .comp_info-pop .info_list-wrap .list_wrap {
    margin-top: 8px;
  }
  .comp_info-pop .info_list-wrap .list_wrap li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.08em;
  }
  .comp_info-pop .info_list-wrap .list_wrap li::before {
    top: 9px;
  }
  .comp_info-pop .btn_wrap {
    margin-top: 10px;
  }
  .comp_info-pop .btn_wrap .btn {
    padding: 9px 0;
    font-size: 16px;
  }
}
*:focus-visible {
  outline: #00b527 auto 3px;
  outline-offset: -2px;
}
/* *:focus-visible { outline:red auto 3px; outline-offset: 2px; } */

#scTop {
  position: fixed;
  bottom: 230px;
  right: 16.8%;
}
#scTop .top_btn {
  display: block;
  width: 62px;
  height: 62px;
  line-height: 48px;
  background: #0d2e84 url(../img/path_arrow.png) no-repeat center 67%;
  border-radius: 0;
  margin-bottom: 6px;
  opacity: 1;
  /* box-shadow: 0px 0 12px 0px rgba(0, 0, 0, 0.20); */
  transform: scaleY(-1);
}
#scTop .top_btn a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 62px;
  transform: scaleY(-1);
  text-align: center;
  padding-top: 20px;
}

#scTop .top_btn a .top_tit {
  text-align: center;
  padding-top: 0px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 auto;
  font-weight: 500;
}

#scTop .top_btn.menual {
  background: #3272da url(/cubersc/templete/kstartup1/img/k_manual.png) no-repeat center 73%;
  margin-bottom: 6px;
}

#scTop .top_btn:hover {
  background-color: #000;
}

@media (max-width: 1800px) {
  #scTop {
    bottom: 240px;
    right: 20px;
  }
  #scTop a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0.7;
  }
}
@media (max-width: 1280px) {
  #scTop {
    bottom: 240px;
    right: 20px;
  }
  #scTop a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0.7;
  }
}
@media (max-width: 1023px) {
  #scTop {
    bottom: 300px;
    right: 20px;
  }
  #scTop a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0.7;
  }
}

/*
#scTop{ position: fixed; bottom:70px; right: 100px;}
#scTop div {
	display: block;
	width: 51px;
	height: 51px;
	line-height: 51px;
	background: #83868d url(../img/ico_top.png) no-repeat center;
	background-size: 35%;
	border-radius: 50%;
	margin-bottom: 10px;
	opacity: 0.7;
}
#scTop a:hover{
	background-color: #19539a;
}
	

@media (max-width:1023px) {
	#scTop{ bottom:0px; right: 20px; }
	#scTop a{ width: 35px; height: 35px; line-height: 35px; opacity: 0.7;}
}
*/

/* notice_slide02 */
.notice_slide02 .slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  font-family: "xeicon";
  line-height: 35px;
  width: 35px;
  height: 35px;
  background: rgb(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0;
  z-index: 1;
}
.notice_slide02 .slick-slider .slick-arrow::before {
  font-size: 1.5rem;
  color: #fff;
}
.notice_slide02 .slick-slider .slick-arrow:hover::before {
  color: #2e418e;
}
.notice_slide02 .slick-slider .slick-arrow.slick-prev {
  right: 36px;
}
.notice_slide02 .slick-slider .slick-arrow.slick-prev:before {
  content: "\e93c";
}
.notice_slide02 .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.notice_slide02 .slick-slider .slick-arrow.slick-next::before {
  content: "\e93f";
}
.notice_slide02 .slick-slider .slick-counter {
  position: absolute;
  bottom: 0;
  right: 72px;
  font-size: 0.8rem;
  color: #cfcfcf;
  font-family: "Montserrat";
  letter-spacing: 1px;
  height: 35px;
  width: 70px;
  line-height: 35px;
  background: rgb(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
}
.notice_slide02 .slick-slider .slick-counter .current {
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
}
.notice_slide02 .slick-slider .slick-counter .total {
  color: #fff;
  font-size: 0.9rem;
}

.slink_class {
  opacity: 1;
}

.rolling_class {
  min-height: 335px;
  /*opacity: 0;*/
}

.magam_class {
  opacity: 1;
}

/* main.css에 있던거 */
/* 기본 팝업 */
.default_pop {
  max-height: calc(100vh - 40px);
  max-width: calc(100vw - 40px);
  /* 팝업 가운데 정렬 // 접근성 때문에 권장하지 않음
	   left:50% !important;
	   top:50% !important;
	   transform:translate(-50%,-50%);
	*/
}
.default_pop .deemed {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1007;
}
.default_pop-layout {
  /* position:absolute; */
  /* z-index:1007; */
  position: relative;
  z-index: 1007;
}
.default_pop-layout .pop_img-wrap {
  background: #fff;
  /* border:1px solid #868686; */
  border: 1px solid #1062bb;
}
.default_pop-layout .pop_bottom-wrap {
  background: #000;
  color: #fff;
  height: 32px;
  display: flex;
  width: 100%;
  align-items: center;
  /* padding:0 10px; */
  padding: 0 0 0 10px;
  background-color: #1062bb;
}
.default_pop-layout .pop_bottom-wrap .check_wrap {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.default_pop-layout .pop_bottom-wrap .check_wrap .view_bn {
  font-size: 9pt;
  display: block;
  padding: 10px;
  background: #193b85;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #f68121;
}
.default_pop-layout .pop_bottom-wrap .check_wrap label {
  /* padding-left:30px; */
  padding-left: 25px;
  color: #fff;
  line-height: 14px;
  letter-spacing: -0.04em;
  font-size: 12px;
}
.default_pop-layout .check_wrap input[type="checkbox"] + label:before {
  width: 14px;
  height: 14px;
  background-image: url(../img/bg_checkbox-pop.png);
}
.default_pop-layout .btn_pop-close {
  width: 11px;
  height: 10px;
  /* background:url(../img/ico_dft_close.png) no-repeat; */
  background: url(../img/ico_dft_close.png) center no-repeat;
  margin-left: auto;
  font-size: 0;
  color: transparent;
  margin-right: 0;
  padding: 16px;
  background-color: #193b85;
}
@media screen and (max-width: 768px) {
  .default_pop-layout {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: calc(100vw - 40px);
  }
}
/* 신규 */
.messagePopup .pop_contents {
  background: #fff;
  border: 1px solid #868686;
}
.messagePopup .default_pop-layout {
  left: 50%;
  top: 10%;
  position: fixed;
  width: 550px; /*가로길이 설정은 여기서*/
  margin-left: -275px; /*width의 반만큼 음수로*/
  height: 300px; /*세로길이 설정은 여기서*/
  /*height의 반만큼 음수로*/
  z-index: 1000;
}
.messagePopup .default_pop-layout .pop_contents {
  background: #fff;
  /* border: 1px solid #868686; */
}
.messagePopup .pop_contents .popup-head {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 20px;
  background-color: #264db5;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.messagePopup .popup-body {
  width: 100%;
  padding: 20px;
  background-color: #f4f5f9;
}
.messagePopup .body-content {
  width: 100%;
}
.messagePopup .body-titlebox {
  width: 100%;
  height: 23px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  color: #111d68;
}
.messagePopup .body-contentbox {
  word-break: break-word;
  overflow-y: auto;
  min-height: 100px;
  max-height: 200px;
  padding: 5px 15px;
  border: 1px solid #e5e7ee;
  border-radius: 6px;
  background-color: #fff;
}
.messagePopup .body-contentbox ul {
  margin: 10px 0;
  text-align: left;
}
.messagePopup .body-contentbox ul li {
  margin-bottom: 2px;
  font-weight: 300;
  line-height: 26px;
}
.messagePopup .body-contentbox ul li span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .messagePopup .default_pop-layout {
    width: 100%;
    margin-left: 0;
  }
}

/* 240626 공고등록 faq 팝업 */
.annfaq-pop {
  max-width: 960px;
}

.layerPopup .annfaq-pop .tit_wrap {
  background: #2749c5 url(../img/bg_newsletter.png) no-repeat right top;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.04em;
  color: #fff;
  min-height: 120px;
  padding: 0px 135px 0 40px;
  word-break: keep-all;
}
.layerPopup .annfaq-pop .btn_pop-close {
  background: url(../img/ico_pop-close-white.png) no-repeat center;
  top: 52px;
  right: 40px;
  background-size: 80%;
}
.annfaq-pop .news_cont {
  padding: 40px 33px;
}
.annfaq-pop .t_tit {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 30px;
}
.annfaq-pop .t_tit span {
  color: #c0eaff;
  display: inline-block;
  margin-right: 15px;
}
.annfaq-pop .t_txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.04em;
  margin-left: 34px;
}
.annfaq-pop .t_txt:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 44px;
  height: 44px;
  background: url(../img/ico_question_bg.png) no-repeat;
}
.annfaq-pop .email_input-list-wrap {
  /* margin-top: 34px; */
  border: 1px solid #dcdcdc;
}
.annfaq-pop .email_input-list-wrap .box_inner {
  padding: 30px 40px;
  font-size: 0;
  position: relative;
}

.annfaq-pop .bg_box {
  background: #f6f6f6;
  margin-top: 15px;
  padding: 30px;
}
.annfaq-pop .bg_box .box_inner > p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .annfaq-pop {
    width: calc(100vw - 40px);
  }
  .layerPopup .annfaq-pop .con_wrap {
    max-height: calc(100vh - 180px);
  }
  .layerPopup .annfaq-pop .tit_wrap {
    font-size: 18px;
    line-height: 30px;
    min-height: 126px;
    background-size: 440px auto;
    padding: 0 70px 0 20px;
  }
  .annfaq-pop .news_cont {
    padding: 25px 20px 40px;
  }
  .annfaq-pop .t_tit {
    font-size: 20px;
  }
  .annfaq-pop .t_tit span {
    display: block;
  }
  .annfaq-pop .t_txt {
    font-size: 16px;
    line-height: 24px;
    margin-left: 45px;
  }
  .annfaq-pop .t_txt:before {
    top: 16px;
    background-size: 80%;
  }

  .annfaq-pop .email_input-list-wrap .box_inner {
    padding: 20px;
  }
  .annfaq-pop .email_input-list-wrap input,
  .annfaq-pop .email_input-list-wrap select {
    height: 41px;
    font-size: 14px;
  }
  .annfaq-pop .email_input-list-wrap input {
    width: calc((100% - 37px) / 2);
  }
  .annfaq-pop .email_input-list-wrap span {
    font-size: 18px;
  }
  .annfaq-pop .bg_box {
    margin-top: 15px;
    padding: 17px 20px 18px;
  }
  .annfaq-pop .bg_box .box_tit {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .annfaq-pop .bg_box .box_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .annfaq-pop .bg_box .box_inner > p {
    font-size: 15px;
  }
}
