@charset "utf-8";
/* Reset */
* {
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
}
html {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media (max-width: 280px) {
  html {
    overflow-x: auto;
  }
}
body {
  min-width: 280px;
  width: 100%;
  background: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  font-family: "Pretendard";
  font-weight: 400;
  color: #616161;
  height: 100vh;
}
body,
input,
select,
textarea,
button {
  border: none;
  color: #616161;
}
ul,
ol,
li {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
img,
fieldset {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
address,
cite,
code,
em,
i {
  font-weight: normal;
  font-style: normal;
}
.hide,
caption,
legend {
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
}
hr {
  display: none;
}
main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}
a {
  color: #616161;
  text-decoration: none;
}
label {
  cursor: pointer;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button {
  background-color: transparent;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
.clear {
  clear: both;
}
.clear::after {
  display: block;
  content: "";
  clear: both;
}
#skip {
  position: relative;
  z-index: 9999;
}
#skip a {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #182733;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s;
}
#skip a:hover,
#skip a:focus,
#skip a:active {
  top: 0;
  text-decoration: none;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-color01 {
  color: #00926f !important;
}
.txt-color02 {
  color: #0083e1 !important;
}
.sr-only,
.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.w50 {
  width: 50% !important;
}
.w100 {
  width: 100% !important;
}

/*블릿 리스트*/
.txt-list > li {
  position: relative;
  color: #424242;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  padding-left: 1.3rem;
  margin-top: 1rem;
}
.txt-list > li:first-of-type {
  margin-top: 0;
}
.txt-list > li:before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: #9e9e9e;
  content: "";
  border-radius: 50%;
}
.txt-list > li > b {
  color: #424242;
  font-weight: 700;
}
.txt-list > li > ul {
  margin-top: 1rem;
}
.txt-list > li > ul > li {
  color: #616161;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  position: relative;
  padding-left: 1.2rem;
}
.txt-list > li > ul > li:first-of-type {
  margin-top: 0;
}
.txt-list > li > ul > li:before {
  width: 4px;
  height: 2px;
  background: #bdbdbd;
  border-radius: 0;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
.txt-list.bul02 {
  margin-top: 1rem;
}
.txt-list.bul02 > li {
  color: #616161;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  position: relative;
  padding-left: 1.2rem;
}
.txt-list.bul02 > li:first-of-type {
  margin-top: 0;
}
.txt-list.bul02 > li:before {
  width: 4px;
  height: 2px;
  background: #bdbdbd;
  border-radius: 0;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
.txt-list.type02 {
  display: flex;
  flex-wrap: wrap;
}
.txt-list.type02 > li {
  width: 50%;
}
@media (max-width: 1024px) {
  .txt-list.type02 > li {
    width: 100%;
  }
}

/*숫자 리스트*/
.num-list > li {
  position: relative;
  color: #424242;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 145%;
  padding-left: 4rem;
  margin-top: 1.2rem;
}
.num-list > li:first-of-type {
  margin-top: 0;
}
.num-list > li > b {
  color: #424242;
  font-weight: 700;
}
.num-list > li > ul {
  margin-top: 1rem;
}
.num-list > li > i {
  width: 2.7rem;
  height: 2.7rem;
  background: #424242;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
}

/*테이블*/
.tbl {
  position: relative;
  width: 100%;
  letter-spacing: -0.02em;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #222222;
}
.tbl thead {
  border-bottom: 1px solid #e0e0e0;
}
.tbl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  content: "";
}
.tbl th {
  padding: 2rem 1.4rem;
  color: #222;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  border-width: 1px 1px 0 0;
  border-color: #e0e0e0;
  border-style: solid;
  background: #F5F5F5;
}
.tbl tbody th {
  border-width: 1px 1px 0 0;
  border-color: #e0e0e0;
  border-style: solid;
}
.tbl td {
  padding: 2rem 1.4rem;
  color: #424242;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  border-width: 1px 1px 0 0;
  border-color: #e0e0e0;
  border-style: solid;
}
.tbl td:first-of-type {
  border-left: 0;
}
.tbl tr:first-of-type td {
  border-top: 0;
}
.tbl tr:first-of-type th {
  border-top: 0;
}
.tbl td a {
  color: #222;
}
.tbl td:last-child {
  border-right: 0;
}
.tbl tr th:last-child {
  border-right: 0;
}
.tbl-scroll:before {
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 23px;
  color: #2753aa;
  font-size: 3rem;
  font-family: "xeicon";
  content: "\eb54";
  animation: side 0.7s linear 1s infinite alternate;
  transform: translateX(0) rotate(-90deg);
}
.tbl td.bd-right {
  border-right: 1px solid #e0e0e0 !important;
}
.tbl td .tbl-txt {
  display: flex;
}
.tbl td .tbl-txt strong {
  color: #424242;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
}
.tbl td .tbl-txt strong + span {
  line-height: 160%;
  display: block;
}
.tbl td .tbl-txt strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1.6rem;
  transform: translateY(-50%);
  background: #e0e0e0;
  width: 1px;
}
.td-color01 td {
  background: rgba(0, 131, 225, 0.03);
}
.td-color02 td {
  background: rgba(212, 51, 51, 0.03);
}
.bd-right {
  border-right: 1px solid #e0e0e0 !important;
}
.img-box {
  text-align: center;
}
.border-box {
  padding: 2rem;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  width: 100%;
}
.border-box.type02 {
  padding: 4rem;
}
.img-box-wrap .border-box {
  justify-content: initial;
  align-items: initial;
  overflow-x: auto;
}
.img-box-wrap .border-box img {
  margin: 0 auto;
}
.color-box {
  padding: 4rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  width: 100%;
}
.color-box.type02 {
  background: #fff;
}
.tbl + p,
.tbl-scroll + p {
  color: #757575 !important;
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 150% !important;
}
.tbl-scroll > p {
  color: #757575 !important;
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 150% !important;
  margin-bottom: 1rem;
}
@media all and (max-width: 767px) {
  .tbl-scroll {
    position: relative;
    position: relative;
    padding-top: 6rem;
    background: url(/resources/mps/public/images/general/mCont_scroll_ico_arr.png) no-repeat right 0;
    background-size: 68px 40px;
  }
  .tbl-wrap {
    overflow-x: auto;
  }
  .tbl-scroll:before {
    display: block;
  }
  .tbl-scroll .tbl {
    min-width: 640px;
  }
  .tbl-scroll .tbl.type02 {
    min-width: 1024px;
  }
  .color-box {
    padding: 4rem 2rem;
  }
}
@keyframes side {
  0% {
    transform: translateX(-3px) rotate(-90deg);
  }
  100% {
    transform: translateX(3px) rotate(-90deg);
  }
}
@media (max-width: 640px) {
  .img-box-wrap {
    position: relative;
    position: relative;
    padding-top: 6rem;
    background: url(/resources/mps/public/images/general/mCont_scroll_ico_arr.png) no-repeat right -1.5rem;
    background-size: 68px 40px;
    padding-top: 3rem;
    background-size: 68px 40px;
  }
  .img-box-wrap:before {
    position: absolute;
    top: 0;
    right: 23px;
    color: #2753aa;
    font-size: 3rem;
    font-family: "xeicon";
    content: "\eb54";
    animation: side 0.7s linear 1s infinite alternate;
    transform: translateX(0) rotate(-90deg);
  }
  .img-box-wrap .img-box {
    overflow-x: auto;
  }
  .img-box-wrap .img-box img {
    min-width: 767px;
  }
}

/*마진*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.1rem !important;
}
.mt-2 {
  margin-top: 0.2rem !important;
}
.mt-3 {
  margin-top: 0.3rem !important;
}
.mt-4 {
  margin-top: 0.4rem !important;
}
.mt-5 {
  margin-top: 0.5rem !important;
}
.mt-6 {
  margin-top: 0.6rem !important;
}
.mt-7 {
  margin-top: 0.7rem !important;
}
.mt-8 {
  margin-top: 0.8rem !important;
}
.mt-9 {
  margin-top: 0.9rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-15 {
  margin-top: 1.5rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-25 {
  margin-top: 2.5rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-35 {
  margin-top: 3.5rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-45 {
  margin-top: 4.5rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-55 {
  margin-top: 5.5rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mt-65 {
  margin-top: 6.5rem !important;
}
.mt-70 {
  margin-top: 7rem !important;
}
.mt-75 {
  margin-top: 7.5rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mt-85 {
  margin-top: 8.5rem !important;
}
.mt-90 {
  margin-top: 9rem !important;
}
.mt-95 {
  margin-top: 9.5rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.1rem !important;
}
.mb-2 {
  margin-bottom: 0.2rem !important;
}
.mb-3 {
  margin-bottom: 0.3rem !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-5 {
  margin-bottom: 0.5rem !important;
}
.mb-6 {
  margin-bottom: 0.6rem !important;
}
.mb-7 {
  margin-bottom: 0.7rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem !important;
}
.mb-9 {
  margin-bottom: 0.9rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mb-35 {
  margin-bottom: 3.5rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-45 {
  margin-bottom: 4.5rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-55 {
  margin-bottom: 5.5rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-65 {
  margin-bottom: 6.5rem !important;
}
.mb-70 {
  margin-bottom: 7rem !important;
}
.mb-75 {
  margin-bottom: 7.5rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mb-85 {
  margin-bottom: 8.5rem !important;
}
.mb-95 {
  margin-bottom: 9.5rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}