@charset "UTF-8";
.color-blue-primary { color: #008ab8; }
.color-blue-basic { color: #194cd8; }
.color-blue-basic-deep { color: #132d76; }
.color-blue-basic-light { color: #3badd3; }
.color-red-point { color: #d4503a; }

.bg-blue-primary { background-color: #008ab8 !important; border-color: #008ab8 !important; color: #fff !important; }
.bg-blue-basic { background-color: #194cd8 !important; border-color: #194cd8 !important; color: #fff !important; }
.bg-blue-basic-deep { background-color: #132d76 !important; border-color: #132d76 !important; color: #fff !important; }
.bg-blue-basic-light { background-color: #3badd3 !important; border-color: #3badd3 !important; color: #fff !important; }
.bg-red-point { background-color: #d4503a !important; border-color: #d4503a !important; color: #fff !important; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

.display-block { display: block; }
.display-inline-block { display: inline-block; }
.display-flex { display: flex; }
.display-grid { display: grid; }

.image-icon { position: relative; background: no-repeat 50% 50%/cover; }
.image-icon:before, .image-icon:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; top: 0; background: no-repeat 50% 50%/cover; transition: .5s opacity; }
.image-icon:before { opacity: 1; }
.image-icon:after { opacity: 0; }

a:hover .image-icon:before, button:hover .image-icon:before, a:focus .image-icon:before, button:focus .image-icon:before, [data-status="active"] .image-icon:before { opacity: 0; }
a:hover .image-icon:after, button:hover .image-icon:after, a:focus .image-icon:after, button:focus .image-icon:after, [data-status="active"] .image-icon:after { opacity: 1; }

.image-scroll-x-caption { display: none; }

@media (max-width: 767px) { .image-scroll-x { position: relative; min-width: 768px; }
  .image-scroll-x-container { -ms-overflow-style: none; scrollbar-width: none; overflow-x: auto; }
  .image-scroll-x-container::-webkit-scrollbar { display: none; }
  .image-scroll-x-caption { display: flex; justify-content: flex-end; align-items: center; column-gap: 1rem; margin-bottom: 1.5rem; color: #888; }
  .image-scroll-x-caption > .image-icon { flex-shrink: 0; width: 26px; height: 13px; background-image: url(/resources/images/mps/common/respond-x-arrow.svg); } }
[class*="content-title"] { font-weight: 600; }
[class*="content-title"] + [class*="content-title"] { margin-top: 1.5rem; }

*:not([class*="content-title"]) + [class*="content-title"] { margin-top: 4rem; }

[class*="content-list-"] { color: #6a6a6a; line-height: 1.55; }
[class*="content-list-"] > li { position: relative; }
[class*="content-list-"] > li + li { margin-top: .75rem; }

[class*="content-txt"] { color: #6a6a6a; line-height: 1.55; }

.content-title-01 { color: #000; font-size: 2.5rem; }
.content-title-02 { color: #3b4e9f; font-size: 2rem; }
.content-title-03 { color: #333; font-size: 1.8rem; }
.content-title-04 { color: #333; }
.content-title-04.content-title-bul { position: relative; padding-left: 1rem; }
.content-title-04.content-title-bul:before { content: ""; position: absolute; top: 1rem; left: 0; width: .4rem; height: .4rem; background-color: #0098cb; border-radius: 50%; }
.content-txt-point { color: #222; font-size: 1.8rem; font-weight: 600; }
.content-txt-icon { position: relative; padding-left: 2.4rem; color: #2b2b2b; }
.content-txt-icon:before, .content-txt-icon i[class*="xi-"], .content-txt-icon i[class*="ri-"] { content: ""; position: absolute; top: 0; left: 0; }
.content-txt-icon i[class*="xi-"], .content-txt-icon > i[class*="ri-"] { top: .45rem; color: #d4503a; font-size: 2rem; }
.content-txt-icon:before { background: no-repeat 50% 50%/cover; }
.content-txt-mark { position: relative; }
.content-txt-mark:before { position: absolute; left: 0; }
.content-txt-mark.type01 { padding-left: 1.6rem; }
.content-txt-mark.type01:before { content: "※"; top: -.1rem; }
.content-txt-mark.type02 { padding-left: 1.2rem; }
.content-txt-mark.type02:before { content: "*"; top: .1rem; }
.content-list-bul > li { padding-left: 1.5rem; color: #2b2b2b; font-size: 1.8rem; font-weight: 500; }
.content-list-bul > li + li { margin-top: .25rem; }
.content-list-bul > li:before { content: ""; position: absolute; top: 1rem; left: 0; width: .7rem; height: .7rem; background-color: #c5c5c5; border-radius: 50%; }
.content-list-bul > li > ul > li { font-size: 1.7rem; line-height: 1.4; }
.content-list-bul > li > ul > li + li { margin-top: 0; }
.content-list-bul[class*="type"] > li:before { position: absolute; top: 0; width: auto; height: auto; background: none; border-radius: unset; }
.content-list-bul.type02 > li { padding-left: 1.2rem; color: #666; }
.content-list-bul.type02 > li:before { content: "-"; }
.content-list-bul.type03 > li { padding-left: 1.2rem; color: #666; }
.content-list-bul.type03 > li:before { content: "*"; }
.content-list-num { counter-reset: num-01; }
.content-list-num > li { padding-left: 2.8rem; }
.content-list-num > li:before { counter-increment: num-01; content: "" counter(num-01) ""; position: absolute; top: 0; left: 0; color: #0096c7; }
.content-list-num.type02 > li { padding-left: 2.6rem; }
.content-list-num.type02 > li:before { display: flex; justify-content: center; align-items: center; top: .35rem; width: 2rem; height: 2rem; background-color: #020202; border-radius: 50%; color: #fff; font-size: 1.5rem; font-weight: 700; text-align: center; text-indent: -.15rem; line-height: 2rem; }

.input-checkbox label { position: relative; padding-left: 2.6rem; color: #555; }
.input-checkbox label:before { content: ""; position: absolute; top: .35rem; left: 0; width: 1.7rem; height: 1.7rem; border: 1px solid #ddd; }
.input-checkbox input[type="checkbox"], .input-checkbox input[type="radio"] { position: fixed; top: -1px; left: -1px; width: 1px; height: 1px; }
.input-checkbox input[type="checkbox"]:focus-visible + label, .input-checkbox input[type="radio"]:focus-visible + label { outline: 2px solid #000; }
.input-checkbox input[type="checkbox"]:hover + label:before, .input-checkbox input[type="checkbox"]:focus + label:before { border: 2px solid #4d87ef; }
.input-checkbox input[type="checkbox"]:checked + label:before { border: 0; background: #4d87ef url(/resources/images/mps/common/input-checkbox-checked.svg) no-repeat 50% 50%/cover; }
.input-checkbox input[type="radio"] + label:before { border-color: #2b2b2b; border-radius: 50%; }
.input-checkbox input[type="radio"] + label:after { content: ""; position: absolute; top: .75rem; left: .4rem; width: .9rem; height: .9rem; background-color: #2b2b2b; border-radius: 50%; opacity: 0; }
.input-checkbox input[type="radio"]:hover + label:before, .input-checkbox input[type="radio"]:focus + label:before { border: 1px solid #2b2b2b; }
.input-checkbox input[type="radio"]:checked + label:after { opacity: 1; }

.accordion-item { display: flex; flex-direction: column; }
.accordion-item + .accordion-item { border-top: 1px solid #ddd; }
.accordion-link { display: flex; align-items: center; padding: 1.2rem 3rem 1.2rem 1.5rem; }
.accordion-link b { margin-right: auto; color: #222; font-weight: 600; text-align: left; }
.accordion-link[data-status="active"] .accordion-arrow { color: #333; transform: rotate(-180deg); }
.accordion-arrow { position: relative; flex-shrink: 0; color: #999; font-size: 2.2rem; line-height: 1; transition: .5s transform, .5s color; }
.accordion-desc { display: none; position: relative; background-color: #f4f5f6; border-top: 1px solid #ddd; }
.accordion-desc-flex { display: flex; }

.table-container { overflow: hidden; position: static; }
.table-container .table-wrapper { position: relative; border-top: 2px solid #222; border-bottom: 1px solid #757575; overflow: auto; }
.table-container .table-wrapper table { width: 100%; table-layout: fixed; text-align: center; }
.table-container .table-wrapper table th { color: #222; font-weight: 500; }
.table-container .table-wrapper table td { color: #3a3a3a; }
.table-container .table-wrapper table th, .table-container .table-wrapper table td { padding: 2rem; border-right: 1px solid #E0E0E0; line-height: 1.555; }
.table-container .table-wrapper table .left { text-align: left; }
.table-container .table-wrapper table thead th { background-color: #f3f4f5; font-weight: 700; }
.table-container .table-wrapper table thead th:last-of-type { border-right: 0; }
.table-container .table-wrapper table thead + tbody th { background-color: #fff; border-right: 1px solid #e0e0e0; }
.table-container .table-wrapper table tbody th, .table-container .table-wrapper table tbody td { border-bottom: 1px solid #e0e0e0; }
.table-container .table-wrapper table tbody th { background-color: #f3f4f5; }
.table-container .table-wrapper table tbody td:last-of-type { border-right: 0; }

@media (max-width: 767px) { .scroll-x { width: 100%; overflow-x: auto; }
  .scroll-x-inner { min-width: 800px; } }
.layer-popup { visibility: hidden; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; z-index: 9999; }
.layer-popup[data-guidemap-number^="02-"] .layer-popup-container { background-color: rgba(0, 0, 0, 0.6); }
.layer-popup-container { overflow: hidden; margin: 0 auto; width: 100vw; background-color: #fff; }
.layer-popup-container > .layout { max-width: 100%; }
.layer-popup-close { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 3rem; width: 7.6rem; height: 7.6rem; background-color: #333; border-radius: 50%; transform: translatey(-50%); }
.layer-popup-close .image-icon { width: 3.6rem; height: 3.6rem; background-image: url(/resources/images/mps/common/layer-close.svg); }
@media (max-width: 1279px) { .layer-popup-container > .layout { max-height: calc(100vh - 20rem) !important; } }
@media (max-width: 1023px) { .layer-popup-close { width: 7rem; height: 7rem; }
  .layer-popup-close .image-icon { width: 2.5rem; height: 2.5rem; } }
.layer-popup-slide { position: relative; }
.layer-popup-slide .slide-container { overflow: hidden; }
.layer-popup-slide .slide-control-button { position: absolute; top: 50%; z-index: 1; transform: translatey(-50%); }
.layer-popup-slide .slide-control-button .image-icon { display: block; width: 100%; height: 100%; }
.layer-popup-slide .slide-control-button[data-control="prev"] { left: 0; }
.layer-popup-slide .slide-control-button[data-control="prev"] .image-icon { background-image: url(/resources/images/mps/board/view/slide-prev.svg); }
.layer-popup-slide .slide-control-button[data-control="next"] { right: 0; }
.layer-popup-slide .slide-control-button[data-control="next"] .image-icon { background-image: url(/resources/images/mps/board/view/slide-next.svg); }
.layer-popup-slide .swiper-wrapper { z-index: 0; }
.layer-popup-slide .swiper-slide { text-align: center; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 0.5rem !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-5 { margin-bottom: 0.5rem !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-90 { margin-bottom: 9rem !important; }
.mb-95 { margin-bottom: 9.5rem !important; }
.mb-100 { margin-bottom: 10rem !important; }
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 0.5rem !important; }
.ml-10 { margin-left: 1rem !important; }
.ml-15 { margin-left: 1.5rem !important; }
.ml-20 { margin-left: 2rem !important; }
.ml-25 { margin-left: 2.5rem !important; }
.ml-30 { margin-left: 3rem !important; }
.ml-35 { margin-left: 3.5rem !important; }
.ml-40 { margin-left: 4rem !important; }
.ml-45 { margin-left: 4.5rem !important; }
.ml-50 { margin-left: 5rem !important; }
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 0.5rem !important; }
.mr-10 { margin-right: 1rem !important; }
.mr-15 { margin-right: 1.5rem !important; }
.mr-20 { margin-right: 2rem !important; }
.mr-25 { margin-right: 2.5rem !important; }
.mr-30 { margin-right: 3rem !important; }
.mr-35 { margin-right: 3.5rem !important; }
.mr-40 { margin-right: 4rem !important; }
.mr-45 { margin-right: 4.5rem !important; }
.mr-50 { margin-right: 5rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 0.5rem !important; }
.pt-10 { padding-top: 1rem !important; }
.pt-15 { padding-top: 1.5rem !important; }
.pt-20 { padding-top: 2rem !important; }
.pt-25 { padding-top: 2.5rem !important; }
.pt-30 { padding-top: 3rem !important; }
.pt-35 { padding-top: 3.5rem !important; }
.pt-40 { padding-top: 4rem !important; }
.pt-45 { padding-top: 4.5rem !important; }
.pt-50 { padding-top: 5rem !important; }
.pt-55 { padding-top: 5.5rem !important; }
.pt-60 { padding-top: 6rem !important; }
.pt-65 { padding-top: 6.5rem !important; }
.pt-70 { padding-top: 7rem !important; }
.pt-75 { padding-top: 7.5rem !important; }
.pt-80 { padding-top: 8rem !important; }
.pt-85 { padding-top: 8.5rem !important; }
.pt-90 { padding-top: 9rem !important; }
.pt-95 { padding-top: 9.5rem !important; }
.pt-100 { padding-top: 10rem !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 0.5rem !important; }
.pb-10 { padding-bottom: 1rem !important; }
.pb-15 { padding-bottom: 1.5rem !important; }
.pb-20 { padding-bottom: 2rem !important; }
.pb-25 { padding-bottom: 2.5rem !important; }
.pb-30 { padding-bottom: 3rem !important; }
.pb-35 { padding-bottom: 3.5rem !important; }
.pb-40 { padding-bottom: 4rem !important; }
.pb-45 { padding-bottom: 4.5rem !important; }
.pb-50 { padding-bottom: 5rem !important; }
.pb-55 { padding-bottom: 5.5rem !important; }
.pb-60 { padding-bottom: 6rem !important; }
.pb-65 { padding-bottom: 6.5rem !important; }
.pb-70 { padding-bottom: 7rem !important; }
.pb-75 { padding-bottom: 7.5rem !important; }
.pb-80 { padding-bottom: 8rem !important; }
.pb-85 { padding-bottom: 8.5rem !important; }
.pb-90 { padding-bottom: 9rem !important; }
.pb-95 { padding-bottom: 9.5rem !important; }
.pb-100 { padding-bottom: 10rem !important; }
.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 0.5rem !important; }
.pl-10 { padding-left: 1rem !important; }
.pl-15 { padding-left: 1.5rem !important; }
.pl-20 { padding-left: 2rem !important; }
.pl-25 { padding-left: 2.5rem !important; }
.pl-30 { padding-left: 3rem !important; }
.pl-35 { padding-left: 3.5rem !important; }
.pl-40 { padding-left: 4rem !important; }
.pl-45 { padding-left: 4.5rem !important; }
.pl-50 { padding-left: 5rem !important; }
.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 0.5rem !important; }
.pr-10 { padding-right: 1rem !important; }
.pr-15 { padding-right: 1.5rem !important; }
.pr-20 { padding-right: 2rem !important; }
.pr-25 { padding-right: 2.5rem !important; }
.pr-30 { padding-right: 3rem !important; }
.pr-35 { padding-right: 3.5rem !important; }
.pr-40 { padding-right: 4rem !important; }
.pr-45 { padding-right: 4.5rem !important; }
.pr-50 { padding-right: 5rem !important; }



.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}