@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: Pretendard, "맑은고딕", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
  box-sizing: border-box;
  background: transparent;
}

hr {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

body {
  line-height: 1;
  -ms-overflow-style: none;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  padding: 0;
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

table caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

textarea {
  margin: 0;
  padding: 12px;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  line-height: 19.6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::placeholder {
  font-size: 14px;
}

textarea[type="text"],
textarea[type="password"],
textarea[type="email"],
textarea[type="search"] {
  width: 100%;
}

:root {
  --graph-pos: 0; /* 기본값 설정 */
}

html body {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
@font-face {
  font-family: Pretendard;
  font-weight: 700;
  font-style: normal;
  src: url("../font/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Pretendard;
  font-weight: 600;
  font-style: normal;
  src: url("../font/Pretendard-SemiBold.woff2") format("truetype");
}
@font-face {
  font-family: Pretendard;
  font-weight: 500;
  font-style: normal;
  src: url("../font/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  font-style: normal;
  src: url("../font/Pretendard-Regular.ttf") format("truetype");
}
html a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.login .button.user {
  background-color: #1f377c;
  color: #fff;
}
.login .button.user.mypage:before {
  background-image: url("../image/icon/mypage_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login .button.user.log:before {
  background-image: url("../image/icon/log_in_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  cursor: pointer;
}
.button.user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 40px;
  border-radius: 45px;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  background-color: #95a1c6;
  color: #1f377c;
}
.button.user:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.button.user.mypage:before {
  background-image: url("../image/icon/mypage.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.button.user.log:before {
  background-image: url("../image/icon/log_in.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.button.system-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #d5d8e5;
  border-bottom: 1px solid transparent;
}
.button.system-link .link-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.button.system-link .link-left .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #f2f5fb;
}
.button.system-link .link-left .link-name {
  max-width: 107px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  color: #0a1e5a;
}
.button.system-link:hover,
.button.system-link:active {
  border-top: 1px solid #0028b6;
  border-bottom: 1px solid #0028b6 !important;
}
.button.system-link:hover .link-left .image-box,
.button.system-link:active .link-left .image-box {
  background-color: #0028b6;
}
.button.system-link:hover .link-left .image-box svg > *,
.button.system-link:active .link-left .image-box svg > * {
  stroke: #fff;
}
.button.system-link:hover .link-left .link-name,
.button.system-link:active .link-left .link-name {
  color: #0028b6;
}
.button.system-link:hover .arrow-image path,
.button.system-link:active .arrow-image path {
  stroke: #0028b6;
}
.button.system-link:nth-child(n + 3):nth-child(-n + 5):hover
  .link-left
  .image-box
  svg
  path,
.button.system-link:nth-child(n + 3):nth-child(-n + 5):hover
  .link-left
  .image-box
  svg
  rect,
.button.system-link:nth-child(n + 3):nth-child(-n + 5):active
  .link-left
  .image-box
  svg
  path,
.button.system-link:nth-child(n + 3):nth-child(-n + 5):active
  .link-left
  .image-box
  svg
  rect {
  stroke: transparent;
  fill: #fff;
}
.button.system-link:nth-child(n + 3):nth-child(-n + 5):hover
  .link-left
  .image-box
  svg
  circle,
.button.system-link:nth-child(n + 3):nth-child(-n + 5):active
  .link-left
  .image-box
  svg
  circle {
  fill: none;
}
.button.system-link:nth-child(4):hover
  .link-left
  .image-box
  svg
  path:nth-child(2),
.button.system-link:nth-child(4):active
  .link-left
  .image-box
  svg
  path:nth-child(2) {
  stroke: #fff;
  fill: none;
}
.button.system-link:nth-child(5):hover
  .link-left
  .image-box
  svg
  path:first-child,
.button.system-link:nth-child(5):active
  .link-left
  .image-box
  svg
  path:first-child {
  stroke: #fff;
  fill: none;
}
@media (min-width: 1024px) {
  .button.system-link {
    border-bottom: 1px solid #d5d8e5;
  }
}
.button.system-link:last-child:active,
.button.system-link:last-child:hover {
  border-bottom: 1px solid #0028b6;
}
.button.product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.button.product-item .item-title {
  max-width: 239px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  color: #0a1e5a;
}
.button.product-item:nth-child(2n) {
  background-color: #f9faff;
}
@media (min-width: 1024px) {
  .button.product-item {
    padding: 31px 20px;
    font-size: 20px;
  }
  .button.product-item .item-title {
    max-width: 599px;
    font-size: 20px;
  }
}
.button.product-item .icon.btn-expand-right {
  width: 24px;
  height: 24px;
}
.button.default {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background-color: #0028b6;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}
.button.default.wide {
  width: 100%;
  padding: 16px 0 15px;
}
@media (min-width: 1024px) {
  .button.default.wide {
    width: 100px;
  }
}
.button.default.gray {
  width: 100px;
  background-color: #697682;
}
@media (min-width: 1024px) {
  .button.default.gray {
    width: 120px;
  }
}
.button.default.white {
  background-color: #fff;
  border: 1px solid #d5d8e5;
  color: #0a1e5a;
}
.button.default.search {
  width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  max-height: 80px;
  font-size: 0;
}
.button.default.search .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .button.default.search {
    width: 140px;
    height: 100%;
    padding: 30px 0;
    font-size: 18px;
  }
  .button.default.search .icon {
    display: none;
  }
}
.button.icon.btn-top {
  position: fixed;
  bottom: 10px;
  right: 18px;
  width: 40px;
  height: 40px;
  background-size: 24px 24px;
  border-radius: 50%;
  background-color: #0a1e5a;
}
.button.more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #95a1c6;
  padding: 16px 0;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #0a1e5a;
  vertical-align: middle;
}
.button.more .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .button.more {
    max-width: 150px;
    margin: 0 auto;
    padding: 10px 0;
  }
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.about-card {
  display: flex;
  width: 100%;
  height: 219px;
  padding: 29px 20px;
  box-sizing: border-box;
  border-top: 1px solid #d5d8e5;
  border-bottom: 1px solid #d5d8e5;
  background-image: url("../image/slide_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 184px 172px;
  background-position: 117% 31px;
}
.about-card .title-area {
  margin-bottom: 34px;
}
.about-card .title-area .number {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  color: #0a1e5a;
  margin-bottom: 20px;
  z-index: 2;
}
.about-card .title-area .number:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 28px;
  height: 2px;
  background-color: #95a1c6;
  z-index: -1;
}
.about-card .title-area .card-title {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #0a1e5a;
  margin-bottom: 10px;
}
.about-card .title-area .card-sub {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #7b8389;
}
.about-card.first {
  background-image: url("../image/slide_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 184px 172px;
  background-position: 117% 31px;
}
.about-card.second {
  background-image: url("../image/slide_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 184px 172px;
  background-position: 117% 31px;
}
.about-card.third {
  background-image: url("../image/slide_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 184px 172px;
  background-position: 117% 31px;
}
.about-card.fourth {
  background-image: url("../image/slide_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 184px 172px;
  background-position: 117% 31px;
}
@media (min-width: 1024px) {
  .about-card {
    width: 240px;
    height: 450px !important;
    padding-top: 261px;
    box-sizing: border-box;
    background-position: 150% 31px;
  }
  .about-card .card-title {
    font-size: 26px;
  }
  .about-card .card-sub {
    font-size: 20px;
  }
  .about-card:nth-child(2) {
    background-position: 150% 31px;
    background-color: #f2f5fb;
  }
  .about-card:nth-child(3) {
    background-position: 150% 31px;
  }
  .about-card:nth-child(4) {
    background-position: 150% 31px;
    background-color: #f2f5fb;
  }
}

.document-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 10px;
  border-bottom: 1px solid #d5d8e5;
  background-color: #f9faff;
}
.document-card .document-title {
  word-break: break-all;
}
.document-card .document-title p {
  width: 100%;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  line-height: normal;
  color: #0a1e5a;
}
.document-card .button-list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
  padding-top: 20px;
}
.document-card .button-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d5d8e5;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.document-card .button-list button .icon {
  width: 20px;
  height: 20px;
}
.document-card.on {
  background: rgba(79, 156, 219, 0.05);
}
.document-card:last-child {
  border-bottom: 1px solid #0028b6;
}
@media (min-width: 1024px) {
  .document-card {
    flex-direction: row;
    align-items: center;
    padding: 31px 0;
  }
  .document-card .document-title p {
    font-size: 20px;
  }
  .document-card .button-list {
    padding-top: 0;
  }
}

.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 27px 10px;
  color: #374e92;
  cursor: pointer;
}
.accordion .accordion-header.on {
  font-weight: 700;
  border-bottom: 2px solid #0028b6;
  color: #0028b6;
}
.accordion .accordion-header .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .accordion .accordion-header {
    font-size: 20px;
    padding: 27px 10px 30px;
  }
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
}
.accordion .accordion-content.on {
  margin: 30px 0;
  max-height: 100%; /* 내용에 맞춰 조절 가능 */
}
.accordion .accordion-content .video-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion .accordion-content .video-box .video-item {
  position: relative;
  overflow: hidden;
  width: calc((100% - 18px) / 2);
  aspect-ratio: 16/9;
}
.accordion .accordion-content .video-box .video-item:nth-child(-n + 2) {
  margin-bottom: 9px;
}
.accordion .accordion-content .video-box .video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 1024px) {
  .accordion .accordion-content .video-box .video-item {
    width: calc((100% - 90px) / 3);
  }
  .accordion .accordion-content .video-box .video-item:nth-child(-n + 3) {
    margin-bottom: 30px;
  }
}

.list-card {
  display: flex;
  padding: 25px 10px;
  border-bottom: 1px solid #e6eaef;
  justify-content: space-between;
}
.list-card .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-card .left .list-title {
  max-width: 220px;
  word-break: break-all;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #0a1e5a;
  margin-bottom: 12px;
}
.list-card .left .list-code,
.list-card .left .list-date {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #95a1c6;
}
.list-card .left .list-code strong,
.list-card .left .list-date strong {
  font-weight: 700;
}
.list-card .right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.list-card .right .list-date {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #95a1c6;
  display: none;
  min-width: 72px;
  text-align: right;
}
.list-card .button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d5d8e5;
}
.list-card .button.icon {
  background-size: 18px 18px;
  background-position: center;
}
@media (min-width: 1024px) {
  .list-card {
    justify-content: space-between;
    padding: 27px 20px;
  }
  .list-card .left {
    gap: 30px;
  }
  .list-card .left .list-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .list-card .left .list-code {
    color: #51639d;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
  }
  .list-card.notice .left .list-title {
    margin-bottom: 0;
  }
  .list-card.notice .left .list-date {
    display: none;
  }
  .list-card.notice .right .list-date {
    min-width: 72px;
    text-align: right;
    display: block;
  }
}
.list-card:last-child {
  border-bottom: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #374e92;
}
.pagination a.num {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18px;
  margin-right: 10px;
}
.pagination a.num:last-child {
  margin-right: 0;
}
.pagination a.num.active {
  position: relative;
  color: #0028b6;
  font-weight: 700;
}
.pagination a.num.active:after {
  background-color: #0028b6;
}
.pagination a.num:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: transparent;
}
.pagination a:not(.num) {
  width: 24px;
  height: 23px;
}
.pagination a:not(.num).first {
  background-image: url("../image/icon/btn_first.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pagination a:not(.num).prev {
  background-image: url("../image/icon/btn_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.pagination a:not(.num).next {
  margin-left: 30px;
  background-image: url("../image/icon/btn_next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pagination a:not(.num).last {
  background-image: url("../image/icon/btn_last.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

table {
  width: 100%;
  border-top: 1px solid #d5d8e5;
  border-bottom: 1px solid #d5d8e5;
  margin-bottom: 20px;
}
table tr {
  border-bottom: 1px solid #e6eaef;
}
table tr td {
  padding: 27px 0 32px;
  text-align: left;
}
table tr td:first-child {
  padding-left: 10px;
  color: #0a1e5a;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
}
table tr td:last-child {
  padding-right: 10px;
  color: #1a1d24;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
}
table tr:last-child {
  border-bottom: 1px solid #d5d8e5;
}
@media (min-width: 1024px) {
  table table {
    max-width: 890px;
    margin-bottom: 50px;
  }
  table table tr td:first-child {
    width: 25%;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid #0028b6;
  border-radius: 8px;
}
.product-card .document-title {
  display: flex;
  justify-content: space-between;
}
.product-card .document-title p {
  max-width: 172px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e363e;
}
.product-card .document-title .checkbox-wrapper {
  display: inline-block;
  cursor: pointer;
}
.product-card .document-title .checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.product-card .document-title .checkbox-wrapper .custom-checkbox {
  width: 32px;
  height: 32px;
  background-image: url("../image/icon/check_off.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.product-card
  .document-title
  .checkbox-wrapper
  input[type="checkbox"]:checked
  + .custom-checkbox {
  background-image: url("../image/icon/check_on.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-card .button-list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
  padding-top: 42px;
}
.product-card .button-list button {
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
.product-card .button-list button .icon {
  width: 20px;
  height: 20px;
}
.product-card.on {
  background: rgba(79, 156, 219, 0.05);
}

.icon {
  display: inline-block;
}
.icon.camera {
  background-image: url("../image/icon/camera.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.camera-gray {
  background-image: url("../image/icon/camera_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.camera-white {
  background-image: url("../image/icon/camera_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.file-check {
  background-image: url("../image/icon/file_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.info {
  background-image: url("../image/icon/info.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.image-square {
  background-image: url("../image/icon/image_square.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.image-square-white {
  background-image: url("../image/icon/image_square_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.image-square-gray {
  background-image: url("../image/icon/image_square_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.mypage {
  background-image: url("../image/icon/mypage.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.star {
  background-image: url("../image/icon/star_new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.trash-white {
  background-image: url("../image/icon/trash_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.info {
  background-image: url("../image/icon/info.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.paperplane {
  background-image: url("../image/icon/paperplane.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.paperplane-black {
  background-image: url("../image/icon/paperplane_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.paperplane-mail {
  background-image: url("../image/icon/paperplane_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.log-out {
  background-image: url("../image/icon/log_out.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.log-in {
  background-image: url("../image/icon/log_in.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.log-check {
  background-image: url("../image/icon/log_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.search {
  background-image: url("../image/icon/search_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.search-black {
  background-image: url("../image/icon/search_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.search-gray {
  background-image: url("../image/icon/search_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.sns-linkedin {
  background-image: url("../image/icon/sns_linkedin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.sns-facebook {
  background-image: url("../image/icon/sns_facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.sns-insta {
  background-image: url("../image/icon/sns_instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.sns-youtube {
  background-image: url("../image/icon/sns_youtube.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-hamburger {
  background-image: url("../image/icon/hamburger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-close {
  background-image: url("../image/icon/btn_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-close-black {
  background-image: url("../image/icon/btn_close_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-close-white {
  background-image: url("../image/icon/btn_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-down {
  background-image: url("../image/icon/btn_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-top {
  background-image: url("../image/icon/btn_top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-download {
  background-image: url("../image/icon/btn_download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-download-black {
  background-image: url("../image/icon/btn_download_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-expand-down {
  background-image: url("../image/icon/expand_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-expand-up {
  background-image: url("../image/icon/btn_expand_up_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-expand-right {
  background-image: url("../image/icon/btn_expand_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-play {
  background-image: url("../image/icon/btn_play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-trash {
  background-image: url("../image/icon/btn_trash.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-document {
  background-image: url("../image/icon/btn_document.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.btn-more {
  background-image: url("../image/icon/btn_more.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input[type="text"],
input[type="password"] {
  width: auto;
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  background-color: #51639d;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #95a1c6;
}

.search-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: calc(100% - 36px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.1);
}
.search-area > div {
  padding: 40px 20px;
  box-sizing: border-box;
}
.search-area .common-search .title {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e363e;
  margin-bottom: 20px;
}
.search-area .common-search .button-list {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-area .common-search .button-list button {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 50%;
}
.search-area .common-search .button-list button.search {
  background-image: url("../image/icon/search_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: transparent;
}
.search-area .common-search .button-list button.image {
  background-image: url("../image/icon/image_square_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: transparent;
}
.search-area .common-search .button-list button.camera {
  background-image: url("../image/icon/camera_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: transparent;
}
.search-area .common-search .button-list button.on.search {
  background-image: url("../image/icon/search_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: #0028b6;
}
.search-area .common-search .button-list button.on.image {
  background-image: url("../image/icon/image_square_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: #0028b6;
}
.search-area .common-search .button-list button.on.camera {
  background-image: url("../image/icon/camera_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-color: #0028b6;
}
.search-area .image-search {
  display: none;
}
.search-area.image {
  display: none;
}
@media (min-width: 1024px) {
  .search-area {
    display: flex;
    width: 63%;
    max-width: 1200px;
    bottom: -100px;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .search-area > div {
    width: 100%;
  }
  .search-area > div .title {
    margin-bottom: 60px;
  }
  .search-area .common-search > .button-list {
    display: none;
  }
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 2px solid #0a1e5a;
  gap: 10px;
}
.search-box input[type="text"] {
  width: calc(100% - 70px);
  min-width: 0;
  flex: 1;
  border: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 18px;
  color: #0a1e5a;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box input[type="text"]::placeholder {
  color: #95a1c6;
}
.search-box.mo .button-list {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  flex-shrink: 0;
}
.search-box.mo .button-list button {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.search-box.mo .button-list button:nth-child(2) {
  display: none;
}
@media (min-width: 1024px) {
  .search-box.mo .button-list button:nth-child(2) {
    display: block;
  }
  .search-box input[type="text"] {
    max-width: calc(100% - 100px);
  }
}
.search-box.drop {
  position: relative;
  padding: 0;
  border-bottom: none;
  width: 100%;
  height: 50px;
  justify-content: inherit;
  background-color: #fff;
}
.search-box.drop input {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #0a1e5a;
}
.search-box.drop .btn-close {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .search-box.drop {
    max-width: 970px;
    margin: 0 auto;
    height: 80px;
    justify-content: space-between;
  }
  .search-box.drop input[type="text"] {
    max-width: 810px;
  }
}

.suggestion-box {
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: none;
  z-index: 10;
  padding: 30px 20px;
}
.suggestion-box li {
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #0a1e5a;
}
.suggestion-box li:hover {
  color: #0028b6;
}

.loading-box {
  border: 1px solid #d5d8e5;
  border-radius: 8px;
}
.loading-box p {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.loading-box p img {
  width: 70px;
  height: 70px;
}
.loading-box p span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #95a1c6;
}
@media (min-width: 1024px) {
  .loading-box {
    max-width: 970px;
    margin: 0 auto;
  }
  .loading-box p {
    padding: 50px 0;
  }
  .loading-box p img {
    width: 80px;
    height: 80px;
  }
  .loading-box p span {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.result-box {
  display: none;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 40px 15px 21px 15px;
}
.result-box .result-title {
  max-width: 267px;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e363e;
  margin-bottom: 41px;
}
.result-box .result-item {
  padding: 20px 5px;
  border-bottom: 1px solid #f0f1f3;
}
.result-box .result-item:last-child {
  border-bottom: none;
}
.result-box .result-item .item-title {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e363e;
  margin-bottom: 20px;
}
.result-box .result-item .item-sub {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
.result-box .result-item .item-cont {
  line-height: 187.5%;
}
.result-box .result-item .item-cont .cont-item {
  margin-bottom: 20px;
}
.result-box .result-item .item-cont .cont-item:last-child {
  margin-bottom: 0;
}
.result-box .result-item .item-cont .cont-item .item-name {
  position: relative;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 24px;
}
.result-box .result-item .item-cont .cont-item .item-name:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-color: #2e363e;
  border-radius: 50%;
}
.result-box .result-item .item-cont .cont-item .item-cont {
  padding-left: 25px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 187.5%;
}
.result-box .result-item .item-cont .cont-item .item-cont span {
  display: block;
}
@media (min-width: 1024px) {
  .result-box {
    padding: 50px 40px 20px;
  }
  .result-box .result-title {
    max-width: 100%;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 50px;
  }
  .result-box .result-item {
    padding: 30px 0 0;
  }
  .result-box .result-item .item-title {
    font-size: 22px;
  }
  .result-box .result-item .item-sub {
    font-size: 20px;
  }
  .result-box .result-item .item-cont {
    line-height: 150%;
    margin-bottom: 30px;
  }
  .result-box .result-item .item-cont .cont-item {
    margin-bottom: 10px;
  }
  .result-box .result-item .item-cont .cont-item .item-name {
    line-height: 150%;
    font-size: 20px;
    padding-left: 30px;
  }
  .result-box .result-item .item-cont .cont-item .item-name:before {
    left: 13px;
  }
  .result-box .result-item .item-cont .cont-item .item-cont {
    font-size: 20px;
    padding-left: 30px;
  }
}

.input-box {
  position: relative;
}
.input-box input[type="text"],
.input-box input[type="password"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d5d8e5;
  padding: 15px;
  background: #fff;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #0028b6;
}
.input-box input[type="text"]::placeholder,
.input-box input[type="password"]::placeholder {
  color: #b1b1b1;
}
.input-box input[type="email"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d5d8e5;
  padding: 15px;
  background: #fff;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #0028b6;
}
.input-box input[type="email"]::placeholder {
  color: #b1b1b1;
}
.input-box .btn-close {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 15px;
  height: 15px;
}

.check-wrap {
  display: flex;
  justify-content: baseline;
  align-items: center;
  gap: 10px;
}
.check-wrap .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.check-wrap .checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.check-wrap .checkbox-wrapper .custom-checkbox {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../image/icon/check_off.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.check-wrap
  .checkbox-wrapper
  input[type="checkbox"]:checked
  + .custom-checkbox {
  background-image: url("../image/icon/check_on.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.check-wrap .checkbox-wrapper.white {
  color: #fff;
}
.check-wrap .checkbox-wrapper.white .custom-checkbox {
  background-image: url("../image/icon/check_off_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.check-wrap
  .checkbox-wrapper.white
  input[type="checkbox"]:checked
  + .custom-checkbox {
  background-image: url("../image/icon/check_on_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.only-mo {
  display: block;
}
@media (min-width: 1024px) {
  .only-mo {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 1024px) {
  .only-pc {
    display: block;
  }
}

.dim {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0.25;
  background: #000;
}

.popup-check {
  display: flex;
  justify-content: baseline;
  font-size: 13px;
  padding: 12px 20px;
  color: #2e363e;
  background-color: #f2f5fb;
}
.popup-check input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #0028b6;
}
.popup-check span {
  color: #0a1e5a;
  font-weight: 700;
}

.modal-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
  z-index: 99;
  background-color: #fff;
  max-width: 890px;
  width: calc(100% - 36px);
}
.modal-popup .modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.modal-popup .modal-close .icon {
  width: 24px;
  height: 24px;
}
.modal-popup .inner {
  padding: 50px 18px;
  text-align: center;
  background-color: #fff;
}
.modal-popup .inner .popup-title {
  text-align: left;
  padding: 0 20px;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #0a1e5a;
  margin-bottom: 30px;
}
.modal-popup .inner .title-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  background-color: #f2f5fb;
  margin: 0 auto 40px;
}
.modal-popup .inner .title-circle .icon {
  width: 40px;
  height: 40px;
}
.modal-popup .inner .msg {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 600;
  color: #0a1e5a;
  margin-bottom: 24px;
}

.modal-popup .inner .msg span {
  text-decoration: underline;
}

.modal-popup .inner .button {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .modal-popup {
    border-radius: 8px;
    width: 890px;
  }
  .modal-popup .inner {
    padding: 50px 28px;
  }
  .modal-popup .inner .popup-title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 700;
  }
  .modal-popup .inner .title-circle {
    margin-bottom: 50px;
    width: 100px;
    height: 100px;
  }
  .modal-popup .inner .title-circle .icon {
    width: 60px;
    height: 60px;
  }
  .modal-popup .inner .msg {
    font-size: 26px;
    margin-bottom: 51px;
  }
}

#product-popup {
  width: calc(100% - 32px);
  max-width: 890px;
}

#product-popup .product-list {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 30px;
}
#product-popup .product-list a {
  width: 100%;
  text-align: left;
}
@media (min-width: 1024px) {
  #product-popup .product-list {
    margin-bottom: 42px;
  }
  #product-popup .product-list button.default {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}

#mail-popup {
  max-width: 580px;
}
#mail-popup .input-box {
  margin-bottom: 15px;
}
#mail-popup .sub-msg {
  position: relative;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #7b8389;
  padding-left: 21px;
  margin-bottom: 30px;
  text-align: left;
}
#mail-popup .sub-msg:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #d5d8e5;
}
#mail-popup .input-box input[type="email"] {
  height: 50px;
  box-sizing: border-box;
}
#mail-popup .btn-group button {
  margin: 0;
  width: 100px;
}
@media (min-width: 1024px) {
  #mail-popup .input-box input[type="email"] {
    height: 80px;
  }
  #mail-popup .input-box .btn-close {
    top: 30px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

#text-popup {
  max-width: 460px;
}
#text-popup .inner {
  padding: 40px 0 0;
  text-align: left;
}
#text-popup .inner .popup-desc {
  padding: 0 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #7b8389;
  line-height: normal;
  margin-bottom: 20px;
}
#text-popup .inner .popup-desc br {
  display: block;
  content: "";
}
#text-popup .inner .popup-date {
  padding: 0 20px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #0028b6;
  margin-bottom: 31px;
}

#image-popup {
  max-width: 480px;
}
#image-popup .inner {
  padding: 50px 0 0;
}
#image-popup .inner .popup-imagebox {
  padding: 0 20px;
  border: 1px solid #d5d8e5;
  background-color: #f2f5fb;
  width: calc(100% - 40px);
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
#image-popup .inner .popup-imagebox .icon {
  width: 40px;
  height: 40px;
}

#msg-popup .inner {
  padding: 40px 20px;
}

#guide-popup {
  position: absolute;
  top: 20px !important;
  transform: translate(-50%, 0);
  z-index: 101;
  max-width: calc(100% - 36px);
  border-radius: 16px;
  overflow: visible;
}
#guide-popup .inner {
  padding: 40px 0 0;
  border-radius: 16px;
}
#guide-popup .inner .modal-cont {
  padding: 0 18px;
}
#guide-popup .inner .modal-cont .popup-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
}
#guide-popup .inner .popup-imagebox {
  position: relative;
  width: 100%;
  overflow: visible;
}
#guide-popup .inner .popup-imagebox .swiper-button-next,
#guide-popup .inner .popup-imagebox .swiper-button-prev {
  z-index: 100;
  width: 26px;
  height: 26px;
  position: absolute;
}
#guide-popup .inner .popup-imagebox .swiper-button-next:after,
#guide-popup .inner .popup-imagebox .swiper-button-prev:after {
  font-size: 0;
}
#guide-popup .inner .popup-imagebox .swiper-button-next {
  z-index: 10;
  right: -30px;
  background-image: url("../image/icon/icon_arrow_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#guide-popup .inner .popup-imagebox .swiper-button-prev {
  left: -30px;
  background-image: url("../image/icon/icon_arrow_left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#guide-popup .inner .popup-imagebox .guide-swiper {
  position: relative;
  width: 100% !important;
  height: 100%;
  overflow: hidden !important;
}
#guide-popup .inner .popup-imagebox .guide-swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
#guide-popup .inner .popup-imagebox .guide-swiper .swiper-slide .img-box {
  width: 273px;
  margin: 0 auto 20px;
}
#guide-popup .inner .popup-imagebox .guide-swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guide-popup .inner .popup-imagebox .guide-swiper .swiper-pagination {
  display: none;
}
#guide-popup .inner .popup-imagebox .guide-swiper .desc-box {
  width: 100%;
  text-align: left;
}
#guide-popup .inner .popup-imagebox .guide-swiper .desc-box .desc-title {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  color: #0a1e5a;
  margin-bottom: 16px;
}
#guide-popup .inner .popup-imagebox .guide-swiper .desc-box .desc-cont ul li {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  color: #2e363e;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
#guide-popup
  .inner
  .popup-imagebox
  .guide-swiper
  .desc-box
  .desc-cont
  ul
  li
  span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #0028b6;
  color: #fff;
  border-radius: 50%;
}
#guide-popup .inner .popup-imagebox .guide-swiper .desc-box .desc-cont ul li p {
  display: inline-block;
  width: calc(100% - 24px);
}
#guide-popup .inner .popup-check {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (min-width: 1024px) {
  #guide-popup {
    position: fixed;
    top: 50%;
    transform: translate(-50%, 0);
    overflow: visible;
  }

  #guide-popup .inner {
    padding: 40px 0 0;
  }
  #guide-popup .inner .modal-cont {
    padding: 0 50px;
  }
  #guide-popup .inner .modal-cont .popup-title {
    display: block;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 700;
  }

  #guide-popup .inner .modal-cont .popup-imagebox .swiper-button-next,
  #guide-popup .inner .modal-cont .popup-imagebox .swiper-button-prev {
    z-index: 10;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .swiper-button-next {
    z-index: 10;
    right: -106px;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .swiper-button-prev {
    left: -106px;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .guide-swiper {
    overflow: hidden;
    padding-bottom: 50px;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .img-box {
    width: 100% !important;
    max-width: 790px;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box {
    margin-top: 24px;
    border-top: 1px solid #d5d8e5;
    padding-top: 16px;
    display: flex;
    align-items: start;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box .desc-title {
    width: 50%;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box .desc-cont {
    width: 50%;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box .desc-cont ul {
    margin-top: 0;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box .desc-cont ul li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }
  #guide-popup
    .inner
    .modal-cont
    .popup-imagebox
    .desc-box
    .desc-cont
    ul
    li
    span {
    width: 20px !important;
    height: 20px !important;
    font-size: 13px;
  }
  #guide-popup .inner .modal-cont .popup-imagebox .desc-box .desc-cont ul li p {
    width: calc(100% - 28px);
  }
  #guide-popup .inner .modal-cont .popup-imagebox .swiper-pagination {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  #guide-popup
    .inner
    .modal-cont
    .popup-imagebox
    .swiper-pagination
    .swiper-pagination-bullet {
    margin-right: 4px;
    background-color: #d5d8e5;
    opacity: 1;
  }
  #guide-popup
    .inner
    .modal-cont
    .popup-imagebox
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #0028b6;
  }
}

footer {
  background-color: #2e363e;
}
footer .inner {
  padding: 64px 18px 40px;
}
footer .inner .logo {
  width: 162px;
  height: 25px;
  margin-bottom: 40px;
}
footer .inner .disclaimer-box {
  color: #d2d2d2;
  font-size: 14px;
}
footer .inner .disclaimer-box .disclaimer-title {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .inner .disclaimer-box p {
  margin-bottom: 16px;
}
footer .inner .disclaimer-box:last-child {
  color: #777d81;
}
footer .inner .disclaimer-box .footer-family,
footer .inner .disclaimer-box .sns-list {
  display: none;
}
@media (min-width: 1024px) {
  footer .inner {
    display: flex;
    align-items: start;
    max-width: 1280px;
    padding: 50px 0;
  }
  footer .inner .logo {
    width: 177px;
    height: 28px;
    margin-right: 120px;
  }
  footer .inner .disclaimer-box {
    max-width: 702px;
    margin-right: 31px;
  }
  footer .inner .disclaimer-box .disclaimer-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  footer .inner .disclaimer-box .disclaimer-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #515b62;
  }
  footer .inner .disclaimer-box:last-child {
    max-width: 250px;
    margin-right: 0;
  }
  footer .inner .disclaimer-box:last-child .footer-family {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  footer .inner .disclaimer-box:last-child .footer-family .family-toggle {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d2328;
    padding: 17.5px 30px;
    color: #777d81;
    text-align: left;
    border: none;
    cursor: pointer;
  }
  footer .inner .disclaimer-box:last-child .footer-family .family-toggle .icon {
    width: 11px;
    height: 6px;
  }
  footer .inner .disclaimer-box:last-child .footer-family .family-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1d2328;
    border-top: 1px solid #777d81;
    list-style: none;
    padding: 17.5px 30px;
    margin: 0;
    z-index: 100;
    min-width: 160px;
  }
  footer .inner .disclaimer-box:last-child .footer-family .family-list li a {
    display: block;
    color: #777d81;
    text-decoration: none;
    font-size: 13px;
    height: 13px;
  }
  footer
    .inner
    .disclaimer-box:last-child
    .footer-family
    .family-list
    li
    a:hover {
    color: #fff;
  }
  footer .inner .disclaimer-box:last-child .sns-list {
    display: flex;
    justify-content: end;
    gap: 6px;
    margin-bottom: 11px;
  }
  footer .inner .disclaimer-box:last-child .sns-list li {
    width: 17px;
    height: 17px;
  }
  footer .inner .disclaimer-box:last-child .sns-list li a,
  footer .inner .disclaimer-box:last-child .sns-list li span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  footer .inner .disclaimer-box:last-child p {
    min-width: 184px;
    text-align: right;
    font-size: 13px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2e4890;
  z-index: 100;
}
header .inner {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
}
header .inner .nav,
header .inner .button-list {
  display: none;
}
header .inner .nav li {
  color: #95a1c6;
  line-height: 240%;
  height: 60px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 2.4;
}
header .inner .nav li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
header .inner .nav li.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
header .logo {
  width: 120px;
}
header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .btn-hamburger,
header .btn-close-white {
  width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  header .inner {
    height: 60px;
    justify-content: baseline;
  }
  header .inner .logo {
    width: 147px;
  }
  header .inner .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  header .inner .button-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  header .inner .btn-hamburger {
    display: none;
  }
}

.inner {
  padding: 0 18px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .inner {
    width: 100%;
    max-width: 1200px;
  }
}

.cont-title {
  text-align: center;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #0a1e5a;
  margin-bottom: 24px;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .cont-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}

.cont-sub {
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #7b8389;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .cont-sub {
    font-size: 22px;
  }
}

.sector-sub-title {
  margin-top: 60px;
  padding: 40px 0;
  background-image: url("../image/title_bg_mo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .sector-sub-title {
    background-image: url("../image/title_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
  }
  .sector-sub-title .cont-title {
    margin-bottom: 30px;
  }
  .sector-sub-title .cont-title br {
    display: none;
  }
}

.sector-cont {
  padding: 60px 0;
}
.sector-cont .title {
  width: 100%;
  text-align: center;
  margin-bottom: 41px;
}
@media (min-width: 1024px) {
  .sector-cont {
    padding: 120px 0;
  }
}

.dim-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.side-menu {
  display: none;
  position: absolute;
  top: 100%;
  height: calc(100vh - 60px);
  right: 0;
  width: 100%;
  padding: 50px 0 0 18px;
  z-index: 10;
  background-color: #2e4890;
}
.side-menu li {
  padding: 10px 0;
  color: #95a1c6;
}
.side-menu li a {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
}
.side-menu li.active {
  color: #fff;
}
.side-menu li.active a {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}
.side-menu .button-list {
  display: flex !important;
  align-items: center;
  margin-top: 30px;
  gap: 6px;
}
.side-menu .button-list .button {
  font-size: 14px;
  padding: 12px 16px;
}
.side-menu .button-list .button.user.mypage {
  width: 109px;
}
.side-menu .button-list .button.user.out {
  width: 99px;
}
.side-menu .button-list .button .icon {
  width: 16px;
  height: 16px;
}

.side-menu.active {
  display: block;
}
