@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-display: block !important;
  src: url("/font/kr/Pretendard-Light.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: block !important;
  src: url("/font/kr/Pretendard-Regular.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: block !important;
  src: url("/font/kr/Pretendard-Medium.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-display: block !important;
  src: url("/font/kr/Pretendard-SemiBold.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-display: block !important;
  src: url("/font/kr/Pretendard-Bold.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  font-display: block !important;
  src: url("/font/kr/Pretendard-ExtraBold.woff2");
}
.kr {
  font-family: "Pretendard", sans-serif !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: block !important;
  src: url("/font/jp/NotoSansJP-Light.ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: block !important;
  src: url("/font/jp/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: block !important;
  src: url("/font/jp/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: block !important;
  src: url("/font/jp/NotoSansJP-SemiBold.ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: block !important;
  src: url("/font/jp/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("/font/jp/NotoSansJP-ExtraBold.ttf");
}
.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/font/zh/NotoSansSC-Light.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/font/zh/NotoSansSC-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("/font/zh/NotoSansSC-Medium.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("/font/zh/NotoSansSC-SemiBold.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("/font/zh/NotoSansSC-Bold.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("/font/zh/NotoSansSC-ExtraBold.ttf");
}
.ch {
  font-family: "Noto Sans SC", sans-serif;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font: inherit;
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  font: inherit;
}

blockquote, q {
  quotes: none;
  font: inherit;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

button {
  border-style: none;
  cursor: pointer;
  outline: none;
  font: inherit;
}

input {
  box-sizing: border-box;
  outline: none;
  font: inherit;
}

textarea {
  outline: none;
}

textarea, select, header, footer {
  font: inherit;
}

.accordion-container {
  position: relative;
}
.accordion-container .set {
  width: 100%;
  height: auto;
}
.accordion-container .set:last-child .topic-tab {
  border-style: none;
}
.accordion-container .set:last-child .content {
  border-bottom: 1px solid #fff;
}
.accordion-container .set > .topic-tab {
  border-bottom: 1px solid #F2F3F7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 18px 20px;
  cursor: pointer;
  gap: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion-container .set > .topic-tab.pn-topic-tab {
  border-bottom: 1px solid #000;
}
.accordion-container .set > .topic-tab:hover {
  border-bottom: 1px solid transparent;
  background-color: #F7F8FA;
  border-radius: 12px;
  position: relative;
}
.accordion-container .set > .topic-tab:hover::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
}
.accordion-container .set > .topic-tab i {
  float: right;
  margin-top: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .accordion-container .set > .topic-tab {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #484848;
    padding: 16px 0px;
    margin: 0 10px;
  }
  .accordion-container .set > .topic-tab:hover {
    background-color: #fff;
    border-radius: 0px;
    position: relative;
  }
  .accordion-container .set > .topic-tab:hover::after {
    content: "";
    display: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff;
  }
}
.accordion-container .set .active {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #F2F3F7;
}
.accordion-container .set .active:hover {
  border-bottom: 1px solid #F2F3F7;
}
.accordion-container .set > .content {
  background-color: #fff;
  border-bottom: 1px solid #F2F3F7;
  display: none;
}
.accordion-container .set > .content > p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.accordion-container .set > .content ul {
  padding: 20px 16px 20px 32px;
  gap: 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.accordion-container .set > .content ul li {
  list-style-type: disc !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
.accordion-container .set > .content ul li:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-underline-offset: -1px;
  transition: 0.2s;
}
.accordion-container .set > .content ul li::marker {
  color: #C8CAD1;
}
.accordion-container .set > .content ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
.accordion-container .no-sub {
  width: 100%;
  height: auto;
}
.accordion-container .no-sub:last-child .topic-tab {
  border-bottom: none !important;
}
.accordion-container .no-sub:last-child .topic-tab:hover {
  border-bottom: none;
}
.accordion-container .no-sub > .topic-tab {
  border-bottom: 1px solid #F2F3F7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.accordion-container .no-sub > .topic-tab.pn-topic-tab {
  border-bottom: 1px solid #999;
}
.accordion-container .no-sub > .topic-tab.pn-topic-tab:hover {
  border-bottom: 1px solid #F7F8FA;
  background-color: #F7F8FA;
  border-radius: 12px;
  position: relative;
}
.accordion-container .no-sub > .topic-tab.pn-topic-tab:hover::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
}
.accordion-container .no-sub > .topic-tab:hover {
  border-bottom: 1px solid #F2F3F7;
}
.accordion-container .no-sub > .topic-tab i {
  float: right;
  margin-top: 2px;
  transform: rotate(270deg);
}
@media (min-width: 200px) and (max-width: 749px) {
  .accordion-container .no-sub > .topic-tab {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #484848;
    padding: 16px 0px;
    margin: 0 10px;
  }
}
.accordion-container .no-sub .active {
  color: #000;
  border-bottom: 1px solid #F2F3F7;
}
.accordion-container .no-sub .active:hover {
  border-bottom: 1px solid #F2F3F7;
}
.accordion-container .no-sub .content {
  background-color: #fff;
  border-bottom: 1px solid #F2F3F7;
  display: none;
}
.accordion-container .no-sub .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.accordion-container .no-sub .content ul {
  padding: 20px 16px 20px 32px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.accordion-container .no-sub .content ul li {
  list-style-type: disc !important;
}
.accordion-container .no-sub .content ul li::marker {
  color: #C8CAD1;
}
.accordion-container .no-sub .content ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}

.inquiry-container {
  padding: 24px 20px 8px 20px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
}
.inquiry-container.pn-inquiry-container {
  border: 1px solid #000;
  box-shadow: none;
}
.inquiry-container .inquiry-list {
  border-top: 1px solid #F2F3F7;
  padding-bottom: 16px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 16px;
}
.inquiry-container .inquiry-list.pn-inquiry-list {
  border-top: 1px solid #999;
}
.inquiry-container .inquiry-list:first-child {
  padding-top: 0;
  border-top: none;
}
.inquiry-container .inquiry-list .top-layout {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  gap: 12px;
}
.inquiry-container .inquiry-list .top-layout .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
}
.inquiry-container .inquiry-list .top-layout .tit > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
}
.inquiry-container .inquiry-list .top-layout .tit > div .inquiry-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-container .inquiry-list .top-layout .tit > div .inquiry-tit {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
  }
}
.inquiry-container .inquiry-list .top-layout .tit > div i {
  float: left;
  content: url("/img/icons/arrow.svg");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status .waiting-status {
  background-color: #F7F8FA;
  padding: 5px 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #666666;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status .completed-status {
  padding: 5px 8px;
  background-color: #EAFDFD;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #00B8C1;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status .pn-waiting-status {
  background-color: #fff;
  padding: 5px 8px;
  height: 24px;
  border: 1px solid #666;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #666;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status .pn-completed-status {
  padding: 5px 8px;
  background-color: #fff;
  height: 24px;
  border: 0.5px solid #377CFE;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #377CFE;
}
.inquiry-container .inquiry-list .top-layout .inquiry-status .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #AEAEAE;
}
.inquiry-container .inquiry-list .inquiry-content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content {
  width: 100%;
  margin-top: 24px;
  padding: 20px;
  word-break: break-all;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #DCDEE4;
  border-radius: 12px;
  gap: 16px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content.visible {
  visibility: visible;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .order-number {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #CCCCCC;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .img-attachment {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .img-attachment img {
  background: #F7F8FA;
  box-sizing: border-box;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  width: 119px;
  height: 119px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .img-attachment img {
    width: 64px;
    height: 64px;
  }
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment {
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div {
  width: 306px;
  padding: 12px;
  gap: 5px;
  border: 1px solid #EBEDF2;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div {
    width: 100%;
  }
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div > div {
  display: flex;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div > div .thumbnail {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div > div > div a {
  display: flex;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div > div > div a > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #484848;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div > div > div a .extension {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #484848;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .etc-attachment > div .download-btn {
  margin-right: 0;
  padding: 0;
  background: #fff url("/img/icons/btn_download.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content.pn-inquiry-content {
  border: 1px solid #999;
  border-radius: 12px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content.pn-inquiry-content .etc-attachment > div {
  border: 1px solid #000;
  border-radius: 6px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .reply {
  width: 100%;
  border-top: 1px solid #EBEDF2;
  padding-top: 16px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .reply .reply-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .reply .reply-status .reply-status-tag {
  background-color: #25272E;
  padding: 6px 8px;
  border: 0.5px solid #25272E;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .reply .reply-status .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #AEAEAE;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .reply > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback {
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #EBEDF2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .feedback-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #AEAEAE;
  padding-top: 6px;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars {
    padding-bottom: 6px;
  }
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star::before,
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.2s;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star::before {
  background-image: url("/img/icons/star_default.svg");
  opacity: 1;
  z-index: 1;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star::after {
  background-image: url("/img/icons/star_selected.svg");
  opacity: 0;
  z-index: 2;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star.filled::after {
  opacity: 1;
}
.inquiry-container .inquiry-list .inquiry-content-container .inquiry-content .myinquiry-feedback .stars .star.filled::before {
  opacity: 0;
}
.inquiry-container .inquiry-list .inquiry-content-container .reinquiry {
  width: 100%;
  margin: 12px 0 8px 0;
  text-align: center;
  display: block;
  visibility: hidden;
  box-sizing: border-box;
}
.inquiry-container .inquiry-list .inquiry-content-container .reinquiry.visible {
  visibility: visible;
}
.inquiry-container .inquiry-list .inquiry-content-container .reinquiry .submit-button {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #00B8C1;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #00B8C1;
}
.inquiry-container .more-btn {
  margin: 10px 0 16px 0;
}

.article-container {
  position: relative;
  width: 100%;
}
.article-container .article-box {
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}
.article-container .article-box:last-child {
  margin-bottom: 0;
}
.article-container .article-box .article-tab {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 12.5px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article-container .article-box .article-tab i {
  float: left;
  content: url("/img/icons/arrow.svg");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-container .article-box .article-tab:hover {
  background-color: #F7F8FA;
  border-radius: 12px;
}
.article-container .article-box .article-tab.prev-active {
  display: flex;
  color: #282828;
  font-weight: 700;
  border-radius: 12px;
  background-color: #ffffff;
}
.article-container .article-box .article-tab.prev-active:hover {
  background-color: #F7F8FA;
  border-radius: 12px;
}
.article-container .article-box .article-tab.active {
  display: flex;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  background-color: #666666;
}
.article-container .article-box .article-tab.active:hover {
  background-color: #666666;
  border-radius: 12px;
}
.article-container .article-box .article-tab.active.pn-active {
  background-color: #000;
}
.article-container .article-box .article-subbox {
  background-color: #fff;
  border-bottom: 1px solid #F2F3F7;
  display: none;
  padding: 11px 16px 16px 16px;
}
.article-container .article-box .article-subbox.pn-article-subbox {
  border-bottom: 1px solid #999;
}
.article-container .article-box .article-subbox.open-subbox {
  display: block;
}
.article-container .article-box .article-subbox li {
  list-style-type: none;
  margin-bottom: 13px;
}
.article-container .article-box .article-subbox li:last-child {
  margin-bottom: 0px;
}
.article-container .article-box .article-subbox li::marker {
  color: #AEB1B8;
}
.article-container .article-box .article-subbox li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
  font-weight: 400;
  color: #666666;
  transition: 0.3s;
}
.article-container .article-box .article-subbox li a.pn-article-sub-tab.selected {
  color: #377CFE;
}
.article-container .article-box .article-subbox li a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-underline-offset: -1px;
  transition: 0.2s;
  color: #666666;
}
.article-container .article-box .article-subbox li a.selected {
  color: #00B8C1;
  font-weight: 700;
}
.article-container .article-box .article-subbox li a.selected:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-underline-offset: -1px;
  transition: 0.2s;
  color: #00B8C1 !important;
}
.article-container .no-article-sub {
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}
.article-container .no-article-sub:last-child {
  margin-bottom: 0;
}
.article-container .no-article-sub .article-tab {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 12.5px 16px;
  cursor: pointer;
  width: 170px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article-container .no-article-sub .article-tab i {
  float: left;
  content: url("/img/icons/arrow.svg");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-container .no-article-sub .article-tab:hover {
  background-color: #F7F8FA;
  border-radius: 12px;
}
.article-container .no-article-sub .active {
  display: flex;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  background-color: #666666;
}
.article-container .no-article-sub .active:hover {
  background-color: #666666;
  border-radius: 12px;
}
.article-container .no-article-sub .active.pn-active {
  background-color: #000;
}
.article-container .no-article-sub .article-subbox {
  background-color: #fff;
  border-bottom: 1px solid #F2F3F7;
  display: none;
  padding: 11px 16px 16px 16px;
}
.article-container .no-article-sub .article-subbox li {
  list-style-type: none;
  margin-bottom: 13px;
}
.article-container .no-article-sub .article-subbox li:last-child {
  margin-bottom: 0px;
}
.article-container .no-article-sub .article-subbox li::marker {
  color: #AEB1B8;
}
.article-container .no-article-sub .article-subbox li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
  font-weight: 400;
  color: #666666;
  transition: 0.3s;
}
.article-container .no-article-sub .article-subbox li a.selected {
  color: #00B8C1;
  font-weight: 700;
}

.shop-container {
  position: relative;
  display: block;
}
.shop-container .shop-con {
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}
.shop-container .shop-con:last-child {
  margin: 0;
}
.shop-container .shop-con .shop-tab {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.shop-container .shop-con .shop-tab p {
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  line-height: 18px;
  float: left;
}
.shop-container .shop-con .shop-tab span {
  float: left;
  content: url("/img/icons/arrow.svg");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-container .shop-con .active {
  display: flex;
}
.shop-container .shop-con .shop-detail {
  background-color: #F7F8FA;
  display: none;
  padding: 16px;
  border-radius: 8px;
  flex-direction: column;
  gap: 19px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.shop-container .shop-con .shop-detail a {
  color: #00B8C1;
}

.arrow-up {
  content: url("/img/icons/arrow.svg");
}

.arrow-down {
  content: url("/img/icons/arrow.svg");
  transform: rotate(180deg);
}

.arrow-down2 {
  content: url("/img/icons/arrow_down02.svg");
  transform: rotate(180deg);
}

.shop-arrow-up {
  content: url("/img/icons/arrow.svg");
}

.shop-arrow-down {
  content: url("/img/icons/arrow.svg");
  transform: rotate(180deg);
}

input[type=search] {
  width: 100%;
  border-style: none;
  padding: 15px 0;
  background-color: transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
input[type=search]::placeholder {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search]::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search]:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: url("/img/ic_input_X.svg") center center no-repeat;
  cursor: pointer;
}
@media (min-width: 200px) and (max-width: 749px) {
  input[type=search] {
    padding: 11px 0;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
  }
  input[type=search]::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #CCCCCC;
  }
  input[type=search]::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #CCCCCC;
  }
  input[type=search]:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #CCCCCC;
  }
}

input[type=search].search-input-pc {
  width: 100%;
  border-style: none;
  padding: 15px 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
input[type=search].search-input-pc::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search].search-input-pc::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search].search-input-pc:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=search].search-input-pc::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: url("/img/ic_input_X.svg") center center no-repeat;
  cursor: pointer;
}
@media (min-width: 200px) and (max-width: 749px) {
  input[type=search].search-input-pc {
    padding: 11px 0;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.search-input-pc {
  display: block;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-input-pc {
    display: none;
  }
}

.search-input-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-input-mb {
    display: block;
  }
}

input[type=file] {
  display: none;
}

.date-wrap {
  width: 100%;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  text-align: left;
}

input[type=date] {
  padding: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 53px;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
input[type=date].ph-date {
  border: 1px solid #000;
  border-radius: 8px;
}
@supports (-webkit-appearance: none) {
  input[type=date] {
    width: 700px;
    max-width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  input[type=date] {
    height: 50px;
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 32%;
  transform: translateX(-10px);
  padding-left: 3000px;
  height: 100%;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=date]::-webkit-datetime-edit-year-field:focus,
input[type=date]::-webkit-datetime-edit-month-field:focus,
input[type=date]::-webkit-datetime-edit-day-field:focus,
input[type=date]::-webkit-datetime-edit-text:focus {
  color: #fff;
  background: #377CFE;
}

input[type=text] {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  input[type=text] {
    padding: 14.5px 16px;
  }
}
input[type=text]::placeholder {
  color: #CCCCCC;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder {
  color: #CCCCCC;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 2px solid #E4E4E4;
  border-radius: 50%;
}
input[type=radio]:checked {
  width: 24px;
  height: 24px;
  background-color: #08CCCA;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #08CCCA;
  box-sizing: border-box;
  margin-right: 5px;
}

#errorDevice {
  display: none;
}
#errorDevice + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  border-radius: 50px;
}
#errorDevice:checked + label::after {
  content: url("/img/icons/check.svg");
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
}

#refundCheck {
  display: none;
}
#refundCheck + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  border-radius: 50px;
}
#refundCheck:checked + label::after {
  content: url("/img/icons/check.svg");
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
}

.ph-error_device {
  display: none;
}
.ph-error_device + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  border-radius: 50px;
}
.ph-error_device:checked + label::after {
  content: url("/img/icons/pn-check.svg") !important;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
}

.banner-img {
  background: url("/img/banner/banner_img.svg") center center no-repeat;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 24px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .banner-img {
    right: 18px;
    width: 60px;
    height: 100%;
  }
}

wev-chatbot, #dev-chatbot {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
wev-chatbot *, #dev-chatbot * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

custom-chat-bubble {
  --wev-chatbot-desktop-bubble-bottom: 40px;
  --wev-chatbot-desktop-bubble-right: 40px;
}

form select {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff url("/img/icons/arrow.svg") no-repeat right 16px center;
  width: 100%;
  height: 53px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  form select {
    padding: 14.5px 16px;
    width: 100%;
    height: 50px;
  }
}
form select option {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
form .pn-select {
  width: 100%;
  padding: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff url("/img/icons/pn-arrow.svg") no-repeat right 16px center;
  width: 100%;
  height: 53px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
  border: 1px solid #000;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  form .pn-select {
    padding: 14.5px 16px;
    width: 100%;
    height: 50px;
  }
}
form .pn-select option {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}

textarea {
  padding: 16px;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 120px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  textarea {
    padding: 14.5px 16px;
  }
}

textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #CCCCCC;
}

.pn-textarea {
  padding: 16px;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 120px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-textarea {
    padding: 14.5px 16px;
  }
}

.pn-textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #CCCCCC;
}

.inquiry-submit-btn {
  padding: 16px 14px;
  background-color: #EBEDF2;
  border-radius: 8px;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #ccc;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-submit-btn {
    width: 100%;
    height: 50px;
  }
}

.submit-btn {
  background-color: #EBEDF2;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #AEAEAE;
  padding: 14px 14px 16px 14px;
  cursor: default;
}

.btn-active {
  background-color: #000;
  color: #fff;
  border-style: none;
  cursor: pointer;
}

.order-btn-active {
  background-color: #00B8C1 !important;
  border-color: #00B8C1 !important;
}

.order-btn-active span {
  color: #fff !important;
}

.content-wrap-v2 .content-active {
  border-color: #00B8C1 !important;
}

.attachment-btn {
  padding: 16px 14px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  height: 50px;
  border: 1px solid #AEAEAE;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
.attachment-btn i {
  margin: 0 8px 3px 0;
  width: 13.5px;
  height: 13.5px;
}

.pn-attachment-btn {
  padding: 16px 14px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #282828;
}
.pn-attachment-btn i {
  margin: 0 8px 3px 0;
  width: 13.5px;
  height: 13.5px;
}

.order-list-btn {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  background: #fff url("/img/icons/arrow.svg") no-repeat right 16px center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .order-list-btn {
    padding: 14.5px 16px;
  }
}
.order-list-btn span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}

.more-btn {
  width: 100%;
  background-color: #fff;
  padding: 18px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #282828;
  border: 1px solid #C8CAD1;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .more-btn {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #111111;
  }
}

.pn-more-btn {
  width: 100%;
  background-color: #fff;
  padding: 18px;
  margin: 10px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #282828;
  border: 1px solid #000;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-more-btn {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #111111;
  }
}

.no-media-btn {
  width: 100%;
  background-color: #fff;
  padding: 16px 14px;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #282828;
  border: 1px solid #C8CAD1;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .no-media-btn {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #111111;
  }
}

.write-btn {
  background-color: #fff;
  padding: 7.5px 14px;
  height: 32px;
  gap: 4px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.write-btn.pn-write-btn {
  border: 1px solid #000;
  border-radius: 100px;
}
.write-btn svg {
  padding: 0 0 2px 0;
}
.write-btn p {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #282828 !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
}

.error-btn {
  padding: 16px 32px;
  border-radius: 4px;
  background: var(--Gradient-brand-gra, linear-gradient(121deg, #07D8E2 43.71%, #35E99D 85.64%));
}
.error-btn p {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
@media (min-width: 200px) and (max-width: 319px) {
  .error-btn p {
    font-size: 12px;
  }
}

.app-btn {
  width: 241px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  box-sizing: border-box;
  white-space: nowrap;
  margin-bottom: 12px;
}
.app-btn p {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media (min-width: 200px) and (max-width: 319px) {
  .app-btn p {
    font-size: 12px;
  }
}

.orderModal {
  display: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.orderModal .inner {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner {
    max-width: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
  }
}
.orderModal .inner .modal-header {
  padding: 20px;
  border-bottom: 1px solid #E4E6EA;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.orderModal .inner .modal-header p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #202429;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .modal-header p {
    font-size: 17px;
    font-weight: 800;
    line-height: normal;
    color: #0B0B0B;
  }
}
.orderModal .inner .modal-header .close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0%, -50%);
}
.orderModal .inner .content-wrap {
  padding: 20px 0 20px 20px;
  background-color: #fff;
  overflow-y: scroll;
  height: 520px;
}
.orderModal .inner .content-wrap::-webkit-scrollbar {
  width: 20px;
}
.orderModal .inner .content-wrap::-webkit-scrollbar-thumb {
  background-color: #AEB1B8;
  border: 8px solid #fff;
  border-top: none;
  border-bottom: none;
  min-height: 50px;
}
.orderModal .inner .content-wrap::-webkit-scrollbar-track {
  background-color: #EBEDF2;
  border: 8px solid #fff;
  border-top: none;
  border-bottom: none;
}
.orderModal .inner .content-wrap::-webkit-scrollbar-button:vertical:start:decrement, .orderModal .inner .content-wrap::-webkit-scrollbar-button:vertical:start:increment {
  display: block;
  height: 10px;
}
.orderModal .inner .content-wrap::-webkit-scrollbar-button:vertical:end:decrement {
  display: block;
  width: 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap {
    height: calc(100% - 175px);
    padding: 20px;
    -ms-overflow-style: none;
  }
  .orderModal .inner .content-wrap::-webkit-scrollbar {
    display: none;
  }
}
.orderModal .inner .content-wrap > div {
  width: 100%;
  height: 100%;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.orderModal .inner .content-wrap > div .content {
  background: #fff;
  width: 100%;
  cursor: pointer;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
.orderModal .inner .content-wrap > div .content .order_number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.orderModal .inner .content-wrap > div .content .order_number > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #000;
}
.orderModal .inner .content-wrap > div .content .order_number > div .order_info {
  display: flex;
  gap: 4px;
  align-items: center;
}
.orderModal .inner .content-wrap > div .content .order_number > div .order_info span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.orderModal .inner .content-wrap > div .content .order_number > div .order_info .dot {
  width: 2px;
  height: 2px;
  border-radius: 20px;
  background-color: #AEB1B8;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail {
  display: block;
  width: 100%;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .title {
  display: flex;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .title > p {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .subtitle {
  display: flex;
  align-items: center;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .subtitle > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .shop-code {
  border: 1px solid rgba(89, 137, 254, 0.4);
  border-radius: 100px;
  background-color: rgba(89, 137, 254, 0.0392156863);
  min-width: 20px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.orderModal .inner .content-wrap > div .content .order_number .order-detail .shop-code span {
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  color: #5989FE;
  white-space: nowrap;
}
.orderModal .inner .content-wrap > div .content .order_number .order_select {
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}
.orderModal .inner .content-wrap > div .content .order_number .order_select span {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #484848;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap > div .content .order_number .order_select {
    margin-left: 8px;
  }
}
.orderModal .inner .content-wrap > div .content .divider {
  background-color: #F2F3F7;
  height: 1px;
  margin: 0 16px;
}
.orderModal .inner .content-wrap > div .content .product_wrap {
  padding: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .img {
  margin-right: 12px;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .img img {
  background-color: #E9E8E9;
  object-fit: contain;
  width: 80px;
  height: 96px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .info p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .info span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .info .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.orderModal .inner .content-wrap > div .content .product_wrap .product .info .price {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-table {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 6px 16px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #8E8E8E;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-table {
    grid-template-columns: 52px 1fr;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8E8E8E;
  }
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-grid-item {
  word-break: break-word;
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-used {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border-radius: 6px;
  background-color: #F7F8FA;
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-used .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #666666;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-used .title {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    color: #666666;
  }
}
.orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-used .list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap > div .content .product_wrap .jelly-product .jelly-used .list {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
  }
}
.orderModal .inner .content-wrap > div .no-wrap-txt {
  gap: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.orderModal .inner .content-wrap > div .no-wrap-txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
}
.orderModal .inner .content-wrap > div .no-wrap-txt > .no-content-wrap.w-auto {
  width: auto;
}
.orderModal .inner .content-wrap > div .no-wrap-txt > .no-content-wrap .no-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.orderModal .inner .content-wrap > div .no-wrap-txt > .no-content-wrap .no-content > div p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
.orderModal .inner .no-content-wrap {
  width: 100%;
  background: #fff;
}
.orderModal .inner .no-content-wrap .no-content {
  padding: 16px 14.5px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  height: 50px;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.orderModal .inner .no-content-wrap .no-content > div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.orderModal .inner .no-content-wrap .no-content .order_select {
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.orderModal .inner .no-content-wrap .no-content .order_select span {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #484848;
  white-space: nowrap;
}
.orderModal .inner .modal-footer {
  border-radius: 0 0 14px 14px;
  padding: 32px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
}
.orderModal .inner .content-wrap-v2 {
  padding: 20px 0 20px 20px;
  background-color: #fff;
  overflow-y: scroll;
  height: 520px;
}
.orderModal .inner .content-wrap-v2::-webkit-scrollbar {
  width: 20px;
}
.orderModal .inner .content-wrap-v2::-webkit-scrollbar-thumb {
  background-color: #AEB1B8;
  border: 8px solid #fff;
  border-top: none;
  border-bottom: none;
  min-height: 50px;
}
.orderModal .inner .content-wrap-v2::-webkit-scrollbar-track {
  background-color: #EBEDF2;
  border: 8px solid #fff;
  border-top: none;
  border-bottom: none;
}
.orderModal .inner .content-wrap-v2::-webkit-scrollbar-button:vertical:start:decrement, .orderModal .inner .content-wrap-v2::-webkit-scrollbar-button:vertical:start:increment {
  display: block;
  height: 10px;
}
.orderModal .inner .content-wrap-v2::-webkit-scrollbar-button:vertical:end:decrement {
  display: block;
  width: 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap-v2 {
    height: calc(100% - 175px);
    padding: 20px;
    -ms-overflow-style: none;
  }
  .orderModal .inner .content-wrap-v2::-webkit-scrollbar {
    display: none;
  }
}
.orderModal .inner .content-wrap-v2 > div {
  width: 100%;
  height: 100%;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.orderModal .inner .content-wrap-v2 > div > div {
  width: 100%;
}
.orderModal .inner .content-wrap-v2 > div > div:last-child {
  padding-bottom: 20px;
}
.orderModal .inner .content-wrap-v2 > div > div .notice {
  display: flex;
  padding: 8px 0 12px 0;
}
.orderModal .inner .content-wrap-v2 > div > div .notice span {
  content: url("/img/icons/selection.svg");
  padding-right: 4px;
}
.orderModal .inner .content-wrap-v2 > div > div .notice > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
.orderModal .inner .content-wrap-v2 > div > div .content {
  background: #fff;
  width: 100%;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #E4E6EA;
  gap: 2px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .info p {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #000000;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .info .info-add {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .info .info-add p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .info .info-add span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .info .info-add .dot {
  width: 2px;
  height: 2px;
  border-radius: 20px;
  background-color: #AEB1B8;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .order_select {
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 12px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .order_number .order_select span {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #484848;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap-v2 > div > div .content .order_number .order_select {
    margin-left: 8px;
  }
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .img-info {
  display: flex;
  flex: 1;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .img {
  margin-right: 16px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .img img {
  background-color: #E9E8E9;
  object-fit: contain;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .info .option {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
  word-wrap: break-word;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .info .option .bar {
  background-color: #DCDEE4;
  margin: 0 10px;
  width: 1px;
  height: 10px;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .info span {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .order_select {
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .product .order_select span {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #484848;
  white-space: nowrap;
}
.orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .divider {
  margin: 12px 0;
  background-color: #F2F3F7;
  height: 1px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .content-wrap-v2 > div > div .content .product_wrap .divider {
    margin: 12px 0;
  }
}
.orderModal .inner .content-wrap-v2 > div > div .no-wrap-txt {
  gap: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.orderModal .inner .content-wrap-v2 > div > div .no-wrap-txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
}
.orderModal .inner .content-wrap-v2 > div > div .no-wrap-txt > .no-content-wrap.w-auto {
  width: auto;
}
.orderModal .inner .content-wrap-v2 > div > div .no-wrap-txt > .no-content-wrap .no-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.orderModal .inner .content-wrap-v2 > div > div .no-wrap-txt > .no-content-wrap .no-content > div p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
.orderModal .inner .no-content-wrap-v2 {
  width: 100%;
  background: #fff;
}
.orderModal .inner .no-content-wrap-v2 .no-content {
  padding: 16px 14.5px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.orderModal .inner .no-content-wrap-v2 .no-content > div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.orderModal .inner .no-content-wrap-v2 .no-content .order_select {
  border: 1px solid #DCDEE4;
  border-radius: 8px;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 12px;
}
.orderModal .inner .no-content-wrap-v2 .no-content .order_select span {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #484848;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .orderModal .inner .no-content-wrap-v2 .no-content .order_select {
    margin-left: 8px;
  }
}

.successModal {
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.successModal .inner {
  max-width: 428px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner {
    max-width: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 200px) and (max-width: 749px) and (min-width: 200px) and (max-width: 749px) {
  .successModal .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.successModal .inner .modal-header {
  padding: 30px 24px;
  border-bottom: 1px solid #E4E6EA;
  position: relative;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner .modal-header {
    padding: 30px 24px 26px 24px;
    border-bottom: none;
    padding: 24px 24px;
  }
}
.successModal .inner .modal-header img {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner .modal-header img {
    display: block;
  }
}
.successModal .inner .modal-header > div {
  text-align: center;
}
.successModal .inner .modal-header > div p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner .modal-header > div p {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
  }
}
.successModal .inner .modal-header > div span {
  text-align: center;
  word-break: keep-all;
  width: 380px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #8E8E8E;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner .modal-header > div span {
    padding: 0 20px;
  }
}
.successModal .inner .modal-header > div span i {
  color: #000;
}
.successModal .inner .modal-header > div .email-highlight {
  color: #000;
  display: contents;
}
.successModal .inner .modal-header > div img {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner .modal-header > div img {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
}
.successModal .inner button {
  padding: 23px 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner button {
    height: 50px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    border: 1px solid #C8CAD1;
    border-radius: 4px;
  }
}
.successModal .inner button p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #111;
  margin-bottom: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  .successModal .inner button p {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
  }
}

.modal {
  display: none;
  background-color: #000;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-content {
  width: 100%;
  text-align: center;
}
.modal .modal-content .close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 21px;
  width: 19px;
  height: 24px;
}
.modal .modal-content img {
  width: 100%;
}

.feedbackModal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.feedbackModal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.feedbackModal .inner {
  max-width: 410px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
  padding: 8px 16px 20px 16px;
  transition: transform 0.2s ease;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner {
    max-width: 100%;
    height: 100dvh;
    transform: translate(0, 0);
    top: auto;
    left: auto;
    border-radius: 0;
    padding: 0;
    justify-content: space-between;
    overflow: hidden;
  }
  .feedbackModal .inner.top-aligned {
    justify-content: flex-start;
  }
}
.feedbackModal .inner .content-top {
  width: 100%;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.feedbackModal .inner .content-top .modal-header {
  width: 100%;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-header {
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
}
.feedbackModal .inner .content-top .modal-header .modal-header-close-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-header .modal-header-close-mb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 48px;
    padding: 0 8px;
  }
  .feedbackModal .inner .content-top .modal-header .modal-header-close-mb .modal-header-close-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: url("/img/icons/close.svg") no-repeat center center;
    cursor: pointer;
  }
}
.feedbackModal .inner .content-top .modal-header .modal-header-empty {
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-header .modal-header-empty {
    display: none;
  }
}
.feedbackModal .inner .content-top .modal-header .modal-header-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  padding: 0 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-header .modal-header-title {
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    padding: 0;
    align-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #000;
  }
}
.feedbackModal .inner .content-top .modal-header .modal-header-close-btn {
  width: 40px;
  height: 40px;
  background: url("/img/icons/close.svg") no-repeat center center;
  cursor: pointer;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-header .modal-header-close-btn {
    display: none;
  }
}
.feedbackModal .inner .content-top .modal-stars {
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  display: flex;
  touch-action: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-stars {
    padding-top: 4px;
  }
}
.feedbackModal .inner .content-top .modal-stars .star {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.25, 1.15, 0.4, 1);
}
.feedbackModal .inner .content-top .modal-stars .star.lifted {
  transform: translateY(-8px) scale(1.05);
}
.feedbackModal .inner .content-top .modal-stars .star::before,
.feedbackModal .inner .content-top .modal-stars .star::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.2s;
}
.feedbackModal .inner .content-top .modal-stars .star::before {
  background-image: url("/img/icons/star_default.svg");
  opacity: 1;
  z-index: 1;
}
.feedbackModal .inner .content-top .modal-stars .star::after {
  background-image: url("/img/icons/star_selected.svg");
  opacity: 0;
  z-index: 2;
}
.feedbackModal .inner .content-top .modal-stars .star.filled::after {
  opacity: 1;
}
.feedbackModal .inner .content-top .modal-stars .star.filled::before {
  opacity: 0;
}
.feedbackModal .inner .content-top .modal-description {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  align-content: center;
  text-align: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-description {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #000;
    margin-top: 32px;
  }
}
.feedbackModal .inner .content-top .modal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0 6px 0;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-chips {
    padding: 6px 0 0 0;
  }
}
.feedbackModal .inner .content-top .modal-chips .chip {
  appearance: none;
  max-width: 190px;
  height: 36px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  border-radius: 100px;
  cursor: pointer;
  background-color: white;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  transition: border 0.2s ease, color 0.2s ease;
}
.feedbackModal .inner .content-top .modal-chips .chip.selected {
  border: solid 1px #00B8C1;
  color: #00B8C1;
}
.feedbackModal .inner .content-top .modal-comment {
  width: 100%;
  display: none;
  padding-top: 6px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .content-top .modal-comment {
    padding: 16px 16px 7px 16px;
  }
}
.feedbackModal .inner .content-top .modal-comment .comment {
  height: 108px;
  border: 1px solid #AEB1B8;
  padding: 12px 16px;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
.feedbackModal .inner .content-top .modal-comment .comment::placeholder {
  color: #8E8E8E;
}
.feedbackModal .inner .content-top .modal-comment.show {
  display: block;
}
.feedbackModal .inner .modal-submit {
  width: 100%;
  padding-top: 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .feedbackModal .inner .modal-submit {
    padding: 12px 16px 20px 16px;
    flex-shrink: 0;
  }
}
.feedbackModal .inner .modal-submit .submit-btn {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #00B8C1;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}

#feedback-toast {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#feedback-toast.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: fadeOut 3s ease forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
#feedback-toast .feedback-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  white-space: nowrap;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}

.mainPopupModal {
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainPopupModal .inner {
  max-width: 410px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .mainPopupModal .inner {
    width: calc(100% - 20px);
    top: auto;
    bottom: 0;
    transform: translate(-50%, -20px);
  }
}
.mainPopupModal .inner > div {
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.mainPopupModal .inner .modal-header {
  padding: 0;
  height: 40px;
  justify-content: flex-end;
}
.mainPopupModal .inner .modal-header .modal-header-close-btn {
  width: 40px;
  height: 40px;
  background: url("/img/icons/close-gray.svg") no-repeat center center;
  cursor: pointer;
}
.mainPopupModal .inner .modal-header-title {
  height: 48px;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.mainPopupModal .inner .modal-content {
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #444444;
}
.mainPopupModal .inner .modal-content a {
  color: #00B8C1;
}
.mainPopupModal .inner .modal-content.pn-modal-content a {
  color: #377CFE;
}
.mainPopupModal .inner .modal-content img {
  width: 100%;
  height: 100%;
}
.mainPopupModal .inner .modal-content strong {
  font-weight: bold;
}
.mainPopupModal .inner .modal-content em {
  font-style: italic;
}
.mainPopupModal .inner .modal-content table td {
  padding: 5px;
  vertical-align: middle;
}
.mainPopupModal .inner .modal-content ul {
  list-style: inside;
  padding-left: 23px;
}
.mainPopupModal .inner .modal-content ul li {
  margin-bottom: 5px;
  text-indent: -21px;
  line-height: 22px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .mainPopupModal .inner .modal-content ul li {
    line-height: 21px;
  }
}
.mainPopupModal .inner .modal-content ol {
  list-style: auto;
  padding-left: 23px;
}
.mainPopupModal .inner .modal-content ol li {
  margin-bottom: 5px;
  line-height: 22px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .mainPopupModal .inner .modal-content ol li {
    line-height: 21px;
  }
}
.mainPopupModal .inner .modal-footer {
  padding-top: 24px;
  padding-bottom: 16px;
}
.mainPopupModal .inner .modal-footer .modal-footer-btn {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
  cursor: pointer;
  background: #00CBD5;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
}
.mainPopupModal .inner .modal-footer .modal-footer-btn.pn-modal-footer-btn {
  background: #ffffff;
  border: 1px solid #000;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.keyword-tab {
  padding: 0 10px;
  margin-bottom: 10px;
  gap: 8px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .keyword-tab {
    padding: 0;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px 18px -20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .keyword-tab::-webkit-scrollbar {
    display: none;
  }
}
.keyword-tab > button {
  font-size: 15px;
  background-color: #ffffff;
  padding: 9.5px 14px;
  height: 40px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .keyword-tab > button {
    padding: 7px 14px;
  }
}
.keyword-tab > button p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .keyword-tab > button {
    height: 34px;
  }
  .keyword-tab > button:first-child {
    margin-left: 20px;
  }
}
.keyword-tab .keyword-active {
  border: 1px solid #111111 !important;
  background-color: #111111 !important;
}
.keyword-tab .keyword-active p {
  color: #ffffff !important;
}

.pn-keyword-tab {
  padding: 0 10px;
  margin-bottom: 10px;
  gap: 8px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-keyword-tab {
    padding: 0;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px 22px -20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .pn-keyword-tab::-webkit-scrollbar {
    display: none;
  }
}
.pn-keyword-tab > button {
  font-size: 15px;
  background-color: #ffffff;
  padding: 9.5px 14px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-keyword-tab > button {
    padding: 7px 14px;
  }
}
.pn-keyword-tab > button p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-keyword-tab > button {
    height: 34px;
  }
  .pn-keyword-tab > button:first-child {
    margin-left: 20px;
  }
}
.pn-keyword-tab .keyword-active {
  border: 1px solid #111111 !important;
  background-color: #111111 !important;
}
.pn-keyword-tab .keyword-active p {
  color: #ffffff !important;
}

.faq-content ul {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq-content ul {
    gap: 28px;
  }
  .faq-content ul.pn-faq-list {
    gap: 30px;
  }
}
.faq-content ul a {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq-content ul a {
    padding: 0;
  }
}
.faq-content ul a li {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq-content ul a li {
    display: flex;
    font-size: 15px;
  }
  .faq-content ul a li:last-child {
    padding-bottom: 0;
  }
}
.faq-content ul a li i {
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #AEAEAE;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq-content ul a li i {
    font-size: 16px;
    padding-top: 2px;
  }
}
.faq-content ul a:hover {
  border-radius: 16px;
  background: #F7F8FA;
  cursor: pointer;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq-content ul a:hover {
    background-color: #fff;
    border-radius: 0px;
  }
}

.article-list {
  padding: 0 20px;
}

.no-results-wrap {
  min-height: calc(100vh - 480px);
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .no-results-wrap {
    min-height: calc(100vh - 320px);
  }
}
.no-results-wrap svg {
  box-sizing: border-box;
  padding: 8.688px 4.501px 8.689px 4.499px;
  width: 56px;
  height: 56px;
}
.no-results-wrap .no-results {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #8E8E8E;
}
@media (min-width: 200px) and (max-width: 749px) {
  .no-results-wrap .no-results {
    padding: 0 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #8E8E8E;
  }
}
.no-results-wrap .no-results > b {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .no-results-wrap .no-results > b {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
  }
}

.next-btn {
  width: 152px;
  height: 42px;
  position: absolute;
  z-index: 94;
  right: 0;
  transform: rotate(180deg);
  cursor: pointer;
  background-image: url("/img/icons/tab-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px 42px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .next-btn {
    display: none !important;
  }
}

.pre-btn {
  width: 152px;
  height: 42px;
  position: absolute;
  z-index: 99;
  left: 0;
  cursor: pointer;
  background-image: url("/img/icons/tab-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 152px 42px;
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pre-btn {
    display: none !important;
  }
}

.tablist {
  gap: 33px;
  padding: 9px 0;
  margin-bottom: 24px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #666666;
}
.tablist::-webkit-scrollbar {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tablist {
    gap: 8px;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    padding-right: 20px;
  }
  .tablist::-webkit-scrollbar {
    display: none;
  }
}
.tablist .tab {
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tablist .tab {
    height: 34px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #282828;
    border: 1px solid #DCDEE4;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .tablist .tab:first-child {
    margin-left: 20px;
  }
  .tablist .tab p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #282828;
    white-space: nowrap;
  }
}
.tablist .tab-active {
  color: #000;
  font-weight: 700;
  position: relative;
  width: auto;
  height: 3px;
}
.tablist .tab-active::after {
  content: "";
  border-radius: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 0;
  right: -1px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tablist .tab-active::after {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .tablist .tab-active {
    box-shadow: none;
    border: 1px solid #111111;
    background-color: #111111;
    color: #fff;
    font-weight: 400;
    height: 34px;
    border-radius: 40px;
    padding: 8px 14px;
  }
}

.pn-tablist {
  gap: 33px;
  padding: 9px 0;
  margin-bottom: 24px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  padding-right: 15px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #666666;
}
.pn-tablist::-webkit-scrollbar {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-tablist {
    gap: 8px;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    padding-right: 20px;
  }
  .pn-tablist::-webkit-scrollbar {
    display: none;
  }
}
.pn-tablist .tab {
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-tablist .tab {
    height: 34px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #282828;
    border: 1px solid #000;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .pn-tablist .tab:first-child {
    margin-left: 20px;
  }
  .pn-tablist .tab p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #282828;
    white-space: nowrap;
  }
}
.pn-tablist .tab-active {
  color: #000;
  font-weight: 700;
  position: relative;
  width: auto;
  height: 3px;
}
.pn-tablist .tab-active::after {
  content: "";
  border-radius: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 0;
  right: -1px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-tablist .tab-active::after {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-tablist .tab-active {
    box-shadow: none;
    border: 1px solid #111111;
    background-color: #111111;
    color: #fff;
    font-weight: 400;
    height: 34px;
    border-radius: 40px;
    padding: 8px 14px;
  }
}

.search-result {
  margin-bottom: 16px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-result {
    margin-bottom: 12px;
    padding: 0 10px;
    margin-top: 55px;
  }
}
.search-result p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-result p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #484848;
  }
}
.search-result p i {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #00B8C1;
}
.search-result.pn-search-result i {
  color: #377CFE;
}

.tab-content-wrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}
.tab-content-wrap.pn-tab-content-wrap .tab-content {
  border: 1px solid #000;
  box-shadow: none;
}
.tab-content-wrap.pn-tab-content-wrap .tab-content .result-category > p {
  color: #377CFE !important;
}
.tab-content-wrap.pn-tab-content-wrap .tab-content .result-category .card-more-btn > p {
  text-transform: lowercase;
}
.tab-content-wrap.pn-tab-content-wrap > button {
  border: 1px solid #000;
  border-radius: 8px;
}
.tab-content-wrap .tab-content {
  display: none;
}
.tab-content-wrap .tab-content .result-content-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group {
    padding: 24px 10px;
  }
}
.tab-content-wrap .tab-content .result-content-group .result-category {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.tab-content-wrap .tab-content .result-content-group .result-category p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #00B8C1;
}
.tab-content-wrap .tab-content .result-content-group .result-category button {
  background-color: #fff;
  padding: 0;
  gap: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group .result-category button {
    gap: 4px;
  }
}
.tab-content-wrap .tab-content .result-content-group .result-category button p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group .result-category button p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #484848;
  }
}
.tab-content-wrap .tab-content .result-content-group .all-tab {
  display: flex;
}
.tab-content-wrap .tab-content .result-content-group .result-content {
  width: 100%;
  border-bottom: 1px solid #F2F3F7;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #8E8E8E;
}
.tab-content-wrap .tab-content .result-content-group .result-content:first-child {
  padding-top: 0px;
}
.tab-content-wrap .tab-content .result-content-group .result-content:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}
.tab-content-wrap .tab-content .result-content-group .result-content .result-tit {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.tab-content-wrap .tab-content .result-content-group .result-content .result-tit mark {
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group .result-content .result-tit mark {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    color: #000;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group .result-content .result-tit {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #000;
  }
}
.tab-content-wrap .tab-content .result-content-group .result-content span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #8E8E8E;
}
@media (min-width: 200px) and (max-width: 749px) {
  .tab-content-wrap .tab-content .result-content-group .result-content span {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #8E8E8E;
  }
}
.tab-content-wrap .tab-content .result-content-group .result-content span p:not(:first-child) {
  display: none;
}
.tab-content-wrap .tab-content-active {
  display: block;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  h1 {
    font-size: 32px;
    text-align: left;
    padding: 0 10px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 39px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  h3 {
    font-size: 17px;
    font-weight: 800;
    line-height: normal;
    color: #0B0B0B;
  }
}

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #8E8E8E;
}
.breadcrumb span {
  margin: 0 3px;
}
.breadcrumb span:first-child {
  margin-left: 0;
}

.inquiry-tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.banner_tit {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  padding: 0 0 16px 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .banner_tit {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    padding: 0 0 4px 0;
  }
}

.helptxt {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}

.helptxt_etc {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}

.negative {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #FE5B58 !important;
}

.positive {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #00B8C1 !important;
}

.pn-positive {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #377CFE !important;
}

.date-placeholder {
  cursor: pointer;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #282828;
  width: 100px;
  height: 51px;
  position: absolute;
  top: 31px;
  left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .date-placeholder {
    width: 200px;
    height: 48px;
  }
}

#loading_progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading_progress #lottie {
  display: inline-block;
  position: relative;
  z-index: 999;
}
#loading_progress #lottie svg {
  width: auto !important;
  height: auto !important;
}
#loading_progress .loading-bg {
  background-color: hsla(0, 0%, 0%, 0.54);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.cardWrap {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  gap: 20px;
}

.card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media (min-width: 200px) and (max-width: 749px) {
  .card {
    padding: 0 10px;
  }
}
.card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.pn-card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #000;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-card {
    padding: 0 10px;
  }
}
.pn-card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.pn-article-card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #000;
  box-shadow: none;
  overflow: hidden;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-article-card {
    padding: 0 10px;
    border-style: none;
  }
}
.pn-article-card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-article-card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.result-card {
  width: 100%;
  padding: 20px 20px 16px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 200px) and (max-width: 749px) {
  .result-card {
    padding: 0 10px;
  }
}

.pn-tab-content-wrap .card {
  border: 1px solid #000;
  box-shadow: none;
}
.pn-tab-content-wrap .result-category p {
  color: #377CFE;
}

@media (min-width: 200px) and (max-width: 749px) {
  .service {
    padding: 20px 25px 24px 25px;
  }
}
.service .iconWrap ul {
  gap: 36px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(89px, 89px));
  grid-auto-flow: dense;
}
.service .iconWrap ul.jp {
  margin-bottom: 21px;
  gap: 20px 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul.jp {
    margin-bottom: 34px;
    gap: 20px 24px;
  }
  .service .iconWrap ul.jp li {
    height: 79px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .service .iconWrap ul.jp li a {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(3, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 20px 24px;
    padding: 0 5px;
  }
}
.service .iconWrap ul li {
  width: 100px;
  height: 89px;
  margin: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li {
    width: 58px;
    height: auto;
  }
}
.service .iconWrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: auto;
}
.service .iconWrap ul li a img {
  width: 66px;
  height: 66px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li a img {
    width: 58px;
    height: 58px;
    gap: 2px;
  }
}
.service .iconWrap ul li a span {
  text-align: center;
  word-break: keep-all;
  white-space: break-spaces;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: normal;
  }
}
.service .iconWrap ul li:nth-child(1) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(3) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(6) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(12) {
  white-space: nowrap;
}
.service .wevticket-icon-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17%, auto));
  grid-template-rows: repeat(1, minmax(50px, auto));
  grid-auto-flow: dense;
  margin-bottom: 0 !important;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(1, minmax(50px, auto));
    grid-auto-flow: dense;
  }
}
.service .wevticket-icon-wrap ul li {
  height: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul li {
    height: auto;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul li span {
    white-space: nowrap;
  }
}
.service .ph-iconWrap ul {
  gap: 57px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(81px, 91px));
  grid-auto-flow: dense;
}
.service .ph-iconWrap ul.kr {
  gap: 36px 13px;
}
.service .ph-iconWrap ul.kr li {
  height: 91px;
}
.service .ph-iconWrap ul.jp {
  margin-bottom: 21px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(2, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 37px 13px;
  }
  .service .ph-iconWrap ul.jp {
    gap: 20px 15px;
    margin-bottom: 0;
  }
  .service .ph-iconWrap ul.jp li {
    height: 96px;
  }
  .service .ph-iconWrap ul.kr {
    gap: 20px 13px;
  }
  .service .ph-iconWrap ul.kr li {
    height: 79px;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, auto));
    grid-template-rows: repeat(2, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 20px 15px;
  }
  .service .ph-iconWrap ul.jp {
    gap: 20px 15px;
    margin-bottom: 0;
  }
  .service .ph-iconWrap ul.jp li {
    height: 96px !important;
  }
  .service .ph-iconWrap ul.kr {
    gap: 20px 13px;
  }
  .service .ph-iconWrap ul.kr li {
    height: 79px;
  }
}
.service .ph-iconWrap ul li {
  width: 100px;
  height: 91px;
  margin: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li {
    width: 58px;
    height: 96px;
  }
  .service .ph-iconWrap ul li:nth-child(4) a span {
    word-break: keep-all;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul li:nth-child(1) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(2) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(3) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(4) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(4) a span {
    word-break: keep-all;
  }
  .service .ph-iconWrap ul li:nth-child(5) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(6) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(7) {
    height: 96px;
  }
  .service .ph-iconWrap ul li:nth-child(8) {
    height: 96px;
  }
}
.service .ph-iconWrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.service .ph-iconWrap ul li a img {
  width: 66px;
  height: 66px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li a img {
    width: 58px;
    height: 58px;
  }
}
.service .ph-iconWrap ul li a span {
  text-align: center;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: break-word;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: break-word;
  }
}
.service .ph-iconWrap ul li:nth-child(1) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(3) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(6) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(12) {
  white-space: nowrap;
}

.service_v2 {
  padding: 24px 0 30px 0;
}
.service_v2 h2 {
  padding: 0 30px 16px 30px;
}
.service_v2 .iconWrap ul {
  padding: 0 20px;
  gap: 24px 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service_v2 {
    padding: 20px 0 24px 0;
  }
  .service_v2 h2 {
    padding: 0 20px 16px 20px;
  }
  .service_v2 .iconWrap ul {
    gap: 16px;
    padding: 0 12px;
  }
  .service_v2 .iconWrap ul li {
    width: 72px;
    height: auto;
  }
  .service_v2 .iconWrap ul li a {
    gap: 4px;
  }
}

#main_inquiry {
  width: 100%;
}
#main_inquiry .inquiry {
  position: relative;
  height: 90px;
  padding: 10px 30px;
  gap: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry {
    height: 80px;
    padding: 10px 20px;
    gap: 4px;
  }
}
#main_inquiry .inquiry h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
  padding: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry h2 {
    font-size: 15px;
    padding: 0;
  }
}
#main_inquiry .inquiry span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.71px;
  color: #00B8C1;
  text-decoration-line: underline;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry span {
    font-size: 14px;
    padding: 0;
  }
}
#main_inquiry .pn-inquiry {
  height: 80px;
  padding: 10px 30px;
  gap: 6px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry {
    height: 80px;
    padding: 10px 20px;
    gap: 4px;
  }
}
#main_inquiry .pn-inquiry h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
  padding: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry h2 {
    font-size: 15px;
    padding: 0;
  }
}
#main_inquiry .pn-inquiry span {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry span {
    font-size: 14px;
  }
}

.faq {
  padding: 24px 20px 20px 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq {
    padding: 20px;
  }
}

.topic {
  padding: 24px 10px 10px 10px;
}
.topic h2 {
  padding-left: 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topic h2 {
    padding: 0px 0px 16px 10px;
  }
}

.topSearchWrap {
  padding: 6px 0 30px 0;
}
.topSearchWrap h2 {
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  padding: 0 0 30px 0;
  text-align: left;
  text-align: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap h2 {
    font-size: 26px;
    letter-spacing: -0.13px;
    padding: 0 0 24px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap h2 {
    padding: 5px 0 27px 0;
    font-size: 25px;
  }
}
.topSearchWrap .search-group {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group {
    padding: 0 10px;
  }
}
.topSearchWrap .search-group .search-area {
  max-width: 500px;
  padding: 0 24px;
  background-color: #ffffff;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  outline: 1px solid #AEB1B8;
  transition: outline-color 0.3s ease;
  border-radius: 100px;
}
.topSearchWrap .search-group .search-area:focus, .topSearchWrap .search-group .search-area:hover {
  outline-color: #08CCCA;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area:focus, .topSearchWrap .search-group .search-area:hover {
    outline-width: 1px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area {
    padding: 0 16px 0 16px;
    height: 44px;
  }
}
.topSearchWrap .search-group .search-area .active {
  border: 2px solid #08CCCA;
}
.topSearchWrap .search-group .search-area .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.topSearchWrap .search-group .search-area.search-active {
  outline-color: #08CCCA;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.search-active {
    outline: 1px solid #08CCCA;
  }
}
.topSearchWrap .search-group .search-area.pn-search-area {
  outline-color: #000;
  outline-width: 1px;
}
.topSearchWrap .search-group .search-area.pn-search-area:hover {
  outline-color: #000;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.pn-search-area:hover {
    outline-width: 1px;
  }
}
.topSearchWrap .search-group .search-area.pn-search-area.pn-search-active {
  outline-color: #000;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.pn-search-area.pn-search-active {
    outline-color: #000;
    outline-width: 1px;
  }
}
.topSearchWrap .search-group .keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.topSearchWrap .search-group .keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .keyword-area .keyword {
    padding: 7px 14px;
  }
}
.topSearchWrap .search-group .keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
.topSearchWrap .search-group .pn-keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.topSearchWrap .search-group .pn-keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .pn-keyword-area .keyword {
    padding: 7px 14px;
  }
}
.topSearchWrap .search-group .pn-keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}

.search-page {
  padding: 0 0 30px 0;
  margin-top: -10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-page {
    padding: 0 0 16px 0;
  }
}

.search-layer-icon {
  cursor: pointer;
  margin: 0 6px 0 12px;
  min-width: 44px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon {
    margin: 0;
    min-width: 24px;
    width: auto;
  }
}
.search-layer-icon .search-icon-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-icon-mb {
    display: block;
  }
}
.search-layer-icon .search-icon-pc {
  display: block;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-icon-pc {
    display: none;
  }
  .search-layer-icon .search-icon-pc.active {
    display: none;
  }
}
@-webkit-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@-moz-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
.search-layer-icon .search-area-pc {
  max-width: 34px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  width: 250px;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #AEB1B8;
  border-radius: 100px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-area-pc {
    display: none;
  }
}
.search-layer-icon .search-area-pc:focus, .search-layer-icon .search-area-pc:hover {
  border: 1px solid transparent;
  outline: 1px solid #08CCCA;
}
.search-layer-icon .search-area-pc .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.search-layer-icon .search-area-pc .search-input-pc {
  font-size: 14px;
  display: none;
}
.search-layer-icon .search-area-pc span svg {
  width: 20px;
}
.search-layer-icon .search-area-pc.searchbar-active {
  outline: 1px solid #08CCCA;
  border: 1px solid transparent;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-area-pc.searchbar-active {
    outline: 1px solid #08CCCA;
  }
}
.search-layer-icon .open {
  -webkit-animation: toggle 0.5s;
  -moz-animation: toggle 0.5s;
  animation: toggle 0.5s;
}

.pn-search-layer-icon {
  cursor: pointer;
  margin: 0 6px 0 12px;
  min-width: 44px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon {
    margin: 0 -4px 0 -4px;
    width: auto;
  }
}
.pn-search-layer-icon .search-icon-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .search-icon-mb {
    display: block;
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 33px;
  }
}
.pn-search-layer-icon .pn-search-icon-pc {
  display: block;
  background: #fff;
  width: 33px;
  height: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 33px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-icon-pc {
    display: none;
  }
  .pn-search-layer-icon .pn-search-icon-pc.active {
    display: none;
  }
}
@-webkit-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@-moz-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
.pn-search-layer-icon .pn-search-area-pc {
  max-width: 34px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  width: 250px;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 100px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-area-pc {
    display: none;
  }
}
.pn-search-layer-icon .pn-search-area-pc:focus, .pn-search-layer-icon .pn-search-area-pc:hover {
  border: 1px solid #000;
}
.pn-search-layer-icon .pn-search-area-pc .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.pn-search-layer-icon .pn-search-area-pc .pn-search-input-pc {
  font-size: 14px !important;
  display: none;
}
.pn-search-layer-icon .pn-search-area-pc span svg {
  width: 20px;
}
.pn-search-layer-icon .pn-search-area-pc.searchbar-active {
  border: 1px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-area-pc.searchbar-active {
    outline: 1px solid #000;
  }
}
.pn-search-layer-icon .open {
  -webkit-animation: toggle 0.5s;
  -moz-animation: toggle 0.5s;
  animation: toggle 0.5s;
}

@media (min-width: 200px) and (max-width: 749px) {
  .categories {
    padding: 0 10px;
  }
}
.categories p {
  color: #8E8E8E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories p {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories p {
    margin-bottom: 0;
  }
}
.categories p.depth {
  color: #8E8E8E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories p.depth {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories p.depth {
    margin-bottom: 0;
  }
}
.categories p.depth a {
  cursor: pointer;
}
.categories p.depth a i {
  text-decoration-line: underline;
}
.categories .tit {
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  padding: 0 0 30px 0;
  text-align: left;
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories .tit {
    font-size: 26px;
    letter-spacing: -0.13px;
    padding: 0 0 24px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories .tit {
    padding-top: 8px;
  }
}
.categories .tit2 {
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  padding: 0 0 30px 0;
  text-align: left;
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories .tit2 {
    font-size: 26px;
    letter-spacing: -0.13px;
    padding: 0 0 24px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .categories .tit2 {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .article-category {
    padding: 0 10px;
  }
}

.faq {
  padding: 24px 20px 20px 20px;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  h1 {
    font-size: 32px;
    text-align: left;
    padding: 0 10px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 39px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  h3 {
    font-size: 17px;
    font-weight: 800;
    line-height: normal;
    color: #0B0B0B;
  }
}

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #8E8E8E;
}
.breadcrumb span {
  margin: 0 3px;
}
.breadcrumb span:first-child {
  margin-left: 0;
}

.inquiry-tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.banner_tit {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  padding: 0 0 16px 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .banner_tit {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    padding: 0 0 4px 0;
  }
}

.helptxt {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}

.helptxt_etc {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}

.negative {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #FE5B58 !important;
}

.positive {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #00B8C1 !important;
}

.pn-positive {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #377CFE !important;
}

.date-placeholder {
  cursor: pointer;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #282828;
  width: 100px;
  height: 51px;
  position: absolute;
  top: 31px;
  left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .date-placeholder {
    width: 200px;
    height: 48px;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .help_top {
    padding: 15px;
    border-bottom: 1px solid #EBEDF2;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.help_top h3 {
  margin-bottom: 30px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .help_top h3 {
    margin-bottom: 0px;
  }
}
.help_top button {
  display: none;
  background-color: #fff;
}
@media (min-width: 200px) and (max-width: 749px) {
  .help_top button {
    display: flex;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0px, -50%);
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .pn-help_top {
    padding: 15px;
    border-bottom: 1px solid #EBEDF2;
    background: linear-gradient(180deg, rgb(68, 138, 249) 0%, rgb(100, 166, 251) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.pn-help_top h3 {
  margin-bottom: 30px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-help_top h3 {
    margin-bottom: 0px;
  }
}
.pn-help_top button {
  display: none;
  background-color: transparent;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-help_top button {
    display: flex;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0px, -50%);
  }
}

.inquiry_form_wrap {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry_form_wrap {
    padding: 0 10px;
    margin-top: -4px;
  }
}
.inquiry_form_wrap .inquiry_form {
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.inquiry_form_wrap .inquiry_form .tit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.inquiry_form_wrap .inquiry_form .tit p {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #282828;
  margin-bottom: 4px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry_form_wrap .inquiry_form .tit p {
    margin-bottom: 2px;
  }
}
.inquiry_form_wrap .inquiry_form .tit .required {
  background-color: #00B8C1;
  border-radius: 20px;
  margin-top: 2px;
  width: 4px;
  height: 4px;
}
.inquiry_form_wrap .inquiry_form .tit .pn-required {
  background-color: #377CFE;
  border-radius: 20px;
  margin-top: 2px;
  width: 4px;
  height: 4px;
}
.inquiry_form_wrap .inquiry_form .error_device_wrap {
  margin-top: 2px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.inquiry_form_wrap .inquiry_form .error_device_wrap.ph-erorr {
  margin-top: -27px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry_form_wrap .inquiry_form .error_device_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.inquiry_form_wrap .inquiry_form .error_device_wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
.inquiry_form_wrap .inquiry_form .refund_check_wrap {
  margin-top: 2px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.inquiry_form_wrap .inquiry_form .refund_check_wrap.ph-erorr {
  margin-top: -27px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .inquiry_form_wrap .inquiry_form .refund_check_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.inquiry_form_wrap .inquiry_form .refund_check_wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
}
.inquiry_form_wrap #inquiry_other_device {
  margin-top: -30px;
}
.inquiry_form_wrap #inquiry_refund_check {
  margin-top: -30px;
}
.inquiry_form_wrap .inquiry-submit-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.inquiry_form_wrap .inquiry-submit-container span {
  font-size: 14px;
  font-weight: 700;
}

.attachment_wrap {
  width: 100%;
  padding: 6px 16px;
  background-color: #fff;
  position: relative;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .attachment_wrap {
    padding: 6px 12px;
  }
}
.attachment_wrap .test {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  position: absolute;
  top: -24px;
  right: 0;
}
.attachment_wrap .test p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
.attachment_wrap .test p:nth-child(2) {
  margin: 0 3px;
}
.attachment_wrap .box {
  padding: 10px 0;
  border-bottom: 1px solid #F2F3F7;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.attachment_wrap .box:last-child {
  border-bottom: none;
}
.attachment_wrap .box img {
  object-fit: cover;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.attachment_wrap .box .file-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.attachment_wrap .box .file-group .file_info > div {
  display: flex;
  flex-direction: row;
}
.attachment_wrap .box .file-group .file_info > div .file-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2px 4px 0;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.attachment_wrap .box .file-group .file_info p {
  margin-bottom: 2px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.attachment_wrap .box .file-group .file_info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #8E8E8E;
}
.attachment_wrap .box .file-group .loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.attachment_wrap .box .file-group .loading .progress-bar {
  width: 60px;
  height: 5px;
  background-color: #EBEDF2;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}
.attachment_wrap .box .file-group .loading .progress-bar .progress-bar-gauge {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 5px;
  border-radius: 100px;
  background-color: #00B8C1;
  animation-name: loading-bar;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes flicker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes loading-bar {
  0% {
    width: 0;
    opacity: 0;
  }
  90% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.attachment_wrap .box .file-group .loading p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .attachment_wrap .box .file-group .loading p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
  }
}
.attachment_wrap .box .file-group .delete_btn {
  padding: 0;
  background-color: #fff;
}

.pn-attachment_wrap {
  width: 100%;
  padding: 6px 16px;
  background-color: #fff;
  position: relative;
  border: 1px solid #DCDEE4;
  border-radius: 8px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-attachment_wrap {
    padding: 6px 12px;
  }
}
.pn-attachment_wrap .test {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  position: absolute;
  top: -24px;
  right: 0;
}
.pn-attachment_wrap .test p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
.pn-attachment_wrap .test p:nth-child(2) {
  margin: 0 3px;
}
.pn-attachment_wrap .box {
  padding: 10px 0;
  border-bottom: 1px solid #F2F3F7;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.pn-attachment_wrap .box:last-child {
  border-bottom: none;
}
.pn-attachment_wrap .box img {
  object-fit: cover;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.pn-attachment_wrap .box .file-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pn-attachment_wrap .box .file-group .file_info > div {
  display: flex;
  flex-direction: row;
}
.pn-attachment_wrap .box .file-group .file_info > div .file-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2px 4px 0;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.pn-attachment_wrap .box .file-group .file_info p {
  margin-bottom: 2px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.pn-attachment_wrap .box .file-group .file_info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #8E8E8E;
}
.pn-attachment_wrap .box .file-group .loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pn-attachment_wrap .box .file-group .loading .progress-bar {
  width: 60px;
  height: 5px;
  background-color: #EBEDF2;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}
.pn-attachment_wrap .box .file-group .loading .progress-bar .progress-bar-gauge {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 5px;
  border-radius: 100px;
  background-color: #00B8C1;
  animation-name: loading-bar;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes flicker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes loading-bar {
  0% {
    width: 0;
    opacity: 0;
  }
  90% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.pn-attachment_wrap .box .file-group .loading p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-attachment_wrap .box .file-group .loading p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
  }
}
.pn-attachment_wrap .box .file-group .delete_btn {
  padding: 0;
  background-color: #fff;
}

#toast_message {
  display: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  padding: 14px 24px;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#toast_message p {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 200px) and (max-width: 749px) {
  #toast_message p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
  }
}

#toast_message_500 {
  display: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  padding: 14px 24px;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#toast_message_500 p {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 200px) and (max-width: 749px) {
  #toast_message_500 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
  }
}

.my-inquiry {
  margin-bottom: 30px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .my-inquiry {
    margin-bottom: 22px;
  }
}
.my-inquiry h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 39px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  .my-inquiry h3 {
    padding: 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #000;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .my-inquiry h3 {
    line-height: 1.2;
  }
}

.no-inquiry {
  gap: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-inquiry svg {
  width: 48px;
}
.no-inquiry p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
@supports (-webkit-appearance: none) {
  .no-inquiry p {
    white-space: nowrap;
    -webkit-white-space: nowrap;
  }
}
.no-inquiry > a {
  height: 52px;
  display: flex;
  padding: 0px 22px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.no-inquiry > a > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.pn-no-inquiry {
  gap: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pn-no-inquiry svg {
  width: 48px;
}
.pn-no-inquiry p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #8e8e8e;
}
@supports (-webkit-appearance: none) {
  .pn-no-inquiry p {
    white-space: nowrap;
    -webkit-white-space: nowrap;
  }
}
.pn-no-inquiry > a {
  height: 52px;
  display: flex;
  padding: 0px 22px;
  justify-content: center;
  align-items: center;
  background: #fff;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.pn-no-inquiry > a > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.cardWrap {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  gap: 20px;
}

.card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media (min-width: 200px) and (max-width: 749px) {
  .card {
    padding: 0 10px;
  }
}
.card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.pn-card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #000;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-card {
    padding: 0 10px;
  }
}
.pn-card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.pn-article-card {
  width: 100%;
  padding: 24px 20px 30px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #000;
  box-shadow: none;
  overflow: hidden;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-article-card {
    padding: 0 10px;
    border-style: none;
  }
}
.pn-article-card h2 {
  padding: 0 0 16px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-article-card h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}

.result-card {
  width: 100%;
  padding: 20px 20px 16px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 200px) and (max-width: 749px) {
  .result-card {
    padding: 0 10px;
  }
}

.pn-tab-content-wrap .card {
  border: 1px solid #000;
  box-shadow: none;
}
.pn-tab-content-wrap .result-category p {
  color: #377CFE;
}

@media (min-width: 200px) and (max-width: 749px) {
  .service {
    padding: 20px 25px 24px 25px;
  }
}
.service .iconWrap ul {
  gap: 36px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(89px, 89px));
  grid-auto-flow: dense;
}
.service .iconWrap ul.jp {
  margin-bottom: 21px;
  gap: 20px 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul.jp {
    margin-bottom: 34px;
    gap: 20px 24px;
  }
  .service .iconWrap ul.jp li {
    height: 79px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .service .iconWrap ul.jp li a {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(3, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 20px 24px;
    padding: 0 5px;
  }
}
.service .iconWrap ul li {
  width: 100px;
  height: 89px;
  margin: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li {
    width: 58px;
    height: auto;
  }
}
.service .iconWrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: auto;
}
.service .iconWrap ul li a img {
  width: 66px;
  height: 66px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li a img {
    width: 58px;
    height: 58px;
    gap: 2px;
  }
}
.service .iconWrap ul li a span {
  text-align: center;
  word-break: keep-all;
  white-space: break-spaces;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: normal;
  }
}
.service .iconWrap ul li:nth-child(1) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(3) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(6) {
  white-space: nowrap;
}
.service .iconWrap ul li:nth-child(12) {
  white-space: nowrap;
}
.service .wevticket-icon-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17%, auto));
  grid-template-rows: repeat(1, minmax(50px, auto));
  grid-auto-flow: dense;
  margin-bottom: 0 !important;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(1, minmax(50px, auto));
    grid-auto-flow: dense;
  }
}
.service .wevticket-icon-wrap ul li {
  height: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul li {
    height: auto;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .wevticket-icon-wrap ul li span {
    white-space: nowrap;
  }
}
.service .ph-iconWrap ul {
  gap: 57px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(81px, 91px));
  grid-auto-flow: dense;
}
.service .ph-iconWrap ul.kr {
  gap: 36px 13px;
}
.service .ph-iconWrap ul.kr li {
  height: 91px;
}
.service .ph-iconWrap ul.jp {
  margin-bottom: 21px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17%, auto));
    grid-template-rows: repeat(2, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 37px 13px;
  }
  .service .ph-iconWrap ul.jp {
    gap: 20px 15px;
    margin-bottom: 0;
  }
  .service .ph-iconWrap ul.jp li {
    height: 96px;
  }
  .service .ph-iconWrap ul.kr {
    gap: 20px 13px;
  }
  .service .ph-iconWrap ul.kr li {
    height: 79px;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, auto));
    grid-template-rows: repeat(2, minmax(71px, auto));
    grid-auto-flow: dense;
    gap: 20px 15px;
  }
  .service .ph-iconWrap ul.jp {
    gap: 20px 15px;
    margin-bottom: 0;
  }
  .service .ph-iconWrap ul.jp li {
    height: 96px !important;
  }
  .service .ph-iconWrap ul.kr {
    gap: 20px 13px;
  }
  .service .ph-iconWrap ul.kr li {
    height: 79px;
  }
}
.service .ph-iconWrap ul li {
  width: 100px;
  height: 91px;
  margin: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li {
    width: 58px;
    height: 96px;
  }
  .service .ph-iconWrap ul li:nth-child(4) a span {
    word-break: keep-all;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul li:nth-child(1) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(2) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(3) {
    height: 113px;
  }
  .service .ph-iconWrap ul li:nth-child(4) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(4) a span {
    word-break: keep-all;
  }
  .service .ph-iconWrap ul li:nth-child(5) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(6) {
    height: 79px;
  }
  .service .ph-iconWrap ul li:nth-child(7) {
    height: 96px;
  }
  .service .ph-iconWrap ul li:nth-child(8) {
    height: 96px;
  }
}
.service .ph-iconWrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.service .ph-iconWrap ul li a img {
  width: 66px;
  height: 66px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li a img {
    width: 58px;
    height: 58px;
  }
}
.service .ph-iconWrap ul li a span {
  text-align: center;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service .ph-iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: break-word;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .service .ph-iconWrap ul li a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    word-break: break-word;
  }
}
.service .ph-iconWrap ul li:nth-child(1) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(3) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(6) {
  white-space: nowrap;
}
.service .ph-iconWrap ul li:nth-child(12) {
  white-space: nowrap;
}

.service_v2 {
  padding: 24px 0 30px 0;
}
.service_v2 h2 {
  padding: 0 30px 16px 30px;
}
.service_v2 .iconWrap ul {
  padding: 0 20px;
  gap: 24px 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .service_v2 {
    padding: 20px 0 24px 0;
  }
  .service_v2 h2 {
    padding: 0 20px 16px 20px;
  }
  .service_v2 .iconWrap ul {
    gap: 16px;
    padding: 0 12px;
  }
  .service_v2 .iconWrap ul li {
    width: 72px;
    height: auto;
  }
  .service_v2 .iconWrap ul li a {
    gap: 4px;
  }
}

#main_inquiry {
  width: 100%;
}
#main_inquiry .inquiry {
  position: relative;
  height: 90px;
  padding: 10px 30px;
  gap: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry {
    height: 80px;
    padding: 10px 20px;
    gap: 4px;
  }
}
#main_inquiry .inquiry h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
  padding: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry h2 {
    font-size: 15px;
    padding: 0;
  }
}
#main_inquiry .inquiry span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.71px;
  color: #00B8C1;
  text-decoration-line: underline;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .inquiry span {
    font-size: 14px;
    padding: 0;
  }
}
#main_inquiry .pn-inquiry {
  height: 80px;
  padding: 10px 30px;
  gap: 6px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry {
    height: 80px;
    padding: 10px 20px;
    gap: 4px;
  }
}
#main_inquiry .pn-inquiry h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
  padding: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry h2 {
    font-size: 18px;
    padding: 0px 0px 16px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry h2 {
    font-size: 15px;
    padding: 0;
  }
}
#main_inquiry .pn-inquiry span {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
}
@media (min-width: 200px) and (max-width: 749px) {
  #main_inquiry .pn-inquiry span {
    font-size: 14px;
  }
}

.faq {
  padding: 24px 20px 20px 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .faq {
    padding: 20px;
  }
}

.topic {
  padding: 24px 10px 10px 10px;
}
.topic h2 {
  padding-left: 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topic h2 {
    padding: 0px 0px 16px 10px;
  }
}

.gate_wrap h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap h1 {
    text-align: left;
    padding: 0 10px;
    line-height: 1.2;
  }
}
.gate_wrap .logo_wrap {
  gap: 10px;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.gate_wrap .logo_wrap button {
  max-width: 220px;
  padding: 47px 24px;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    width: 100%;
    padding: 28px 24px;
    margin-bottom: 10px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap button > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.gate_wrap .logo_wrap button > div img {
  margin-bottom: 12px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap button > div img {
    margin: 0 12px 0px 0;
    width: 44px;
    height: 44px;
  }
}
.gate_wrap .logo_wrap button > div p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap button > div p {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    text-align: left;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .gate_wrap .logo_wrap button .arrow {
    background: #fff url("/img/icons/arrow.svg") no-repeat center center;
    transform: rotate(270deg);
    width: 26px;
    height: 26px;
  }
}

.related-list {
  padding: 50px 0 0 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  .related-list {
    margin-top: 0;
    padding: 30px 0 0 0;
    border-top: 8px solid #F2F3F7;
  }
  .related-list.pn-related-list {
    border-top: none;
  }
}
.related-list h2 {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .related-list h2 {
    font-size: 17px;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .faq_card {
    border-radius: 0px;
    box-shadow: none;
  }
}

.article-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px 10px 0 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap {
    padding: 0px 10px 30px 10px;
  }
}
.article-wrap .article-lnb {
  width: 170px;
  margin-right: 50px;
  margin-top: 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-lnb {
    display: none;
  }
}
.article-wrap .article-main {
  width: 600px;
  height: auto;
  padding: 10px 0 10px 0;
  display: block;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main {
    width: 100%;
    padding: 8px 0 0px 0;
  }
}
.article-wrap .article-main .article-top {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
.article-wrap .article-main .article-top .list_back {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  line-height: 1;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .list_back {
    display: none;
  }
}
.article-wrap .article-main .article-top .article-top-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.article-wrap .article-main .article-top .article-top-left .article-main-tit {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin: 8px 0 0 0;
  padding: 0;
  max-width: 560px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .article-top-left .article-main-tit {
    margin: 0;
    font-size: 22px;
  }
}
.article-wrap .article-main .article-top .share_icon {
  background-image: url("/img/icons/share.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 24px;
  height: 24px;
  min-width: 20px;
  min-height: 20px;
  background-size: 100%;
  background-size: contain;
  display: none;
}
.article-wrap .article-main .article-top .share_icon.pn-share-icon {
  background-image: url("/img/icons/pn_share_24.svg");
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .share_icon.pn-share-icon {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .share_icon {
    margin: 4px 0 8px 5px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.article-wrap .article-main .article-top .copy-url {
  background: #fff url("/img/icons/share.svg") no-repeat center;
  margin-top: 9px;
  padding: 0;
  width: 24px;
  height: 24px;
}
.article-wrap .article-main .article-top .copy-url.pn-copy-url {
  background-image: url("/img/icons/pn_share_24.svg");
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .copy-url.pn-copy-url {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-top .copy-url {
    display: none;
  }
}
.article-wrap .article-main .article-main-text {
  width: 100%;
}
.article-wrap .article-main .article-main-text p {
  align-self: stretch;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #282828;
  }
}
.article-wrap .article-main .article-main-text a {
  color: #00B8C1;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text a {
    font-size: 15px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-top-div {
  margin: 0 0 30px 0;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div div {
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .article-mainText-top-div div {
    padding-top: 0;
    font-size: 15px;
    line-height: 21px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-top-div.pn-article-mainText-top-div a {
  color: #377CFE;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div img {
  width: 100%;
  height: 100%;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div strong {
  font-weight: bold;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div em {
  font-style: italic;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div table td {
  padding: 5px;
  vertical-align: middle;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div ul {
  list-style: inside;
  padding-left: 23px;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div ul li {
  margin-bottom: 5px;
  text-indent: -21px;
  line-height: 22px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .article-mainText-top-div ul li {
    line-height: 21px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-top-div ol {
  list-style: auto;
  padding-left: 23px;
}
.article-wrap .article-main .article-main-text .article-mainText-top-div ol li {
  margin-bottom: 5px;
  line-height: 22px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .article-mainText-top-div ol li {
    line-height: 21px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-top {
  line-height: 22px;
}
.article-wrap .article-main .article-main-text .article-mainText-top.pn-article-mainText-top a {
  color: #377CFE;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .article-mainText-top {
    padding-top: 0;
    font-size: 15px;
    line-height: 21px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-top img {
  width: 100%;
  height: 100%;
}
.article-wrap .article-main .article-main-text .article-mainText-top .text-icon {
  display: inline-block;
  width: 23px;
  margin: 0 3px -1px 3px;
}
.article-wrap .article-main .article-main-text .article-mainText-top .text-img {
  display: block;
}
.article-wrap .article-main .article-main-text .my-info {
  margin: 30px 0 30px 20px;
  padding: 0 0 0 10px;
}
.article-wrap .article-main .article-main-text .my-info li {
  list-style-type: disc;
  color: #00B8C1;
  line-height: 22px;
  margin-bottom: 2px;
}
.article-wrap .article-main .article-main-text .my-info li a {
  display: block;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  text-underline-offset: -1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #00B8C1;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .my-info li a {
    font-size: 15px;
  }
}
.article-wrap .article-main .article-main-text .article-mainText-bottom {
  margin-bottom: 30px;
}
.article-wrap .article-main .article-main-text .article-mainText-bottom a {
  padding-left: 5px;
  text-decoration-line: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  text-underline-offset: -1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00B8C1;
}
.article-wrap .article-main .article-main-text .article-mainText-bottom.pn-article-mainText-bottom a {
  color: #377CFE;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-main-text .article-mainText-bottom {
    font-size: 15px;
  }
}
.article-wrap .article-main .shop-accordion {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .shop-accordion {
    width: 100%;
    padding: 16px 0px 6px 0px;
    border-top: 1px solid #EBEDF2;
    margin-bottom: 0px;
  }
}
.article-wrap .article-main .shop-accordion .shop-tit {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  margin-bottom: 12px;
}
.article-wrap .article-main .ctaBtn {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
}
.article-wrap .article-main .article-feedback {
  border-top: 1px solid #EBEDF2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0 0;
  position: relative;
}
.article-wrap .article-main .article-feedback.pn-article-feedback {
  border-top: 1px solid #999;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-feedback {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 0 0;
    gap: 20px;
  }
}
.article-wrap .article-main .article-feedback .feed-text {
  text-align: left;
  padding: 14px 0;
  width: auto;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 16px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-feedback .feed-text {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }
}
.article-wrap .article-main .article-feedback .feedback-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-feedback .feedback-btn {
    width: 100%;
  }
}
.article-wrap .article-main .article-feedback .feedback-btn > button {
  height: 44px;
  padding: 12px 20px;
  margin-left: 12px;
  display: flex;
  width: 144px;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #DCDEE4;
  box-sizing: border-box;
  gap: 6px;
}
.article-wrap .article-main .article-feedback .feedback-btn > button.pn-feed {
  border: 1px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-feedback .feedback-btn > button {
    width: 100%;
  }
  .article-wrap .article-main .article-feedback .feedback-btn > button:first-child {
    margin-left: 0;
  }
}
.article-wrap .article-main .article-feedback .feedback-btn > button p {
  font-weight: 600;
  color: #282828;
  font-size: 14px;
  transition: 0s;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon {
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon .yes_btn1 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon .yes_btn2 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon:hover {
  border-radius: 12px;
  background: #00B8C1;
  color: #ffffff;
  font-weight: 700;
  border: 0;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon:hover .yes_btn1 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon:hover .yes_btn2 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .yes-icon:hover p {
  color: #ffffff;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon {
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon .yes_btn1 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon .yes_btn2 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon:hover {
  border-radius: 12px;
  background: #377CFE;
  color: #ffffff;
  font-weight: 700;
  border: 0;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon:hover .yes_btn1 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon:hover .yes_btn2 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-yes-icon:hover p {
  color: #ffffff;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon {
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon .no_btn1 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon .no_btn2 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon:hover {
  border-radius: 12px;
  background: #FE5B58;
  color: #ffffff !important;
  font-weight: 700;
  border: 0;
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon:hover .no_btn1 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon:hover .no_btn2 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .no-icon:hover p {
  color: #ffffff;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon {
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon .no_btn1 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon .no_btn2 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon:hover {
  border-radius: 12px;
  background: #CC0000;
  color: #ffffff !important;
  font-weight: 700;
  border: 0;
  transition: 0.1s;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon:hover .no_btn1 {
  display: none;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon:hover .no_btn2 {
  display: block;
}
.article-wrap .article-main .article-feedback .feedback-btn .pn-no-icon:hover p {
  color: #ffffff;
}
.article-wrap .article-main .article-feedback .yes-feed, .article-wrap .article-main .article-feedback .no-feed {
  display: none;
  background-color: #F7F8FA;
  border-radius: 12px;
  padding: 13px 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .article-wrap .article-main .article-feedback .yes-feed, .article-wrap .article-main .article-feedback .no-feed {
    max-width: 749px;
    width: 100%;
  }
}
.article-wrap .article-main .article-feedback .yes-feed p, .article-wrap .article-main .article-feedback .no-feed p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #111111;
}
.article-wrap .faq-list {
  width: 610px;
  padding: 10px 0;
  display: none;
}
.article-wrap .faq-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-wrap .faq-list ul li {
  padding: 22px 20px;
}
.article-wrap .faq-list ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 12px;
  display: flex;
}
.article-wrap .faq-list ul li a span {
  color: #AEAEAE;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding-right: 12px;
}

#clip_toast {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 50%;
  border-radius: 20px;
  z-index: 999;
}
#clip_toast .clip-content {
  padding: 14px 24px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.65);
  width: 106px;
  height: 52px;
}
#clip_toast .clip-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
#clip_toast.clip-show {
  display: block;
  animation: fadeOut 3s ease forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/* iOS 운영 체제 감지 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* iOS 시스템 폰트 적용 */
  body {
    font-family: -apple-system, "San Francisco", Helvetica, Arial, sans-serif;
  }
}
/* Android 운영 체제 감지 */
@media screen and (max--moz-device-pixel-ratio: 0) {
  /* Android 시스템 폰트 적용 */
  body {
    font-family: "Roboto", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
#error {
  min-height: calc(100vh - 370px);
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  #error {
    padding: 10px;
    min-height: calc(100vh - 260px);
  }
}
#error .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
#error > .error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  max-width: 400px;
}
#error > .error-wrap > .tit {
  text-transform: capitalize;
  text-align: center;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  #error > .error-wrap > .tit {
    font-size: 20px;
    word-break: keep-all;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap > .tit {
    font-size: 15px;
    word-break: keep-all;
  }
}
#error > .error-wrap span {
  text-align: center;
  margin: 16px 0 24px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
  word-break: keep-all;
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap span {
    font-size: 12px;
  }
}
#error > .error-wrap .update-con {
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap .update-con {
    word-break: keep-all;
  }
}
#error > .error-wrap .sub-content {
  padding: 16px;
  border-radius: 8px;
  background-color: #F7F8FA;
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#error > .error-wrap .sub-content .sub-tit {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: center;
}
#error > .error-wrap .sub-content > ul {
  padding-left: 16px;
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#error > .error-wrap .sub-content > ul li {
  list-style-type: disc;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
}
#error > .error-wrap .sub-content > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  text-align: left;
}
#error .error-wrap.maintenance {
  width: 100%;
  max-width: 100%;
}

.error-footer {
  background-color: #F7F8FA;
  padding: 40px 12px 83px 12px;
  gap: 24px;
  width: 100%;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer > div {
  position: relative;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer > div ul {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer > div ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
}
.error-footer > div ul li b {
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  color: #8E8E8E;
}
.error-footer > div #languageBtn {
  background-color: #fff;
  padding: 8px 0;
  width: 84px;
  gap: 4px;
  border: 1px solid #E0E4E8;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer > div #languageBtn span {
  width: 14px;
  height: 14px;
}
.error-footer > div #languageBtn .arrow-icon {
  transition: transform 0.3s ease;
  content: url("/img/icons/arrow.svg");
}
.error-footer > div #languageBtn.active .arrow-icon {
  transform: rotate(180deg);
}
.error-footer > div #languageBtn p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #111;
}
.error-footer > div #lang-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #fff;
  width: 84px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E0E4E8;
  border-radius: 2px;
}
.error-footer > div #lang-content a {
  padding: 10px;
  border-bottom: 1px solid #E0E4E8;
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #111;
}
.error-footer > div #lang-content a:last-child {
  border-bottom: none;
}
.error-footer .footer-info {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer .footer-info > div {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer .footer-info > div p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}
.error-footer .footer-info > div p span {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #8E8E8E;
}
.error-footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}

.topSearchWrap {
  padding: 6px 0 30px 0;
}
.topSearchWrap h2 {
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  padding: 0 0 30px 0;
  text-align: left;
  text-align: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap h2 {
    font-size: 26px;
    letter-spacing: -0.13px;
    padding: 0 0 24px 0;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap h2 {
    padding: 5px 0 27px 0;
    font-size: 25px;
  }
}
.topSearchWrap .search-group {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group {
    padding: 0 10px;
  }
}
.topSearchWrap .search-group .search-area {
  max-width: 500px;
  padding: 0 24px;
  background-color: #ffffff;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  outline: 1px solid #AEB1B8;
  transition: outline-color 0.3s ease;
  border-radius: 100px;
}
.topSearchWrap .search-group .search-area:focus, .topSearchWrap .search-group .search-area:hover {
  outline-color: #08CCCA;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area:focus, .topSearchWrap .search-group .search-area:hover {
    outline-width: 1px;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area {
    padding: 0 16px 0 16px;
    height: 44px;
  }
}
.topSearchWrap .search-group .search-area .active {
  border: 2px solid #08CCCA;
}
.topSearchWrap .search-group .search-area .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.topSearchWrap .search-group .search-area.search-active {
  outline-color: #08CCCA;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.search-active {
    outline: 1px solid #08CCCA;
  }
}
.topSearchWrap .search-group .search-area.pn-search-area {
  outline-color: #000;
  outline-width: 1px;
}
.topSearchWrap .search-group .search-area.pn-search-area:hover {
  outline-color: #000;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.pn-search-area:hover {
    outline-width: 1px;
  }
}
.topSearchWrap .search-group .search-area.pn-search-area.pn-search-active {
  outline-color: #000;
  outline-width: 2px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .search-area.pn-search-area.pn-search-active {
    outline-color: #000;
    outline-width: 1px;
  }
}
.topSearchWrap .search-group .keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.topSearchWrap .search-group .keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .keyword-area .keyword {
    padding: 7px 14px;
  }
}
.topSearchWrap .search-group .keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
.topSearchWrap .search-group .pn-keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.topSearchWrap .search-group .pn-keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .topSearchWrap .search-group .pn-keyword-area .keyword {
    padding: 7px 14px;
  }
}
.topSearchWrap .search-group .pn-keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}

.search-page {
  padding: 0 0 30px 0;
  margin-top: -10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-page {
    padding: 0 0 16px 0;
  }
}

.search-layer-icon {
  cursor: pointer;
  margin: 0 6px 0 12px;
  min-width: 44px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon {
    margin: 0;
    min-width: 24px;
    width: auto;
  }
}
.search-layer-icon .search-icon-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-icon-mb {
    display: block;
  }
}
.search-layer-icon .search-icon-pc {
  display: block;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-icon-pc {
    display: none;
  }
  .search-layer-icon .search-icon-pc.active {
    display: none;
  }
}
@-webkit-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@-moz-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
.search-layer-icon .search-area-pc {
  max-width: 34px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  width: 250px;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #AEB1B8;
  border-radius: 100px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-area-pc {
    display: none;
  }
}
.search-layer-icon .search-area-pc:focus, .search-layer-icon .search-area-pc:hover {
  border: 1px solid transparent;
  outline: 1px solid #08CCCA;
}
.search-layer-icon .search-area-pc .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.search-layer-icon .search-area-pc .search-input-pc {
  font-size: 14px;
  display: none;
}
.search-layer-icon .search-area-pc span svg {
  width: 20px;
}
.search-layer-icon .search-area-pc.searchbar-active {
  outline: 1px solid #08CCCA;
  border: 1px solid transparent;
}
@media (min-width: 200px) and (max-width: 749px) {
  .search-layer-icon .search-area-pc.searchbar-active {
    outline: 1px solid #08CCCA;
  }
}
.search-layer-icon .open {
  -webkit-animation: toggle 0.5s;
  -moz-animation: toggle 0.5s;
  animation: toggle 0.5s;
}

.pn-search-layer-icon {
  cursor: pointer;
  margin: 0 6px 0 12px;
  min-width: 44px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon {
    margin: 0 -4px 0 -4px;
    width: auto;
  }
}
.pn-search-layer-icon .search-icon-mb {
  display: none;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .search-icon-mb {
    display: block;
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 33px;
  }
}
.pn-search-layer-icon .pn-search-icon-pc {
  display: block;
  background: #fff;
  width: 33px;
  height: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 33px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-icon-pc {
    display: none;
  }
  .pn-search-layer-icon .pn-search-icon-pc.active {
    display: none;
  }
}
@-webkit-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@-moz-keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
@keyframes toggle {
  from {
    width: 0px;
  }
  to {
    width: 300px;
  }
}
.pn-search-layer-icon .pn-search-area-pc {
  max-width: 34px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
  width: 250px;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 100px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-area-pc {
    display: none;
  }
}
.pn-search-layer-icon .pn-search-area-pc:focus, .pn-search-layer-icon .pn-search-area-pc:hover {
  border: 1px solid #000;
}
.pn-search-layer-icon .pn-search-area-pc .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.pn-search-layer-icon .pn-search-area-pc .pn-search-input-pc {
  font-size: 14px !important;
  display: none;
}
.pn-search-layer-icon .pn-search-area-pc span svg {
  width: 20px;
}
.pn-search-layer-icon .pn-search-area-pc.searchbar-active {
  border: 1px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  .pn-search-layer-icon .pn-search-area-pc.searchbar-active {
    outline: 1px solid #000;
  }
}
.pn-search-layer-icon .open {
  -webkit-animation: toggle 0.5s;
  -moz-animation: toggle 0.5s;
  animation: toggle 0.5s;
}

header {
  border-bottom: 1px solid #EBEDF2;
  background: #fff;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header {
    height: 50px;
  }
}
header.pn-bg {
  background: linear-gradient(180deg, #377CFE 0%, rgba(74, 201, 255, 0) 171.43%);
  border-bottom: none;
  background-color: #fff;
}
@media (min-width: 200px) and (max-width: 749px) {
  header.pn-bg {
    background: linear-gradient(180deg, #377CFE 0%, rgba(74, 201, 255, 0) 330.43%);
    border-bottom: none;
    background-color: #fff;
  }
}
header .header_inner {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: normal;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner {
    height: 50px;
  }
}
header .header_inner .header_left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 0 24px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_left {
    padding: 0 0 0 16px;
  }
}
header .header_inner .header_left .logo_image {
  display: flex;
  width: 26px;
  height: 26px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_left .logo_image {
    width: 24px;
    height: 24px;
  }
}
header .header_inner .header_left .logo_image img {
  object-fit: contain;
}
header .header_inner .header_left .logo_text {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 0px !important;
  word-break: keep-all;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_left .logo_text {
    font-size: 18px;
    line-height: 1;
    padding: 0;
  }
}
header .header_inner .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  padding: 0 16px 0 0;
  position: relative;
  margin-left: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right {
    gap: 14px;
  }
}
header .header_inner .header_right .logout {
  width: 100%;
  height: 50px;
  padding: 16px 14px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #AEB1B8;
  margin-top: 30px;
  box-sizing: border-box;
}
header .header_inner .header_right .logout p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
header .header_inner .header_right .lang_box {
  position: relative;
  width: 44px;
  height: 70px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right .lang_box {
    height: 50px;
  }
}
header .header_inner .header_right .lang_box.pn_lang_box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0 10px 0 14px;
  height: 33px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 65px;
}
header .header_inner .header_right .lang_box.pn_lang_box .pl {
  width: 100%;
}
header .header_inner .header_right .lang_box .pl {
  width: 44px;
  overflow: hidden;
  appearance: none;
  text-align: left;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
header .header_inner .header_right .lang_box .pl p {
  float: left;
}
header .header_inner .header_right .lang_box .pl span {
  float: left;
  content: url("/img/icons/arrow_down.svg");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_inner .header_right .lang_box.active {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #F2F3F7;
}
header .header_inner .header_right .lang_box.active:hover {
  border-bottom: 1px solid #F2F3F7;
}
header .header_inner .header_right .lang_box .listbox {
  width: 125px;
  list-style: none;
  box-sizing: border-box;
  display: none;
  position: absolute;
  right: 0px;
  top: 58px;
  z-index: 997;
  overflow: hidden;
  background: #ffffff;
  box-shadow: rgba(32, 36, 41, 0.25) 0px 0.2rem 0.6rem;
  border-radius: 0.6rem;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right .lang_box .listbox {
    top: 50px;
  }
}
header .header_inner .header_right .lang_box .listbox.pn-listbox {
  box-shadow: none;
  top: 37px;
  border: 1px solid #000;
  border-radius: 0.6rem;
}
header .header_inner .header_right .lang_box .listbox.on {
  display: block;
}
header .header_inner .header_right .lang_box .listbox.off {
  display: none;
}
header .header_inner .header_right .lang_box .listbox li {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: center;
  width: 125px;
  height: 40px;
}
header .header_inner .header_right .lang_box .listbox li:hover {
  background: #efefef;
}
header .header_inner .header_right .lang_box .listbox li:hover button {
  background: #efefef;
}
header .header_inner .header_right .lang_box .listbox li .list {
  background-color: #FFFFFF;
  width: 100px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}
header .header_inner .header_right .hamBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right .hamBtn {
    width: auto;
    height: 44px;
  }
}
header .header_inner .header_right .hamBtn.pn-hamBtn {
  border: 1px solid #000;
  border-radius: 33px;
  width: 33px;
  height: 33px;
  background-color: #fff;
  padding: 1px 1px 0 0;
  margin: 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right .hamBtn.pn-hamBtn {
    margin: 0;
  }
}
header .header_inner .header_right .background {
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .header_right .background {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    display: none;
  }
  header .header_inner .header_right .background.bg_on {
    display: block;
    overflow: hidden;
  }
  header .header_inner .header_right .background.bg_off {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  header .header_inner .pn_header_right {
    gap: 10px;
  }
}
header .search-layer-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
header .search-layer-modal .top-layout {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .top-layout {
    padding: 15px 20px 3px 0;
  }
}
header .search-layer-modal .top-layout button {
  background: #fff;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search-layer-modal .top-layout .search-area {
  max-width: 500px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  background-color: #ffffff;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #AEB1B8;
  border-radius: 100px;
}
header .search-layer-modal .top-layout .search-area:focus, header .search-layer-modal .top-layout .search-area:hover {
  border: 2px solid #08CCCA;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .top-layout .search-area:focus, header .search-layer-modal .top-layout .search-area:hover {
    border: 1px solid #08CCCA;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .top-layout .search-area {
    padding: 0 16px 0 16px;
    height: 44px;
  }
}
header .search-layer-modal .top-layout .search-area .active {
  border: 2px solid #08CCCA;
}
header .search-layer-modal .top-layout .search-area .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
header .search-layer-modal .top-layout .search-active {
  border: 2px solid #08CCCA;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .top-layout .search-active {
    border: 1px solid #08CCCA;
  }
}
header .search-layer-modal .bottom-layout {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
}
header .search-layer-modal .bottom-layout .keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
header .search-layer-modal .bottom-layout .keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .bottom-layout .keyword-area .keyword {
    padding: 7px 14px;
  }
}
header .search-layer-modal .bottom-layout .keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
header .search-layer-modal .bottom-layout .pn-keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
header .search-layer-modal .bottom-layout .pn-keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .search-layer-modal .bottom-layout .pn-keyword-area .keyword {
    padding: 7px 14px;
  }
}
header .search-layer-modal .bottom-layout .pn-keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
header .pn-search-layer-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
header .pn-search-layer-modal .top-layout {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .top-layout {
    padding: 15px 20px 3px 0;
  }
}
header .pn-search-layer-modal .top-layout button {
  background: #fff;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .pn-search-layer-modal .top-layout .search-area {
  max-width: 500px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  background-color: #ffffff;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 100px;
}
header .pn-search-layer-modal .top-layout .search-area:focus, header .pn-search-layer-modal .top-layout .search-area:hover {
  border: 2px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .top-layout .search-area:focus, header .pn-search-layer-modal .top-layout .search-area:hover {
    border: 1px solid #000;
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .top-layout .search-area {
    padding: 0 16px 0 16px;
    height: 44px;
  }
}
header .pn-search-layer-modal .top-layout .search-area .active {
  border: 2px solid #000;
}
header .pn-search-layer-modal .top-layout .search-area .search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
header .pn-search-layer-modal .top-layout .search-active {
  border: 2px solid #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .top-layout .search-active {
    border: 1px solid #000;
  }
}
header .pn-search-layer-modal .bottom-layout {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
}
header .pn-search-layer-modal .bottom-layout .keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
header .pn-search-layer-modal .bottom-layout .keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .bottom-layout .keyword-area .keyword {
    padding: 7px 14px;
  }
}
header .pn-search-layer-modal .bottom-layout .keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}
header .pn-search-layer-modal .bottom-layout .pn-keyword-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
header .pn-search-layer-modal .bottom-layout .pn-keyword-area .keyword {
  height: 32px;
  border: 1px solid #DCDEE4;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
}
@media (min-width: 200px) and (max-width: 749px) {
  header .pn-search-layer-modal .bottom-layout .pn-keyword-area .keyword {
    padding: 7px 14px;
  }
}
header .pn-search-layer-modal .bottom-layout .pn-keyword-area .keyword p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #282828;
  white-space: nowrap;
}

.sideBar {
  position: absolute;
  top: 58px;
  right: 20px;
  width: 320px;
  overflow: hidden;
  padding-top: 12px;
  display: none;
  z-index: 999;
  background-color: #fff;
  border-radius: var(--radius-corner-box-radius-200, 16px);
  background: #ffffff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -320px;
    top: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    transform: translate3d(0px, 0, 0);
  }
  .sideBar.on {
    right: 0;
    display: block;
  }
  .sideBar.off {
    right: -320px;
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .sideBar {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -320px;
    top: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.47, 0);
    transform: translate3d(0px, 0, 0);
  }
  .sideBar.on {
    right: 0;
    display: block;
  }
  .sideBar.off {
    right: -320px;
    display: none;
  }
}
.sideBar .sideBar_inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sideBar .sideBar_inner .inquiry_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.sideBar .sideBar_inner .inquiry_box .close_btn {
  float: right;
  background-image: none;
  border: none;
  background-color: #fff;
  padding: 0;
  display: block;
  text-align: right;
  height: 24px;
  margin-bottom: 8px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px 20px 0px;
  position: relative;
  border: 1px solid #EBEDF2;
  border-radius: 15px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .my_inquiry {
  overflow: hidden;
  width: 50%;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .my_inquiry a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .my_inquiry a svg {
  padding: 9px;
  width: 40px;
  height: 40px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .my_inquiry a p {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  height: 15px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .write_inquiry {
  overflow: hidden;
  width: 50%;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .write_inquiry a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .write_inquiry a svg {
  padding: 9px;
  width: 40px;
  height: 40px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail .write_inquiry a p {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  height: 15px;
}
.sideBar .sideBar_inner .inquiry_box .inquiry_detail::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #EBEDF2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.sideBar .sideBar_inner .inquiry_box .login-box {
  margin-bottom: 12px;
  padding: 16px 20px;
  border: 1px solid #EBEDF2;
  border-radius: 15px;
}
.sideBar .sideBar_inner .inquiry_box .login-box > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  word-break: break-all;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #282828;
}
.sideBar .sideBar_inner .inquiry_box .login-box > p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}
.sideBar .sideBar_inner .inquiry_box .login-box > p img {
  margin-left: 4px;
  transform: rotate(270deg);
}
.sideBar .sideBar_inner .inquiry_box .login-box .cursor {
  cursor: pointer;
}
.sideBar .sideBar_inner .category {
  width: 100%;
  overflow: hidden;
  padding: 24px 30px 30px 30px;
}
@media (min-width: 200px) and (max-width: 319px) {
  .sideBar .sideBar_inner .category {
    padding: 24px 20px 30px 20px;
  }
}
.sideBar .sideBar_inner .category h3 {
  margin: 0 0 16px 0px;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  color: #8E8E8E;
}
.sideBar .sideBar_inner .category ul {
  gap: 16px 42px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .category ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(3, minmax(81px, 81px));
    gap: 16px 4%;
    margin-bottom: 20px;
  }
  .sideBar .sideBar_inner .category ul li {
    margin: 0 auto;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .sideBar .sideBar_inner .category ul {
    gap: 16px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, minmax(81px, 81px));
    margin-bottom: 20px;
  }
}
.sideBar .sideBar_inner .category ul.jp p {
  word-break: keep-all;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .category ul.jp p {
    word-break: break-all;
  }
}
.sideBar .sideBar_inner .category ul li {
  width: 58px;
  background-color: #FFFFFF;
}
.sideBar .sideBar_inner .category ul li:nth-child(1) p {
  white-space: nowrap;
}
.sideBar .sideBar_inner .category ul li:nth-child(3) p {
  white-space: nowrap;
}
.sideBar .sideBar_inner .category ul li:nth-child(12) p {
  white-space: nowrap;
}
.sideBar .sideBar_inner .category ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sideBar .sideBar_inner .category ul li a img {
  width: 66px;
  height: 66px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .category ul li a img {
    width: 58px;
    height: 58px;
  }
}
.sideBar .sideBar_inner .category ul li a p {
  text-align: center;
  word-break: keep-all;
  white-space: break-spaces;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
}
.sideBar .sideBar_inner .wev-category {
  padding: 24px 0 30px 0;
}
.sideBar .sideBar_inner .wev-category h3 {
  padding: 0 20px;
}
.sideBar .sideBar_inner .wev-category ul {
  grid-template-rows: none;
  gap: 16px 0;
  margin-bottom: 30px;
  padding: 0 16px;
}
.sideBar .sideBar_inner .wev-category ul li {
  width: 72px;
}
.sideBar .sideBar_inner .wev-category ul li a img {
  width: 56px;
  height: 56px;
}
.sideBar .sideBar_inner .pn-category {
  width: 100%;
  overflow: hidden;
  padding: 24px 20px 30px 20px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .pn-category {
    padding: 38px 20px 30px 20px;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .sideBar .sideBar_inner .pn-category {
    padding: 38px 20px 30px 20px;
  }
}
.sideBar .sideBar_inner .pn-category h3 {
  margin: 0 0 16px 0px;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  color: #8E8E8E;
}
.sideBar .sideBar_inner .pn-category ul {
  gap: 16px 42px;
  flex-wrap: wrap;
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.sideBar .sideBar_inner .pn-category ul.jp li:nth-child(8) p {
  word-break: keep-all;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .pn-category ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(3, minmax(81px, auto));
    gap: 8px 4%;
    margin: 0 0 20px 0;
  }
  .sideBar .sideBar_inner .pn-category ul li {
    margin: 0 auto;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  .sideBar .sideBar_inner .pn-category ul {
    gap: 16px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, minmax(81px, auto));
    margin-bottom: 20px;
  }
}
.sideBar .sideBar_inner .pn-category ul li {
  width: 58px;
  background-color: #FFFFFF;
}
.sideBar .sideBar_inner .pn-category ul li:nth-child(8) p {
  word-break: break-word;
}
.sideBar .sideBar_inner .pn-category ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 200px) and (max-width: 749px) {
  .sideBar .sideBar_inner .pn-category ul li a {
    gap: 2px;
  }
}
.sideBar .sideBar_inner .pn-category ul li a img {
  width: 50px;
  height: 50px;
}
.sideBar .sideBar_inner .pn-category ul li a p {
  text-align: center;
  word-break: keep-all;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
}
.sideBar .sideBar_inner .pn-category ul li a p.jp {
  word-break: keep-all;
}

.help-header-scroll {
  display: none;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #EBEDF2;
  background: #fff;
  z-index: 95;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #111111;
}
@media (min-width: 200px) and (max-width: 749px) {
  .help-header-scroll {
    display: none;
    letter-spacing: -0.08px;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    color: #111111;
  }
}

.header-fixed {
  display: block;
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
}
@media (min-width: 200px) and (max-width: 749px) {
  .header-fixed {
    top: 0;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .header-fixed-scroll {
    top: 0;
  }
}

.sb-arrow-up {
  content: url("/img/icons/arrow_down.svg");
}

.sb-arrow-down {
  content: url("/img/icons/arrow_down.svg");
  transform: rotate(180deg);
}

.search {
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease 0.5s;
  background: #fff;
  box-shadow: 0 3px 14px -1px rgba(0, 0, 0, 0.18);
}
.search .icon {
  width: 20px;
  cursor: pointer;
  height: 20px;
  margin: 20px;
  position: relative;
  transform: rotate(90deg) translate(-10%, -10%);
  transition: all 0.3s ease 0.6s;
}
.search .icon:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid #4C515E;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s ease 0s;
}
.search .icon span {
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  margin: -1px 0 0 -1px;
  position: absolute;
  transition: background 0s ease 0s;
}
.search .icon span:before, .search .icon span:after {
  content: "";
  top: 0;
  width: 2px;
  height: 2px;
  opacity: 0;
  border-radius: 1px;
  position: absolute;
  background: #212533;
  transition: all 0.3s ease 0s;
}
.search .icon span:before {
  right: 0;
}
.search .icon span:after {
  left: 0;
}
.search .icon span svg {
  display: block;
  fill: none;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke: #4C515E;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  stroke-dasharray: 47;
  stroke-dashoffset: 67;
  transition: all 0.4s ease 0.31s, opacity 0.1s ease 0.4s, stroke 0.4s ease 0s;
}
.search .field {
  position: relative;
  width: 0;
  transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s;
}
.search .field input {
  font-size: inherit;
  line-height: inherit;
  padding: 0 24px 0 0;
  border: 0;
  display: block;
  font-family: inherit;
  position: absolute;
  background: #fff;
  -webkit-appearance: none;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0s ease 0s;
  margin: 0;
  line-height: 22px;
  vertical-align: middle;
  text-transform: none;
}
.search .field input:focus {
  outline: none;
}
.search .field input::-webkit-input-placeholder {
  color: #212533;
}
.search .field input:-moz-placeholder {
  color: #212533;
}
.search .field input::-moz-placeholder {
  color: #212533;
}
.search .field input:-ms-input-placeholder {
  color: #212533;
}
.search .field > div {
  white-space: nowrap;
  color: #212533;
  display: flex;
}
.search .field > div span {
  opacity: 0;
  line-height: 22px;
  display: block;
  visibility: hidden;
  transform: translate(0, 12px);
  transition: all 0.4s ease;
}
.search .field > div span:nth-child(1) {
  transition-delay: 0.4s;
}
.search .field > div span:nth-child(2) {
  transition-delay: 0.2s;
}
.search .field > div span:nth-child(3) {
  transition-delay: 0s;
}
.search.open {
  border-radius: 8px;
  transition-delay: 0s;
  box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.18);
}
.search.open .icon {
  transform: rotate(0deg) translate(0, 0);
  transition-delay: 0s;
}
.search.open .icon:before {
  border-color: #212533;
}
.search.open .icon span svg {
  stroke: #212533;
  transition-delay: 0s;
}
.search.open .field {
  transition-delay: 0s;
  width: 200px;
}
.search.open .field > div span {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.search.open .field > div span:nth-child(1) {
  transition-delay: 0.4s;
}
.search.open .field > div span:nth-child(2) {
  transition-delay: 0.45s;
}
.search.open .field > div span:nth-child(3) {
  transition-delay: 0.5s;
}
.search.open .field input {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.75s;
}
.search.loading .icon span {
  background: #212533;
  animation: rotate 1s infinite ease 0.8s;
  transition-delay: 0.4s;
}
.search.loading .icon span svg {
  transition-delay: 0s;
  stroke-dasharray: 48;
  stroke-dashoffset: 139;
  opacity: 0;
  transition: all 0.4s ease 0s, opacity 0s ease 0.4s;
}
.search.loading .icon span:before, .search.loading .icon span:after {
  opacity: 1;
  transition-delay: 0.4s;
}
.search.loading .icon span:before {
  transform: translate(-4px, 0);
}
.search.loading .icon span:after {
  transform: translate(4px, 0);
}

@media (min-width: 200px) and (max-width: 749px) {
  .search-header {
    display: none;
  }
}
.search-header .scrollHeader {
  top: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 200px) and (max-width: 749px) {
  .lock {
    overflow: hidden;
  }
}
footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 48px 0;
}
footer .footer_divider {
  background-color: rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}
footer .footer_divider.pn-footer-divider {
  background-color: #999;
}
footer .footer_inner {
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  gap: 16px;
}
footer .footer_inner > div {
  padding: 0 10px;
}
@media (min-width: 200px) and (max-width: 749px) {
  footer .footer_inner > div {
    padding: 0 20px;
  }
}
footer .footer_inner .company_information {
  width: 100%;
}
footer .footer_inner .company_information ul {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
footer .footer_inner .company_information ul a {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #111111;
  white-space: nowrap;
}
footer .footer_inner .company_information ul .font-700 {
  font-weight: 700;
}
footer .footer_inner .inner_divider {
  background-color: rgba(0, 0, 0, 0.04);
  width: auto;
  height: 1px;
}
@media (min-width: 200px) and (max-width: 749px) {
  footer .footer_inner .inner_divider {
    margin: 0 10px;
  }
}
footer .footer_inner .copyright {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8E8E8E;
}
@media (min-width: 200px) and (max-width: 749px) {
  footer .footer_inner .copyright {
    margin-bottom: 10px;
  }
}

#homeWrap {
  max-width: 760px;
  width: 100%;
  padding: 50px 30px 80px 30px;
  margin: 70px auto 0 auto;
  position: relative;
  min-height: calc(100vh - 175px);
}
@media (min-width: 200px) and (max-width: 749px) {
  #homeWrap {
    padding: 36px 10px 30px 10px;
    margin: 50px auto 0 auto;
    min-height: calc(100vh - 155px);
  }
}

#atc_homeWrap {
  max-width: 940px;
  width: 100%;
  padding: 50px 30px 80px 30px;
  margin: 70px auto 0 auto;
  min-height: calc(100vh - 175px);
}
@media (min-width: 200px) and (max-width: 749px) {
  #atc_homeWrap {
    padding: 24px 0px 30px 0px;
    margin: 50px auto 0 auto;
    min-height: calc(100vh - 155px);
  }
}

.df-space-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.w-700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 305px);
  position: relative;
}
@media (min-width: 200px) and (max-width: 749px) {
  .w-700 {
    padding: 0 10px;
    min-height: calc(100vh - 209px);
    position: relative;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .homeWrap-search {
    margin: 0 auto !important;
  }
}

.category_wrap {
  max-width: 760px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media (min-width: 200px) and (max-width: 749px) {
  .category_wrap {
    padding: 0 10px 0 10px;
    min-height: calc(100vh - 155px);
  }
}

.default-wrap {
  max-width: 760px;
  width: 100%;
  padding: 0px 30px 0px 30px;
  margin: 0px auto 0 auto;
  position: relative;
}
@media (min-width: 200px) and (max-width: 749px) {
  .default-wrap {
    padding: 12px 10px 0px 10px;
  }
}

@media (min-width: 200px) and (max-width: 749px) {
  .inquiry-wrap {
    padding: 0px 10px 0px 10px !important;
  }
}

/* iOS 운영 체제 감지 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* iOS 시스템 폰트 적용 */
  body {
    font-family: -apple-system, "San Francisco", Helvetica, Arial, sans-serif;
  }
}
/* Android 운영 체제 감지 */
@media screen and (max--moz-device-pixel-ratio: 0) {
  /* Android 시스템 폰트 적용 */
  body {
    font-family: "Roboto", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
#error {
  min-height: calc(100vh - 370px);
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 200px) and (max-width: 749px) {
  #error {
    padding: 10px;
    min-height: calc(100vh - 260px);
  }
}
#error .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
#error > .error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  max-width: 400px;
}
#error > .error-wrap > .tit {
  text-transform: capitalize;
  text-align: center;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
@media (min-width: 200px) and (max-width: 749px) {
  #error > .error-wrap > .tit {
    font-size: 20px;
    word-break: keep-all;
  }
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap > .tit {
    font-size: 15px;
    word-break: keep-all;
  }
}
#error > .error-wrap span {
  text-align: center;
  margin: 16px 0 24px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
  word-break: keep-all;
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap span {
    font-size: 12px;
  }
}
#error > .error-wrap .update-con {
  white-space: nowrap;
}
@media (min-width: 200px) and (max-width: 319px) {
  #error > .error-wrap .update-con {
    word-break: keep-all;
  }
}
#error > .error-wrap .sub-content {
  padding: 16px;
  border-radius: 8px;
  background-color: #F7F8FA;
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#error > .error-wrap .sub-content .sub-tit {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: center;
}
#error > .error-wrap .sub-content > ul {
  padding-left: 16px;
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#error > .error-wrap .sub-content > ul li {
  list-style-type: disc;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
}
#error > .error-wrap .sub-content > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  text-align: left;
}
#error .error-wrap.maintenance {
  width: 100%;
  max-width: 100%;
}

.error-footer {
  background-color: #F7F8FA;
  padding: 40px 12px 83px 12px;
  gap: 24px;
  width: 100%;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer > div {
  position: relative;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer > div ul {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer > div ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  color: #8E8E8E;
}
.error-footer > div ul li b {
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  color: #8E8E8E;
}
.error-footer > div #languageBtn {
  background-color: #fff;
  padding: 8px 0;
  width: 84px;
  gap: 4px;
  border: 1px solid #E0E4E8;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer > div #languageBtn span {
  width: 14px;
  height: 14px;
}
.error-footer > div #languageBtn .arrow-icon {
  transition: transform 0.3s ease;
  content: url("/img/icons/arrow.svg");
}
.error-footer > div #languageBtn.active .arrow-icon {
  transform: rotate(180deg);
}
.error-footer > div #languageBtn p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #111;
}
.error-footer > div #lang-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #fff;
  width: 84px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E0E4E8;
  border-radius: 2px;
}
.error-footer > div #lang-content a {
  padding: 10px;
  border-bottom: 1px solid #E0E4E8;
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #111;
}
.error-footer > div #lang-content a:last-child {
  border-bottom: none;
}
.error-footer .footer-info {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-footer .footer-info > div {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-footer .footer-info > div p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}
.error-footer .footer-info > div p span {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #8E8E8E;
}
.error-footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #666;
}
