@charset "UTF-8";
/*
 * Copyright inpleworks, Co.
*/
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
:root {
  --xet-manual-theme-color: #E41618;
  --xet-manual-text-color: #14274E;
  --xet-manual-border-color: #d8dee6;
  --xet-manual-side-bg-color: #f7f9fd;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: var(--xet-manual-text-color);
}

html,
body,
table,
th,
td,
button,
input {
  font-family: "Suit", -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Nanum Gothic", sans-serif;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
figure {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0 none;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* page */
.xet-page {
  overflow: hidden;
  /* 버튼 */
}
.xet-page .text-center {
  text-align: center;
}
.xet-page .red {
  color: red !important;
}
.xet-page .xet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 1rem;
  height: 40px;
  min-width: 140px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #7f8c8d;
}
.xet-page .xet-btn:hover {
  background: var(--xet-manual-theme-color);
}
.xet-page a:not(.xet-btn) {
  color: var(--xet-manual-text-color);
}
.xet-page .page__header .page__header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 1rem;
  border-bottom: 1px solid var(--xet-manual-border-color);
  background-color: var(--xet-manual-side-bg-color);
}
.xet-page .page__header .page__header__container .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.xet-page .page__header .page__header__container .title small {
  display: block;
  color: #707070;
}
.xet-page .page__header .page__header__container a {
  font-size: 1.25rem;
}
.xet-page .fixed-menus {
  display: none;
  position: fixed;
  top: 0;
  z-index: 30;
  left: 0;
  height: 100%;
  padding-bottom: 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--xet-manual-side-bg-color);
  border-right: 1px solid var(--xet-manual-border-color);
}
.xet-page .fixed-menus .fixed-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-bottom: 1px solid var(--xet-manual-border-color);
}
.xet-page .fixed-menus .fixed-header img {
  max-width: 168px;
}
.xet-page .fixed-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.xet-page .fixed-menus ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--xet-manual-border-color);
}
.xet-page .fixed-menus ul li.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 40px;
  font-weight: 700;
  background-color: var(--xet-manual-side-bg-color);
}
.xet-page .fixed-menus ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  padding: 0 2rem;
  height: 40px;
}
.xet-page .fixed-menus ul li a.link {
  justify-content: space-between;
}
.xet-page .fixed-menus ul li a.active {
  background: var(--xet-manual-theme-color);
  color: #fff;
}
.xet-page .contents article {
  padding: 1rem 0;
}
.xet-page .contents article > section {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
}
.xet-page .contents article > section .inner {
  position: relative;
}
.xet-page .contents article > section .inner h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.xet-page .contents article > section .inner h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.xet-page .contents article > section .inner > div + div {
  margin-top: 1rem;
}
.xet-page .contents article > section .option-box {
  padding: 1rem;
  border: 1px solid var(--xet-manual-border-color);
  /* 필수 안내 */
}
.xet-page .contents article > section .option-box p + p {
  margin-top: 0.5rem;
}
.xet-page .contents article > section .option-box .option-title {
  margin: 1rem 0 1rem;
  padding: 2rem 0 1rem;
  border-top: 1px dotted var(--xet-manual-border-color);
  border-bottom: 1px dotted var(--xet-manual-border-color);
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
}
.xet-page .contents article > section .option-box .option-title small {
  font-size: 75%;
  color: #707070;
}
.xet-page .contents article > section .option-box .option-title:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.xet-page .contents article > section .option-box .option-group + .option-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted var(--xet-manual-border-color);
}
.xet-page .contents article > section .option-box .option-group .option__label {
  font-weight: 700;
  color: var(--xet-manual-text-color);
}
.xet-page .contents article > section .option-box .option-group .input-grp {
  margin-bottom: 0.5rem;
}
.xet-page .contents article > section .option-box .option-group .input-grp label {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 5px 0;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--xet-manual-text-color);
}
.xet-page .contents article > section .option-box .option-group .input-grp label input[type=radio] {
  display: inline-block;
  margin: 0 4px 0 0;
}
.xet-page .contents article > section .option-box .option-group .input-grp input[type=text] {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  height: 28px;
  font-size: 1rem;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #707070;
}
.xet-page .contents article > section .option-box .option-group .input-grp textarea {
  width: 100%;
  max-width: 400px;
  height: 80px;
  border: 1px solid #c1c1c1;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 3px;
  resize: vertical;
  color: #707070;
}
.xet-page .contents article > section .option-box .option-group .input-grp select {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  height: 28px;
}
.xet-page .contents article > section .option-box.coaution {
  background-color: #eaf8f8;
}
.xet-page .contents article > section .screenshot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  margin: 16px 0;
  padding: 8px;
  background-color: #999;
  color: #fff;
}
.xet-page .contents article > section .screenshot > div {
  flex: 1;
}
.xet-page .contents article > section .screenshot p {
  color: #fff;
}
.xet-page .contents article > section .screenshot p + p {
  margin-top: 0.5rem;
}
.xet-page .page__footer {
  text-align: center;
  padding: 1rem;
  border-top: 1px solid var(--xet-manual-border-color);
}

@media (min-width: 1024px) {
  body {
    font-size: 14px;
  }

  .xet-page .page__header {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
  }
  .xet-page .page__header .page__header__container {
    padding: 0 2rem;
  }
  .xet-page .page__header .page__header__container .title {
    font-size: 1.5rem;
  }
  .xet-page .page__header .page__header__container .title small {
    display: inline;
  }
  .xet-page .fixed-menus {
    display: block;
    width: 250px;
  }
  .xet-page .contents {
    padding-top: 80px;
    padding-left: 250px;
  }
  .xet-page .contents article {
    padding: 16px;
  }
  .xet-page .contents article > section {
    /* 설정 옵션 그룹핑 */
  }
  .xet-page .contents article > section .screenshot {
    flex-direction: row;
  }
  .xet-page .contents article > section .option-group {
    display: flex;
  }
  .xet-page .contents article > section .option-group .option__label {
    width: 240px;
  }
  .xet-page .contents article > section .option-group .option__control {
    flex: 1;
  }
}