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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  display: block;
  width: 100%;
  min-height: 100vh;
}

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
  word-break: keep-all;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

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

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

abbr[title] {
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

img {
  border-style: none;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  border: 0;
}

:lang(ja), :lang(ko), :lang(th), :lang(zh) {
  font-style: normal;
}

:lang(ko) {
  word-break: keep-all;
}

*:focus {
  outline: none;
}

b, strong {
  font-weight: inherit;
}

small {
  font-size: 80%;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  vertical-align: middle;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  color: #000 !important;
  background-color: #fff !important;
  background-image: none !important;
}

button {
  padding: 0;
  line-height: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

button:disabled {
  cursor: not-allowed;
}

button, input {
  overflow: visible;
  outline: rgba(0, 0, 0, 0);
}

button, select {
  text-transform: none;
}

button, input, textarea, select {
  -webkit-border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input, textarea, select {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

input, textarea {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  width: 100%;
  overflow: auto;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=checkbox]:disabled, [type=radio]:disabled {
  cursor: not-allowed;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  color: #111;
  font-weight: 300;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 1.6;
  letter-spacing: -0.2px;
  word-wrap: break-word;
  word-break: keep-all;
  background-color: #fff;
}
.btn, .button, button, input, textarea, select {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

input, textarea, select {
  background-color: #fff;
  border: 1px solid #ddd;
}

input.input {
  border-bottom: 1px solid #111;
}

input.input[data-form-state=normal] {
  border-color: #aaa !important;
}

input.input[data-form-state=focus] {
  border-color: #111 !important;
}

input.input[data-form-state=focus] {
  color: #111;
}

input.input[data-form-state=valid] {
  border-color: #388e3c !important;
}

input.input[data-form-state=valid] {
  color: #388e3c;
}

input.input[data-form-state=invalid] {
  border-color: #ff4b40 !important;
}

input.input[data-form-state=invalid] {
  color: #ff4b40;
}

:root {
  font-size: 62.5%;
}

.font-heading-1 {
  letter-spacing: -0.4px;
}
.font-heading-2 {
  letter-spacing: -0.4px;
}
.font-heading-3 {
  letter-spacing: -0.3px;
}
.font-emphasis-r {
  letter-spacing: -0.4px;
  font-weight: 300;
}
.font-emphasis-eb {
  letter-spacing: -0.4px;
  font-weight: 900;
}
.font-body-r {
  letter-spacing: -0.2px;
  font-weight: 300;
}
.font-body-eb {
  letter-spacing: -0.2px;
  font-weight: 900;
}
.font-caption {
  font-weight: 300;
  font-size: 1.4rem;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(../assets/fonts/NanumSquareNeoTTF-aLt..eot);
  src: local("NanumSquareNeo"), local("NanumSquareNeo"), local("NanumSquareNeo"), url(../assets/fonts/NanumSquareNeoTTF-aLt..eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareNeoTTF-aLt..woff2) format("woff2"), url(../assets/fonts/NanumSquareNeoTTF-aLt..woff) format("woff"), url(../assets/fonts/NanumSquareNeoTTF-aLt..ttf) format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../assets/fonts/NanumSquareNeoTTF-bRg..eot);
  src: local("NanumSquareNeo"), local("NanumSquareNeo"), local("NanumSquareNeo"), url(../assets/fonts/NanumSquareNeoTTF-bRg..eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareNeoTTF-bRg..woff2) format("woff2"), url(../assets/fonts/NanumSquareNeoTTF-bRg..woff) format("woff"), url(../assets/fonts/NanumSquareNeoTTF-bRg..ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../assets/fonts/NanumSquareNeoTTF-cBd..eot);
  src: local("NanumSquareNeo"), local("NanumSquareNeo"), local("NanumSquareNeo"), url(../assets/fonts/NanumSquareNeoTTF-cBd..eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareNeoTTF-cBd..woff2) format("woff2"), url(../assets/fonts/NanumSquareNeoTTF-cBd..woff) format("woff"), url(../assets/fonts/NanumSquareNeoTTF-cBd..ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../assets/fonts/NanumSquareNeoTTF-dEb..eot);
  src: local("NanumSquareNeo"), local("NanumSquareNeo"), local("NanumSquareNeo"), url(../assets/fonts/NanumSquareNeoTTF-dEb..eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareNeoTTF-dEb..woff2) format("woff2"), url(../assets/fonts/NanumSquareNeoTTF-dEb..woff) format("woff"), url(../assets/fonts/NanumSquareNeoTTF-dEb..ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../assets/fonts/NanumSquareNeoTTF-eHv..eot);
  src: local("NanumSquareNeo"), local("NanumSquareNeo"), local("NanumSquareNeo"), url(../assets/fonts/NanumSquareNeoTTF-eHv..eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareNeoTTF-eHv..woff2) format("woff2"), url(../assets/fonts/NanumSquareNeoTTF-eHv..woff) format("woff"), url(../assets/fonts/NanumSquareNeoTTF-eHv..ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
.button, .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  color: #000;
  font: revert;
  background-color: #7c43f4;
  border: 1px solid #7c43f4;
  -webkit-box-shadow: revert;
          box-shadow: revert;
  border-radius: 0.5rem;
}

.button:hover, .btn:hover, .button:focus, .btn:focus, .button:active, .btn:active {
  background-color: #6b2bf3;
}

.button.disabled, .disabled.btn, .button[disabled], [disabled].btn {
  cursor: not-allowed;
  border: none;
}

.button.round, .round.btn, .button.round-reverse, .round-reverse.btn, .button[data-type=round], [data-type=round].btn, .button[data-type=round-reverse], [data-type=round-reverse].btn {
  border-radius: 50px !important;
}

.button.text, .text.btn, .button[data-type=text], [data-type=text].btn {
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  min-height: 0;
  min-height: initial;
}

.button.outlined, .outlined.btn, .button[data-type=outlined], [data-type=outlined].btn {
  border-color: gray;
  border-style: solid;
  border-width: 1px;
}

.button.default, .default.btn, .button[data-type=default], [data-type=default].btn, .button.round, .round.btn, .button[data-type=round], [data-type=round].btn {
  color: #fff;
}

.button.text, .text.btn, .button.outlined, .outlined.btn, .button.round-reverse, .round-reverse.btn, .button[data-type=text], [data-type=text].btn, .button[data-type=outlined], [data-type=outlined].btn, .button[data-type=round-reverse], [data-type=round-reverse].btn {
  background-color: rgba(0, 0, 0, 0);
}

.button.text:hover, .text.btn:hover, .button.text:focus, .text.btn:focus, .button.text:active, .text.btn:active, .button.outlined:hover, .outlined.btn:hover, .button.outlined:focus, .outlined.btn:focus, .button.outlined:active, .outlined.btn:active, .button.round-reverse:hover, .round-reverse.btn:hover, .button.round-reverse:focus, .round-reverse.btn:focus, .button.round-reverse:active, .round-reverse.btn:active, .button[data-type=text]:hover, [data-type=text].btn:hover, .button[data-type=text]:focus, [data-type=text].btn:focus, .button[data-type=text]:active, [data-type=text].btn:active, .button[data-type=outlined]:hover, [data-type=outlined].btn:hover, .button[data-type=outlined]:focus, [data-type=outlined].btn:focus, .button[data-type=outlined]:active, [data-type=outlined].btn:active, .button[data-type=round-reverse]:hover, [data-type=round-reverse].btn:hover, .button[data-type=round-reverse]:focus, [data-type=round-reverse].btn:focus, .button[data-type=round-reverse]:active, [data-type=round-reverse].btn:active {
  background-color: rgba(0, 0, 0, 0);
}

.button.round-reverse, .round-reverse.btn, .button[data-type=round-reverse], [data-type=round-reverse].btn {
  border-color: gray;
  border-style: solid;
  border-width: 1px;
}

.checkbox {
  position: relative;
  width: 2rem;
  min-height: 2rem;
  margin: 0;
  font-weight: 300;
  border: 2px solid gray;
  border-radius: 2px;
}

.checkbox:disabled {
  background-color: gray;
  border-color: gray;
}

.checkbox:checked {
  font-weight: 700;
  background-color: #7c43f4;
  border-color: #7c43f4;
}

.checkbox:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/icon-checkbox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.checkbox.disabled, .checkbox[disabled] {
  cursor: not-allowed;
  background-color: gray;
  border-color: gray;
}

img.img {
  max-width: 100%;
  height: auto;
}

select.select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
  padding: 2rem 0;
  color: #111;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}

select.select:focus {
  border-color: #111;
}

select.select:disabled {
  background-color: gray;
  cursor: not-allowed;
}

select.select::-webkit-input-placeholder {
  color: #aaa;
}

select.select::-moz-placeholder {
  color: #aaa;
}

select.select:-ms-input-placeholder {
  color: #aaa;
}

select.select::-ms-input-placeholder {
  color: #aaa;
}

select.select::placeholder {
  color: #aaa;
}

textarea.textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
  padding: 2rem 0;
  color: #111;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  outline: none;
  display: block;
  padding: 2rem;
  overflow: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-radius: 0.4rem;
  resize: none;
}

textarea.textarea:focus {
  border-color: #111;
}

textarea.textarea:-moz-read-only {
  background-color: transparent;
  background-color: initial;
  cursor: not-allowed;
}

textarea.textarea:read-only {
  background-color: transparent;
  background-color: initial;
  cursor: not-allowed;
}

textarea.textarea:-moz-read-only:hover, textarea.textarea:-moz-read-only:focus, textarea.textarea:-moz-read-only:active {
  border-color: currentColor;
  border-color: initial;
}

textarea.textarea:read-only:hover, textarea.textarea:read-only:focus, textarea.textarea:read-only:active {
  border-color: currentColor;
  border-color: initial;
}

textarea.textarea:disabled {
  background-color: gray;
  cursor: not-allowed;
}

textarea.textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

textarea.textarea::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

textarea.textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

textarea.textarea::-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

textarea.textarea::placeholder {
  color: #aaa;
  font-weight: 300;
}

textarea.textarea.validation-error {
  border-color: #ff4b40;
}

input.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4rem;
  padding: 2rem 0;
  color: #111;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  outline: none;
}

input.input:focus {
  border-color: #111;
}

input.input:-moz-read-only {
  background-color: transparent;
  background-color: initial;
  cursor: not-allowed;
}

input.input:read-only {
  background-color: transparent;
  background-color: initial;
  cursor: not-allowed;
}

input.input:-moz-read-only:hover, input.input:-moz-read-only:focus, input.input:-moz-read-only:active {
  border-color: currentColor;
  border-color: initial;
}

input.input:read-only:hover, input.input:read-only:focus, input.input:read-only:active {
  border-color: currentColor;
  border-color: initial;
}

input.input:disabled {
  background-color: gray;
  cursor: not-allowed;
}

input.input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

input.input::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

input.input:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

input.input::-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

input.input::placeholder {
  color: #aaa;
  font-weight: 300;
}
input.input.validation-error {
  border-color: #ff4b40;
}

input.input.validation-error + .input-message {
  color: #ff4b40;
  opacity: 1;
}

input.input-radio[type=radio] {
  position: relative;
  width: 2rem;
  min-height: 2rem;
  margin: 0;
  color: #111;
  border-color: gray;
  border-width: 2px;
  border-radius: 100%;
}

input.input-radio[type=radio]:disabled {
  background-color: gray;
  border-color: gray;
}

input.input-radio[type=radio]:checked {
  color: #111;
  border-color: #7c43f4;
  border-width: 6px;
}

input.input-radio[type=radio] + label {
  margin-left: 1.2rem;
  cursor: pointer;
}

input.input-radio[type=radio]:checked + label {
  font-weight: 700;
}

input.input-checkbox[type=checkbox] {
  position: relative;
  width: 2rem;
  min-height: 2rem;
  margin: 0;
  font-weight: 300;
  border: 2px solid gray;
  border-radius: 2px;
}

input.input-checkbox[type=checkbox]:disabled {
  background-color: gray;
  border-color: gray;
}

input.input-checkbox[type=checkbox]:checked {
  font-weight: 700;
  background-color: #7c43f4;
  border-color: #7c43f4;
}

input.input-checkbox[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/icon-checkbox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

input.input-checkbox[type=checkbox] + label {
  margin-left: 1.2rem;
  cursor: pointer;
}

input.input-checkbox[type=checkbox]:checked + label {
  font-weight: 700;
}

.input-checkbox-pack, .input-radio-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html[data-theme=base] .header {
  background-color: #7c43f4;
}

html[data-theme=base] .button, html[data-theme=base] .btn {
  padding: 0rem 0.75rem;
  border-color: #ddd;
  border-radius: 0.625rem;
  border: medium none currentColor;
  border: initial;
}

html[data-theme=base] .button[disabled], html[data-theme=base] [disabled].btn {
  color: #b3b3b3;
  background-color: gray;
}

html[data-theme=base] .button[data-type=contained], html[data-theme=base] [data-type=contained].btn {
  color: #fff;
  background-color: #7c43f4;
  border-color: #7c43f4;
}

html[data-theme=base] .button[data-type=outlined], html[data-theme=base] [data-type=outlined].btn {
  color: #7c43f4;
  border-color: #7c43f4;
}

html[data-theme=base] .button[data-type=round], html[data-theme=base] [data-type=round].btn {
  color: #fff;
  background-color: #7c43f4;
  border-color: #7c43f4;
}

html[data-theme=base] .button[data-type=round-reverse], html[data-theme=base] [data-type=round-reverse].btn {
  color: #7c43f4;
  border-color: #7c43f4;
}

html[data-theme=base] .button[data-type=outlined]:hover, html[data-theme=base] [data-type=outlined].btn:hover, html[data-theme=base] .button[data-type=outlined]:focus, html[data-theme=base] [data-type=outlined].btn:focus, html[data-theme=base] .button[data-type=outlined]:active, html[data-theme=base] [data-type=outlined].btn:active, html[data-theme=base] .button[data-type=round-reverse]:hover, html[data-theme=base] [data-type=round-reverse].btn:hover, html[data-theme=base] .button[data-type=round-reverse]:focus, html[data-theme=base] [data-type=round-reverse].btn:focus, html[data-theme=base] .button[data-type=round-reverse]:active, html[data-theme=base] [data-type=round-reverse].btn:active {
  color: #fff;
  background-color: #7c43f4;
}

html[data-theme=base] .button[data-type=contained]:hover, html[data-theme=base] [data-type=contained].btn:hover, html[data-theme=base] .button[data-type=contained]:focus, html[data-theme=base] [data-type=contained].btn:focus, html[data-theme=base] .button[data-type=contained]:active, html[data-theme=base] [data-type=contained].btn:active, html[data-theme=base] .button[data-type=round]:hover, html[data-theme=base] [data-type=round].btn:hover, html[data-theme=base] .button[data-type=round]:focus, html[data-theme=base] [data-type=round].btn:focus, html[data-theme=base] .button[data-type=round]:active, html[data-theme=base] [data-type=round].btn:active {
  background-color: #5a13f1;
}

html[data-theme=atom] .header {
  background-color: #673ab7;
}

html[data-theme=atom] .button, html[data-theme=atom] .btn {
  padding: 0.375rem 0.625rem;
  border-color: #ddd;
  border-radius: 0;
  border: medium none currentColor;
  border: initial;
}

html[data-theme=atom] .button[disabled], html[data-theme=atom] [disabled].btn {
  color: #b3b3b3;
  background-color: gray;
}

html[data-theme=atom] .button[data-type=contained], html[data-theme=atom] [data-type=contained].btn {
  color: #fff;
  background-color: #673ab7;
  border-color: #673ab7;
}

html[data-theme=atom] .button[data-type=outlined], html[data-theme=atom] [data-type=outlined].btn {
  color: #673ab7;
  border-color: #673ab7;
}

html[data-theme=atom] .button[data-type=round], html[data-theme=atom] [data-type=round].btn {
  color: #fff;
  background-color: #673ab7;
  border-color: #673ab7;
}

html[data-theme=atom] .button[data-type=round-reverse], html[data-theme=atom] [data-type=round-reverse].btn {
  color: #673ab7;
  border-color: #673ab7;
}

html[data-theme=atom] .button[data-type=outlined]:hover, html[data-theme=atom] [data-type=outlined].btn:hover, html[data-theme=atom] .button[data-type=outlined]:focus, html[data-theme=atom] [data-type=outlined].btn:focus, html[data-theme=atom] .button[data-type=outlined]:active, html[data-theme=atom] [data-type=outlined].btn:active, html[data-theme=atom] .button[data-type=round-reverse]:hover, html[data-theme=atom] [data-type=round-reverse].btn:hover, html[data-theme=atom] .button[data-type=round-reverse]:focus, html[data-theme=atom] [data-type=round-reverse].btn:focus, html[data-theme=atom] .button[data-type=round-reverse]:active, html[data-theme=atom] [data-type=round-reverse].btn:active {
  color: #fff;
  background-color: #673ab7;
}

html[data-theme=atom] .button[data-type=contained]:hover, html[data-theme=atom] [data-type=contained].btn:hover, html[data-theme=atom] .button[data-type=contained]:focus, html[data-theme=atom] [data-type=contained].btn:focus, html[data-theme=atom] .button[data-type=contained]:active, html[data-theme=atom] [data-type=contained].btn:active, html[data-theme=atom] .button[data-type=round]:hover, html[data-theme=atom] [data-type=round].btn:hover, html[data-theme=atom] .button[data-type=round]:focus, html[data-theme=atom] [data-type=round].btn:focus, html[data-theme=atom] .button[data-type=round]:active, html[data-theme=atom] [data-type=round].btn:active {
  background-color: #512e90;
}
.pt-0 {
  padding-top: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding-top: 0rem !important;
  padding-left: 0rem !important;
  padding-bottom: 0rem !important;
  padding-right: 0rem !important;
}

.m-0 {
  margin-top: 0rem !important;
  margin-left: 0rem !important;
  margin-bottom: 0rem !important;
  margin-right: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.pl-1 {
  padding-left: 0.4rem !important;
}

.ml-1 {
  margin-left: 0.4rem !important;
}

.pr-1 {
  padding-right: 0.4rem !important;
}

.mr-1 {
  margin-right: 0.4rem !important;
}

.p-1 {
  padding-top: 0.4rem !important;
  padding-left: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.m-1 {
  margin-top: 0.4rem !important;
  margin-left: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.px-1 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.mx-1 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.pl-2 {
  padding-left: 0.8rem !important;
}

.ml-2 {
  margin-left: 0.8rem !important;
}

.pr-2 {
  padding-right: 0.8rem !important;
}

.mr-2 {
  margin-right: 0.8rem !important;
}

.p-2 {
  padding-top: 0.8rem !important;
  padding-left: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.m-2 {
  margin-top: 0.8rem !important;
  margin-left: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.px-2 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.mx-2 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.pl-3 {
  padding-left: 1.2rem !important;
}

.ml-3 {
  margin-left: 1.2rem !important;
}

.pr-3 {
  padding-right: 1.2rem !important;
}

.mr-3 {
  margin-right: 1.2rem !important;
}

.p-3 {
  padding-top: 1.2rem !important;
  padding-left: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.m-3 {
  margin-top: 1.2rem !important;
  margin-left: 1.2rem !important;
  margin-bottom: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.px-3 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.mx-3 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.pl-4 {
  padding-left: 1.6rem !important;
}

.ml-4 {
  margin-left: 1.6rem !important;
}

.pr-4 {
  padding-right: 1.6rem !important;
}

.mr-4 {
  margin-right: 1.6rem !important;
}

.p-4 {
  padding-top: 1.6rem !important;
  padding-left: 1.6rem !important;
  padding-bottom: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.m-4 {
  margin-top: 1.6rem !important;
  margin-left: 1.6rem !important;
  margin-bottom: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.px-4 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.mx-4 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.p-5 {
  padding-top: 2rem !important;
  padding-left: 2rem !important;
  padding-bottom: 2rem !important;
  padding-right: 2rem !important;
}

.m-5 {
  margin-top: 2rem !important;
  margin-left: 2rem !important;
  margin-bottom: 2rem !important;
  margin-right: 2rem !important;
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt-6 {
  padding-top: 2.4rem !important;
}

.mt-6 {
  margin-top: 2.4rem !important;
}

.pb-6 {
  padding-bottom: 2.4rem !important;
}

.mb-6 {
  margin-bottom: 2.4rem !important;
}

.pl-6 {
  padding-left: 2.4rem !important;
}

.ml-6 {
  margin-left: 2.4rem !important;
}

.pr-6 {
  padding-right: 2.4rem !important;
}

.mr-6 {
  margin-right: 2.4rem !important;
}

.p-6 {
  padding-top: 2.4rem !important;
  padding-left: 2.4rem !important;
  padding-bottom: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.m-6 {
  margin-top: 2.4rem !important;
  margin-left: 2.4rem !important;
  margin-bottom: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.px-6 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.mx-6 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.pt-7 {
  padding-top: 2.8rem !important;
}

.mt-7 {
  margin-top: 2.8rem !important;
}

.pb-7 {
  padding-bottom: 2.8rem !important;
}

.mb-7 {
  margin-bottom: 2.8rem !important;
}

.pl-7 {
  padding-left: 2.8rem !important;
}

.ml-7 {
  margin-left: 2.8rem !important;
}

.pr-7 {
  padding-right: 2.8rem !important;
}

.mr-7 {
  margin-right: 2.8rem !important;
}

.p-7 {
  padding-top: 2.8rem !important;
  padding-left: 2.8rem !important;
  padding-bottom: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.m-7 {
  margin-top: 2.8rem !important;
  margin-left: 2.8rem !important;
  margin-bottom: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.px-7 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.mx-7 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.py-7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.my-7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.pt-8 {
  padding-top: 3.2rem !important;
}

.mt-8 {
  margin-top: 3.2rem !important;
}

.pb-8 {
  padding-bottom: 3.2rem !important;
}

.mb-8 {
  margin-bottom: 3.2rem !important;
}

.pl-8 {
  padding-left: 3.2rem !important;
}

.ml-8 {
  margin-left: 3.2rem !important;
}

.pr-8 {
  padding-right: 3.2rem !important;
}

.mr-8 {
  margin-right: 3.2rem !important;
}

.p-8 {
  padding-top: 3.2rem !important;
  padding-left: 3.2rem !important;
  padding-bottom: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.m-8 {
  margin-top: 3.2rem !important;
  margin-left: 3.2rem !important;
  margin-bottom: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.px-8 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.mx-8 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.my-8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.pl-9 {
  padding-left: 3.6rem !important;
}

.ml-9 {
  margin-left: 3.6rem !important;
}

.pr-9 {
  padding-right: 3.6rem !important;
}

.mr-9 {
  margin-right: 3.6rem !important;
}

.p-9 {
  padding-top: 3.6rem !important;
  padding-left: 3.6rem !important;
  padding-bottom: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.m-9 {
  margin-top: 3.6rem !important;
  margin-left: 3.6rem !important;
  margin-bottom: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.px-9 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.mx-9 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.pt-10 {
  padding-top: 4rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.pb-10 {
  padding-bottom: 4rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.pl-10 {
  padding-left: 4rem !important;
}

.ml-10 {
  margin-left: 4rem !important;
}

.pr-10 {
  padding-right: 4rem !important;
}

.mr-10 {
  margin-right: 4rem !important;
}

.p-10 {
  padding-top: 4rem !important;
  padding-left: 4rem !important;
  padding-bottom: 4rem !important;
  padding-right: 4rem !important;
}

.m-10 {
  margin-top: 4rem !important;
  margin-left: 4rem !important;
  margin-bottom: 4rem !important;
  margin-right: 4rem !important;
}

.px-10 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.mx-10 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt-11 {
  padding-top: 4.4rem !important;
}

.mt-11 {
  margin-top: 4.4rem !important;
}

.pb-11 {
  padding-bottom: 4.4rem !important;
}

.mb-11 {
  margin-bottom: 4.4rem !important;
}

.pl-11 {
  padding-left: 4.4rem !important;
}

.ml-11 {
  margin-left: 4.4rem !important;
}

.pr-11 {
  padding-right: 4.4rem !important;
}

.mr-11 {
  margin-right: 4.4rem !important;
}

.p-11 {
  padding-top: 4.4rem !important;
  padding-left: 4.4rem !important;
  padding-bottom: 4.4rem !important;
  padding-right: 4.4rem !important;
}

.m-11 {
  margin-top: 4.4rem !important;
  margin-left: 4.4rem !important;
  margin-bottom: 4.4rem !important;
  margin-right: 4.4rem !important;
}

.px-11 {
  padding-left: 4.4rem !important;
  padding-right: 4.4rem !important;
}

.mx-11 {
  margin-left: 4.4rem !important;
  margin-right: 4.4rem !important;
}

.py-11 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.my-11 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.pt-12 {
  padding-top: 4.8rem !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.pl-12 {
  padding-left: 4.8rem !important;
}

.ml-12 {
  margin-left: 4.8rem !important;
}

.pr-12 {
  padding-right: 4.8rem !important;
}

.mr-12 {
  margin-right: 4.8rem !important;
}

.p-12 {
  padding-top: 4.8rem !important;
  padding-left: 4.8rem !important;
  padding-bottom: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.m-12 {
  margin-top: 4.8rem !important;
  margin-left: 4.8rem !important;
  margin-bottom: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.px-12 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.mx-12 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.pt-13 {
  padding-top: 5.2rem !important;
}

.mt-13 {
  margin-top: 5.2rem !important;
}

.pb-13 {
  padding-bottom: 5.2rem !important;
}

.mb-13 {
  margin-bottom: 5.2rem !important;
}

.pl-13 {
  padding-left: 5.2rem !important;
}

.ml-13 {
  margin-left: 5.2rem !important;
}

.pr-13 {
  padding-right: 5.2rem !important;
}

.mr-13 {
  margin-right: 5.2rem !important;
}

.p-13 {
  padding-top: 5.2rem !important;
  padding-left: 5.2rem !important;
  padding-bottom: 5.2rem !important;
  padding-right: 5.2rem !important;
}

.m-13 {
  margin-top: 5.2rem !important;
  margin-left: 5.2rem !important;
  margin-bottom: 5.2rem !important;
  margin-right: 5.2rem !important;
}

.px-13 {
  padding-left: 5.2rem !important;
  padding-right: 5.2rem !important;
}

.mx-13 {
  margin-left: 5.2rem !important;
  margin-right: 5.2rem !important;
}

.py-13 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.my-13 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.pt-14 {
  padding-top: 5.6rem !important;
}

.mt-14 {
  margin-top: 5.6rem !important;
}

.pb-14 {
  padding-bottom: 5.6rem !important;
}

.mb-14 {
  margin-bottom: 5.6rem !important;
}

.pl-14 {
  padding-left: 5.6rem !important;
}

.ml-14 {
  margin-left: 5.6rem !important;
}

.pr-14 {
  padding-right: 5.6rem !important;
}

.mr-14 {
  margin-right: 5.6rem !important;
}

.p-14 {
  padding-top: 5.6rem !important;
  padding-left: 5.6rem !important;
  padding-bottom: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.m-14 {
  margin-top: 5.6rem !important;
  margin-left: 5.6rem !important;
  margin-bottom: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.px-14 {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.mx-14 {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.py-14 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.my-14 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.pt-15 {
  padding-top: 6rem !important;
}

.mt-15 {
  margin-top: 6rem !important;
}

.pb-15 {
  padding-bottom: 6rem !important;
}

.mb-15 {
  margin-bottom: 6rem !important;
}

.pl-15 {
  padding-left: 6rem !important;
}

.ml-15 {
  margin-left: 6rem !important;
}

.pr-15 {
  padding-right: 6rem !important;
}

.mr-15 {
  margin-right: 6rem !important;
}

.p-15 {
  padding-top: 6rem !important;
  padding-left: 6rem !important;
  padding-bottom: 6rem !important;
  padding-right: 6rem !important;
}

.m-15 {
  margin-top: 6rem !important;
  margin-left: 6rem !important;
  margin-bottom: 6rem !important;
  margin-right: 6rem !important;
}

.px-15 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.mx-15 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.py-15 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.my-15 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.pt-16 {
  padding-top: 6.4rem !important;
}

.mt-16 {
  margin-top: 6.4rem !important;
}

.pb-16 {
  padding-bottom: 6.4rem !important;
}

.mb-16 {
  margin-bottom: 6.4rem !important;
}

.pl-16 {
  padding-left: 6.4rem !important;
}

.ml-16 {
  margin-left: 6.4rem !important;
}

.pr-16 {
  padding-right: 6.4rem !important;
}

.mr-16 {
  margin-right: 6.4rem !important;
}

.p-16 {
  padding-top: 6.4rem !important;
  padding-left: 6.4rem !important;
  padding-bottom: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.m-16 {
  margin-top: 6.4rem !important;
  margin-left: 6.4rem !important;
  margin-bottom: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.px-16 {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.mx-16 {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.py-16 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.my-16 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.pt-17 {
  padding-top: 6.8rem !important;
}

.mt-17 {
  margin-top: 6.8rem !important;
}

.pb-17 {
  padding-bottom: 6.8rem !important;
}

.mb-17 {
  margin-bottom: 6.8rem !important;
}

.pl-17 {
  padding-left: 6.8rem !important;
}

.ml-17 {
  margin-left: 6.8rem !important;
}

.pr-17 {
  padding-right: 6.8rem !important;
}

.mr-17 {
  margin-right: 6.8rem !important;
}

.p-17 {
  padding-top: 6.8rem !important;
  padding-left: 6.8rem !important;
  padding-bottom: 6.8rem !important;
  padding-right: 6.8rem !important;
}

.m-17 {
  margin-top: 6.8rem !important;
  margin-left: 6.8rem !important;
  margin-bottom: 6.8rem !important;
  margin-right: 6.8rem !important;
}

.px-17 {
  padding-left: 6.8rem !important;
  padding-right: 6.8rem !important;
}

.mx-17 {
  margin-left: 6.8rem !important;
  margin-right: 6.8rem !important;
}

.py-17 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

.my-17 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}

.pt-18 {
  padding-top: 7.2rem !important;
}

.mt-18 {
  margin-top: 7.2rem !important;
}

.pb-18 {
  padding-bottom: 7.2rem !important;
}

.mb-18 {
  margin-bottom: 7.2rem !important;
}

.pl-18 {
  padding-left: 7.2rem !important;
}

.ml-18 {
  margin-left: 7.2rem !important;
}

.pr-18 {
  padding-right: 7.2rem !important;
}

.mr-18 {
  margin-right: 7.2rem !important;
}

.p-18 {
  padding-top: 7.2rem !important;
  padding-left: 7.2rem !important;
  padding-bottom: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.m-18 {
  margin-top: 7.2rem !important;
  margin-left: 7.2rem !important;
  margin-bottom: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.px-18 {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.mx-18 {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.py-18 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.my-18 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.pt-19 {
  padding-top: 7.6rem !important;
}

.mt-19 {
  margin-top: 7.6rem !important;
}

.pb-19 {
  padding-bottom: 7.6rem !important;
}

.mb-19 {
  margin-bottom: 7.6rem !important;
}

.pl-19 {
  padding-left: 7.6rem !important;
}

.ml-19 {
  margin-left: 7.6rem !important;
}

.pr-19 {
  padding-right: 7.6rem !important;
}

.mr-19 {
  margin-right: 7.6rem !important;
}

.p-19 {
  padding-top: 7.6rem !important;
  padding-left: 7.6rem !important;
  padding-bottom: 7.6rem !important;
  padding-right: 7.6rem !important;
}

.m-19 {
  margin-top: 7.6rem !important;
  margin-left: 7.6rem !important;
  margin-bottom: 7.6rem !important;
  margin-right: 7.6rem !important;
}

.px-19 {
  padding-left: 7.6rem !important;
  padding-right: 7.6rem !important;
}

.mx-19 {
  margin-left: 7.6rem !important;
  margin-right: 7.6rem !important;
}

.py-19 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important;
}

.my-19 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important;
}

.pt-20 {
  padding-top: 8rem !important;
}

.mt-20 {
  margin-top: 8rem !important;
}

.pb-20 {
  padding-bottom: 8rem !important;
}

.mb-20 {
  margin-bottom: 8rem !important;
}

.pl-20 {
  padding-left: 8rem !important;
}

.ml-20 {
  margin-left: 8rem !important;
}

.pr-20 {
  padding-right: 8rem !important;
}

.mr-20 {
  margin-right: 8rem !important;
}

.p-20 {
  padding-top: 8rem !important;
  padding-left: 8rem !important;
  padding-bottom: 8rem !important;
  padding-right: 8rem !important;
}

.m-20 {
  margin-top: 8rem !important;
  margin-left: 8rem !important;
  margin-bottom: 8rem !important;
  margin-right: 8rem !important;
}

.px-20 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.mx-20 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.py-20 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.my-20 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.pt-21 {
  padding-top: 8.4rem !important;
}

.mt-21 {
  margin-top: 8.4rem !important;
}

.pb-21 {
  padding-bottom: 8.4rem !important;
}

.mb-21 {
  margin-bottom: 8.4rem !important;
}

.pl-21 {
  padding-left: 8.4rem !important;
}

.ml-21 {
  margin-left: 8.4rem !important;
}

.pr-21 {
  padding-right: 8.4rem !important;
}

.mr-21 {
  margin-right: 8.4rem !important;
}

.p-21 {
  padding-top: 8.4rem !important;
  padding-left: 8.4rem !important;
  padding-bottom: 8.4rem !important;
  padding-right: 8.4rem !important;
}

.m-21 {
  margin-top: 8.4rem !important;
  margin-left: 8.4rem !important;
  margin-bottom: 8.4rem !important;
  margin-right: 8.4rem !important;
}

.px-21 {
  padding-left: 8.4rem !important;
  padding-right: 8.4rem !important;
}

.mx-21 {
  margin-left: 8.4rem !important;
  margin-right: 8.4rem !important;
}

.py-21 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}

.my-21 {
  margin-top: 8.4rem !important;
  margin-bottom: 8.4rem !important;
}

.pt-22 {
  padding-top: 8.8rem !important;
}

.mt-22 {
  margin-top: 8.8rem !important;
}

.pb-22 {
  padding-bottom: 8.8rem !important;
}

.mb-22 {
  margin-bottom: 8.8rem !important;
}

.pl-22 {
  padding-left: 8.8rem !important;
}

.ml-22 {
  margin-left: 8.8rem !important;
}

.pr-22 {
  padding-right: 8.8rem !important;
}

.mr-22 {
  margin-right: 8.8rem !important;
}

.p-22 {
  padding-top: 8.8rem !important;
  padding-left: 8.8rem !important;
  padding-bottom: 8.8rem !important;
  padding-right: 8.8rem !important;
}

.m-22 {
  margin-top: 8.8rem !important;
  margin-left: 8.8rem !important;
  margin-bottom: 8.8rem !important;
  margin-right: 8.8rem !important;
}

.px-22 {
  padding-left: 8.8rem !important;
  padding-right: 8.8rem !important;
}

.mx-22 {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}

.py-22 {
  padding-top: 8.8rem !important;
  padding-bottom: 8.8rem !important;
}

.my-22 {
  margin-top: 8.8rem !important;
  margin-bottom: 8.8rem !important;
}

.pt-23 {
  padding-top: 9.2rem !important;
}

.mt-23 {
  margin-top: 9.2rem !important;
}

.pb-23 {
  padding-bottom: 9.2rem !important;
}

.mb-23 {
  margin-bottom: 9.2rem !important;
}

.pl-23 {
  padding-left: 9.2rem !important;
}

.ml-23 {
  margin-left: 9.2rem !important;
}

.pr-23 {
  padding-right: 9.2rem !important;
}

.mr-23 {
  margin-right: 9.2rem !important;
}

.p-23 {
  padding-top: 9.2rem !important;
  padding-left: 9.2rem !important;
  padding-bottom: 9.2rem !important;
  padding-right: 9.2rem !important;
}

.m-23 {
  margin-top: 9.2rem !important;
  margin-left: 9.2rem !important;
  margin-bottom: 9.2rem !important;
  margin-right: 9.2rem !important;
}

.px-23 {
  padding-left: 9.2rem !important;
  padding-right: 9.2rem !important;
}

.mx-23 {
  margin-left: 9.2rem !important;
  margin-right: 9.2rem !important;
}

.py-23 {
  padding-top: 9.2rem !important;
  padding-bottom: 9.2rem !important;
}

.my-23 {
  margin-top: 9.2rem !important;
  margin-bottom: 9.2rem !important;
}

.pt-24 {
  padding-top: 9.6rem !important;
}

.mt-24 {
  margin-top: 9.6rem !important;
}

.pb-24 {
  padding-bottom: 9.6rem !important;
}

.mb-24 {
  margin-bottom: 9.6rem !important;
}

.pl-24 {
  padding-left: 9.6rem !important;
}

.ml-24 {
  margin-left: 9.6rem !important;
}

.pr-24 {
  padding-right: 9.6rem !important;
}

.mr-24 {
  margin-right: 9.6rem !important;
}

.p-24 {
  padding-top: 9.6rem !important;
  padding-left: 9.6rem !important;
  padding-bottom: 9.6rem !important;
  padding-right: 9.6rem !important;
}

.m-24 {
  margin-top: 9.6rem !important;
  margin-left: 9.6rem !important;
  margin-bottom: 9.6rem !important;
  margin-right: 9.6rem !important;
}

.px-24 {
  padding-left: 9.6rem !important;
  padding-right: 9.6rem !important;
}

.mx-24 {
  margin-left: 9.6rem !important;
  margin-right: 9.6rem !important;
}

.py-24 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.my-24 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

.pt-25 {
  padding-top: 10rem !important;
}

.mt-25 {
  margin-top: 10rem !important;
}

.pb-25 {
  padding-bottom: 10rem !important;
}

.mb-25 {
  margin-bottom: 10rem !important;
}

.pl-25 {
  padding-left: 10rem !important;
}

.ml-25 {
  margin-left: 10rem !important;
}

.pr-25 {
  padding-right: 10rem !important;
}

.mr-25 {
  margin-right: 10rem !important;
}

.p-25 {
  padding-top: 10rem !important;
  padding-left: 10rem !important;
  padding-bottom: 10rem !important;
  padding-right: 10rem !important;
}

.m-25 {
  margin-top: 10rem !important;
  margin-left: 10rem !important;
  margin-bottom: 10rem !important;
  margin-right: 10rem !important;
}

.px-25 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.mx-25 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.py-25 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.my-25 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.pt-26 {
  padding-top: 10.4rem !important;
}

.mt-26 {
  margin-top: 10.4rem !important;
}

.pb-26 {
  padding-bottom: 10.4rem !important;
}

.mb-26 {
  margin-bottom: 10.4rem !important;
}

.pl-26 {
  padding-left: 10.4rem !important;
}

.ml-26 {
  margin-left: 10.4rem !important;
}

.pr-26 {
  padding-right: 10.4rem !important;
}

.mr-26 {
  margin-right: 10.4rem !important;
}

.p-26 {
  padding-top: 10.4rem !important;
  padding-left: 10.4rem !important;
  padding-bottom: 10.4rem !important;
  padding-right: 10.4rem !important;
}

.m-26 {
  margin-top: 10.4rem !important;
  margin-left: 10.4rem !important;
  margin-bottom: 10.4rem !important;
  margin-right: 10.4rem !important;
}

.px-26 {
  padding-left: 10.4rem !important;
  padding-right: 10.4rem !important;
}

.mx-26 {
  margin-left: 10.4rem !important;
  margin-right: 10.4rem !important;
}

.py-26 {
  padding-top: 10.4rem !important;
  padding-bottom: 10.4rem !important;
}

.my-26 {
  margin-top: 10.4rem !important;
  margin-bottom: 10.4rem !important;
}

.pt-27 {
  padding-top: 10.8rem !important;
}

.mt-27 {
  margin-top: 10.8rem !important;
}

.pb-27 {
  padding-bottom: 10.8rem !important;
}

.mb-27 {
  margin-bottom: 10.8rem !important;
}

.pl-27 {
  padding-left: 10.8rem !important;
}

.ml-27 {
  margin-left: 10.8rem !important;
}

.pr-27 {
  padding-right: 10.8rem !important;
}

.mr-27 {
  margin-right: 10.8rem !important;
}

.p-27 {
  padding-top: 10.8rem !important;
  padding-left: 10.8rem !important;
  padding-bottom: 10.8rem !important;
  padding-right: 10.8rem !important;
}

.m-27 {
  margin-top: 10.8rem !important;
  margin-left: 10.8rem !important;
  margin-bottom: 10.8rem !important;
  margin-right: 10.8rem !important;
}

.px-27 {
  padding-left: 10.8rem !important;
  padding-right: 10.8rem !important;
}

.mx-27 {
  margin-left: 10.8rem !important;
  margin-right: 10.8rem !important;
}

.py-27 {
  padding-top: 10.8rem !important;
  padding-bottom: 10.8rem !important;
}

.my-27 {
  margin-top: 10.8rem !important;
  margin-bottom: 10.8rem !important;
}

.pt-28 {
  padding-top: 11.2rem !important;
}

.mt-28 {
  margin-top: 11.2rem !important;
}

.pb-28 {
  padding-bottom: 11.2rem !important;
}

.mb-28 {
  margin-bottom: 11.2rem !important;
}

.pl-28 {
  padding-left: 11.2rem !important;
}

.ml-28 {
  margin-left: 11.2rem !important;
}

.pr-28 {
  padding-right: 11.2rem !important;
}

.mr-28 {
  margin-right: 11.2rem !important;
}

.p-28 {
  padding-top: 11.2rem !important;
  padding-left: 11.2rem !important;
  padding-bottom: 11.2rem !important;
  padding-right: 11.2rem !important;
}

.m-28 {
  margin-top: 11.2rem !important;
  margin-left: 11.2rem !important;
  margin-bottom: 11.2rem !important;
  margin-right: 11.2rem !important;
}

.px-28 {
  padding-left: 11.2rem !important;
  padding-right: 11.2rem !important;
}

.mx-28 {
  margin-left: 11.2rem !important;
  margin-right: 11.2rem !important;
}

.py-28 {
  padding-top: 11.2rem !important;
  padding-bottom: 11.2rem !important;
}

.my-28 {
  margin-top: 11.2rem !important;
  margin-bottom: 11.2rem !important;
}

.pt-29 {
  padding-top: 11.6rem !important;
}

.mt-29 {
  margin-top: 11.6rem !important;
}

.pb-29 {
  padding-bottom: 11.6rem !important;
}

.mb-29 {
  margin-bottom: 11.6rem !important;
}

.pl-29 {
  padding-left: 11.6rem !important;
}

.ml-29 {
  margin-left: 11.6rem !important;
}

.pr-29 {
  padding-right: 11.6rem !important;
}

.mr-29 {
  margin-right: 11.6rem !important;
}

.p-29 {
  padding-top: 11.6rem !important;
  padding-left: 11.6rem !important;
  padding-bottom: 11.6rem !important;
  padding-right: 11.6rem !important;
}

.m-29 {
  margin-top: 11.6rem !important;
  margin-left: 11.6rem !important;
  margin-bottom: 11.6rem !important;
  margin-right: 11.6rem !important;
}

.px-29 {
  padding-left: 11.6rem !important;
  padding-right: 11.6rem !important;
}

.mx-29 {
  margin-left: 11.6rem !important;
  margin-right: 11.6rem !important;
}

.py-29 {
  padding-top: 11.6rem !important;
  padding-bottom: 11.6rem !important;
}

.my-29 {
  margin-top: 11.6rem !important;
  margin-bottom: 11.6rem !important;
}

.pt-30 {
  padding-top: 12rem !important;
}

.mt-30 {
  margin-top: 12rem !important;
}

.pb-30 {
  padding-bottom: 12rem !important;
}

.mb-30 {
  margin-bottom: 12rem !important;
}

.pl-30 {
  padding-left: 12rem !important;
}

.ml-30 {
  margin-left: 12rem !important;
}

.pr-30 {
  padding-right: 12rem !important;
}

.mr-30 {
  margin-right: 12rem !important;
}

.p-30 {
  padding-top: 12rem !important;
  padding-left: 12rem !important;
  padding-bottom: 12rem !important;
  padding-right: 12rem !important;
}

.m-30 {
  margin-top: 12rem !important;
  margin-left: 12rem !important;
  margin-bottom: 12rem !important;
  margin-right: 12rem !important;
}

.px-30 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.mx-30 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.py-30 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.my-30 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.p-auto {
  padding-top: auto !important;
  padding-left: auto !important;
  padding-bottom: auto !important;
  padding-right: auto !important;
}

.m-auto {
  margin-top: auto !important;
  margin-left: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-inline-table {
  display: inline-table !important;
}

.d-list-item {
  display: list-item !important;
}

.d-none {
  display: none !important;
}

.d-contents {
  display: contents !important;
}

.flex-direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-direction-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-direction-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-items-center {
  justify-items: center !important;
}

.content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.items-space-between {
  -webkit-box-align: space-between !important;
      -ms-flex-align: space-between !important;
          align-items: space-between !important;
}

.justify-items-space-between {
  justify-items: space-between !important;
}

.content-space-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.items-space-around {
  -webkit-box-align: space-around !important;
      -ms-flex-align: space-around !important;
          align-items: space-around !important;
}

.justify-items-space-around {
  justify-items: space-around !important;
}

.content-space-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.justify-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.items-space-evenly {
  -webkit-box-align: space-evenly !important;
      -ms-flex-align: space-evenly !important;
          align-items: space-evenly !important;
}

.justify-items-space-evenly {
  justify-items: space-evenly !important;
}

.content-space-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.justify-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.justify-items-flex-start {
  justify-items: flex-start !important;
}

.content-flex-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.justify-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.items-flex-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.justify-items-flex-end {
  justify-items: flex-end !important;
}

.content-flex-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-revert {
  text-align: revert;
}

.width-0 {
  width: 0% !important;
}

.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

.height-0 {
  height: 0% !important;
}

.height-1 {
  height: 1% !important;
}

.height-2 {
  height: 2% !important;
}

.height-3 {
  height: 3% !important;
}

.height-4 {
  height: 4% !important;
}

.height-5 {
  height: 5% !important;
}

.height-6 {
  height: 6% !important;
}

.height-7 {
  height: 7% !important;
}

.height-8 {
  height: 8% !important;
}

.height-9 {
  height: 9% !important;
}

.height-10 {
  height: 10% !important;
}

.height-11 {
  height: 11% !important;
}

.height-12 {
  height: 12% !important;
}

.height-13 {
  height: 13% !important;
}

.height-14 {
  height: 14% !important;
}

.height-15 {
  height: 15% !important;
}

.height-16 {
  height: 16% !important;
}

.height-17 {
  height: 17% !important;
}

.height-18 {
  height: 18% !important;
}

.height-19 {
  height: 19% !important;
}

.height-20 {
  height: 20% !important;
}

.height-21 {
  height: 21% !important;
}

.height-22 {
  height: 22% !important;
}

.height-23 {
  height: 23% !important;
}

.height-24 {
  height: 24% !important;
}

.height-25 {
  height: 25% !important;
}

.height-26 {
  height: 26% !important;
}

.height-27 {
  height: 27% !important;
}

.height-28 {
  height: 28% !important;
}

.height-29 {
  height: 29% !important;
}

.height-30 {
  height: 30% !important;
}

.height-31 {
  height: 31% !important;
}

.height-32 {
  height: 32% !important;
}

.height-33 {
  height: 33% !important;
}

.height-34 {
  height: 34% !important;
}

.height-35 {
  height: 35% !important;
}

.height-36 {
  height: 36% !important;
}

.height-37 {
  height: 37% !important;
}

.height-38 {
  height: 38% !important;
}

.height-39 {
  height: 39% !important;
}

.height-40 {
  height: 40% !important;
}

.height-41 {
  height: 41% !important;
}

.height-42 {
  height: 42% !important;
}

.height-43 {
  height: 43% !important;
}

.height-44 {
  height: 44% !important;
}

.height-45 {
  height: 45% !important;
}

.height-46 {
  height: 46% !important;
}

.height-47 {
  height: 47% !important;
}

.height-48 {
  height: 48% !important;
}

.height-49 {
  height: 49% !important;
}

.height-50 {
  height: 50% !important;
}

.height-51 {
  height: 51% !important;
}

.height-52 {
  height: 52% !important;
}

.height-53 {
  height: 53% !important;
}

.height-54 {
  height: 54% !important;
}

.height-55 {
  height: 55% !important;
}

.height-56 {
  height: 56% !important;
}

.height-57 {
  height: 57% !important;
}

.height-58 {
  height: 58% !important;
}

.height-59 {
  height: 59% !important;
}

.height-60 {
  height: 60% !important;
}

.height-61 {
  height: 61% !important;
}

.height-62 {
  height: 62% !important;
}

.height-63 {
  height: 63% !important;
}

.height-64 {
  height: 64% !important;
}

.height-65 {
  height: 65% !important;
}

.height-66 {
  height: 66% !important;
}

.height-67 {
  height: 67% !important;
}

.height-68 {
  height: 68% !important;
}

.height-69 {
  height: 69% !important;
}

.height-70 {
  height: 70% !important;
}

.height-71 {
  height: 71% !important;
}

.height-72 {
  height: 72% !important;
}

.height-73 {
  height: 73% !important;
}

.height-74 {
  height: 74% !important;
}

.height-75 {
  height: 75% !important;
}

.height-76 {
  height: 76% !important;
}

.height-77 {
  height: 77% !important;
}

.height-78 {
  height: 78% !important;
}

.height-79 {
  height: 79% !important;
}

.height-80 {
  height: 80% !important;
}

.height-81 {
  height: 81% !important;
}

.height-82 {
  height: 82% !important;
}

.height-83 {
  height: 83% !important;
}

.height-84 {
  height: 84% !important;
}

.height-85 {
  height: 85% !important;
}

.height-86 {
  height: 86% !important;
}

.height-87 {
  height: 87% !important;
}

.height-88 {
  height: 88% !important;
}

.height-89 {
  height: 89% !important;
}

.height-90 {
  height: 90% !important;
}

.height-91 {
  height: 91% !important;
}

.height-92 {
  height: 92% !important;
}

.height-93 {
  height: 93% !important;
}

.height-94 {
  height: 94% !important;
}

.height-95 {
  height: 95% !important;
}

.height-96 {
  height: 96% !important;
}

.height-97 {
  height: 97% !important;
}

.height-98 {
  height: 98% !important;
}

.height-99 {
  height: 99% !important;
}

.height-100 {
  height: 100% !important;
}

.min-width-0 {
  min-width: 0% !important;
}

.min-width-1 {
  min-width: 1% !important;
}

.min-width-2 {
  min-width: 2% !important;
}

.min-width-3 {
  min-width: 3% !important;
}

.min-width-4 {
  min-width: 4% !important;
}

.min-width-5 {
  min-width: 5% !important;
}

.min-width-6 {
  min-width: 6% !important;
}

.min-width-7 {
  min-width: 7% !important;
}

.min-width-8 {
  min-width: 8% !important;
}

.min-width-9 {
  min-width: 9% !important;
}

.min-width-10 {
  min-width: 10% !important;
}

.min-width-11 {
  min-width: 11% !important;
}

.min-width-12 {
  min-width: 12% !important;
}

.min-width-13 {
  min-width: 13% !important;
}

.min-width-14 {
  min-width: 14% !important;
}

.min-width-15 {
  min-width: 15% !important;
}

.min-width-16 {
  min-width: 16% !important;
}

.min-width-17 {
  min-width: 17% !important;
}

.min-width-18 {
  min-width: 18% !important;
}

.min-width-19 {
  min-width: 19% !important;
}

.min-width-20 {
  min-width: 20% !important;
}

.min-width-21 {
  min-width: 21% !important;
}

.min-width-22 {
  min-width: 22% !important;
}

.min-width-23 {
  min-width: 23% !important;
}

.min-width-24 {
  min-width: 24% !important;
}

.min-width-25 {
  min-width: 25% !important;
}

.min-width-26 {
  min-width: 26% !important;
}

.min-width-27 {
  min-width: 27% !important;
}

.min-width-28 {
  min-width: 28% !important;
}

.min-width-29 {
  min-width: 29% !important;
}

.min-width-30 {
  min-width: 30% !important;
}

.min-width-31 {
  min-width: 31% !important;
}

.min-width-32 {
  min-width: 32% !important;
}

.min-width-33 {
  min-width: 33% !important;
}

.min-width-34 {
  min-width: 34% !important;
}

.min-width-35 {
  min-width: 35% !important;
}

.min-width-36 {
  min-width: 36% !important;
}

.min-width-37 {
  min-width: 37% !important;
}

.min-width-38 {
  min-width: 38% !important;
}

.min-width-39 {
  min-width: 39% !important;
}

.min-width-40 {
  min-width: 40% !important;
}

.min-width-41 {
  min-width: 41% !important;
}

.min-width-42 {
  min-width: 42% !important;
}

.min-width-43 {
  min-width: 43% !important;
}

.min-width-44 {
  min-width: 44% !important;
}

.min-width-45 {
  min-width: 45% !important;
}

.min-width-46 {
  min-width: 46% !important;
}

.min-width-47 {
  min-width: 47% !important;
}

.min-width-48 {
  min-width: 48% !important;
}

.min-width-49 {
  min-width: 49% !important;
}

.min-width-50 {
  min-width: 50% !important;
}

.min-width-51 {
  min-width: 51% !important;
}

.min-width-52 {
  min-width: 52% !important;
}

.min-width-53 {
  min-width: 53% !important;
}

.min-width-54 {
  min-width: 54% !important;
}

.min-width-55 {
  min-width: 55% !important;
}

.min-width-56 {
  min-width: 56% !important;
}

.min-width-57 {
  min-width: 57% !important;
}

.min-width-58 {
  min-width: 58% !important;
}

.min-width-59 {
  min-width: 59% !important;
}

.min-width-60 {
  min-width: 60% !important;
}

.min-width-61 {
  min-width: 61% !important;
}

.min-width-62 {
  min-width: 62% !important;
}

.min-width-63 {
  min-width: 63% !important;
}

.min-width-64 {
  min-width: 64% !important;
}

.min-width-65 {
  min-width: 65% !important;
}

.min-width-66 {
  min-width: 66% !important;
}

.min-width-67 {
  min-width: 67% !important;
}

.min-width-68 {
  min-width: 68% !important;
}

.min-width-69 {
  min-width: 69% !important;
}

.min-width-70 {
  min-width: 70% !important;
}

.min-width-71 {
  min-width: 71% !important;
}

.min-width-72 {
  min-width: 72% !important;
}

.min-width-73 {
  min-width: 73% !important;
}

.min-width-74 {
  min-width: 74% !important;
}

.min-width-75 {
  min-width: 75% !important;
}

.min-width-76 {
  min-width: 76% !important;
}

.min-width-77 {
  min-width: 77% !important;
}

.min-width-78 {
  min-width: 78% !important;
}

.min-width-79 {
  min-width: 79% !important;
}

.min-width-80 {
  min-width: 80% !important;
}

.min-width-81 {
  min-width: 81% !important;
}

.min-width-82 {
  min-width: 82% !important;
}

.min-width-83 {
  min-width: 83% !important;
}

.min-width-84 {
  min-width: 84% !important;
}

.min-width-85 {
  min-width: 85% !important;
}

.min-width-86 {
  min-width: 86% !important;
}

.min-width-87 {
  min-width: 87% !important;
}

.min-width-88 {
  min-width: 88% !important;
}

.min-width-89 {
  min-width: 89% !important;
}

.min-width-90 {
  min-width: 90% !important;
}

.min-width-91 {
  min-width: 91% !important;
}

.min-width-92 {
  min-width: 92% !important;
}

.min-width-93 {
  min-width: 93% !important;
}

.min-width-94 {
  min-width: 94% !important;
}

.min-width-95 {
  min-width: 95% !important;
}

.min-width-96 {
  min-width: 96% !important;
}

.min-width-97 {
  min-width: 97% !important;
}

.min-width-98 {
  min-width: 98% !important;
}

.min-width-99 {
  min-width: 99% !important;
}

.min-width-100 {
  min-width: 100% !important;
}

.min-height-0 {
  min-height: 0% !important;
}

.min-height-1 {
  min-height: 1% !important;
}

.min-height-2 {
  min-height: 2% !important;
}

.min-height-3 {
  min-height: 3% !important;
}

.min-height-4 {
  min-height: 4% !important;
}

.min-height-5 {
  min-height: 5% !important;
}

.min-height-6 {
  min-height: 6% !important;
}

.min-height-7 {
  min-height: 7% !important;
}

.min-height-8 {
  min-height: 8% !important;
}

.min-height-9 {
  min-height: 9% !important;
}

.min-height-10 {
  min-height: 10% !important;
}

.min-height-11 {
  min-height: 11% !important;
}

.min-height-12 {
  min-height: 12% !important;
}

.min-height-13 {
  min-height: 13% !important;
}

.min-height-14 {
  min-height: 14% !important;
}

.min-height-15 {
  min-height: 15% !important;
}

.min-height-16 {
  min-height: 16% !important;
}

.min-height-17 {
  min-height: 17% !important;
}

.min-height-18 {
  min-height: 18% !important;
}

.min-height-19 {
  min-height: 19% !important;
}

.min-height-20 {
  min-height: 20% !important;
}

.min-height-21 {
  min-height: 21% !important;
}

.min-height-22 {
  min-height: 22% !important;
}

.min-height-23 {
  min-height: 23% !important;
}

.min-height-24 {
  min-height: 24% !important;
}

.min-height-25 {
  min-height: 25% !important;
}

.min-height-26 {
  min-height: 26% !important;
}

.min-height-27 {
  min-height: 27% !important;
}

.min-height-28 {
  min-height: 28% !important;
}

.min-height-29 {
  min-height: 29% !important;
}

.min-height-30 {
  min-height: 30% !important;
}

.min-height-31 {
  min-height: 31% !important;
}

.min-height-32 {
  min-height: 32% !important;
}

.min-height-33 {
  min-height: 33% !important;
}

.min-height-34 {
  min-height: 34% !important;
}

.min-height-35 {
  min-height: 35% !important;
}

.min-height-36 {
  min-height: 36% !important;
}

.min-height-37 {
  min-height: 37% !important;
}

.min-height-38 {
  min-height: 38% !important;
}

.min-height-39 {
  min-height: 39% !important;
}

.min-height-40 {
  min-height: 40% !important;
}

.min-height-41 {
  min-height: 41% !important;
}

.min-height-42 {
  min-height: 42% !important;
}

.min-height-43 {
  min-height: 43% !important;
}

.min-height-44 {
  min-height: 44% !important;
}

.min-height-45 {
  min-height: 45% !important;
}

.min-height-46 {
  min-height: 46% !important;
}

.min-height-47 {
  min-height: 47% !important;
}

.min-height-48 {
  min-height: 48% !important;
}

.min-height-49 {
  min-height: 49% !important;
}

.min-height-50 {
  min-height: 50% !important;
}

.min-height-51 {
  min-height: 51% !important;
}

.min-height-52 {
  min-height: 52% !important;
}

.min-height-53 {
  min-height: 53% !important;
}

.min-height-54 {
  min-height: 54% !important;
}

.min-height-55 {
  min-height: 55% !important;
}

.min-height-56 {
  min-height: 56% !important;
}

.min-height-57 {
  min-height: 57% !important;
}

.min-height-58 {
  min-height: 58% !important;
}

.min-height-59 {
  min-height: 59% !important;
}

.min-height-60 {
  min-height: 60% !important;
}

.min-height-61 {
  min-height: 61% !important;
}

.min-height-62 {
  min-height: 62% !important;
}

.min-height-63 {
  min-height: 63% !important;
}

.min-height-64 {
  min-height: 64% !important;
}

.min-height-65 {
  min-height: 65% !important;
}

.min-height-66 {
  min-height: 66% !important;
}

.min-height-67 {
  min-height: 67% !important;
}

.min-height-68 {
  min-height: 68% !important;
}

.min-height-69 {
  min-height: 69% !important;
}

.min-height-70 {
  min-height: 70% !important;
}

.min-height-71 {
  min-height: 71% !important;
}

.min-height-72 {
  min-height: 72% !important;
}

.min-height-73 {
  min-height: 73% !important;
}

.min-height-74 {
  min-height: 74% !important;
}

.min-height-75 {
  min-height: 75% !important;
}

.min-height-76 {
  min-height: 76% !important;
}

.min-height-77 {
  min-height: 77% !important;
}

.min-height-78 {
  min-height: 78% !important;
}

.min-height-79 {
  min-height: 79% !important;
}

.min-height-80 {
  min-height: 80% !important;
}

.min-height-81 {
  min-height: 81% !important;
}

.min-height-82 {
  min-height: 82% !important;
}

.min-height-83 {
  min-height: 83% !important;
}

.min-height-84 {
  min-height: 84% !important;
}

.min-height-85 {
  min-height: 85% !important;
}

.min-height-86 {
  min-height: 86% !important;
}

.min-height-87 {
  min-height: 87% !important;
}

.min-height-88 {
  min-height: 88% !important;
}

.min-height-89 {
  min-height: 89% !important;
}

.min-height-90 {
  min-height: 90% !important;
}

.min-height-91 {
  min-height: 91% !important;
}

.min-height-92 {
  min-height: 92% !important;
}

.min-height-93 {
  min-height: 93% !important;
}

.min-height-94 {
  min-height: 94% !important;
}

.min-height-95 {
  min-height: 95% !important;
}

.min-height-96 {
  min-height: 96% !important;
}

.min-height-97 {
  min-height: 97% !important;
}

.min-height-98 {
  min-height: 98% !important;
}

.min-height-99 {
  min-height: 99% !important;
}

.min-height-100 {
  min-height: 100% !important;
}

.max-width-0 {
  max-width: 0% !important;
}

.max-width-1 {
  max-width: 1% !important;
}

.max-width-2 {
  max-width: 2% !important;
}

.max-width-3 {
  max-width: 3% !important;
}

.max-width-4 {
  max-width: 4% !important;
}

.max-width-5 {
  max-width: 5% !important;
}

.max-width-6 {
  max-width: 6% !important;
}

.max-width-7 {
  max-width: 7% !important;
}

.max-width-8 {
  max-width: 8% !important;
}

.max-width-9 {
  max-width: 9% !important;
}

.max-width-10 {
  max-width: 10% !important;
}

.max-width-11 {
  max-width: 11% !important;
}

.max-width-12 {
  max-width: 12% !important;
}

.max-width-13 {
  max-width: 13% !important;
}

.max-width-14 {
  max-width: 14% !important;
}

.max-width-15 {
  max-width: 15% !important;
}

.max-width-16 {
  max-width: 16% !important;
}

.max-width-17 {
  max-width: 17% !important;
}

.max-width-18 {
  max-width: 18% !important;
}

.max-width-19 {
  max-width: 19% !important;
}

.max-width-20 {
  max-width: 20% !important;
}

.max-width-21 {
  max-width: 21% !important;
}

.max-width-22 {
  max-width: 22% !important;
}

.max-width-23 {
  max-width: 23% !important;
}

.max-width-24 {
  max-width: 24% !important;
}

.max-width-25 {
  max-width: 25% !important;
}

.max-width-26 {
  max-width: 26% !important;
}

.max-width-27 {
  max-width: 27% !important;
}

.max-width-28 {
  max-width: 28% !important;
}

.max-width-29 {
  max-width: 29% !important;
}

.max-width-30 {
  max-width: 30% !important;
}

.max-width-31 {
  max-width: 31% !important;
}

.max-width-32 {
  max-width: 32% !important;
}

.max-width-33 {
  max-width: 33% !important;
}

.max-width-34 {
  max-width: 34% !important;
}

.max-width-35 {
  max-width: 35% !important;
}

.max-width-36 {
  max-width: 36% !important;
}

.max-width-37 {
  max-width: 37% !important;
}

.max-width-38 {
  max-width: 38% !important;
}

.max-width-39 {
  max-width: 39% !important;
}

.max-width-40 {
  max-width: 40% !important;
}

.max-width-41 {
  max-width: 41% !important;
}

.max-width-42 {
  max-width: 42% !important;
}

.max-width-43 {
  max-width: 43% !important;
}

.max-width-44 {
  max-width: 44% !important;
}

.max-width-45 {
  max-width: 45% !important;
}

.max-width-46 {
  max-width: 46% !important;
}

.max-width-47 {
  max-width: 47% !important;
}

.max-width-48 {
  max-width: 48% !important;
}

.max-width-49 {
  max-width: 49% !important;
}

.max-width-50 {
  max-width: 50% !important;
}

.max-width-51 {
  max-width: 51% !important;
}

.max-width-52 {
  max-width: 52% !important;
}

.max-width-53 {
  max-width: 53% !important;
}

.max-width-54 {
  max-width: 54% !important;
}

.max-width-55 {
  max-width: 55% !important;
}

.max-width-56 {
  max-width: 56% !important;
}

.max-width-57 {
  max-width: 57% !important;
}

.max-width-58 {
  max-width: 58% !important;
}

.max-width-59 {
  max-width: 59% !important;
}

.max-width-60 {
  max-width: 60% !important;
}

.max-width-61 {
  max-width: 61% !important;
}

.max-width-62 {
  max-width: 62% !important;
}

.max-width-63 {
  max-width: 63% !important;
}

.max-width-64 {
  max-width: 64% !important;
}

.max-width-65 {
  max-width: 65% !important;
}

.max-width-66 {
  max-width: 66% !important;
}

.max-width-67 {
  max-width: 67% !important;
}

.max-width-68 {
  max-width: 68% !important;
}

.max-width-69 {
  max-width: 69% !important;
}

.max-width-70 {
  max-width: 70% !important;
}

.max-width-71 {
  max-width: 71% !important;
}

.max-width-72 {
  max-width: 72% !important;
}

.max-width-73 {
  max-width: 73% !important;
}

.max-width-74 {
  max-width: 74% !important;
}

.max-width-75 {
  max-width: 75% !important;
}

.max-width-76 {
  max-width: 76% !important;
}

.max-width-77 {
  max-width: 77% !important;
}

.max-width-78 {
  max-width: 78% !important;
}

.max-width-79 {
  max-width: 79% !important;
}

.max-width-80 {
  max-width: 80% !important;
}

.max-width-81 {
  max-width: 81% !important;
}

.max-width-82 {
  max-width: 82% !important;
}

.max-width-83 {
  max-width: 83% !important;
}

.max-width-84 {
  max-width: 84% !important;
}

.max-width-85 {
  max-width: 85% !important;
}

.max-width-86 {
  max-width: 86% !important;
}

.max-width-87 {
  max-width: 87% !important;
}

.max-width-88 {
  max-width: 88% !important;
}

.max-width-89 {
  max-width: 89% !important;
}

.max-width-90 {
  max-width: 90% !important;
}

.max-width-91 {
  max-width: 91% !important;
}

.max-width-92 {
  max-width: 92% !important;
}

.max-width-93 {
  max-width: 93% !important;
}

.max-width-94 {
  max-width: 94% !important;
}

.max-width-95 {
  max-width: 95% !important;
}

.max-width-96 {
  max-width: 96% !important;
}

.max-width-97 {
  max-width: 97% !important;
}

.max-width-98 {
  max-width: 98% !important;
}

.max-width-99 {
  max-width: 99% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-0 {
  max-height: 0% !important;
}

.max-height-1 {
  max-height: 1% !important;
}

.max-height-2 {
  max-height: 2% !important;
}

.max-height-3 {
  max-height: 3% !important;
}

.max-height-4 {
  max-height: 4% !important;
}

.max-height-5 {
  max-height: 5% !important;
}

.max-height-6 {
  max-height: 6% !important;
}

.max-height-7 {
  max-height: 7% !important;
}

.max-height-8 {
  max-height: 8% !important;
}

.max-height-9 {
  max-height: 9% !important;
}

.max-height-10 {
  max-height: 10% !important;
}

.max-height-11 {
  max-height: 11% !important;
}

.max-height-12 {
  max-height: 12% !important;
}

.max-height-13 {
  max-height: 13% !important;
}

.max-height-14 {
  max-height: 14% !important;
}

.max-height-15 {
  max-height: 15% !important;
}

.max-height-16 {
  max-height: 16% !important;
}

.max-height-17 {
  max-height: 17% !important;
}

.max-height-18 {
  max-height: 18% !important;
}

.max-height-19 {
  max-height: 19% !important;
}

.max-height-20 {
  max-height: 20% !important;
}

.max-height-21 {
  max-height: 21% !important;
}

.max-height-22 {
  max-height: 22% !important;
}

.max-height-23 {
  max-height: 23% !important;
}

.max-height-24 {
  max-height: 24% !important;
}

.max-height-25 {
  max-height: 25% !important;
}

.max-height-26 {
  max-height: 26% !important;
}

.max-height-27 {
  max-height: 27% !important;
}

.max-height-28 {
  max-height: 28% !important;
}

.max-height-29 {
  max-height: 29% !important;
}

.max-height-30 {
  max-height: 30% !important;
}

.max-height-31 {
  max-height: 31% !important;
}

.max-height-32 {
  max-height: 32% !important;
}

.max-height-33 {
  max-height: 33% !important;
}

.max-height-34 {
  max-height: 34% !important;
}

.max-height-35 {
  max-height: 35% !important;
}

.max-height-36 {
  max-height: 36% !important;
}

.max-height-37 {
  max-height: 37% !important;
}

.max-height-38 {
  max-height: 38% !important;
}

.max-height-39 {
  max-height: 39% !important;
}

.max-height-40 {
  max-height: 40% !important;
}

.max-height-41 {
  max-height: 41% !important;
}

.max-height-42 {
  max-height: 42% !important;
}

.max-height-43 {
  max-height: 43% !important;
}

.max-height-44 {
  max-height: 44% !important;
}

.max-height-45 {
  max-height: 45% !important;
}

.max-height-46 {
  max-height: 46% !important;
}

.max-height-47 {
  max-height: 47% !important;
}

.max-height-48 {
  max-height: 48% !important;
}

.max-height-49 {
  max-height: 49% !important;
}

.max-height-50 {
  max-height: 50% !important;
}

.max-height-51 {
  max-height: 51% !important;
}

.max-height-52 {
  max-height: 52% !important;
}

.max-height-53 {
  max-height: 53% !important;
}

.max-height-54 {
  max-height: 54% !important;
}

.max-height-55 {
  max-height: 55% !important;
}

.max-height-56 {
  max-height: 56% !important;
}

.max-height-57 {
  max-height: 57% !important;
}

.max-height-58 {
  max-height: 58% !important;
}

.max-height-59 {
  max-height: 59% !important;
}

.max-height-60 {
  max-height: 60% !important;
}

.max-height-61 {
  max-height: 61% !important;
}

.max-height-62 {
  max-height: 62% !important;
}

.max-height-63 {
  max-height: 63% !important;
}

.max-height-64 {
  max-height: 64% !important;
}

.max-height-65 {
  max-height: 65% !important;
}

.max-height-66 {
  max-height: 66% !important;
}

.max-height-67 {
  max-height: 67% !important;
}

.max-height-68 {
  max-height: 68% !important;
}

.max-height-69 {
  max-height: 69% !important;
}

.max-height-70 {
  max-height: 70% !important;
}

.max-height-71 {
  max-height: 71% !important;
}

.max-height-72 {
  max-height: 72% !important;
}

.max-height-73 {
  max-height: 73% !important;
}

.max-height-74 {
  max-height: 74% !important;
}

.max-height-75 {
  max-height: 75% !important;
}

.max-height-76 {
  max-height: 76% !important;
}

.max-height-77 {
  max-height: 77% !important;
}

.max-height-78 {
  max-height: 78% !important;
}

.max-height-79 {
  max-height: 79% !important;
}

.max-height-80 {
  max-height: 80% !important;
}

.max-height-81 {
  max-height: 81% !important;
}

.max-height-82 {
  max-height: 82% !important;
}

.max-height-83 {
  max-height: 83% !important;
}

.max-height-84 {
  max-height: 84% !important;
}

.max-height-85 {
  max-height: 85% !important;
}

.max-height-86 {
  max-height: 86% !important;
}

.max-height-87 {
  max-height: 87% !important;
}

.max-height-88 {
  max-height: 88% !important;
}

.max-height-89 {
  max-height: 89% !important;
}

.max-height-90 {
  max-height: 90% !important;
}

.max-height-91 {
  max-height: 91% !important;
}

.max-height-92 {
  max-height: 92% !important;
}

.max-height-93 {
  max-height: 93% !important;
}

.max-height-94 {
  max-height: 94% !important;
}

.max-height-95 {
  max-height: 95% !important;
}

.max-height-96 {
  max-height: 96% !important;
}

.max-height-97 {
  max-height: 97% !important;
}

.max-height-98 {
  max-height: 98% !important;
}

.max-height-99 {
  max-height: 99% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.word-break-all {
  word-break: break-all;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 0 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}
[class^=input-message], label.error {
  margin-top: 0.8rem;
  color: #ff4b40;
  font-size: 1.2rem;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #484848;
  border-radius: 4px;
}

.badge[data-type="1"] {
  color: #7c43f4;
  border-color: #7c43f4;
}

.badge[data-type="2"] {
  color: #0e7fe7;
  border-color: #0e7fe7;
}

.badge[data-type="3"] {
  color: #ff782d;
  border-color: #ff782d;
}

.badge[data-type="4"] {
  color: #484848;
  border-color: #484848;
}

.chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 2.8rem;
  color: #484848;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 1;
  border-radius: 5rem;
}

.chip[data-type=black] {
  color: #fff;
  font-weight: 700;
  background-color: #111;
}

.chip[data-type=grey] {
  background-color: #eee;
}
.btn[data-type=ghost], .btn-ghost {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4.5rem;
  color: #111;
  font: 300 1rem "NanumSquareNeo", sans-serif;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111;
  -webkit-box-shadow: revert;
          box-shadow: revert;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.8rem;
}

.btn[data-type=ghost]:hover, .btn-ghost:hover {
  color: #fff;
  background-color: #7c43f4;
  border-color: #7c43f4;
}
.btn[data-type=ghost-round], .btn-ghost-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4.5rem;
  color: #fff;
  font-weight: 700;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn[data-type=ghost-round]:hover, .btn-ghost-round:hover {
  color: #111;
  background-color: #fff;
}
.btn[data-type=fill-round], .btn-fill-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: #7c43f4;
  border: 1px solid #7c43f4;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn[data-type=fill-round]:hover, .btn-fill-round:hover {
  background-color: #4b10c7;
}
.btn[data-type=popup], .btn-popup, .btn[data-type=popup-negative], .btn-popup-negative {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.4rem;
  padding: 1.2rem 2.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 1;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 0;
}
.btn[data-type=popup-negative], .btn-popup-negative {
  color: #111;
  background-color: #fff;
}

.btn[data-type=basic-round], .btn-basic-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 2.8rem;
  color: #484848;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 1;
  background-color: #eee;
  border: 0;
  border-radius: 5rem;
}
.btn[data-type=basic-round].active, .btn-basic-round.active {
  color: #fff;
  font-weight: 700;
  background-color: #111;
}

.tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 60rem;
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  background: #f0e9ff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.layout-container {
  width: 100%;
  max-width: 137.2rem;
  margin: 0 auto;
}
strong.strong {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.fw-100 {
  font-weight: 100;
}

.color-main {
  color: #7c43f4;
}

.color-status-warning {
  color: #ff4b40;
}

.typeface-poppins {
  font-family: Poppins;
}

.required {
  margin-left: 0.4rem;
  color: #ff4b40;
}

.bullet {
  position: relative;
  padding-left: 1rem;
}

.bullet:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #aaa;
  border-radius: 100%;
  position: absolute;
  display: block;
  content: "";
}
.indent {
  margin-left: 2rem !important;
}
.mb-show {
  display: none !important;
}
.md-show {
  display: none !important;
}
.xs-show {
  display: none !important;
}
span.mb-show {
  display: none;
}
.content__header .breadcrumb {
  margin-bottom: 2rem;
}

.content__header .content__title {
  letter-spacing: -0.4px;
  line-height: 1;
}
.content__header .content__description {
  margin-top: 4rem;
  color: #484848;
  line-height: 1.6;
}

.content__header .content__header__link-wrap {
  padding-top: 8rem;
  border-bottom: 2px solid #ddd;
}
.content__header .content__header__link-wrap > .layout-container {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.content__header .content__header__link-wrap > .layout-container::-webkit-scrollbar {
  display: none;
}

.content__header .content__header__link-wrap .content__header__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2.4rem 0;
  color: gray;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.36px;
  white-space: nowrap;
  word-break: auto-phrase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.content__header .content__header__link-wrap .content__header__link.active {
  color: #7c43f4;
  font-weight: 700;
  border-color: #7c43f4;
}

.content__header .content__header__link-wrap .content__header__link:not(:first-child) {
  margin-left: 2.8rem;
}

.form__step:not(:first-child) {
  margin-top: 10rem;
}
.form__step .form__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #111;
}
.form__step .form__title-wrap .form__title {
  letter-spacing: -0.4px;
  font-weight: 900;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
}
.form__step .form__title-wrap .form__description {
  margin-left: 3.8rem;
  color: #484848;
}
.form__step .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__step .input-wrap:not(:first-child) {
  margin-top: 2rem;
}

.form__step .input-wrap .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.5rem;
  height: 5.7rem;
  margin-right: 4rem;
}
.form__step .input-wrap .input-pack {
  width: calc(100% - 11.5rem);
}
.form__step .input-wrap .input-pack .input {
  width: 100%;
}
.input-file-pack {
  position: relative;
}

.input-file {
  display: none;
}

.input-file + .label {
  width: auto !important;
  width: initial !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}

.input-file + .label {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 2rem;
  color: #7c43f4;
  background-color: #fff;
  cursor: pointer;
  background-image: url(../assets/images/icon-input-file.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 15px;
}

.input-file-name-wrap {
  margin-top: 2.8rem;
}

.input-file-name-wrap .input-file-name-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.4rem;
  margin-bottom: 0.8rem;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 5rem;
}

.input-file-name-wrap .btn-input-file-name-close {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 2rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-input-file-name-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.popup-area .dim {
  position: relative;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-area .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  min-width: 31.2rem;
  padding: 3.2rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-area .popup .popup__header .popup__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.popup-area .popup .popup__header .btn-popup-close {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/icon-popup-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.popup-area .popup .popup__content {
  margin-bottom: 4rem;
  color: #111;
  text-align: center;
}
.popup-area .popup .popup__content .str {
  word-break: break-all;
}

.popup-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-area .btn-wrap .btn:not(:first-child) {
  margin-left: 1.2rem;
}

.breadcrumb .anchor {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
}

.breadcrumb .anchor:last-child {
  font-weight: 700;
}

.breadcrumb .anchor:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1.6rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  background-image: url(../assets/images/icon-search-result-category-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language .seperate-dot {
  position: relative;
  margin: 0 0.4rem;
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}

.language .seperate-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background-color: #111;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  content: "";
}

.language .anchor.active {
  color: #7c43f4;
  font-weight: 700;
}
.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-area.active {
  height: 25.4rem;
  border-top: 1px solid #d9d9d9;
}
.search-area > .input-search-pack {
  padding: 8rem 0 10rem;
}
.input-search-pack {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-search-pack .input-search {
  width: 80rem;
  height: 7.4rem;
  padding-right: 10rem;
  font-weight: 300;
  font-size: 2.8rem;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #111;
  border-left: none;
}

.input-search-pack .input-search:focus {
  border-color: #7c43f4;
}

.input-search-pack .input-search::-webkit-input-placeholder {
  color: #aaa;
  font-size: 2.8rem;
}

.input-search-pack .input-search::-moz-placeholder {
  color: #aaa;
  font-size: 2.8rem;
}

.input-search-pack .input-search:-ms-input-placeholder {
  color: #aaa;
  font-size: 2.8rem;
}

.input-search-pack .input-search::-ms-input-placeholder {
  color: #aaa;
  font-size: 2.8rem;
}

.input-search-pack .input-search::placeholder {
  color: #aaa;
  font-size: 2.8rem;
}
.input-search-pack .btn-search {
  position: absolute;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.input-search-pack .btn-search-clear {
  position: absolute;
  right: 6.9rem;
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-search-clear.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.input-search-pack .btn-search-clear.active {
  display: block;
}

.search-result-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result-more .btn-search-result-more {
  position: relative;
  padding-right: 2.4rem;
  color: #111;
  font-family: "NanumSquareNeo", sans-serif;
}

.search-result-more .btn-search-result-more::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../assets/images/btn-search-result-more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.keyword {
  color: #7c43f4;
}

.sitemap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.sitemap.active {
  display: block;
}

.sitemap .sitemap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 18rem;
  padding: 6rem 10rem;
  border-bottom: 1px solid #ddd;
}

.sitemap .sitemap__header .sitemap__header__logo {
  width: 16rem;
  height: 6rem;
}

.sitemap .sitemap__header .sitemap__header__logo .logo-text {
  display: block;
  height: 0;
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}

.sitemap .sitemap__header .sitemap__header__logo .anchor {
  display: block;
  width: 16rem;
  height: 6rem;
}

.sitemap .sitemap__header .sitemap__header__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sitemap .sitemap__header .btn-sitemap-close {
  background-image: url(../assets/images/btn-sitemap-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 4rem;
  background-color: rgba(0, 0, 0, 0);
}

.sitemap .sitemap__content {
  height: calc(100% - 18rem);
}

.sitemap .sitemap__content .anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sitemap .sitemap__content .anchor.active {
  color: #7c43f4;
}

.sitemap .sitemap__content .sitemap__layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(1) {
  width: 50%;
}

.sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(1) .sitemap__category__list {
  width: 50%;
}

.sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(2), .sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(3) {
  width: 25%;
}

.sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(2) .sitemap__category__list-wrap, .sitemap .sitemap__content .sitemap__layout-container .sitemap__category:nth-child(3) .sitemap__category__list-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sitemap .sitemap__content .sitemap__category {
  height: calc(100vh - 18rem);
  padding: 5rem;
}

.sitemap .sitemap__content .sitemap__category:not(:first-child) {
  border-left: 1px solid #ddd;
}

.sitemap .sitemap__content .sitemap__category__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100vh - 45rem);
  overflow-y: scroll;
}

.sitemap .sitemap__content .sitemap__category__list-wrap::-webkit-scrollbar {
  display: none;
}

.sitemap .sitemap__content .sitemap__category__title {
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
}

.sitemap .sitemap__content .sitemap__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sitemap .sitemap__content .sitemap__category__list:not(:first-child) {
  margin-top: 3.5rem;
}

.sitemap .sitemap__content .sitemap__category__list__depth1 {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.4px;
}

.sitemap .sitemap__content .sitemap__category__list__depth1:only-child {
  margin-bottom: 0;
}

.sitemap .sitemap__content .sitemap__category__list__depth2 {
  color: #484848;
}

.sitemap .sitemap__content .sitemap__category__list__depth2:not(:last-child) {
  margin-bottom: 1.5rem;
}

.sitemap .sitemap__content .footer-bottom-area {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 11.4rem;
  margin-top: 4.5rem;
  padding: 3rem 2.4rem;
  color: gray;
  line-height: 1;
  background-color: #fff;
  border-top: 1px solid rgba(136, 136, 136, 0.2);
}
.sitemap .sitemap__content .footer-bottom-area > .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemap .sitemap__content .footer-bottom-area .footer__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  color: #484848;
  font-size: 1.4rem;
}

.sitemap .sitemap__content .footer-bottom-area .footer__term > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.sitemap .sitemap__content .footer-bottom-area .footer__term > *:first-child {
  padding-left: 0;
}

.sitemap .sitemap__content .footer-bottom-area .footer__term > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sitemap .sitemap__content .footer-bottom-area .copyright {
  font-size: 1.2rem;
}

.notice-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  padding: 0 6rem;
  overflow: hidden;
  color: #111;
  background: #d6c2ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.notice-bar.active {
  height: 9.2rem;
}

.notice-bar .swiper-slide {
  opacity: 0 !important;
}

.notice-bar .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.notice-bar .swiper-notice-bar {
  width: 65%;
  height: 100%;
  margin-left: 0;
}

.notice-bar .notice-bar__util {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.notice-bar .swiper-slide-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.4rem;
  height: 3.2rem;
  margin-right: 2rem;
  color: #fff;
  font-family: Poppins;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 5rem;
}

.notice-bar .swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.3rem;
}

.notice-bar .swiper-button-prev, .notice-bar .swiper-button-next {
  position: relative;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  z-index: auto;
  z-index: initial;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  margin: initial;
  color: #000;
  color: initial;
}

.notice-bar .swiper-button-prev:after, .notice-bar .swiper-button-next:after {
  display: none;
}

.notice-bar .swiper-button-prev {
  background-image: url(../assets/images/btn-notice-bar-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
}

.notice-bar .swiper-button-next {
  background-image: url(../assets/images/btn-notice-bar-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.notice-bar .str-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.notice-bar .notice-bar__title {
  display: -webkit-box !important;
  height: 3.2em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.notice-bar .notice-bar__title {
  width: 21rem;
  margin-right: 7.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}

@supports (-webkit-line-clamp: 2) {
  .notice-bar .notice-bar__title:after {
    display: none !important;
  }
}
.notice-bar .notice-bar__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.6em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}

.notice-bar .notice-bar__description {
  display: -webkit-box !important;
  height: 3.2em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.notice-bar .notice-bar__description {
  position: absolute;
  left: 26.4rem;
  max-width: 80.4rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}

@supports (-webkit-line-clamp: 2) {
  .notice-bar .notice-bar__description:after {
    display: none !important;
  }
}
.notice-bar .notice-bar__description:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.6em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}

.notice-bar .input-checkbox-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notice-bar .input-checkbox-pack .checkbox {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111;
  border-radius: 4px;
}

.notice-bar .input-checkbox-pack .label {
  margin-right: 1.6rem;
  margin-left: 0.4rem;
}

.notice-bar .btn-notice-bar-close {
  width: 1.8rem;
  height: 1.8rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-notice-bar-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
}
.pagination .pagination__list-page {
  color: gray;
  font-family: "NanumSquareNeo", sans-serif;
}

.pagination .pagination__list-page.active {
  color: #fff;
  background-color: #111;
}

.pagination .pagination__list-start, .pagination .pagination__list-prev, .pagination .pagination__list-next, .pagination .pagination__list-end {
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}

.pagination .pagination__list-start {
  background-image: url(../assets/images/btn-pagination-start.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-start.disabled {
  background-image: url(../assets/images/btn-pagination-start--disabled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-prev {
  background-image: url(../assets/images/btn-pagination-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-prev.disabled {
  background-image: url(../assets/images/btn-pagination-prev--disabled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-next {
  background-image: url(../assets/images/btn-pagination-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-next.disabled {
  background-image: url(../assets/images/btn-pagination-next--disabled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-end {
  background-image: url(../assets/images/btn-pagination-end.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination .pagination__list-end.disabled {
  background-image: url(../assets/images/btn-pagination-end--disabled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.article__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.article__list-wrap .article__list {
  margin: 1rem 1rem 6rem 1rem;
}
.article__list-wrap .article__list .anchor:hover .article__title {
  color: #7c43f4;
}

.article__list-wrap .article__list .img-wrap .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.article__list-wrap .article__list .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 56.4024390244%;
}

.article__list-wrap .article__list .article__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  height: auto;
}

.article__list-wrap .article__list .article__util > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.article__list-wrap .article__list .article__util > *:first-child {
  padding-left: 0;
}

.article__list-wrap .article__list .article__util > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article__list-wrap .article__list .article__util .article__date {
  color: gray;
}

.article__list-wrap .article__list .article__title {
  display: -webkit-box !important;
  height: 3em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.article__list-wrap .article__list .article__title {
  letter-spacing: -0.4px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}
@supports (-webkit-line-clamp: 2) {
  .article__list-wrap .article__list .article__title:after {
    display: none !important;
  }
}
.article__list-wrap .article__list .article__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.5em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}

.notice-bar .input-checkbox-pack .checkbox:checked {
  background-color: #111;
}

.tag-slider {
  position: relative;
  margin-top: 1.5rem;
  padding: 2.5rem 3.4rem;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.tag-slider[data-current-idx="0"] .btn-tag-slide-prev {
  opacity: 0.3;
}

.tag-slider .btn-tag-slide-prev, .tag-slider .btn-tag-slide-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(2.42%, #fff), color-stop(97.11%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 2.42%, #fff 97.11%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tag-slider .btn-tag-slide-prev.disabled, .tag-slider .btn-tag-slide-next.disabled {
  opacity: 0.3;
}

.tag-slider .btn-tag-slide-prev {
  left: 0;
}

.tag-slider .btn-tag-slide-next {
  right: 0;
}

.tag-slider .tag-area {
  overflow-y: scroll;
}

.tag-slider .tag-area::-webkit-scrollbar {
  display: none;
}

.tag-slider .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.tag-slider .tag-wrap .tag {
  color: #484848;
  font-size: 1.4rem;
  font-family: "NanumSquareNeo", sans-serif;
  line-height: 1;
  word-break: auto-phrase;
  background-color: rgba(0, 0, 0, 0);
}

.tag-slider .tag-wrap .tag.active {
  color: #7c43f4;
}

.tag-slider .tag-wrap .tag:not(:first-child) {
  padding-left: 3.2rem;
}

html {
  overflow-x: hidden;
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#intro .scene-first .str-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-family: Poppins;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#intro .scene-first .str-logo-wrap .str-strong {
  font-weight: 900;
  font-size: 7.4rem;
}

#intro .scene-first .str-logo-wrap .str-normal {
  margin-left: 2.5rem;
  font-weight: 300;
  font-size: 4.9rem;
}

#intro .scene-first .graphic-round-wrap {
  position: relative;
  left: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intro .scene-first .graphic-round {
  position: relative;
  width: 34rem;
  height: 34rem;
}

#intro .scene-first .graphic-round:first-child {
  left: 7rem;
}

#intro .scene-first .graphic-round.play:after {
  -webkit-animation: ani 1s 0s linear forwards;
          animation: ani 1s 0s linear forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#intro .scene-first .graphic-round:after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #ccc;
  border-radius: 100%;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes ani {
  0% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
  }
  10% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  40% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  90% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
  }
}

@keyframes ani {
  0% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
  }
  10% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  40% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  90% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
  }
}
#intro .scene-second .str-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#intro .scene-second .str-wrap .str {
  font-weight: 100;
  font-size: 7.2rem;
  line-height: 1.2;
}
#intro .scene-second .str-wrap .str:first-child {
  margin-bottom: 4rem;
}

#intro .scene-second .str-wrap .str .strong {
  font-weight: 700;
}

#scroll-top {
  position: fixed;
  right: 6.4rem;
  bottom: 6.4rem;
  z-index: 1;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #7c43f4;
  border-radius: 100%;
  background-image: url(../assets/images/scroll-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 18rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header.hover .header-inner {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
#header.transform .header-inner {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#header.hidden {
  top: -10rem;
}

#header.hidden.notice-bar-on {
  top: -20rem;
}

#header .header__logo .logo-text {
  display: block;
  height: 0;
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}

#header .header__logo .anchor {
  display: block;
  width: 16rem;
  height: 6rem;
}
#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 10rem;
}
#header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#header .header__nav .anchor {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}

#header .header__nav .anchor:not(:first-child) {
  margin-left: 8rem;
}

#header .header__nav .anchor::before {
  position: absolute;
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #7c43f4;
}

#header .header__nav .anchor:not(:first-child) {
  margin-left: 8rem;
}

#header .header__nav .anchor.active {
  color: #7c43f4;
  font-weight: 700;
}

#header .header__nav .anchor.active::before {
  display: block;
}

#header .header__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header__util > *:not(:first-child) {
  margin-left: 4rem;
}
#header .header__util .btn-drawer-menu {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 0, 0, 0);
}

#header .header__util .btn-header-search {
  width: 2.6rem;
  height: 2.6rem;
  background-color: rgba(0, 0, 0, 0);
}

#header .header__util .btn-header-search.active {
  background-image: url(../assets/images/btn-header-search-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#header .header__util .btn-header-search.active svg {
  opacity: 0;
}

#header .gnb {
  display: none;
  padding: 4rem 0 5rem;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #d9d9d9;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

#header .gnb .gnb-wrapper {
  width: 137.2rem;
  margin: 0 auto;
}

#header .gnb .gnb__link:hover {
  color: #7c43f4;
}

#header .gnb .gnb__list {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .gnb .gnb__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .gnb .gnb__list:not(:first-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .gnb .gnb__list:not(:first-child) .anchor:not(:first-child) {
  margin-left: 8rem;
}

#header .gnb .gnb-main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 31.2rem);
}

#header .gnb .gnb__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .gnb .gnb__menu-wrap .gnb__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

#header .gnb .gnb__menu-wrap .gnb__menu__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.8rem;
}

#header .gnb .gnb__menu-wrap .gnb__menu__link {
  color: #484848;
}

#header .gnb .gnb__menu-wrap .gnb__menu__link:hover {
  color: #7c43f4;
}

#header .gnb .gnb__menu-wrap .gnb__menu__link:not(:last-child) {
  margin-bottom: 1.5rem;
}

#header .gnb .gnb__service-area {
  margin-top: 4rem;
}

#header .gnb .gnb__service-area .gnb__service__title {
  display: block;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .gnb__service__list {
  background-position: top 1.2rem right 1.4rem !important;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .gnb__service__list {
  width: 19.6rem;
  height: 8.4rem;
  padding: 2rem;
  line-height: 1;
  border: 1px solid #ddd;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .gnb__service__list .description {
  margin-top: 1.5rem;
  color: #484848;
  font-size: 1.3rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor {
  display: block;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:not(:first-child) {
  margin-left: 2rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:nth-child(1) .gnb__service__list {
  background-image: url(../assets/images/icon-gnb-service-list-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.2rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:nth-child(2) .gnb__service__list {
  background-image: url(../assets/images/icon-gnb-service-list-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.2rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:nth-child(3) .gnb__service__list {
  background-image: url(../assets/images/icon-gnb-service-list-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.2rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:nth-child(4) .gnb__service__list {
  background-image: url(../assets/images/icon-gnb-service-list-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.2rem;
}

#header .gnb .gnb__service-area .gnb__service__list-wrap .anchor:nth-child(5) .gnb__service__list {
  background-image: url(../assets/images/icon-gnb-service-list-5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.2rem;
}

#header .gnb .gnb-banner-area {
  width: 23.2rem;
  margin-left: 8rem;
}

#header .gnb .gnb-banner-area .gnb-banner__list:first-child {
  margin-bottom: 2rem;
}

#header .gnb .gnb-banner-area .gnb-banner__list .anchor {
  display: block;
}

#header .m_gnb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

#header .m_gnb .m_gnb__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6rem;
  padding: 1.4rem 2.4rem;
}

#header .m_gnb .m_gnb__header__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .m_gnb .m_gnb__header__util .btn-drawer-menu-close {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 2.4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-drawer-menu-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#header .m_gnb .m_gnb__body {
  position: relative;
  height: calc(100vh - 6rem);
  overflow-y: scroll;
}

#header .m_gnb .m_gnb__body::-webkit-scrollbar {
  display: none;
}

#header .m_gnb .m_gnb__body .accordion__list__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.4rem;
  color: #7c43f4;
  font-size: 2rem;
}

#header .m_gnb .m_gnb__body .accordion__list__header .accordion__list__title {
  line-height: 1;
}

#header .m_gnb .m_gnb__body .accordion__list__header.ui-accordion-header-collapsed {
  color: #111;
}

#header .m_gnb .m_gnb__body .accordion__list__header.ui-accordion-header-collapsed .btn-m_gnb-accordion-opener {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#header .m_gnb .m_gnb__body .accordion__list__header.ui-accordion-header-collapsed .btn-m_gnb-accordion-opener svg path {
  stroke: #111;
}

#header .m_gnb .m_gnb__body .accordion__list__header .btn-m_gnb-accordion-opener {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.8rem;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#header .m_gnb .m_gnb__body .accordion__list__header .btn-m_gnb-accordion-opener svg path {
  stroke: #7c43f4;
}

#header .m_gnb .m_gnb__body .accordion__list__content {
  padding: 3.5rem 2.4rem;
  color: #111;
  background-color: #f4f4f4;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list:not(:last-of-type) {
  margin-bottom: 3.5rem;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list .m_gnb__list__title {
  font-weight: 700;
  font-size: 1.6rem;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list .m_gnb__list__title:not(:only-child) {
  margin-bottom: 2.2rem;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list .m_gnb__list__title.m_gnb__list__title-special {
  padding: 1.6rem 2.4rem;
  font-weight: 300;
  border: 1px solid #ddd;
  border-radius: 3rem;
  background-image: url(../assets/images/icon-m_gnb__list__title-special.png);
  background-repeat: no-repeat;
  background-position: center right 2.4rem;
  background-size: 0.8rem;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list .m_gnb__list__link {
  display: block;
  color: #484848;
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}

#header .m_gnb .m_gnb__body .accordion__list__content .m_gnb__list-wrap .m_gnb__list .m_gnb__list__link:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

#header .m_gnb .m_gnb__body .accordion__list-wrap {
  padding-bottom: 9.8rem;
}

#header .m_gnb .m_gnb__body .footer-bottom-area {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 11.4rem;
  margin-top: 4.5rem;
  padding: 3rem 2.4rem;
  color: gray;
  line-height: 1;
  background-color: #fff;
  border-top: 1px solid rgba(136, 136, 136, 0.2);
}
#header .m_gnb .m_gnb__body .footer-bottom-area .footer__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  color: #484848;
  font-size: 1.4rem;
}

#header .m_gnb .m_gnb__body .footer-bottom-area .footer__term > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

#header .m_gnb .m_gnb__body .footer-bottom-area .footer__term > *:first-child {
  padding-left: 0;
}

#header .m_gnb .m_gnb__body .footer-bottom-area .footer__term > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .m_gnb .m_gnb__body .footer-bottom-area .copyright {
  font-size: 1.2rem;
}

#header.notice-bar-on ~ #content {
  padding-top: 27.2rem;
}
.isMobile #header.color-reverse .m_gnb__header {
  color: #111 !important;
}

.isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(1), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(2), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(3), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(4), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(5), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(6), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(7), .isMobile #header.color-reverse .m_gnb__header .header__logo svg path:nth-last-child(8) {
  fill: #111 !important;
}

.isMobile #header.color-reverse .m_gnb__header .header__util svg path, .isMobile #header.color-reverse .m_gnb__header .header__util svg rect {
  fill: #111 !important;
}

#header.color-reverse:not(header.hover) {
  color: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(1) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(2) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(3) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(4) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(5) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(6) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(7) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__logo svg path:nth-last-child(8) {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__util svg path, #header.color-reverse:not(header.hover) .header__util svg rect {
  fill: #fff;
}

#header.color-reverse:not(header.hover) .header__util .language .seperate-dot::before {
  background-color: #fff;
}

#content {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 16rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content .section {
  position: relative;
  overflow: hidden;
}

#footer {
  position: relative;
  min-height: 23rem;
  padding: 4.5rem 0 1.8rem;
  color: #d5d5d5;
  font-size: 1.3rem;
  background-color: #222;
}

#footer .footer__logo {
  width: 12.4rem;
  height: 4.6rem;
}

#footer .footer-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
#footer .footer-content-area .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
#footer .footer-content-area .footer__info:nth-child(1) {
  margin-right: 1.2rem;
}

#footer .footer-content-area .footer__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  font-size: 1.4rem;
}

#footer .footer-content-area .footer__link-wrap > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

#footer .footer-content-area .footer__link-wrap > *:first-child {
  padding-left: 0;
}

#footer .footer-content-area .footer__link-wrap > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer .footer-content-area .footer__link-wrap .footer__sns-naver {
  color: #d5d5d5;
  font-weight: 700;
  font-size: 1.4rem;
}
#footer .footer-content-area .footer__link-wrap .footer__sitemap {
  color: #d5d5d5;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: rgba(0, 0, 0, 0);
}
#footer .footer-content-area .footer__address {
  margin-left: 1.2rem;
}
#footer .footer-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.5rem;
  padding: 3rem 0;
  color: gray;
  line-height: 1;
  border-top: 1px solid rgba(136, 136, 136, 0.2);
}
#footer .footer-bottom-area .footer__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

#footer .footer-bottom-area .footer__term > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

#footer .footer-bottom-area .footer__term > *:first-child {
  padding-left: 0;
}

#footer .footer-bottom-area .footer__term > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.no-scroll {
  overflow: hidden !important;
}

.page .notice-bar .notice-bar__util .checkbox + .label {
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.4rem;
}

.page-sub .complete-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.page-sub .complete-message .icon {
  width: 11rem;
  height: 13rem;
  margin-bottom: 3rem;
  background-image: url(../assets/images/icon-complete-message.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-sub .complete-message .complete-message-main {
  letter-spacing: -0.3px;
  letter-spacing: -1.08px;
  text-align: center;
}
.page-sub .complete-message .complete-message-sub {
  margin-top: 2.8rem;
  line-height: 1.5;
  letter-spacing: -1.08px;
  text-align: center;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-sub .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-sub .no-data .icon {
  width: 11rem;
  height: 13rem;
  margin-bottom: 3rem;
  background-image: url(../assets/images/icon-no-data.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-sub .no-data .str {
  color: #484848;
  font-size: 2rem;
}

.page-main-search-result #content {
  padding-top: 26rem;
}
.page-main-search-result .search-keyword-wrap {
  margin-bottom: 4rem;
  color: #111;
  text-align: center;
  letter-spacing: -0.3px;
}
.page-main-search-result .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-main-search-result .btn-search-result-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12rem;
  margin-bottom: 6rem;
  overflow-y: scroll;
}

.page-main-search-result .btn-search-result-category-wrap::-webkit-scrollbar {
  display: none;
}
.page-main-search-result .btn-search-result-category-wrap .btn {
  min-width: 10.9rem;
  white-space: nowrap;
}

.page-main-search-result .btn-search-result-category-wrap .btn:not(:first-child) {
  margin-left: 1.2rem;
}

.page-main-search-result .search-result__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
  text-align: center;
}

.page-main-search-result .search-result__empty .icon {
  position: relative;
  width: 11rem;
  height: 13rem;
  background-image: url(../assets/images/icon-search-result-empty.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-main-search-result .search-result__empty .str {
  width: 100%;
  margin-top: 3rem;
  color: #484848;
  font-size: 2rem;
  letter-spacing: -0.4px;
}
.page-main-search-result .search-result__empty .str .strong {
  color: #111;
  font-weight: 700;
}

.page-main-search-result .search-result__category:not(:last-child) {
  margin-bottom: 10rem;
}
.page-main-search-result .search-result__category__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000;
}
.page-main-search-result .search-result__category__title-wrap .search-result__category__title .em {
  letter-spacing: -0.3px;
}
.page-main-search-result .search-result__category__title-wrap .search-result__category__title .result-quantity {
  letter-spacing: -0.4px;
  font-weight: 700;
}
.page-main-search-result .search-result__category__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #111;
}

.page-main-search-result .search-result__category__list {
  padding: 4rem 0;
}

.page-main-search-result .search-result__category__list:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.page-main-search-result .search-result__category__list .search-result__category__list__title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.4px;
}

.page-main-search-result .search-result__category__list .search-result__category__list__description {
  display: -webkit-box !important;
  height: 3.2em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.page-main-search-result .search-result__category__list .search-result__category__list__description {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
  color: #484848;
  line-height: 1.6;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}

@supports (-webkit-line-clamp: 2) {
  .page-main-search-result .search-result__category__list .search-result__category__list__description:after {
    display: none !important;
  }
}
.page-main-search-result .search-result__category__list .search-result__category__list__description:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.6em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}
.page-main-search-result .search-result__category__list .search-result__category__list__breadcrumb {
  color: #484848;
  line-height: 1;
}

.page-main-search-result .search-result__category__list .search-result__category__list__breadcrumb .anchor {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
}

.page-main-search-result .search-result__category__list .search-result__category__list__breadcrumb .anchor:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1.6rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  background-image: url(../assets/images/icon-search-result-category-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.term-area .bullet:not(:first-child) {
  margin-top: 0.5rem !important;
}

.term-area .term-notice {
  margin-bottom: 4rem;
  padding: 3rem;
  background-color: #f4f4f4;
}

.term-area .term-notice .str:not(:first-child) {
  margin-top: 1rem;
}

.term-area .term-block:not(:first-child) {
  margin-top: 8rem;
}
.term-area .term__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.term-area .term__title-wrap .numbering {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1rem;
  color: #fff;
  font-family: Poppins;
  background-color: #7c43f4;
  border-radius: 100%;
}
.term-area .term__title-wrap .term__title {
  width: calc(100% - 3rem);
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.term-area .term__content div:not(:first-child), .term-area .term__content p:not(:first-child) {
  margin-top: 2rem;
}
.page-home .section:not(:first-child):not(#section-horizontal) {
  margin: 16rem 0;
}

.page-home .section .btn-more-content {
  position: absolute;
  right: 10rem;
  bottom: 0;
  width: 7.2rem;
  height: 7.2rem;
  background-image: url(../assets/images/btn-more-content.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}
.page-home #header.notice-bar-on ~ #content {
  padding-top: 9.2rem;
}

.page-home #content {
  padding-top: 0;
}

.page-home #section-main .hero {
  --border-radius: 12px;
  --transition-duration: 1000ms;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.page-home #section-main .hero__fullsize {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-home #section-main .hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4666666667));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4666666667));
  -webkit-transition: top var(--transition-duration), left var(--transition-duration), width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: top var(--transition-duration), left var(--transition-duration), width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: top var(--transition-duration), left var(--transition-duration), width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration), transform var(--transition-duration), opacity var(--transition-duration);
  transition: top var(--transition-duration), left var(--transition-duration), width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration), transform var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
}

.page-home #section-main .hero__content--hidden {
  z-index: 0;
  -webkit-transform: none;
          transform: none;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__content--bottom {
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.page-home #section-main .hero__content--top {
  z-index: 2 !important;
}

.page-home #section-main .hero__content--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.page-home #section-main .hero__content--show-text::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.page-home #section-main .hero__content--grow::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__content--show-text .category {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
  will-change: transform;
}

.page-home #section-main .hero__content--grow .category {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__content--show-text .content__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
  will-change: transform;
}

.page-home #section-main .hero__content--grow .content__title {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__content--show-text .content__desc {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
  will-change: transform;
}

.page-home #section-main .hero__content--grow .content__desc {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__content--show-text .item__button {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
  will-change: transform;
}

.page-home #section-main .hero__content--grow .item__button {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.page-home #section-main .hero__swiper {
  height: auto !important;
  height: initial !important;
}

.page-home #section-main .hero__swiper {
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  width: 50%;
  padding: 15px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  aspect-ratio: 2.5;
}

@supports not (aspect-ratio: 2.5) {
  .page-home #section-main .hero__swiper::before {
    float: left;
    padding-top: 40%;
    content: "";
  }
  .page-home #section-main .hero__swiper::after {
    display: block;
    clear: both;
    content: "";
  }
}
.page-home #section-main .swiper {
  --swiper-navigation-size: 20px;
  visibility: hidden;
}

.page-home #section-main .swiper.swiper-initialized {
  visibility: visible;
}

.page-home #section-main .btn-swiper-main-play {
  position: absolute;
  left: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-swiper-main-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
  text-indent: 150%;
}

.page-home #section-main .btn-swiper-main-play.active {
  background-image: url(../assets/images/btn-swiper-main-pause.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-home #section-main .pagination-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 10rem;
}
.page-home #section-main .pagination-wrap {
  position: absolute;
  bottom: 10rem;
  left: 10rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-home #section-main .pagination-wrap .swiper-main-pagination {
  width: 28rem;
}

.page-home #section-main .pagination-wrap .swiper-pagination-bullet {
  margin: 0 1.4rem;
  background-color: #fff;
  opacity: 1;
}

.page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 3.2rem;
  visibility: hidden;
}

.page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(1), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(2), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(3), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(4), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(5), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(6), .page-home #section-main .pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:nth-child(7) {
  opacity: 0.2;
}

.page-home #section-main .slide-index-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: Poppins;
}
.page-home #section-main .slide-index-wrap .current-slide-index {
  font-weight: 700;
  font-size: 3.2rem;
}

.page-home #section-main .slide-index-wrap .slide-index-seperate {
  margin: 0 0.8rem;
}

.page-home #section-main .slide-index-wrap .slide-index-length {
  font-size: 2rem;
}

.page-home #section-main .swiper-button-next {
  display: none;
}

.page-home #section-main .swiper-slide-prev, .page-home #section-main .swiper-slide-active {
  opacity: 0;
}

.page-home #section-main .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.page-home #section-main .swiper-slide .content__text {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-home #section-main .content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4666666667));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4666666667));
}

.page-home #section-main .content--slide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 0;
  border-radius: var(--border-radius, 0);
}

.page-home #section-main .content--slide:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 136.9307133354%;
}

.page-home #section-main .content__text {
  width: 100%;
  color: #fff;
}

.page-home #section-main .content__desc {
  margin: 0 0 8rem;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.6px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.page-home #section-main .content--slide .thumb-title {
  display: block;
  padding: 2.4rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: -1.6px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.page-home #section-main .content--slide .thumb-title .weak {
  font-weight: 300;
}

.page-home #section-main .content--slide .category {
  display: none;
}

.page-home #section-main .content--slide .content__title {
  display: none;
  margin: auto 0 0;
  padding: 2rem;
  font-weight: 700;
  font-size: 3.2rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.page-home #section-main .content--slide .content__desc, .page-home #section-main .content--slide .item__button {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.page-home #section-main .content--hero {
  position: absolute;
  top: 10rem;
  z-index: 1;
  padding: 10rem 10rem 0;
  border-radius: 0;
}
.page-home #section-main .content--hero .thumb-title {
  display: none;
}

.page-home #section-main .content--hero .category {
  display: block;
  margin-bottom: 3.2rem;
  font-weight: 700;
  font-family: Poppins;
}
.page-home #section-main .content--hero .content__title {
  display: block;
  margin: 0 0 5.3rem;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1.3;
}
.page-home #section-main .content--hero .content__title .strong {
  font-weight: 700;
}

.page-home #section-main .content--hero .content__text {
  position: relative;
  top: 12rem;
  width: 100%;
}
.page-home #section-main .content__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-home #section-main .content__text {
  -webkit-filter: none !important;
          filter: none !important;
}

.page-home #section-main #particles-js {
  background: none !important;
}

.page-home #section-main #particles-js {
  position: relative;
  z-index: 2;
}

.page-home #section-main #particles-js canvas {
  height: 100vh !important;
}

.page-home #section-main .hero__fullbg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.page-home #section-main .content__image {
  z-index: 1;
}

.page-home #section-main .content__text {
  z-index: 1;
}

.page-home #section-main .hero__fulltxt {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.page-home #section-main .hero__fulltxt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(hsla(49, 70%, 5%, 0.2)), to(transparent));
  background: linear-gradient(90deg, hsla(49, 70%, 5%, 0.2), transparent);
  content: "";
  pointer-events: none;
}

.page-home #section-horizontal {
  overflow: hidden;
}

.page-home #section-horizontal .mb-title-wrap {
  display: none;
  padding: 6rem 2.4rem;
}
.page-home #section-horizontal .mb-title-wrap .title {
  color: #7c43f4;
  font-size: 1.2rem;
}

.page-home #section-horizontal .mb-title-wrap .description {
  margin-top: 1.6rem;
  font-size: 3.2rem;
}

.page-home #section-horizontal .btn-slide-wrap {
  position: absolute;
  right: 2.4rem;
  bottom: 12.2rem;
  display: none;
}
.page-home #section-horizontal .step {
  position: absolute;
  top: 50%;
  left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-home #section-horizontal .step .num {
  color: #000;
  font-family: Poppins;
  letter-spacing: -0.6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-home #section-horizontal .step .dot {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.6rem;
  background-color: #fff;
  border-radius: 100%;
}
.page-home #section-horizontal .btn-slide-link {
  position: absolute;
  right: 4rem;
  bottom: 3.2rem;
  width: 8.8rem;
  height: 8.8rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-slide-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-home #section-horizontal .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-home #section-horizontal .slide {
  position: relative;
  width: 66.6666666667vw;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-home #section-horizontal .slide.slide-1 {
  width: 50vw !important;
}

.page-home #section-horizontal .slide.active .str-area {
  opacity: 1;
}

.page-home #section-horizontal .slide.active .str-area .str-wrap .title {
  bottom: 0;
}

.page-home #section-horizontal .slide .slide-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.page-home #section-horizontal .slide .slide-img-wrap:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 71.3888888889%;
}
.page-home #section-horizontal .slide .slide-img-wrap .slide-img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-home #section-horizontal .slide .str-area {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: calc(100vh - 70.5%);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-home #section-horizontal .slide .str-area .str-wrap {
  position: relative;
  padding-left: 15rem;
}
.page-home #section-horizontal .slide .str-area .str-wrap .str-pack {
  overflow: hidden;
}

.page-home #section-horizontal .slide .str-area .str-wrap .title-pack {
  margin-top: 2rem;
  margin-bottom: 3.4rem;
}

.page-home #section-horizontal .slide .str-area .str-wrap .title {
  position: relative;
  bottom: -7rem;
  padding-right: 11rem;
  color: #000;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-home #section-horizontal .slide .str-area .str-wrap .description {
  position: relative;
  bottom: -100%;
  color: #000;
  font-size: 2.6rem;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-home #section-horizontal .slide.slide-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-home #section-horizontal .slide.slide-1 .str-wrap {
  padding: 0 2.4rem;
}

.page-home #section-horizontal .slide.slide-1 .title {
  color: #7c43f4;
  line-height: 1;
  font-weight: 300;
  font-size: 1.4rem;
}

.page-home #section-horizontal .slide.slide-1 .description {
  margin-top: 2rem;
  color: #111;
  font-weight: 100;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.page-home #section-horizontal .slide.slide-2 {
  background-color: #f7b255;
}
.page-home #section-horizontal .slide.slide-3 {
  background-color: #f0e9f4;
}
.page-home #section-horizontal .slide.slide-4 {
  background-color: #d1e7ac;
}
.page-home #section-horizontal .slide.slide-5 {
  background-color: #b9e5ff;
}
.page-home #section-horizontal .slide.slide-6 {
  background-color: #d9c8f8;
}
.page-home #section-company .section__title-wrap {
  position: relative;
  margin-left: 10rem;
}
.page-home #section-company .section__title-wrap .section__title {
  color: #7c43f4;
  line-height: 1;
  font-weight: 300;
  font-size: 1.4rem;
}

.page-home #section-company .section__title-wrap .section__description {
  margin-top: 3.6rem;
  margin-bottom: 5.2rem;
  color: #111;
  font-weight: 100;
  font-size: 6rem;
  line-height: 1.4;
}
.page-home #section-company .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.page-home #section-company .item__list-wrap .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 25%;
  padding: 6.5rem 4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72.49%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.49%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.page-home #section-company .item__list-wrap .item__list:nth-child(1) {
  background-image: url(../assets/images/home_section-company-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home #section-company .item__list-wrap .item__list:nth-child(2) {
  background-image: url(../assets/images/home_section-company-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home #section-company .item__list-wrap .item__list:nth-child(3) {
  background-image: url(../assets/images/home_section-company-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home #section-company .item__list-wrap .item__list:nth-child(4) {
  background-image: url(../assets/images/home_section-company-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home #section-company .item__list-wrap .item__list .title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-home #section-company .item__list-wrap .item__list .description {
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.page-home #section-company .item__list-wrap .item__list .str-hide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-home #section-company .item__list-wrap .item__list .str-hide-wrap .str-hide:nth-child(1) {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  letter-spacing: -0.96px;
}
.page-home #section-company .item__list-wrap .item__list .str-hide-wrap .str-hide:nth-child(2) {
  font-size: 5.6rem;
  letter-spacing: -2.24px;
}
.page-home #section-company .item__list-wrap .item__list .str-hide-wrap .strong {
  font-weight: 700;
  font-size: 12rem;
}
.page-home #section-company .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}

.page-home #section-company .marquee-wrap {
  margin-top: 16rem;
  overflow: hidden;
}
.page-home #section-company .marquee-wrap .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-home #section-company .marquee-wrap .swiper-container.swiper--bottom {
  margin-top: 2.6rem;
}

.page-home #section-company .marquee-wrap .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.page-home #section-company .marquee-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-home #section-company .marquee-wrap .swiper-wrapper {
  position: relative;
}

.page-home #section-company .marquee-wrap .swiper-slide {
  background-size: contain !important;
}

.page-home #section-company .marquee-wrap .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 6rem;
  padding: 0 10rem;
  overflow: hidden;
  text-align: center;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.page-home #section-news .section__title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 8rem;
  margin-bottom: 6.6rem;
}
.page-home #section-news .section__title-wrap .section__title {
  margin-left: 10rem;
  padding-right: 10rem;
  font-weight: 100;
  font-size: 6rem;
  line-height: 1.2;
}
.page-home #section-news .swiper-news {
  margin: 0 10rem;
}
.page-home #section-news .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-home #section-news .item__list {
  position: relative;
  width: 25%;
  padding: 1.4rem 2rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
.page-home #section-news .item__list:not(:first-child):after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.page-home #section-news .item__list .item__list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.6rem;
}

.page-home #section-news .item__list .item__list__header .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 2rem;
  color: #7c43f4;
  font-weight: 700;
  font-size: 1.4rem;
  border: 1px solid #7c43f4;
  border-radius: 5rem;
}

.page-home #section-news .item__list .item__list__header .date {
  color: #aaa;
  font-weight: 300;
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  line-height: 1;
}

.page-home #section-news .item__list .item__list__content .item__list__content__title {
  display: -webkit-box !important;
  height: 3.4em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.page-home #section-news .item__list .item__list__content .item__list__content__title {
  margin-bottom: 4rem;
  color: #111;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: -0.72px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
}

@supports (-webkit-line-clamp: 2) {
  .page-home #section-news .item__list .item__list__content .item__list__content__title:after {
    display: none !important;
  }
}
.page-home #section-news .item__list .item__list__content .item__list__content__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.7em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}
.page-home #section-news .item__list .item__list__content .img-wrap {
  overflow: hidden;
  border-radius: 0.8rem;
}

.page-home #section-news .item__list .item__list__content .img-wrap .img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-home #section-news .item__list .item__list__content .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 56%;
}
.page-home #section-news .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.page-home #section-help {
  margin-bottom: 0 !important;
}
.page-home #section-help .section__title {
  margin-bottom: 8rem;
  margin-left: 10rem;
  font-weight: 100;
  font-size: 6rem;
  line-height: 1;
}
.page-home #section-help .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10rem;
}
.page-home #section-help .item__list {
  position: relative;
  height: 45.6rem;
  padding: 5.4rem 4.5rem;
  color: #111;
  border-radius: 1.2rem;
}
.page-home #section-help .item__list:not(:first-child) {
  margin-left: 1.6rem;
}
.page-home #section-help .item__list:nth-child(1) {
  width: 25%;
  background-color: #f4f4f4;
}

.page-home #section-help .item__list:nth-child(1)::before {
  position: absolute;
  right: 5rem;
  bottom: 6rem;
  width: 10rem;
  height: 9.4rem;
  position: absolute;
  display: block;
  content: "";
  background-image: url(../assets/images/home_section-help-icon-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-home #section-help .item__list:nth-child(2) {
  width: 25%;
  background-color: #ffed76;
}

.page-home #section-help .item__list:nth-child(2)::before {
  position: absolute;
  right: 5rem;
  bottom: 6rem;
  width: 9.6rem;
  height: 10.2653rem;
  position: absolute;
  display: block;
  content: "";
  background-image: url(../assets/images/home_section-help-icon-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-home #section-help .item__list:nth-child(3) {
  width: 50%;
  background-image: url(../assets/images/home_section-help-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home #section-help .item__list .title {
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
}

.page-home #section-help .item__list .description {
  margin-bottom: 4.2rem;
  font-size: 1.6rem;
}

.page-home #section-help .item__list .btn {
  position: absolute;
  top: 21rem;
}
.page-main-term .breadcrumb {
  margin-bottom: 2rem;
}

.page-main-term .content__title {
  letter-spacing: -0.4px;
  font-weight: 100;
  line-height: 1;
}
.page-main-term .term-area .term-notice {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.page-main-email .breadcrumb {
  margin-bottom: 2rem;
}

.page-main-email .content__title {
  letter-spacing: -0.4px;
  font-weight: 100;
  line-height: 1;
}
.page-main-email .email-manifesto {
  position: relative;
  width: 100%;
  max-width: 94.8rem;
  margin: 8rem auto 6rem;
  padding: 5rem 6.5rem;
  overflow: hidden;
  text-align: right;
  background: rgba(124, 67, 244, 0.12);
}
.page-main-email .email-manifesto svg {
  position: absolute;
  bottom: 0;
  left: 6.5rem;
}
.page-main-email .email-manifesto .str {
  letter-spacing: -0.3px;
}
.page-main-email .description {
  text-align: center;
  word-break: break-all;
}

.page-main-email .description:nth-child(1) {
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-main-email .description:nth-child(2) {
  letter-spacing: -0.2px;
  font-weight: 300;
  margin-top: 2rem;
  color: #484848;
}
.page-pro-see-all #content {
  padding-bottom: 10rem;
}
.page-pro-see-all #scroll-spy-menu {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-pro-see-all #scroll-spy-menu .anchor {
  position: relative;
  padding-left: 3.6rem;
  color: #aaa;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-see-all #scroll-spy-menu .anchor:not(:first-child) {
  margin-top: 1.6rem;
}

.page-pro-see-all #scroll-spy-menu .anchor.active {
  color: #111;
}

.page-pro-see-all #scroll-spy-menu .anchor.active:before {
  opacity: 1;
}

.page-pro-see-all #scroll-spy-menu .anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.2727rem;
  background-color: #111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
}

.page-pro-see-all .section {
  margin-bottom: 16rem;
}

.page-pro-see-all .section:last-child {
  margin-bottom: 0;
}
.page-pro-see-all .section .section__visual {
  height: 64.2rem;
}
.page-pro-see-all .section .item-wrap {
  background-color: #fff;
}
.page-pro-see-all .section .str-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.2rem;
}
.page-pro-see-all .section .section__title-wrap {
  position: relative;
  left: 0;
  width: 48rem;
}
.page-pro-see-all .section .section__title {
  color: #111;
  letter-spacing: -0.3px;
}
.page-pro-see-all .section .section__title .strong {
  font-weight: 700;
}

.page-pro-see-all .section .section__cetegory {
  color: #484848;
  font-size: 1.8rem;
}
.page-pro-see-all .section .section__description {
  color: #1a1a1a;
  font-size: 2.8rem;
  text-align: left;
}
.page-pro-see-all .section .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.4rem;
}
.page-pro-see-all .section .btn-wrap .btn:first-child {
  margin-right: 2.4rem;
}
.page-pro-see-all #section-1 {
  overflow: visible !important;
  overflow: initial !important;
}
.page-pro-see-all #section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-pro-see-all #section-1 > .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-pro-see-all #section-1 .description {
  position: sticky;
  top: 18rem;
  max-width: 45.8rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.page-pro-see-all #section-1 .description .strong {
  font-weight: 700;
}

.page-pro-see-all #section-1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-pro-see-all #section-1 .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-pro-see-all #section-1 .visual__list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  overflow: hidden;
}

.page-pro-see-all #section-1 .visual__list-area .visual__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 40rem;
}
.page-pro-see-all #section-1 .visual__list-area .visual__list-wrap:nth-child(2) {
  margin-top: 6.8rem;
  margin-left: 4rem;
}
.page-pro-see-all #section-1 .visual__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  height: initial;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-pro-see-all #section-1 .visual__list:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 135%;
}

.page-pro-see-all #section-1 .visual__list:not(:first-child) {
  margin-top: 4rem;
}
.page-pro-see-all #section-1 .visual__list .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
.page-pro-see-all #section-1 .visual__list .anchor::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  display: block;
  content: "";
}

.page-pro-see-all #section-1 .visual__list .anchor:hover::before {
  opacity: 1;
}

.page-pro-see-all #section-1 .visual__list .str {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.page-pro-see-all #section-1 .visual__list.visual__list-1 {
  background-image: url(../assets/images/visual-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-see-all #section-1 .visual__list.visual__list-2 {
  background-image: url(../assets/images/visual-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-see-all #section-1 .visual__list.visual__list-3 {
  background-image: url(../assets/images/visual-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-see-all #section-1 .visual__list.visual__list-4 {
  background-image: url(../assets/images/visual-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-see-all #section-1 .visual__list.visual__list-5 {
  background-image: url(../assets/images/visual-5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-see-all #section-1 .visual__list.visual__list-6 {
  background-image: url(../assets/images/visual-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-tab #header.transform ~ #content .section__header.is-sticky {
  top: 5rem !important;
}

.page-pro-tab #header.transform.hidden ~ #content .section__header.is-sticky {
  top: -2rem !important;
}

.page-pro-tab #content {
  padding-bottom: 0;
}

.page-pro-tab #header.hidden ~ #content .section__header {
  top: 0 !important;
}

.page-pro-tab .btn-cta-filter-off:hover {
  color: #000;
  color: initial;
  background-color: transparent;
  background-color: initial;
  border-color: currentColor;
  border-color: initial;
}

.page-pro-tab #section-visual .section-visual-dim {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}

.page-pro-tab #section-visual .main-visual {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100vh;
}

.page-pro-tab #section-visual .main-visual .breadcrumb {
  margin-bottom: 2rem;
}

.page-pro-tab #section-visual .main-visual .section__title {
  letter-spacing: -0.4px;
  margin-bottom: 18.4rem;
}
.page-pro-tab #section-visual .message-area {
  position: relative;
  top: 50vh;
  z-index: 1;
  width: 100%;
  height: 250vh;
}
.page-pro-tab #section-visual .message-area .message-wrap {
  position: relative;
  text-align: center;
}

.page-pro-tab #section-visual .message-area .message-wrap .message-pack {
  overflow: hidden;
}

.page-pro-tab #section-visual .message-area .message-wrap .message-pack .message {
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -1.92px;
  letter-spacing: -0.4px;
}
.page-pro-tab #section-visual .message-area .message-wrap .message-pack .message .strong {
  position: relative;
}

.page-pro-tab #section-client {
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 16rem;
  background-color: #fff;
}
.page-pro-tab #section-client .section__header {
  z-index: 1;
  padding-top: 8rem;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-pro-tab #section-client .section__header.fixed {
  position: fixed;
  top: 6rem;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.page-pro-tab #section-client .section__header.is-sticky + .section__content {
  padding-top: 9rem;
}
.page-pro-tab #section-client .section__header .anchor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 10.8rem;
}
.page-pro-tab #section-client .section__header .anchor-wrap .anchor {
  position: relative;
  top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 2.6rem;
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.page-pro-tab #section-client .section__header .anchor-wrap .anchor:not(:first-child) {
  margin-left: 2.8rem;
}

.page-pro-tab #section-client .section__header .anchor-wrap .anchor.active {
  color: #7c43f4;
  font-weight: 700;
  border-color: #7c43f4;
}
.page-pro-tab #section-client .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
}
.page-pro-tab #section-client .section__content .aside {
  position: relative;
  width: 32.8rem;
  margin-right: 5.6rem;
  background-color: #fff;
}
.page-pro-tab #section-client .section__content .aside.active .aside__header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-pro-tab #section-client .section__content .aside .aside__header {
  display: none !important;
}

.page-pro-tab #section-client .section__content .aside .aside__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6rem;
  padding: 1.8rem 2.4rem;
  background-color: #fff;
}
.page-pro-tab #section-client .section__content .aside .aside__header .btn-filter-close {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-filter-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-pro-tab #section-client .section__content .aside .aside__header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-pro-tab #section-client .section__content .aside .input-checkbox-wrap:not(:first-child), .page-pro-tab #section-client .section__content .aside .collapse-wrap:not(:first-child) {
  margin-top: 3.2rem;
}
.page-pro-tab #section-client .section__content .aside .aside__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  font-weight: 700;
}
.page-pro-tab #section-client .section__content .aside .aside__title-wrap .aside__title {
  font-size: 1.8rem;
}
.page-pro-tab #section-client .section__content .aside .filter__title {
  font-weight: 700;
  font-size: 1.8rem;
}
.page-pro-tab #section-client .section__content .aside .btn-filter-off {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.8rem;
  padding-right: 1.2rem;
  padding-left: 3rem;
  color: #7c43f4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-image: url(../assets/images/btn-filter-off.png);
  background-repeat: no-repeat;
  background-position: 1.2rem center;
  background-size: 1.6rem;
}
.page-pro-tab #section-client .section__content .aside .collapse-pack {
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.page-pro-tab #section-client .section__content .aside .btn-filter-collapse {
  background-image: url(../assets/images/btn-filter-collapse.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0);
}

.page-pro-tab #section-client .section__content .aside .btn-filter-collapse.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-pro-tab #section-client .section__content .aside .filter-area {
  padding: 0 2rem;
}
.page-pro-tab #section-client .section__content .aside .filter-area .input-checkbox-pack:not(:first-child) {
  margin-top: 2.4rem;
}
.page-pro-tab #section-client .section__content .aside .filter-area .input-checkbox-pack .label {
  width: calc(100% - 3rem);
  margin-left: 1.2rem;
  cursor: pointer;
}

.page-pro-tab #section-client .section__content .aside .filter-area .input-checkbox-pack .checkbox:checked + .label {
  font-weight: 700;
}

.page-pro-tab #section-client .section__content .aside .m_bottom-bar-area {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.6rem;
  background-color: #fff;
  border-top: 2px solid #ddd;
}

.page-pro-tab #section-client .section__content .aside .m_bottom-bar-area.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-pro-tab #section-client .section__content .aside .m_bottom-bar-area .btn {
  width: 100%;
  font-size: 2rem;
}

.page-pro-tab #section-client .section__content .aside .m_bottom-bar-area .btn:not(:first-child) {
  margin-left: 1.6rem;
}

.page-pro-tab #section-client .section__content .client__list-area {
  width: calc(100% - 38.4rem);
  min-height: calc(100vh - 26rem);
}
.page-pro-tab #section-client .section__content .client__list-area .filter-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
}
.page-pro-tab #section-client .section__content .client__list-area .filter-wrap .btn-filter-opener {
  height: 2.6rem;
  padding-left: 3rem;
  color: #111;
  font-size: 1.4rem;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-filter-opener.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
}

.page-pro-tab #section-client .section__content .client__list-area .filter-wrap .btn-filter-opener.active {
  color: #7c43f4;
  font-weight: 700;
  background-image: url(../assets/images/btn-filter-opener--active.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
}
.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.8rem;
  margin: 1rem;
}
.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list:hover .str {
  opacity: 1;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list .img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 67.5675675676%;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list .str {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type {
  width: 28.4rem;
  margin: 1rem 1rem 3.5rem 1rem;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type:hover .str {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .img-wrap {
  overflow: hidden;
  border: 1px solid #ddd;
}
.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .img-wrap .img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 50.6329113924%;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .str-wrap {
  margin-top: 1.6rem;
}
.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .str-wrap .anchor {
  line-height: 1.6;
}

.page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .str-wrap .anchor:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.page-pro-tab #section-client .section__content .client__list-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.page-pro-reason-success-view #content {
  padding-top: 6rem;
}

.page-pro-reason-success-view #section-visual .message-area {
  height: 100vh;
}

.page-pro-reason-success-view #section-visual .message-area .message-wrap {
  display: none;
}

.page-pro-reason-success-view #section-board {
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 16rem;
  background-color: #fff;
}
.page-pro-reason-success-view #section-board .client-board-view-area {
  padding-top: 12rem;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__client-name {
  margin-bottom: 1.2rem;
  color: #7c43f4;
  font-size: 2.4rem;
  letter-spacing: -0.48px;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__title {
  width: 87.6rem;
  color: #000;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: -1.92px;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.2rem;
  padding: 4rem 0;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__tags .tag {
  margin: 0.75rem 1.2rem;
  color: #7c43f4;
  line-height: 1.6;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content {
  color: #484848 !important;
  line-height: 1.6 !important;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content {
  padding-top: 4rem;
  padding-bottom: 6.7rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content img {
  margin-bottom: 4rem !important;
}
.page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content img {
  max-width: 100%;
  height: auto;
}
.page-pro-reason-success-view #section-board .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.page-pro-outline .breadcrumb .anchor::after {
  background-image: url(../assets/images/icon-pro-outline-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-outline #content {
  padding-top: 0 !important;
}
.page-pro-outline #section-visual .main-visual {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100vh;
}

.page-pro-outline #section-visual .main-visual .breadcrumb {
  margin-bottom: 2rem;
}

.page-pro-outline #section-visual .main-visual .section__title {
  letter-spacing: -0.4px;
  margin-bottom: 18.4rem;
  font-weight: 100;
}
.page-pro-outline #section-slide {
  padding-top: 15rem;
}
.page-pro-outline #section-slide .section__title {
  letter-spacing: -0.3px;
  letter-spacing: -1.08px;
}
.page-pro-outline #section-slide .swiper-main {
  top: -12rem;
  padding-top: 16rem;
  padding-bottom: 9rem;
}
.page-pro-outline #section-slide .swiper-main .swiper-slide {
  width: 64rem;
  height: 38rem;
  border-radius: 1rem;
  -webkit-box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.06);
}
.page-pro-outline #section-slide .swiper-main .item-wrap {
  height: 100%;
  padding: 9rem 6.4rem 6.4rem 6.4rem;
  line-height: 1.4;
  background: #fff;
  border-radius: 1rem;
}
.page-pro-outline #section-slide .swiper-main .item-wrap .svg-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
}
.page-pro-outline #section-slide .swiper-main .item-wrap .img-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-pro-outline #section-slide .swiper-main .item-wrap .item__title {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  letter-spacing: -0.3px;
}
.page-pro-outline #section-slide .swiper-main .item-wrap .item__description {
  color: gray;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-pro-outline #section-slide .swiper-main .swiper-button-navigation-wrap {
  position: relative;
}

.page-pro-outline #section-slide .swiper-main .swiper-button-navigation {
  top: -13rem;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 7.2rem;
  height: 7.2rem;
}

.page-pro-outline #section-slide .swiper-main .swiper-button-navigation.disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.page-pro-outline #section-slide .swiper-main .swiper-button-navigation::after {
  display: none;
}

.page-pro-outline #section-slide .swiper-main .swiper-button-prev {
  right: 8.4rem;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../assets/images/btn-page-pro-cloud-outline_swiper-main_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-pro-outline #section-slide .swiper-main .swiper-button-next {
  right: 0;
  background-image: url(../assets/images/btn-page-pro-cloud-outline_swiper-main_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-pro-outline #section-main .panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6.4rem;
  padding-top: 8rem;
  text-align: center;
}
.page-pro-outline #section-main .panel.sticky {
  position: sticky;
  top: 2rem;
}

.page-pro-outline #section-main .panel .panel__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-pro-outline #section-main .panel .panel__title-wrap .btn-more {
  width: 4rem;
  height: 4rem;
  margin-right: 2.4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../assets/images/btn-more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-pro-outline #section-main .panel .panel__title {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: -2.24px;
}
.page-pro-outline #section-main .panel .panel__description {
  margin-top: 3.6rem;
  margin-bottom: 5.6rem;
  color: #484848;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-pro-outline #section-main .panel .panel__description + .btn {
  margin: 0 2.4rem;
}

.page-pro-outline #section-main .panel .img-wrap {
  width: 100%;
  max-width: 96rem;
  margin-top: 7.2rem;
}

.page-pro-outline #section-main .panel .img-wrap .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-pro-outline #section-main .panel .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 66.4583333333%;
}
.page-pro-outline #section-main .client-wrap {
  margin-top: 16rem;
}
.page-pro-outline #section-main .client-wrap .title {
  padding: 0 2.4rem;
  text-align: center;
  letter-spacing: -0.3px;
}
.page-pro-outline #section-main .client-wrap .swiper-client {
  margin: 6rem 0;
}
.page-pro-outline #section-main .client-wrap .swiper-client .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-pro-outline #section-main .client-wrap .swiper-client .img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.page-pro-outline #section-main .client-wrap .btn {
  height: 4.8rem;
}

.page-pro-detail #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-pro-detail .content__header.is-sticky {
  top: -8rem !important;
}

.page-pro-detail .content__header.is-sticky {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-pro-detail .content__header.is-sticky.active {
  top: 0 !important;
}

.page-pro-detail .content__header.is-sticky + .section {
  margin-top: 15rem;
}
.page-pro-detail #scroll-spy-menu {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-pro-detail #scroll-spy-menu.active {
  opacity: 1;
}

.page-pro-detail #scroll-spy-menu .anchor {
  position: relative;
  padding-left: 3.6rem;
  color: #aaa;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-detail #scroll-spy-menu .anchor:not(:first-child) {
  margin-top: 1.6rem;
}

.page-pro-detail #scroll-spy-menu .anchor.active {
  color: #111;
}

.page-pro-detail #scroll-spy-menu .anchor.active:before {
  opacity: 1;
}

.page-pro-detail #scroll-spy-menu .anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.2727rem;
  background-color: #111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
}

.page-pro-detail #section-visual .main-visual {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: calc(100vh - 15rem);
}

.page-pro-detail #section-visual .main-visual .breadcrumb {
  margin-bottom: 2rem;
}

.page-pro-detail #section-visual .main-visual .section__title {
  letter-spacing: -0.4px;
  margin-bottom: 18.4rem;
}
.page-pro-detail #section-intro {
  padding-top: 12rem;
  padding-bottom: 16rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-141.1%, rgba(124, 67, 244, 0.2)), color-stop(78.8%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(124, 67, 244, 0.2) -141.1%, rgba(255, 255, 255, 0.2) 78.8%);
}
.page-pro-detail #section-intro .section__title-wrap {
  text-align: center;
}
.page-pro-detail #section-intro .section__title-wrap .section__title {
  letter-spacing: -0.4px;
  line-height: 1;
  letter-spacing: -3.2px;
}
.page-pro-detail #section-intro .section__title-wrap .section__description {
  margin-top: 4rem;
  color: #484848;
  font-size: 2.8rem;
  line-height: 1.5;
}
.page-pro-detail #section-intro .swiper-info {
  margin-top: 16.6rem;
}
.page-pro-detail #section-intro .swiper-info .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-pro-detail #section-intro .swiper-info .swiper-slide {
  width: 24rem !important;
}

.page-pro-detail #section-intro .swiper-info .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.4rem;
  padding: 3.2rem 3.2rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-pro-detail #section-intro .swiper-info .swiper-slide:hover {
  color: #7c43f4;
  font-weight: 700;
}

.page-pro-detail #section-feature {
  background-color: #f8f8f8;
}

.page-pro-detail #section-feature > .layout-container {
  position: relative;
  padding-top: 14.2rem;
  padding-bottom: 14.9rem;
}
.page-pro-detail #section-feature .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-pro-detail #section-feature .section__title {
  position: relative;
  width: 50%;
  font-size: 5.4rem;
  letter-spacing: -2.16px;
}
.page-pro-detail #section-feature .section__title .span {
  color: #484848;
  font-size: 3rem;
  letter-spacing: -0.9px;
}
.page-pro-detail #section-feature .img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60rem;
}
.page-pro-detail #section-feature .item__list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.page-pro-detail #section-feature .item__list-wrap .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 14rem;
  padding: 1rem 3rem;
  color: #484848;
  font-size: 2.4rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
}
.page-pro-detail #section-feature .item__list-wrap .item__list:not(:first-child) {
  margin-top: 5.2rem;
}
.page-pro-detail #section-feature .item__list-wrap .item__list .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16rem;
  height: 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-pro-detail #section-feature .item__list-wrap .item__list .str {
  margin-left: 2rem;
}
.page-pro-detail #section-function {
  overflow: visible !important;
  overflow: initial !important;
}
.page-pro-detail #section-function {
  margin-bottom: -25rem;
  padding-top: 12rem;
}
.page-pro-detail #section-function .section__title-wrap {
  position: sticky;
  top: 20rem;
  margin-bottom: 6rem;
}
.page-pro-detail #section-function .section__title-wrap .section__title {
  margin-bottom: 2.4rem;
  color: #7c43f4;
  line-height: 1;
}

.page-pro-detail #section-function .section__title-wrap .section__description {
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.page-pro-detail #section-function .function__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 65.4rem;
  height: 150rem;
  padding-bottom: 16rem;
}
.page-pro-detail #section-function .function__list-wrap .function__list {
  position: sticky;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #111;
}
.page-pro-detail #section-function .function__list-wrap .function__list:nth-child(1) {
  top: 40rem;
}
.page-pro-detail #section-function .function__list-wrap .function__list:nth-child(2) {
  top: 50rem;
}

.page-pro-detail #section-function .function__list-wrap .function__list:nth-child(3) {
  top: 60rem;
}

.page-pro-detail #section-function .function__list-wrap .function__list:nth-child(4) {
  top: 70rem;
}

.page-pro-detail #section-function .function__list-wrap .function__list:nth-child(5) {
  top: 80rem;
}

.page-pro-detail #section-function .function__list-wrap .function__list:last-child {
  padding-bottom: 0;
}

.page-pro-detail #section-function .function__list-wrap .function__list .function__list__title {
  padding: 3.2rem 0;
  font-weight: 700;
  font-size: 2.4rem;
}

.page-pro-detail #section-function .function__list-wrap .function__list .function__list__description {
  padding-bottom: 7.2rem;
  color: #484848;
}
.page-pro-detail #section-function .img-wrap {
  position: absolute;
  top: 12rem;
  right: 0;
  z-index: 1;
  width: 50%;
  max-width: 92.4rem;
  height: 120rem;
}
.page-pro-detail #section-function .img-wrap .img {
  position: sticky !important;
}
.page-pro-detail #section-function .img-wrap .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  top: 10rem;
}

.page-pro-detail #section-function .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 86.5800865801%;
}
.page-pro-detail .content__header {
  z-index: 10;
  background-color: #fff;
}

.page-pro-platform #header.notice-bar-on ~ #content {
  padding-top: 18.2rem;
}

.page-pro-platform .content__header-fake {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-platform .content__header-fake.hide {
  z-index: -100;
}

.page-pro-platform .content__header-fake.active {
  top: -8rem;
}
.page-pro-platform .content__header-real {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-platform .content__header-real.active {
  position: relative;
  top: -8rem;
}
.page-pro-platform #content {
  padding-bottom: 0;
}

.page-pro-platform .parallax-mirror {
  z-index: 1 !important;
}

.page-pro-platform #scroll-spy-menu {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-pro-platform #scroll-spy-menu.active {
  opacity: 1;
}

.page-pro-platform #scroll-spy-menu .anchor {
  position: relative;
  padding-left: 3.6rem;
  color: #aaa;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-pro-platform #scroll-spy-menu .anchor:not(:first-child) {
  margin-top: 1.6rem;
}

.page-pro-platform #scroll-spy-menu .anchor.active {
  color: #111;
}

.page-pro-platform #scroll-spy-menu .anchor.active:before {
  opacity: 1;
}

.page-pro-platform #scroll-spy-menu .anchor:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.2727rem;
  background-color: #111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
}

.page-pro-platform #section-visual {
  color: #fff;
}

.page-pro-platform #section-visual .main-visual {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: calc(100vh - 15rem);
  background-image: url(../assets/images/page-pro-platform_visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-pro-platform #section-visual .main-visual .breadcrumb {
  margin-bottom: 2rem;
}

.page-pro-platform #section-visual .main-visual .section__title {
  letter-spacing: -0.4px;
  margin-bottom: 18.4rem;
}
.page-pro-platform #section-item {
  position: relative;
  top: 0;
  height: 100%;
  min-height: 100vh;
  margin-top: 64vh;
  padding-bottom: 18rem;
  overflow: visible;
  overflow: initial;
  background-color: #fff;
}
.page-pro-platform #section-item .description-wrap {
  height: 100vh;
  padding-top: 22rem;
  padding-right: 7.2rem;
}
.page-pro-platform #section-item .description {
  letter-spacing: -0.4px;
  position: sticky;
  top: 18rem;
  color: #000;
  font-weight: 300;
  letter-spacing: -1.92px;
  word-break: break-all;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-pro-platform #section-item .description.active {
  opacity: 1;
}

.page-pro-platform #section-item .description .strong {
  font-weight: 700;
}

.page-pro-platform #section-item .description.description-mobile {
  position: relative;
  top: auto;
  top: initial;
  display: none;
  margin-bottom: 7.2rem;
  word-break: break-word;
  opacity: 1;
}
.page-pro-platform #section-item .section-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-pro-platform #section-item .item-area {
  width: 84rem;
  padding-top: 14rem;
}
.page-pro-platform #section-item .item-area .item-wrap:not(:first-child) {
  margin-top: 12rem;
}
.page-pro-platform #section-item .item-area .section__title-wrap {
  margin-top: 4rem;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #ddd;
}
.page-pro-platform #section-item .item-area .section__title-wrap .section__title {
  color: #000;
  font-size: 4rem;
  line-height: 1;
}
.page-pro-platform #section-item .item-area .section__title-wrap .section__subtitle {
  margin-top: 1.6rem;
  color: #484848;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.page-pro-platform #section-item .item-area .section__description {
  color: #484848;
  line-height: 1.6;
}

.page-pro-platform #section-item .section__visual {
  height: 46rem;
}
.page-cus #content {
  padding-top: 16rem;
}

.page-cus .breadcrumb {
  margin-bottom: 1.6rem;
  padding-top: 6rem;
}

.page-cus .content__title {
  letter-spacing: -0.4px;
  font-weight: 300;
  line-height: 1;
}
.page-cus .content__description {
  margin-top: 4rem;
  margin-bottom: 8rem;
  color: #484848;
  line-height: 1.8;
}
.page-cus-faq #scroll-top {
  display: none;
}

.page-cus-faq #cus-faq-floating {
  position: fixed;
  right: 6.4rem;
  bottom: 6.4rem;
  z-index: 1;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #fff;
  border: 1px solid #e5d9fd;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 16px rgba(124, 67, 244, 0.16);
          box-shadow: 0px 8px 16px rgba(124, 67, 244, 0.16);
  background-image: url(../assets/images/icon-cus-faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.page-cus-faq #cus-faq-floating-link {
  position: fixed;
  right: 6.4rem;
  bottom: 15.4rem;
  z-index: 10;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  height: 8.4rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  background: #f0e9ff;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-cus-faq #cus-faq-floating-link.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

.page-cus-faq .faq-area .faq-category-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}

.page-cus-faq .faq-area .faq-category-btn-wrap::-webkit-scrollbar {
  display: none;
}

.page-cus-faq .faq-area .faq-category-btn-wrap .btn {
  min-width: auto;
}

.page-cus-faq .faq-area .faq-category-btn-wrap .btn:not(:first-child) {
  margin-left: 1.2rem;
}

.page-cus-faq .faq-area .accordion__list-wrap {
  margin-top: 6rem;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.page-cus-faq .faq-area .accordion__list {
  position: relative;
}

.page-cus-faq .faq-area .accordion__list:not(:first-child) {
  border-top: 1px solid #ddd;
}

.page-cus-faq .faq-area .accordion__list .badge {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-cus-faq .faq-area .accordion__list .accordion__list__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  color: #111;
  font-weight: 800;
  cursor: pointer;
}
.page-cus-faq .faq-area .accordion__list .accordion__list__header .btn-faq-accorion {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  width: 2.8rem;
  height: 2.8rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 100% 30%;
          transform-origin: 100% 30%;
  background-image: url(../assets/images/btn-faq-accorion.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-faq .faq-area .accordion__list .accordion__list__header .btn-faq-accorion.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-cus-faq .faq-area .accordion__list .accordion__list__title {
  display: -webkit-box !important;
  height: 1em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 1 !important;
}

.page-cus-faq .faq-area .accordion__list .accordion__list__title {
  line-height: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  padding-left: 12.6rem;
}

@supports (-webkit-line-clamp: 1) {
  .page-cus-faq .faq-area .accordion__list .accordion__list__title:after {
    display: none !important;
  }
}
.page-cus-faq .faq-area .accordion__list .accordion__list__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}
.page-cus-faq .faq-area .accordion__list .accordion__list__content {
  padding: 3.4rem 6rem;
  color: #484848;
  line-height: 1.6;
  background-color: #f4f4f4;
}
.page-cus-qna #scroll-top {
  display: none !important;
}

.page-cus-qna #cus-qna-floating {
  position: fixed;
  right: 6.4rem;
  bottom: 6.4rem;
  z-index: 1;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #fff;
  border: 1px solid #e5d9fd;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 16px rgba(124, 67, 244, 0.16);
          box-shadow: 0px 8px 16px rgba(124, 67, 244, 0.16);
  background-image: url(../assets/images/icon-cus-qna.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.page-cus-qna #cus-qna-floating-link {
  position: fixed;
  right: 6.4rem;
  bottom: 15.4rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34.8rem;
  min-height: 16.6rem;
  padding: 0 3.2rem;
  line-height: 1;
  letter-spacing: -0.48px;
  background: #f0e9ff;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-cus-qna #cus-qna-floating-link.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.page-cus-qna #cus-qna-floating-link .str {
  margin-bottom: 3rem;
}
.page-cus-qna #cus-qna-floating-link .link-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-cus-qna #cus-qna-floating-link .link-info__list:last-child {
  margin-top: 2rem;
}
.page-cus-qna #cus-qna-floating-link .link-info__list .name {
  width: 60%;
}

.page-cus-qna #cus-qna-floating-link .link-info__list .value {
  width: 40%;
}
.page-cus-qna .faq-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-cus-qna .faq-area .input-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-cus-qna .faq-area .input-radio-wrap .input-radio-pack {
  margin-right: 3.3rem;
}

.page-cus-qna .faq-area .faq__aside {
  width: 18rem;
  margin-right: 8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-cus-qna .faq-area .faq__aside.transform {
  top: 0;
}
.page-cus-qna .faq-area .faq__aside .step-area {
  position: sticky;
  top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-cus-qna .faq-area .faq__aside .step-area .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-cus-qna .faq-area .faq__aside .step-area .step:not(:first-child) {
  margin-top: 2.4rem;
}
.page-cus-qna .faq-area .faq__aside .step-area .step .icon {
  width: 3.6rem;
  height: 3.6rem;
}

.page-cus-qna .faq-area .faq__aside .step-area .step .str-wrap {
  margin-left: 1.2rem;
}
.page-cus-qna .faq-area .faq__aside .step-area .step .str {
  color: gray;
  font-family: Poppins;
  font-weight: 300;
  font-size: 1.4rem;
}
.page-cus-qna .faq-area .faq__aside .step-area .step.step--complete .icon {
  background-image: url(../assets/images/icon-step-compelete.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-qna .faq-area .faq__aside .step-area .step.step--progress {
  color: #7c43f4;
  font-weight: 700;
}

.page-cus-qna .faq-area .faq__aside .step-area .step.step--progress .icon {
  background-image: url(../assets/images/icon-step-progress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-qna .faq-area .faq__aside .step-area .step.step--wait {
  color: #aaa;
}

.page-cus-qna .faq-area .faq__aside .step-area .step.step--wait .icon {
  background-image: url(../assets/images/icon-step-wait.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-qna .faq-area .faq__content {
  width: calc(100% - 25rem);
}
.page-cus-qna .faq-area .faq__content .faq-type-1, .page-cus-qna .faq-area .faq__content .faq-type-3 {
  margin-top: 10rem;
}
.page-cus-qna .faq-area .faq__content .faq-type-2 {
  margin-top: 4rem;
}
.page-cus-qna .faq-area .faq__content .term-check-area .label {
  color: #484848;
}

.page-cus-qna .faq-area .faq__content .faq__product-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-cus-qna .faq-area .faq__content .faq__product-select-area .input-checkbox-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.6rem;
}

.page-cus-qna .faq-area .faq__content .faq__product-select-area .input-checkbox-label {
  margin: 0.6rem;
}

.page-cus-qna .faq-area .faq__content .checkbox-product-select {
  display: none;
  width: 0;
  height: 0;
  border-color: #aaa;
}

.page-cus-qna .faq-area .faq__content .checkbox-product-select + .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 2rem;
  color: #484848;
  line-height: 1;
  text-align: center;
  border: 1px solid #484848;
  border-radius: 5rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-cus-qna .faq-area .faq__content .checkbox-product-select + .label:before {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  display: block;
  content: "";
  background-image: url(../assets/images/icon-product-select.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-cus-qna .faq-area .faq__content .checkbox-product-select:checked + .label {
  position: relative;
  padding-left: 4.2rem;
  color: #fff;
  background-color: #7c43f4;
  border-color: #7c43f4;
}
.page-cus-qna .faq-area .faq__content .checkbox-product-select:checked + .label:before {
  opacity: 1;
}

.page-cus-qna .faq-area .faq__content .proposal-client-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 25rem);
}
.page-cus-qna .faq-area .faq__content .proposal-client-name .str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
.page-cus-qna .faq-area .faq__content .proposal-client-name .proposal-client-name__input {
  position: relative;
  width: 100%;
}

.page-cus-qna .faq-area .faq__content .proposal-client-name .proposal-client-name__input .input-pack {
  height: auto;
}

.page-cus-qna .faq-area .faq__content .proposal-client-name .proposal-client-name__input .input-pack .input {
  width: 100%;
}

.page-cus-qna .faq-area .faq__content .proposal-client-name .proposal-client-name__caption {
  position: absolute;
  bottom: -5rem;
  line-height: 1.6;
}
.page-cus-qna .faq-area .faq__content .channel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 9.6rem;
  padding: 0 6rem;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.page-cus-qna .faq-area .faq__content .channel-wrap .btn-channel-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  color: #000;
  font-weight: 700;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: #fd0;
  border-radius: 5rem;
}
.page-cus-qna .faq-area .faq__content .channel-wrap .btn-channel-join .kakao {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.8rem;
  background-image: url(../assets/images/icon-channel-join-kakao.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-qna .faq-area .faq__content .channel-wrap .btn-channel-join .arrow {
  display: block;
  width: 2rem;
  height: 1rem;
  margin-left: auto;
  background-image: url(../assets/images/icon-btn-channel-join-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-cus-qna .faq-area .faq__content .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10.7rem;
}
.page-cus-qna .faq-area .faq__content .btn-submit {
  width: 40rem;
}

.page-cus-qna .faq-area .faq__content .faq__step-use .input-radio-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-cus-qna .faq-area .faq__content .faq__step-use .input-radio-wrap .input-radio-pack:first-child {
  width: 13rem;
}
.page-cus-qna .faq-area .faq__content .faq__step-use .proposal-client-name .str {
  width: 13rem;
}

.page-cus-qna-complete .btn-wrap {
  margin-top: 6rem;
}
.popup-cus-qna-confirm-popup {
  width: 100%;
  max-width: 54rem;
  height: auto;
}

.popup-cus-qna-confirm-popup .popup__content .str {
  margin: 2.4rem auto 4rem;
}
.popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap {
  padding: 2.4rem 3rem;
  color: #000;
  text-align: left;
  background-color: #f8f4ff;
  border-radius: 4px;
}

.popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list:not(:first-child) {
  margin-top: 2rem;
}

.popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list .name {
  width: 8.5rem;
  line-height: 1;
}
.popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list .value {
  width: calc(100% - 8.5rem);
  font-weight: 700;
  line-height: 1;
}
#popup-cus-term-popup {
  width: 100%;
  max-width: 80rem;
  height: 70rem;
}
#popup-cus-term-popup .popup__title {
  text-align: left;
}

#popup-cus-term-popup .popup__content {
  height: calc(100% - 6rem);
  margin-top: 3.4rem;
  overflow-y: scroll;
  text-align: left;
}

#popup-cus-term-popup .popup__content::-webkit-scrollbar {
  width: 4px;
}

#popup-cus-term-popup .popup__content::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #d9d9d9;
  border-radius: 50px;
}

#popup-cus-term-popup .popup__content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.page-com-employment-info .section .section__title {
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
}
.page-com-employment-info .content__body__title-wrap {
  margin-top: 8rem;
  margin-bottom: 12rem;
}
.page-com-employment-info .content__body__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.page-com-employment-info .content__body__title:nth-child(1) {
  padding-right: 55.5rem;
}
.page-com-employment-info #section-ideal {
  height: 100vh;
  padding-top: 8.4rem;
  padding-bottom: 9.4rem;
}

.page-com-employment-info #section-ideal .section__title {
  margin-bottom: 6rem;
  line-height: 1;
}
.page-com-employment-info #section-ideal .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-com-employment-info #section-ideal .item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60rem;
  height: 60rem;
  text-align: center;
  border: 1px solid #111;
  border-radius: 100%;
}

.page-com-employment-info #section-ideal .item__list.play:after {
  -webkit-animation: ani 1s 1s linear forwards;
          animation: ani 1s 1s linear forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.page-com-employment-info #section-ideal .item__list:after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #7c43f4;
  border-radius: 38rem;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes ani {
  0% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
  }
  10% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  40% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  90% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
  }
}
.page-com-employment-info #section-ideal .item__list:nth-child(2) {
  margin: 0 -10rem;
}
.page-com-employment-info #section-ideal .item__list .title {
  font-weight: 700;
  letter-spacing: -0.3px;
}
.page-com-employment-info #section-ideal .item__list .description {
  margin-top: 3.4rem;
}
.page-com-employment-info #section-employment-process {
  padding-top: 8.4rem;
  padding-bottom: 9.4rem;
}
.page-com-employment-info #section-employment-process .section__title {
  margin-bottom: 8rem;
}
.page-com-employment-info #section-employment-process .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-com-employment-info #section-employment-process .item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-com-employment-info #section-employment-process .item__list .str-wrap {
  position: relative;
}
.page-com-employment-info #section-employment-process .item__list .step {
  font-family: Poppins;
}
.page-com-employment-info #section-employment-process .item__list .title {
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #111;
}
.page-com-employment-info #section-employment-process .item__list .graphic-circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.page-com-employment-info #section-employment-process .item__list .graphic-circle .str {
  display: none;
  color: #484848;
  font-weight: 500;
  font-size: 1.4rem;
}
.page-com-employment-info #section-employment-process .item__list .description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.2rem;
  padding-left: 1.2rem;
  color: #000;
  border-left: 1px solid #ddd;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(1) {
  margin-right: 6rem;
  margin-left: 6.5rem;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(1) .graphic-circle {
  position: absolute;
  top: -13rem;
  left: -4rem;
  width: 32rem;
  height: 32rem;
  background-color: #eee;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(1) .description {
  height: 28.3rem;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(2) .graphic-circle {
  position: absolute;
  top: -9rem;
  left: -3rem;
  width: 22rem;
  height: 22rem;
  background-color: #d7d9db;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(2) .description {
  height: 21.2rem;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5.6rem;
  margin-bottom: 34rem;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(3) .graphic-circle {
  position: absolute;
  bottom: -10rem;
  left: -4rem;
  width: 28rem;
  height: 28rem;
  background-color: #cdbdef;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(3) .description {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 21.2rem;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(4) {
  margin-right: 12.7rem;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(4) .graphic-circle {
  position: absolute;
  top: -17rem;
  left: -4rem;
  width: 40rem;
  height: 40rem;
  background-color: #a98de5;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(4) .description {
  height: 28.1rem;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(5) .step {
  color: #fff;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(5) .title {
  color: #fff;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(5) .title .img {
  width: 8.5rem;
  height: 3.1rem;
  margin-right: 0.8rem;
  background-image: url(../assets/images/logo-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(5) .graphic-circle {
  position: absolute;
  top: -12rem;
  left: -5rem;
  width: 32rem;
  height: 32rem;
  background-color: #7c43f4;
}
.page-com-employment-info #section-employment-process .item__list:nth-child(5) .graphic-circle .str {
  color: #aaa;
}

.page-com-employment-info #section-employment-process .item__list:nth-child(5) .description {
  height: 25.5rem;
}

.page-com-employment-info #section-employment-process .employement-process-info {
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  color: #484848;
  text-align: right;
  border-top: 1px solid #ddd;
  font-weight: 300;
  font-size: 1.4rem;
}
.page-com-employment-info #section-development {
  padding-top: 8.4rem;
  padding-bottom: 9.4rem;
  background-color: #f4efff;
}
.page-com-employment-info #section-development .section__title {
  margin-bottom: 6rem;
}
.page-com-employment-info #section-development .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.6rem;
}
.page-com-employment-info #section-development .item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 25%;
  height: 27.4rem;
  min-height: 40rem;
  margin: 0 1.6rem;
  padding: 4.6rem 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-radius: 1.6rem;
}
.page-com-employment-info #section-development .item__list .img {
  width: 16rem;
  height: 16rem;
}
.page-com-employment-info #section-development .item__list .title {
  margin-top: 0.8rem;
  margin-bottom: 3.6rem;
  color: #7c43f4;
  line-height: 1;
  letter-spacing: -0.96px;
  letter-spacing: -0.3px;
}
.page-com-employment-info #section-development .item__list .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.page-com-employment-info #section-development .item__list .overlay .item-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-com-employment-info #section-development .item__list .overlay .bullet:before {
  background-color: #111;
}

.page-com-employment-info #section-development .item__list:nth-child(1) .img {
  background-image: url(../assets/images/page-com-employment-development-visual-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-employment-info #section-development .item__list:nth-child(2) .img {
  background-image: url(../assets/images/page-com-employment-development-visual-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-employment-info #section-development .item__list:nth-child(3) .img {
  background-image: url(../assets/images/page-com-employment-development-visual-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-employment-info #section-development .item__list:nth-child(4) .img {
  background-image: url(../assets/images/page-com-employment-development-visual-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-employment-info #section-development .section-development-info {
  margin-top: 1.2rem;
  color: #484848;
  line-height: 1;
  text-align: right;
}

.page-com-employment-info #section-benefits {
  padding-top: 10.6rem;
}
.page-com-employment-info #section-benefits .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-com-employment-info #section-benefits .item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-com-employment-info #section-benefits .item__list:not(:last-child):after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 16rem;
  border-left: 1px dashed #7c43f4;
}

.page-com-employment-info #section-benefits .item__list:nth-child(even) {
  margin-top: 40rem;
  margin-right: -20rem;
  margin-left: -20rem;
}
.page-com-employment-info #section-benefits .item__list:nth-child(1):after {
  right: 43px;
  bottom: 10px;
  -webkit-transform: rotate(334deg);
          transform: rotate(334deg);
}

.page-com-employment-info #section-benefits .item__list:nth-child(2):after {
  top: -102px;
  right: 155px;
  -webkit-transform: rotate(-334deg);
          transform: rotate(-334deg);
}

.page-com-employment-info #section-benefits .item__list:nth-child(3):after {
  right: 43px;
  bottom: 10px;
  -webkit-transform: rotate(334deg);
          transform: rotate(334deg);
}

.page-com-employment-info #section-benefits .item__list:nth-child(4):after {
  top: -102px;
  right: 155px;
  -webkit-transform: rotate(-334deg);
          transform: rotate(-334deg);
}

.page-com-employment-info #section-benefits .item__list .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42.6rem;
  height: 42.6rem;
}
.page-com-employment-info #section-benefits .item__list:hover .img-wrap {
  width: 42.6rem !important;
  height: 42.6rem !important;
}
.page-com-employment-info #section-benefits .item__list:hover .overlay {
  opacity: 1;
}

.page-com-employment-info #section-benefits .item__list:hover .img-wrap {
  border-color: rgba(0, 0, 0, 0);
}

.page-com-employment-info #section-benefits .item__list:hover .img-wrap .img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-com-employment-info #section-benefits .item__list:hover .title {
  opacity: 0;
}

.page-com-employment-info #section-benefits .item__list .img-wrap {
  width: 32rem !important;
  height: 32rem !important;
}

.page-com-employment-info #section-benefits .item__list .img-wrap {
  position: relative;
  z-index: 1;
  border: 1px solid #7c43f4;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-com-employment-info #section-benefits .item__list .img-wrap:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 100%;
}
.page-com-employment-info #section-benefits .item__list .img-wrap .img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-com-employment-info #section-benefits .item__list .overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42.6rem;
  height: 42.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  background: #7c43f4;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-com-employment-info #section-benefits .item__list .overlay .overlay__title {
  margin-bottom: 2.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.page-com-employment-info #section-benefits .item__list .overlay .bullet:before {
  background-color: #fff;
}
.page-com-employment-info #section-benefits .item__list .title {
  position: relative;
  top: -5rem;
  margin-top: 1rem;
  color: #000;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.page-com-employment-notice .content__body .no-data {
  padding: 10rem 0;
}

.page-com-employment-notice .content__body .hr-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 12rem;
  padding: 4rem 6rem;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}
.page-com-employment-notice .content__body .hr-registration .title {
  letter-spacing: -0.4px;
  font-weight: 900;
}
.page-com-employment-notice .content__body .hr-registration .description {
  margin-top: 2.4rem;
  line-height: 1.6;
}

.page-com-employment-notice .content__body .hr-registration .btn-hr-registration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
  height: 6.8rem;
  padding: 0 2.4rem;
  color: #fff;
  font-weight: 700;
  background-color: #7c43f4;
  border-radius: 5rem;
  background-image: url(../assets/images/icon-btn-hr-registration.png);
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
  background-size: 2rem;
}
.page-com-employment-notice .content__body .hr-registration-total {
  margin-top: 6rem;
  font-size: 2rem;
}
.page-com-employment-notice .content__body .btn-hr-registration__board-filter-wrap *:not(:first-child) {
  margin-left: 1.2rem;
}

.page-com-employment-notice .content__body .btn-hr-registration__board-filter-wrap .btn-hr-registration__board-filter.active {
  color: #fff;
  font-weight: 700;
  background-color: #111;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap {
  margin-top: 3rem;
  border-top: 1px solid #111;
}
.page-com-employment-notice .content__body .hr-registration__board-list-wrap.disabled {
  opacity: 0.4;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list {
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}
.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__title {
  letter-spacing: -0.3px;
  line-height: 1;
}
.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 4rem;
  line-height: 1;
  display: flex;
  height: auto;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career > *:first-child {
  padding-left: 0;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career .str:before {
  height: 1.6rem;
  background-color: #ddd;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__tags .chip {
  padding: 0.8rem 1.4rem;
}

.page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__tags *:not(:first-child) {
  margin-left: 0.8rem;
}

.page-com-employment-notice .content__body .btn-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.page-com-hr-regist .content__header {
  margin-bottom: 8rem;
}

.page-com-hr-regist .btn-cta-wrap {
  margin-top: 10rem;
}

.page-com-hr-regist .btn-cta-wrap .btn {
  width: 40rem;
}
.page-com-info #header.notice-bar-on ~ #content {
  padding-top: 0;
}

.page-com-info #header .header-inner:not(:hover) {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.page-com-info #header.hover .header-inner {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.page-com-info .map-area {
  position: relative;
}

.page-com-info .map-area::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  content: "";
}

.page-com-info #scroll-top {
  display: none;
}

.page-com-info #content {
  padding-top: 0;
  padding-bottom: 0;
}

.page-com-info .section .setion__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 4rem;
}
.page-com-info .section .setion__title-wrap .section__title {
  letter-spacing: -0.4px;
  width: 25rem;
  line-height: 1;
}
.page-com-info .section .setion__title-wrap .section__description {
  line-height: 1.5;
  letter-spacing: -0.4px;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.page-com-info #content__nav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-com-info #content__nav.hidden {
  display: none;
}

.page-com-info #content__nav .content__nav__list {
  position: relative;
  padding-left: 3.6rem;
  color: #aaa;
}

.page-com-info #content__nav .content__nav__list:not(:first-child) {
  margin-top: 1.5rem;
}

.page-com-info #content__nav .content__nav__list.active {
  color: #111;
}

.page-com-info #content__nav .content__nav__list.active:after {
  opacity: 1;
}

.page-com-info #content__nav .content__nav__list:after {
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  display: block;
  content: "";
}

.page-com-info #content__nav .content__nav__list[data-menuanchor="4page"].color-change {
  color: #fff;
}

.page-com-info #content__nav .content__nav__list[data-menuanchor="4page"].color-change:after {
  background-color: #fff;
}
.page-com-info #section-1 .layout-container {
  position: relative;
  height: 100%;
}

.page-com-info #section-1 .content__title-wrap {
  position: absolute;
  bottom: 19rem;
  left: 0;
  color: #fff;
}
.page-com-info #section-1 .content__title-wrap .breadcrumb {
  margin-bottom: 2rem;
}

.page-com-info #section-1 .content__title-wrap .content__title {
  letter-spacing: -0.4px;
}
.page-com-info #section-2 {
  color: #fff;
  color: #ddd;
  text-align: center;
  background-color: #111;
}
.page-com-info #section-2 .str-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-com-info #section-2 .str-wrap .title {
  margin-bottom: 5rem;
  line-height: 1.4;
  letter-spacing: -1.92px;
  letter-spacing: -0.4px;
}
.page-com-info #section-2 .str-wrap .description {
  letter-spacing: -0.4px;
  font-weight: 300;
  line-height: 1.5;
}
.page-com-info #section-2 .str-wrap .description:not(:first-child) {
  margin-top: 1.6rem;
}
.page-com-info #section-3 .layout-container {
  position: relative;
  top: 6rem;
}

.page-com-info #section-3 .mb-ci-visual {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-com-info #section-3 .mb-ci-visual .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 30.7rem;
}

.page-com-info #section-3 .mb-ci-visual .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 163.8436482085%;
}

.page-com-info #section-3 .mb-ci-visual .img::before {
  background-image: url(../assets/images/m_page-com-info-ci.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-info #section-3 .visual-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-com-info #section-3 .visual__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63.4rem;
  padding: 0.9rem 5rem;
  background-color: #7c43f4;
  border-radius: 100px;
}
.page-com-info #section-3 .visual__header .visual__description {
  margin-right: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -0.5px;
}
.page-com-info #section-3 .visual__header .visual__logo {
  width: 19.4rem;
  height: 7.1rem;
  background-image: url(../assets/images/logo-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-com-info #section-3 .visual__body .visual__text-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94rem;
  height: 39rem;
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 38rem;
}

.page-com-info #section-3 .visual__body .visual__text-area.play:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: 0.2s 0.4s ease-in-out;
  transition: 0.2s 0.4s ease-in-out;
}

.page-com-info #section-3 .visual__body .visual__text-area.play:after {
  -webkit-animation: ani 0.6s 0.6s ease-in-out forwards;
          animation: ani 0.6s 0.6s ease-in-out forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.page-com-info #section-3 .visual__body .visual__text-area:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 6rem;
  margin-left: -1px;
  background: #7c43f4;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.page-com-info #section-3 .visual__body .visual__text-area:after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #7c43f4;
  border-radius: 38rem;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes ani {
  0% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) 0);
  }
  10% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  40% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  90% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
            clip-path: polygon(calc(50% + 2px) 50%, calc(50% + 2px) 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0);
  }
}
.page-com-info #section-3 .visual__body .visual__text-area .visual__text-wrap {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48rem;
  height: 33rem;
  font-weight: 300;
  border: 2px solid #ddd;
  border-radius: 17rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-com-info #section-3 .visual__body .visual__text-area .visual__text-wrap:nth-child(1) {
  left: 3rem;
}

.page-com-info #section-3 .visual__body .visual__text-area .visual__text-wrap:nth-child(2) {
  right: 3rem;
}

.page-com-info #section-3 .visual__body .visual__text-area .visual__text-wrap .visual__text__title-kr {
  color: #111;
  font-weight: 100;
  font-size: 8rem;
}

.page-com-info #section-3 .visual__body .visual__text-area .visual__text-wrap .visual__text__title-en {
  margin-top: 3.5rem;
  color: gray;
  font-size: 3.2rem;
  font-family: Poppins;
}

.page-com-info #section-3 .visual__body .visual__text-area .visual__graphic-intersection {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 32.5rem;
  color: #7c43f4;
  font-weight: 100;
  font-size: 7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../assets/images/com-info_section-3_graphic-intersection.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-info #section-4 {
  position: relative;
  background-color: #11042b;
}
.page-com-info #section-4 .layout-container {
  position: relative;
  top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-com-info #section-4 .setion__title-wrap {
  color: #fff;
}

.page-com-info #section-4 .setion__title-wrap .section__description {
  color: #aaa;
}

.page-com-info #section-4 .background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  mix-blend-mode: overlay;
  background-image: url(../assets/images/com-info_section-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-info #section-4 .item__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90rem;
  margin: 0 -1.4rem;
}
.page-com-info #section-4 .item__list {
  width: calc(50% - 1.4rem);
  max-width: 42rem;
  height: 27rem;
  margin: 0 1.4rem;
  padding: 5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.page-com-info #section-4 .item__list:nth-child(1), .page-com-info #section-4 .item__list:nth-child(2) {
  margin-bottom: 2.8rem;
}
.page-com-info #section-4 .item__list:nth-child(1) {
  background-image: url(../assets/images/com-info_section-4__list-1.png);
  background-repeat: no-repeat;
  background-position: right 3rem top 3rem;
  background-size: 9rem;
}

.page-com-info #section-4 .item__list:nth-child(2) {
  background-image: url(../assets/images/com-info_section-4__list-2.png);
  background-repeat: no-repeat;
  background-position: right 3rem top 3rem;
  background-size: 8.4rem;
}

.page-com-info #section-4 .item__list:nth-child(3) {
  background-image: url(../assets/images/com-info_section-4__list-3.png);
  background-repeat: no-repeat;
  background-position: right 3rem top 3rem;
  background-size: 10rem;
}

.page-com-info #section-4 .item__list:nth-child(4) {
  background-image: url(../assets/images/com-info_section-4__list-4.png);
  background-repeat: no-repeat;
  background-position: right 3rem top 3rem;
  background-size: 9.4rem;
}

.page-com-info #section-4 .item__list .title {
  letter-spacing: -0.3px;
  color: #fff;
  font-weight: 100;
  line-height: 1;
}
.page-com-info #section-4 .item__list .title-en {
  margin-top: 1.5rem;
  color: gray;
}

.page-com-info #section-4 .item__list .description {
  margin-top: 4rem;
  color: #ddd;
}
.page-com-info #section-5 .layout-container {
  position: relative;
  top: 17rem;
  z-index: 1;
}
.page-com-info #section-5 .setion__title-wrap {
  margin-bottom: 9.2rem;
}
.page-com-info #section-5 .graphic-round-1 {
  position: absolute;
  top: 10rem;
  left: 10rem;
  width: 60rem;
  height: 60rem;
  background: #eee;
  border-radius: 100%;
}
.page-com-info #section-5 .graphic-round-2 {
  position: absolute;
  right: -21rem;
  bottom: -30rem;
  width: 86rem;
  height: 86rem;
  background: #f6f2fe;
  border-radius: 100%;
}
.page-com-info #section-5 .graphic-round-2 .garphic-round-small {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70rem;
  height: 70rem;
  background-color: #eee6fd;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-com-info #section-5 .swiper-core-tech {
  top: -14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64.7rem;
  padding-top: 14rem;
}

.page-com-info #section-5 .swiper-core-tech .swiper-wrapper {
  height: auto;
}

.page-com-info #section-5 .swiper-core-tech .swiper-button-next, .page-com-info #section-5 .swiper-core-tech .swiper-button-prev {
  position: absolute;
  top: 0;
  left: auto;
  left: initial;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-top: initial;
  margin-right: 0;
  margin-right: initial;
  margin-bottom: 0;
  margin-bottom: initial;
  margin-left: 0;
  margin-left: initial;
}
.page-com-info #section-5 .swiper-core-tech .swiper-button-next:after, .page-com-info #section-5 .swiper-core-tech .swiper-button-prev:after {
  display: none;
}

.page-com-info #section-5 .swiper-core-tech .swiper-button-prev {
  right: 4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../assets/images/btn-page-com-info_core-tech_slide-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-com-info #section-5 .swiper-core-tech .swiper-button-next {
  right: 0;
  background-image: url(../assets/images/btn-page-com-info_core-tech_slide-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-com-info #section-5 .swiper-core-tech .swiper-wrapper.active .item__list:nth-child(even) {
  margin-top: 0;
}

.page-com-info #section-5 .swiper-core-tech .swiper-wrapper.active .item__list:nth-child(odd) {
  margin-top: 3.7rem;
}

.page-com-info #section-5 .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  height: 47rem;
  padding: 4rem;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-com-info #section-5 .item__list:nth-child(even) {
  margin-top: 3.7rem;
}

.page-com-info #section-5 .item__list:nth-child(odd) {
  margin-top: 0;
}
.page-com-info #section-5 .item__list .title {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: -0.9px;
}
.page-com-info #section-6 .setion__title-wrap {
  margin-top: 4rem;
}

.page-com-info #section-6 .history-area {
  position: relative;
}

.page-com-info #section-6 .btn-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.page-com-info #section-6 .btn-wrap .btn:not(:first-child) {
  margin-left: 1.2rem;
}

.page-com-info #section-6 .history-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48rem;
  overflow: hidden;
}

.page-com-info #section-6 .history-wrap .history__year {
  margin-top: 12rem;
}

.page-com-info #section-6 .history-wrap .history__year .history__year-scroll {
  position: relative;
  width: 13rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-com-info #section-6 .history-wrap .history__year .year {
  margin: 8rem 0;
  color: #7c43f4;
  font-size: 8.8rem;
  font-family: Poppins;
  line-height: 0.9;
  opacity: 0.1;
}
.page-com-info #section-6 .history-wrap .history__year .year.active {
  opacity: 1;
}

.page-com-info #section-6 .history-wrap .history__year .year.fixed {
  position: absolute;
  top: 50%;
  left: 28rem;
  margin: 0;
  font-family: Poppins;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
.page-com-info #section-6 .history-wrap .history__line {
  position: relative;
  left: 1rem;
  width: 0.9rem;
}

.page-com-info #section-6 .history-wrap .history__line .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-com-info #section-6 .history-wrap .history__content {
  width: 47rem;
  padding-top: 10rem;
  padding-bottom: 30rem;
  padding-left: 7rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.page-com-info #section-6 .history-wrap .history__content::-webkit-scrollbar {
  display: none;
}
.page-com-info #section-6 .history-wrap .history__10y .history__1y__list {
  padding: 3.5rem 0;
  color: #ddd;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1y__list.active {
  color: #484848;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1y__list.active .history__1m__list-wrap::after {
  background-color: #7c43f4;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1y__list.active .history__1m__list__description {
  color: #484848;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1m__list-wrap {
  position: relative;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1m__list-wrap::after {
  position: absolute;
  top: 0.5rem;
  left: -6.88rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #ddd;
  border-radius: 100%;
  position: absolute;
  display: block;
  content: "";
}
.page-com-info #section-6 .history-wrap .history__10y .history__1m__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1m__list:not(:first-child) {
  margin-top: 1.5rem;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1m__list .history__1m__list__title {
  font-weight: 700;
}

.page-com-info #section-6 .history-wrap .history__10y .history__1m__list .history__1m__list__description {
  margin-left: 5rem;
  color: #ddd;
}
.page-com-info #section-7 .setion__title-wrap {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.page-com-info #section-7 .setion__title-wrap .section__title {
  line-height: 1;
}

.page-com-info #section-7 .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-com-info #section-7 .info__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5rem;
}
.page-com-info #section-7 .info__list-wrap .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  text-align: center;
}
.page-com-info #section-7 .info__list-wrap .info__list:not(:first-child) {
  border-left: 1px solid #ddd;
}
.page-com-info #section-7 .info__list-wrap .info__list .info__list__title {
  margin-top: 1.4rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.page-com-info #section-7 .info__list-wrap .info__list .info__list__description {
  color: #484848;
  line-height: 1.6;
}
.page-com-info #section-8 {
  padding-top: 4rem;
}
.isMobile .page-com-info #section-6 .history-wrap .history__year .year.fixed {
  display: none;
}

.isMobile .page-com-info #section-6 .history-wrap .history__year .year {
  margin: 10.8rem 0 !important;
  font-size: 4rem !important;
  text-align: right !important;
}
.page-com-newsroom-list .article-main-area {
  position: relative;
  margin-top: 8rem;
}
.page-com-newsroom-list .article-main-area .swiper-index-wrap {
  position: absolute;
  bottom: 0;
  left: calc(50% + 6rem);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5rem;
  font-family: Poppins;
}
.page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-next, .page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-prev {
  bottom: auto !important;
  bottom: initial !important;
}
.page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-next, .page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3.2rem;
  height: 1.8rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-next:after, .page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-prev:after {
  display: none;
}
.page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-prev {
  left: 0;
  background-image: url(../assets/images/icon-swiper-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-next {
  right: 0;
  background-image: url(../assets/images/icon-swiper-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-com-newsroom-list .article-main-area .article {
  background-color: #fff;
}
.page-com-newsroom-list .article-main-area .article .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-com-newsroom-list .article-main-area .article .img-wrap {
  width: 50%;
}
.page-com-newsroom-list .article-main-area .article .img-wrap .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.page-com-newsroom-list .article-main-area .article .img-wrap .img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 56.3609467456%;
}

.page-com-newsroom-list .article-main-area .article .item-wrap {
  width: 50%;
  padding: 3rem 6rem;
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  height: auto;
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__util > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__util > *:first-child {
  padding-left: 0;
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__util > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__util .article__date {
  color: gray;
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__category {
  font-weight: 800;
  font-size: 1.4rem;
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__date {
  font-size: 1.4rem;
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__title {
  display: -webkit-box !important;
  height: 3.2em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__title {
  letter-spacing: -0.3px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}
@supports (-webkit-line-clamp: 2) {
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__title:after {
    display: none !important;
  }
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.6em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__description {
  display: -webkit-box !important;
  height: 3.2em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-overflow: -o-ellipsis-lastline !important;
  -webkit-line-clamp: 2 !important;
}

.page-com-newsroom-list .article-main-area .article .item-wrap .article__description {
  margin-top: 3.2rem;
  color: #484848;
  line-height: 1.6;
  word-break: break-all;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}

@supports (-webkit-line-clamp: 2) {
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__description:after {
    display: none !important;
  }
}
.page-com-newsroom-list .article-main-area .article .item-wrap .article__description:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 1.6em;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  content: "...";
}
.page-com-newsroom-list .article__list-area {
  margin-top: 9.2rem;
}
.page-com-newsroom-list .article__list-area .btn-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}

.page-com-newsroom-list .article__list-area .btn-filter-wrap::-webkit-scrollbar {
  display: none;
}
.page-com-newsroom-list .article__list-area .btn-filter-wrap .btn {
  word-break: auto-phrase;
}

.page-com-newsroom-list .article__list-area .btn-filter-wrap .btn:not(:first-child) {
  margin-left: 1.2rem;
}

.page-com-newsroom-list .article__list-area .filter-layout-container {
  z-index: 10;
  padding-top: 0.8rem;
  background-color: #fff;
}
.page-com-newsroom-list .article__list-area .filter-layout-container.is-sticky + div {
  padding-top: 13.6rem;
}

.page-com-newsroom-list .article__list-area .article__list-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.page-com-newsroom-list .article__list-area .article__list-wrap .article__list {
  width: calc(25% - 2rem);
}
.page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(1), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(2), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(3), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(4) {
  margin-bottom: 0;
}
.page-com-newsroom-view .article__view {
  margin-bottom: 6rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #ddd;
}
.page-com-newsroom-view .article__header {
  padding-top: 6rem;
}
.page-com-newsroom-view .article__category {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.page-com-newsroom-view .article__title {
  font-size: 4.8rem;
  line-height: 1.4;
}
.page-com-newsroom-view .article__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  display: flex;
  height: auto;
}

.page-com-newsroom-view .article__util > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.page-com-newsroom-view .article__util > *:first-child {
  padding-left: 0;
}

.page-com-newsroom-view .article__util > * + *:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(136, 136, 136, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-com-newsroom-view .article__util .article__writer .img {
  width: 4.2rem;
  height: 4.2rem;
}

.page-com-newsroom-view .article__util .article__writer .str {
  margin-left: 1rem;
}

.page-com-newsroom-view .article__util .article__date {
  color: #484848;
}

.page-com-newsroom-view .article__content {
  margin-top: 4rem;
  padding: 8rem 0;
  line-height: 1.6;
  border-top: 1px solid #ddd;
}
.page-com-newsroom-view .article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
.page-com-newsroom-view .tag-wrap {
  margin-bottom: -1.5rem;
  color: #7c43f4;
}
.page-com-newsroom-view .tag-wrap .tag {
  display: inline-block;
  margin-right: 2.4rem;
  word-break: auto-phrase;
}
.page-com-newsroom-view .related-content-area {
  margin-top: 8rem;
}
.page-com-newsroom-view .related-content-area .related-content__title {
  letter-spacing: -0.3px;
  margin-bottom: 4rem;
  line-height: 1;
}
.page-com-newsroom-view .related-content-area .article__list-wrap {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}

.page-com-newsroom-view .related-content-area .article__list-wrap .article__list {
  margin: 0;
  margin: initial;
}

.page-com-newsroom-view .related-content-area .article__list-wrap .article__list .article__category {
  margin-bottom: 0;
  padding-right: 1.2rem;
  font-weight: 700;
  font-size: 1.4rem;
}

.page-com-newsroom-view .related-content-area .article__list-wrap .article__list .article__date {
  padding: 0 1.2rem;
  font-weight: 300;
  font-size: 1.4rem;
}

.page-com-newsroom-view .related-content-area .related-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  padding: 3.5rem 2rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__str {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1;
}
.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__article {
  display: block;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__article.disabled {
  color: #ddd;
  cursor: not-allowed;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__prev, .page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__prev {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__prev .related-content__nav__str {
  padding-left: 2rem;
  background-image: url(../assets/images/icon-related-content-nav-prev.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__next .related-content__nav__str {
  padding-right: 2rem;
  background-image: url(../assets/images/icon-related-content-nav-next.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

@media screen and (min-width: 320px) {
  body {
    font-size: 1.4rem;
  }
  .font-heading-1 {
    font-size: 4rem;
  }
  .font-heading-2 {
    font-size: 3.2rem;
  }
  .font-heading-3 {
    font-size: 2.4rem;
  }
  .font-emphasis-r {
    font-size: 1.8rem;
  }
  .font-emphasis-eb {
    font-size: 1.8rem;
  }
  .font-body-r {
    font-size: 1.4rem;
  }
  .font-body-eb {
    font-size: 1.4rem;
  }
  .content__header .content__title {
    font-size: 4rem;
  }
  .form__step .form__title-wrap .form__title {
    font-size: 1.8rem;
  }
  .article__list-wrap .article__list .article__title {
    font-size: 1.8rem;
  }
  .page-sub .complete-message .complete-message-main {
    font-size: 2.4rem;
  }
  .page-sub .complete-message .complete-message-sub {
    font-size: 1.8rem;
  }
  .page-main-search-result .search-keyword-wrap {
    font-size: 2.4rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .em {
    font-size: 2.4rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .result-quantity {
    font-size: 1.8rem;
  }
  .term-area .term__title-wrap .term__title {
    font-size: 1.8rem;
  }
  .page-home #section-horizontal .step .num {
    font-size: 1.8rem;
  }
  .page-home #section-horizontal .slide.slide-1 .description {
    font-size: 4rem;
  }
  .page-main-term .content__title {
    font-size: 4rem;
  }
  .page-main-email .content__title {
    font-size: 4rem;
  }
  .page-main-email .email-manifesto .str {
    font-size: 2.4rem;
  }
  .page-main-email .description:nth-child(1) {
    font-size: 1.8rem;
  }
  .page-main-email .description:nth-child(2) {
    font-size: 1.4rem;
  }
  .page-pro-see-all .section .section__title {
    font-size: 2.4rem;
  }
  .page-pro-see-all #section-1 .description {
    font-size: 3.2rem;
  }
  .page-pro-tab #section-visual .main-visual .section__title {
    font-size: 4rem;
  }
  .page-pro-tab #section-visual .message-area .message-wrap .message-pack .message {
    font-size: 3.2rem;
  }
  .page-pro-outline #section-visual .main-visual .section__title {
    font-size: 4rem;
  }
  .page-pro-outline #section-slide .section__title {
    font-size: 2.4rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__title {
    font-size: 2.4rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__description {
    font-size: 1.8rem;
  }
  .page-pro-outline #section-main .panel .panel__description {
    font-size: 1.8rem;
  }
  .page-pro-outline #section-main .client-wrap .title {
    font-size: 2.4rem;
  }
  .page-pro-detail #section-visual .main-visual .section__title {
    font-size: 4rem;
  }
  .page-pro-detail #section-intro .section__title-wrap .section__title {
    font-size: 4rem;
  }
  .page-pro-detail #section-intro .swiper-info .swiper-slide {
    font-size: 1.8rem;
  }
  .page-pro-detail #section-function .section__title-wrap .section__description {
    font-size: 3.2rem;
  }
  .page-pro-platform #section-visual .main-visual .section__title {
    font-size: 4rem;
  }
  .page-pro-platform #section-item .description {
    font-size: 3.2rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap .section__subtitle {
    font-size: 1.8rem;
  }
  .page-cus .content__title {
    font-size: 4rem;
  }
  .page-com-employment-info .section .section__title {
    font-size: 3.2rem;
  }
  .page-com-employment-info .content__body__title {
    font-size: 4rem;
  }
  .page-com-employment-info #section-ideal .item__list .title {
    font-size: 2.4rem;
  }
  .page-com-employment-info #section-employment-process .item__list .title {
    font-size: 1.8rem;
  }
  .page-com-employment-info #section-development .item__list .title {
    font-size: 2.4rem;
  }
  .page-com-employment-info #section-benefits .item__list .title {
    font-size: 1.8rem;
  }
  .page-com-employment-notice .content__body .hr-registration .title {
    font-size: 1.8rem;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__title {
    font-size: 2.4rem;
  }
  .page-com-info .section .setion__title-wrap .section__title {
    font-size: 3.2rem;
  }
  .page-com-info .section .setion__title-wrap .section__description {
    font-size: 1.8rem;
  }
  .page-com-info #section-1 .content__title-wrap .content__title {
    font-size: 4rem;
  }
  .page-com-info #section-2 .str-wrap .title {
    font-size: 3.2rem;
  }
  .page-com-info #section-2 .str-wrap .description {
    font-size: 1.8rem;
  }
  .page-com-info #section-4 .item__list .title {
    font-size: 2.4rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__title {
    font-size: 2.4rem;
  }
  .page-com-newsroom-view .related-content-area .related-content__title {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 569px) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .page-com-info #section-6 .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-com-info #section-4 .item__list-wrap {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
  .font-heading-1 {
    font-size: 6rem;
  }
  .font-heading-2 {
    font-size: 4rem;
  }
  .font-heading-3 {
    font-size: 3rem;
  }
  .font-emphasis-r {
    font-size: 1.9rem;
  }
  .font-emphasis-eb {
    font-size: 1.9rem;
  }
  .font-body-r {
    font-size: 1.5rem;
  }
  .font-body-eb {
    font-size: 1.5rem;
  }
  .content__header .content__title {
    font-size: 6rem;
  }
  .form__step .form__title-wrap .form__title {
    font-size: 1.9rem;
  }
  .article__list-wrap .article__list .article__title {
    font-size: 1.9rem;
  }
  .page-sub .complete-message .complete-message-main {
    font-size: 3rem;
  }
  .page-sub .complete-message .complete-message-sub {
    font-size: 1.9rem;
  }
  .page-main-search-result .search-keyword-wrap {
    font-size: 3rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .em {
    font-size: 3rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .result-quantity {
    font-size: 1.9rem;
  }
  .term-area .term__title-wrap .term__title {
    font-size: 1.9rem;
  }
  .page-home #section-horizontal .step .num {
    font-size: 1.9rem;
  }
  .page-home #section-horizontal .slide.slide-1 .description {
    font-size: 6rem;
  }
  .page-main-term .content__title {
    font-size: 6rem;
  }
  .page-main-email .content__title {
    font-size: 6rem;
  }
  .page-main-email .email-manifesto .str {
    font-size: 3rem;
  }
  .page-main-email .description:nth-child(1) {
    font-size: 1.9rem;
  }
  .page-main-email .description:nth-child(2) {
    font-size: 1.5rem;
  }
  .page-pro-see-all .section .section__title {
    font-size: 3rem;
  }
  .page-pro-see-all #section-1 .description {
    font-size: 4rem;
  }
  .page-pro-tab #section-visual .main-visual .section__title {
    font-size: 6rem;
  }
  .page-pro-tab #section-visual .message-area .message-wrap .message-pack .message {
    font-size: 4rem;
  }
  .page-pro-outline #section-visual .main-visual .section__title {
    font-size: 6rem;
  }
  .page-pro-outline #section-slide .section__title {
    font-size: 3rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__title {
    font-size: 3rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__description {
    font-size: 1.9rem;
  }
  .page-pro-outline #section-main .panel .panel__description {
    font-size: 1.9rem;
  }
  .page-pro-outline #section-main .client-wrap .title {
    font-size: 3rem;
  }
  .page-pro-detail #section-visual .main-visual .section__title {
    font-size: 6rem;
  }
  .page-pro-detail #section-intro .section__title-wrap .section__title {
    font-size: 6rem;
  }
  .page-pro-detail #section-intro .swiper-info .swiper-slide {
    font-size: 1.9rem;
  }
  .page-pro-detail #section-function .section__title-wrap .section__description {
    font-size: 4rem;
  }
  .page-pro-platform #section-visual .main-visual .section__title {
    font-size: 6rem;
  }
  .page-pro-platform #section-item .description {
    font-size: 4rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap .section__subtitle {
    font-size: 1.9rem;
  }
  .page-cus .content__title {
    font-size: 6rem;
  }
  .page-com-employment-info .section .section__title {
    font-size: 4rem;
  }
  .page-com-employment-info .content__body__title {
    font-size: 6rem;
  }
  .page-com-employment-info #section-ideal .item__list .title {
    font-size: 3rem;
  }
  .page-com-employment-info #section-employment-process .item__list .title {
    font-size: 1.9rem;
  }
  .page-com-employment-info #section-development .item__list .title {
    font-size: 3rem;
  }
  .page-com-employment-info #section-benefits .item__list .title {
    font-size: 1.9rem;
  }
  .page-com-employment-notice .content__body .hr-registration .title {
    font-size: 1.9rem;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__title {
    font-size: 3rem;
  }
  .page-com-info .section .setion__title-wrap .section__title {
    font-size: 4rem;
  }
  .page-com-info .section .setion__title-wrap .section__description {
    font-size: 1.9rem;
  }
  .page-com-info #section-1 .content__title-wrap .content__title {
    font-size: 6rem;
  }
  .page-com-info #section-2 .str-wrap .title {
    font-size: 4rem;
  }
  .page-com-info #section-2 .str-wrap .description {
    font-size: 1.9rem;
  }
  .page-com-info #section-4 .item__list .title {
    font-size: 3rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__title {
    font-size: 3rem;
  }
  .page-com-newsroom-view .related-content-area .related-content__title {
    font-size: 3rem;
  }
}

@media (min-width: 993px) {
  .page-home #section-news .item__list:hover .anchor::before {
    opacity: 1;
  }
  .page-home #section-news .item__list:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-home #section-news .item__list:hover .item__list__content__title {
    color: #7c43f4;
  }
  .page-pro-tab #section-client .section__header.is-sticky {
    padding-top: 0rem;
  }
  .page-pro-tab #section-client .section__header.is-sticky + .section__content {
    padding-top: 17rem;
  }
  .page-com-info #section-5 .swiper-core-tech .swiper-button-prev:hover {
    background-image: url(../assets/images/btn-page-com-info_core-tech_slide-next--hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .page-com-info #section-5 .swiper-core-tech .swiper-button-next:hover {
    background-image: url(../assets/images/btn-page-com-info_core-tech_slide-next--hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media (min-width: 993px) and (max-width: 1240px) {
  .page-home #section-main .content--slide .thumb-title {
    font-size: 2rem !important;
  }
}

@media (min-width: 993px) and (max-width: 1300px) {
  .page-com-employment-info #section-employment-process .item__list .graphic-circle {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(1) {
    margin-left: 2.4rem;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(2) .graphic-circle {
    left: -5rem;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(3) .graphic-circle {
    left: -6rem;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(4) .graphic-circle {
    left: -8rem;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(5) .graphic-circle {
    left: -12rem;
  }
}

@media only screen and (min-width: 993px) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  body {
    font-size: 1.6rem;
  }
  .font-heading-1 {
    font-size: 8rem;
  }
  .font-heading-2 {
    font-size: 4.8rem;
  }
  .font-heading-3 {
    font-size: 3.6rem;
  }
  .font-emphasis-r {
    font-size: 2rem;
  }
  .font-emphasis-eb {
    font-size: 2rem;
  }
  .font-body-r {
    font-size: 1.6rem;
  }
  .font-body-eb {
    font-size: 1.6rem;
  }
  .content__header .content__title {
    font-size: 8rem;
  }
  .form__step .form__title-wrap .form__title {
    font-size: 2rem;
  }
  .article__list-wrap .article__list .article__title {
    font-size: 2rem;
  }
  .page-sub .complete-message .complete-message-main {
    font-size: 3.6rem;
  }
  .page-sub .complete-message .complete-message-sub {
    font-size: 2rem;
  }
  .page-main-search-result .search-keyword-wrap {
    font-size: 3.6rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .em {
    font-size: 3.6rem;
  }
  .page-main-search-result .search-result__category__title-wrap .search-result__category__title .result-quantity {
    font-size: 2rem;
  }
  .term-area .term__title-wrap .term__title {
    font-size: 2rem;
  }
  .page-home #section-horizontal .step .num {
    font-size: 2rem;
  }
  .page-home #section-horizontal .slide.slide-1 .description {
    font-size: 8rem;
  }
  .page-main-term .content__title {
    font-size: 8rem;
  }
  .page-main-email .content__title {
    font-size: 8rem;
  }
  .page-main-email .email-manifesto .str {
    font-size: 3.6rem;
  }
  .page-main-email .description:nth-child(1) {
    font-size: 2rem;
  }
  .page-main-email .description:nth-child(2) {
    font-size: 1.6rem;
  }
  .page-pro-see-all .section .section__title {
    font-size: 3.6rem;
  }
  .page-pro-see-all #section-1 .description {
    font-size: 4.8rem;
  }
  .page-pro-tab #section-visual .main-visual .section__title {
    font-size: 8rem;
  }
  .page-pro-tab #section-visual .message-area .message-wrap .message-pack .message {
    font-size: 4.8rem;
  }
  .page-pro-outline #section-visual .main-visual .section__title {
    font-size: 8rem;
  }
  .page-pro-outline #section-slide .section__title {
    font-size: 3.6rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__title {
    font-size: 3.6rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__description {
    font-size: 2rem;
  }
  .page-pro-outline #section-main .panel .panel__description {
    font-size: 2rem;
  }
  .page-pro-outline #section-main .client-wrap .title {
    font-size: 3.6rem;
  }
  .page-pro-detail #section-visual .main-visual .section__title {
    font-size: 8rem;
  }
  .page-pro-detail #section-intro .section__title-wrap .section__title {
    font-size: 8rem;
  }
  .page-pro-detail #section-intro .swiper-info .swiper-slide {
    font-size: 2rem;
  }
  .page-pro-detail #section-function .section__title-wrap .section__description {
    font-size: 4.8rem;
  }
  .page-pro-platform #section-visual .main-visual .section__title {
    font-size: 8rem;
  }
  .page-pro-platform #section-item .description {
    font-size: 4.8rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap .section__subtitle {
    font-size: 2rem;
  }
  .page-cus .content__title {
    font-size: 8rem;
  }
  .page-com-employment-info .section .section__title {
    font-size: 4.8rem;
  }
  .page-com-employment-info .content__body__title {
    font-size: 8rem;
  }
  .page-com-employment-info #section-ideal .item__list .title {
    font-size: 3.6rem;
  }
  .page-com-employment-info #section-employment-process .item__list .title {
    font-size: 2rem;
  }
  .page-com-employment-info #section-development .item__list .title {
    font-size: 3.6rem;
  }
  .page-com-employment-info #section-benefits .item__list .title {
    font-size: 2rem;
  }
  .page-com-employment-notice .content__body .hr-registration .title {
    font-size: 2rem;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__title {
    font-size: 3.6rem;
  }
  .page-com-info .section .setion__title-wrap .section__title {
    font-size: 4.8rem;
  }
  .page-com-info .section .setion__title-wrap .section__description {
    font-size: 2rem;
  }
  .page-com-info #section-1 .content__title-wrap .content__title {
    font-size: 8rem;
  }
  .page-com-info #section-2 .str-wrap .title {
    font-size: 4.8rem;
  }
  .page-com-info #section-2 .str-wrap .description {
    font-size: 2rem;
  }
  .page-com-info #section-4 .item__list .title {
    font-size: 3.6rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__title {
    font-size: 3.6rem;
  }
  .page-com-newsroom-view .related-content-area .related-content__title {
    font-size: 3.6rem;
  }
}

@media (min-width: 1201px) {
  .page-home #section-company .item__list-wrap .item__list:hover {
    width: 200%;
    padding: 12rem 8.5rem;
  }
  .page-home #section-company .item__list-wrap .item__list:hover .title {
    font-size: 5.6rem;
  }
  .page-home #section-company .item__list-wrap .item__list:hover .str-hide-wrap {
    height: 18rem;
    margin-top: 2.4rem;
  }
}

@media only screen and (min-width: 1201px) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  #header.transform {
    height: 10rem;
  }
}

@media (min-width: 993px) and (max-height: 768px) {
  .page-home #section-main .content--slide .thumb-title {
    font-size: 2rem;
  }
  .page-home #section-main .content--hero {
    top: 5rem !important;
  }
  .page-home #section-main .content--hero .content__title {
    font-size: 6rem;
  }
  .page-home #section-main .content--hero .content__desc {
    margin-bottom: 4rem;
  }
}

@media (min-width: 993px) and (max-height: 700px) {
  .page-home #section-main .pagination-wrap {
    top: auto !important;
    top: initial !important;
    bottom: 7rem !important;
  }
}

@media (max-width: 1700px) {
  .page-home #section-help {
    margin-top: 10rem !important;
  }
  .page-home #section-help .section__title {
    margin: 0 2.4rem 4rem;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: left;
  }
  .page-home #section-help .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 2.4rem;
  }
  .page-home #section-help .item__list {
    width: 100% !important;
  }
  .page-home #section-help .item__list {
    height: 29.2rem;
  }
  .page-home #section-help .item__list:not(:first-child) {
    margin-top: 1.2rem;
    margin-left: 0;
    margin-left: initial;
  }
  .page-home #section-help .item__list:nth-child(1)::before {
    top: 4rem;
    right: 3.4rem;
    bottom: auto;
    bottom: initial;
    width: 5.7rem;
    height: 5.4rem;
  }
  .page-home #section-help .item__list:nth-child(2)::before {
    top: 3.7rem;
    right: 3.4rem;
    bottom: auto;
    bottom: initial;
    width: 5.7rem;
    height: 5.4rem;
  }
  .page-home #section-help .item__list .btn {
    padding: 1.5rem 2rem;
  }
}

@media (max-width: 1600px) {
  .page-com-employment-info #section-ideal .item__list {
    width: 50rem;
    height: 50rem;
  }
}

@media (max-width: 1440px) {
  .header__util .language {
    display: none;
  }
  .search-area.active {
    height: 14.6rem;
  }
  .search-area > .input-search-pack {
    margin: 0 2.4rem;
    padding: 4rem 0 5rem;
  }
  .input-search-pack .input-search {
    width: 100%;
    height: 5.6rem;
    padding-right: 7rem;
  }
  .input-search-pack .btn-search {
    width: 3.2rem;
    height: 3.2rem;
  }
  .input-search-pack .btn-search-clear {
    right: 4.9rem;
    width: 2rem;
    height: 2rem;
  }
  #header {
    height: 6rem;
  }
  #header .header__logo .anchor {
    width: 8.8rem;
    height: 3.2rem;
  }
  #header .header__logo .anchor svg {
    width: 100%;
    height: 100%;
  }
  #header .header-inner {
    padding: 0 2.4rem;
  }
  #header .header__nav {
    display: none;
  }
  #header .header__util > *:not(:first-child) {
    margin-left: 2.4rem;
  }
  .page-home #section-main .content--slide .thumb-title {
    padding: 1.4rem;
    font-size: 2.4rem;
  }
  .page-pro-see-all #scroll-spy-menu {
    display: none;
  }
  .page-pro-detail #scroll-spy-menu {
    display: none;
  }
  .page-pro-platform #scroll-spy-menu {
    display: none;
  }
  .page-com-employment-info #section-ideal {
    height: auto;
    background-image: url(../assets/images/page-com-employment-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-com-employment-info #section-ideal .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-com-employment-info #section-ideal .item__list {
    position: relative;
    width: 32.7rem;
    height: 32.7rem;
  }
  .page-com-employment-info #section-ideal .item__list:nth-child(2) {
    margin: -7rem 0;
  }
  .page-com-employment-info #section-ideal .item__list .description {
    margin-top: 2.4rem;
  }
  .page-com-info #section-6 .history-wrap .history__year .history__year-scroll {
    width: 10rem;
  }
  .page-com-info #section-6 .history-wrap .history__year .year {
    margin: 10.8rem 0;
    font-size: 4rem;
    text-align: right;
  }
  .page-com-info #section-6 .history-wrap .history__year .year.fixed {
    top: calc(50% + 0.6rem);
    left: 3.6rem;
    display: none;
  }
  .page-com-info #section-6 .history-wrap .history__content {
    padding-left: 3rem;
  }
  .page-com-info #section-6 .history-wrap .history__10y .history__1m__list-wrap::after {
    left: -2.8rem;
  }
  .page-com-info #section-6 .history-wrap .history__10y .history__1m__list .history__1m__list__description {
    margin-left: 1.5rem;
  }
}

@media (max-width: 1366px) {
  .layout-container {
    padding: 0 2.4rem;
  }
  .page-home #section-news .section__title-wrap {
    height: auto;
  }
  .page-pro-platform #section-item .description-wrap {
    width: 50%;
  }
  .page-com-employment-info #section-benefits {
    padding-top: 6rem;
  }
  .page-com-employment-info #section-benefits .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-com-employment-info #section-benefits .item__list:after {
    display: none !important;
  }
  .page-com-employment-info #section-benefits .item__list:nth-child(even) {
    margin: 0 !important;
    margin: initial !important;
  }
  .page-com-employment-info #section-benefits .item__list .cont-wrap {
    width: 32rem !important;
    height: 32rem !important;
  }
  .page-com-employment-info #section-benefits .item__list:hover .img-wrap {
    width: 32rem !important;
    height: 32rem !important;
  }
  .page-com-employment-info #section-benefits .item__list .img-wrap {
    width: 25.6rem !important;
    height: 25.6rem !important;
  }
  .page-com-employment-info #section-benefits .item__list .overlay {
    width: 32rem;
    height: 32rem;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .page-com-employment-info #section-benefits .item__list .overlay .overlay__title {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .page-com-employment-info #section-benefits .item__list .overlay .bullet:before {
    top: 1.2rem;
  }
  .page-com-employment-info #section-benefits .item__list .title {
    top: -3rem;
  }
  .page-com-info #section-1 .content__title-wrap {
    left: 2.4rem;
  }
}

@media (max-width: 1355px) {
  .page-pro-detail #section-function .img-wrap {
    width: 40% !important;
  }
}

@media (max-width: 1200px) {
  .xl-hide {
    display: none !important;
  }
  .page-home #section-horizontal .slide .str-area .str-wrap .title {
    padding-right: 9rem;
    font-size: 4rem;
  }
  .page-home #section-company {
    margin-top: 6rem !important;
    margin-bottom: 0 !important;
  }
  .page-home #section-company .section__title-wrap {
    margin: 0 2.4rem;
  }
  .page-home #section-company .section__title-wrap .section__description {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
  .page-home #section-company .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .page-home #section-company .item__list-wrap .item__list {
    width: 100% !important;
  }
  .page-home #section-company .item__list-wrap .item__list {
    height: 40.6rem;
    padding: 6rem 2.4rem;
  }
  .page-home #section-company .item__list-wrap .item__list .description {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .page-home #section-company .item__list-wrap .item__list .str-hide-wrap {
    height: auto;
  }
  .page-home #section-company .item__list-wrap .item__list .str-hide-wrap .str-hide .span {
    position: relative;
    top: -0.5rem;
    right: -0.5rem;
  }
  .page-home #section-company .item__list-wrap .item__list .str-hide-wrap .str-hide:nth-child(1) {
    margin-bottom: 3.3rem;
    font-size: 1.3rem;
  }
  .page-home #section-company .item__list-wrap .item__list .str-hide-wrap .str-hide:nth-child(2) {
    font-size: 2.4rem;
  }
  .page-home #section-company .item__list-wrap .item__list .str-hide-wrap .strong {
    font-size: 6rem;
  }
  .page-home #section-company .marquee-wrap {
    margin-top: 10rem;
  }
  .page-home #section-company .marquee-wrap .swiper-slide {
    width: auto;
    height: 4.8rem;
    border-radius: 0;
  }
  .page-pro-tab #section-client .section__content .client__list-area .filter-wrap .btn-filter-opener {
    margin-left: auto;
  }
  .page-pro-outline #section-main .client-wrap {
    margin-top: 6rem;
  }
  .page-pro-platform #section-item .description {
    font-size: 4rem;
  }
  .page-com-info #section-3 .visual-wrap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 1130px) {
  .page-pro-detail #section-function .img-wrap {
    width: 30% !important;
  }
}

@media (max-width: 992px) {
  input.input {
    font-size: 1.4rem;
  }
  .chip {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
  .btn[data-type=ghost], .btn-ghost {
    min-height: 2.68rem;
    padding: 1.5rem 3.5rem;
    font-size: 1.6rem;
  }
  .btn[data-type=ghost-round], .btn-ghost-round {
    padding: 1.5rem 3.5rem;
  }
  .btn[data-type=fill-round], .btn-fill-round {
    padding: 1.5rem 3.5rem;
  }
  .btn[data-type=popup], .btn-popup, .btn[data-type=popup-negative], .btn-popup-negative {
    width: 100%;
    min-width: 0;
    min-width: initial;
  }
  .btn[data-type=basic-round], .btn-basic-round {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
  .bullet:before {
    width: 3px;
    height: 3px;
  }
  .lg-hide {
    display: none !important;
  }
  .md-show {
    display: block !important;
  }
  .content__header .content__header__link-wrap {
    padding-top: 4rem;
  }
  .content__header .content__header__link-wrap .content__header__link {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
  .form__step:not(:first-child) {
    margin-top: 6rem;
  }
  .form__step .form__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.8rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .form__step .form__title-wrap .form__description {
    margin-top: 1rem;
    margin-left: 0;
  }
  .form__step .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__step .input-wrap .label {
    height: auto;
    margin-right: 0;
    margin-right: initial;
    font-size: 1.4rem;
  }
  .form__step .input-wrap .input-pack {
    width: 100%;
  }
  .form__step .input-wrap .input-pack .input {
    padding: 1.4rem 0;
  }
  .popup-area .popup {
    max-width: calc(100% - 4.8rem);
    padding: 2.2rem;
  }
  .popup-area .popup .popup__header .popup__title {
    font-size: 2rem;
  }
  .popup-area .popup .popup__header .btn-popup-close {
    top: 2.2rem;
    right: 2.2rem;
  }
  .popup-area .popup .popup__content {
    margin-bottom: 2.8rem;
  }
  .input-search-pack .input-search::-webkit-input-placeholder {
    font-size: 2.1rem;
  }
  .input-search-pack .input-search::-moz-placeholder {
    font-size: 2.1rem;
  }
  .input-search-pack .input-search:-ms-input-placeholder {
    font-size: 2.1rem;
  }
  .input-search-pack .input-search::-ms-input-placeholder {
    font-size: 2.1rem;
  }
  .input-search-pack .input-search::placeholder {
    font-size: 2.1rem;
  }
  .input-search-pack .input-search {
    font-size: 2.1rem;
  }
  .sitemap .sitemap__content .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    margin-top: 3.2rem;
  }
  .sitemap .sitemap__content .footer-bottom-area .footer__term {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .pagination .pagination__list {
    width: 3.2rem;
    height: 3.2rem;
  }
  .article__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .article__list-wrap .article__list {
    margin: 0 0 4rem 0;
  }
  .tag-slider {
    padding: 1.8rem 4rem;
  }
  #intro .scene-first {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #intro .scene-second .str-wrap .str {
    font-size: 4rem;
  }
  #scroll-top {
    right: 2.4rem;
    bottom: 2.4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
  #header .m_gnb .m_gnb__body .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    margin-top: 3.2rem;
  }
  #header .m_gnb .m_gnb__body .footer-bottom-area .footer__term {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  #header.notice-bar-on ~ #content {
    padding-top: 18.4rem;
  }
  #content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  #footer .footer-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-content-area .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer-content-area .footer__link-wrap .footer__sns-naver {
    display: none;
  }
  #footer .footer-content-area .footer__link-wrap .footer__sitemap {
    margin-top: 2.4rem;
    padding: 0;
    font-weight: 700;
  }
  #footer .footer-content-area .footer__link-wrap .footer__sitemap:before {
    display: none;
  }
  #footer .footer-content-area .footer__address {
    margin-top: 1.2rem;
    margin-left: 0;
  }
  #footer .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.2rem;
  }
  #footer .footer-bottom-area .footer__term {
    margin-bottom: 1.2rem;
  }
  .page-sub .complete-message {
    margin-top: 5rem;
  }
  .page-main-search-result #content {
    padding-top: 11rem;
  }
  .page-main-search-result .search-keyword-wrap {
    margin-bottom: 2.8rem;
  }
  .page-main-search-result .btn-search-result-category-wrap {
    margin-top: 7.2rem;
    margin-bottom: 4rem;
  }
  .page-main-search-result .search-result__empty .icon {
    width: 10rem;
    height: 11rem;
  }
  .page-main-search-result .search-result__empty .str {
    margin-top: 1.8rem;
  }
  .page-main-search-result .search-result__category:not(:last-child) {
    margin-bottom: 6rem;
  }
  .page-main-search-result .search-result__category__title-wrap {
    padding-bottom: 2.2rem;
  }
  .page-main-search-result .search-result__category__list {
    padding: 2.2rem 0 2.8rem;
  }
  .page-main-search-result .search-result__category__list .search-result__category__list__description {
    margin-top: 0.8rem;
    margin-bottom: 2.8rem;
  }
  .term-area .term-block:not(:first-child) {
    margin-top: 5rem;
  }
  .term-area .term__title-wrap {
    margin-bottom: 2.2rem;
    padding-bottom: 1.5rem;
  }
  .term-area .term__title-wrap .numbering {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    font-size: 1.4rem;
  }
  .term-area .term__content div:not(:first-child), .term-area .term__content p:not(:first-child) {
    margin-top: 1.5rem;
  }
  .page-home #scroll-top {
    display: none !important;
  }
  .page-home .section .btn-more-content {
    display: none;
  }
  .page-home #section-main .hero {
    height: 90vh;
  }
  .page-home #section-main .hero__swiper {
    bottom: 8px;
    width: 100%;
  }
  .page-home #section-main .btn-swiper-main-play {
    width: 4rem;
    height: 4rem;
  }
  .page-home #section-main .pagination-area {
    padding: 0;
  }
  .page-home #section-main .pagination-wrap {
    top: 45.5rem;
    bottom: auto;
    bottom: initial;
    left: 2.4rem;
  }
  .page-home #section-main .slide-index-wrap {
    display: none;
  }
  .page-home #section-main .content__desc {
    margin: 0 0 3rem;
    font-size: 1.6rem;
  }
  .page-home #section-main .content--slide .content__title {
    opacity: 0;
  }
  .page-home #section-main .content--hero {
    padding: 2.4rem;
  }
  .page-home #section-main .content--hero .category {
    margin-bottom: 1.6rem;
  }
  .page-home #section-main .content--hero .content__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
  }
  .page-home #section-main .content--hero .content__text {
    top: 4rem;
  }
  .page-home #section-main .content--hero .item__button {
    width: 13.6rem;
    height: 5.2rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .page-home #section-horizontal .mb-title-wrap {
    display: block;
  }
  .page-home #section-horizontal .btn-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-home #section-horizontal .step {
    top: auto;
    top: initial;
    bottom: 0;
    left: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-home #section-horizontal .step .num {
    font-family: "NanumSquareNeo", sans-serif;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .page-home #section-horizontal .step .dot {
    width: 0.6rem;
    height: 0.6rem;
  }
  .page-home #section-horizontal .btn-slide-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4rem;
    height: 4rem;
  }
  .page-home #section-horizontal .section-horizontal-inner {
    height: 100%;
    overflow: hidden;
  }
  .page-home #section-horizontal .section-horizontal-inner::-webkit-scrollbar {
    display: none;
  }
  .page-home #section-horizontal .slide {
    width: 100vw !important;
  }
  .page-home #section-horizontal .slide {
    height: auto;
  }
  .page-home #section-horizontal .slide .slide-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .page-home #section-horizontal .slide .slide-img-wrap:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 129.0666666667%;
  }
  .page-home #section-horizontal .slide .slide-img-wrap .slide-img {
    display: none;
  }
  .page-home #section-horizontal .slide .str-area {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 32rem;
    padding: 6rem 2.4rem;
    opacity: 1;
  }
  .page-home #section-horizontal .slide .str-area .str-wrap {
    padding-left: 0;
  }
  .page-home #section-horizontal .slide .str-area .str-wrap .title {
    padding-right: 0 !important;
  }
  .page-home #section-horizontal .slide .str-area .str-wrap .title {
    bottom: auto;
    bottom: initial;
  }
  .page-home #section-horizontal .slide .str-area .str-wrap .description {
    font-size: 2rem;
    line-height: 1.5;
  }
  .page-home #section-horizontal .slide.slide-2 .slide-img-wrap::before {
    background-image: url(../assets/images/home_section-horizontal_slide-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-home #section-horizontal .slide.slide-3 .slide-img-wrap::before {
    background-image: url(../assets/images/home_section-horizontal_slide-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-home #section-horizontal .slide.slide-3 .title {
    font-size: 3rem !important;
  }
  .page-home #section-horizontal .slide.slide-4 .slide-img-wrap::before {
    background-image: url(../assets/images/home_section-horizontal_slide-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-home #section-horizontal .slide.slide-4 .title {
    font-size: 3rem !important;
  }
  .page-home #section-horizontal .slide.slide-5 .slide-img-wrap::before {
    background-image: url(../assets/images/home_section-horizontal_slide-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-home #section-horizontal .slide.slide-6 .slide-img-wrap::before {
    background-image: url(../assets/images/home_section-horizontal_slide-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-home #section-news {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .page-home #section-news .section__title-wrap {
    margin-bottom: 0;
  }
  .page-home #section-news .section__title-wrap .section__title {
    margin: 0 2.4rem 4rem;
    padding-right: 0;
    padding-right: initial;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: left;
  }
  .page-home #section-news .swiper-news {
    margin: 0;
  }
  .page-home #section-news .item__list-wrap {
    margin: 0;
  }
  .page-home #section-news .item__list {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .page-home #section-news .item__list:not(:first-child):after {
    display: none;
  }
  .page-home #section-news .item__list .item__list__content .item__list__content__title {
    margin-bottom: 2.8rem;
    font-size: 2rem;
  }
  .page-home #section-news .item__list .item__list__content .img-wrap .img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .page-home #section-news .item__list .item__list__content .img-wrap .img:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 88.188976378%;
  }
  .page-home #section-news .btn-wrap {
    margin-top: 4rem;
  }
  .page-main-term .term-area {
    font-size: 1.4rem;
  }
  .page-main-term .term-area .term-notice {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .page-main-email .email-manifesto {
    margin: 5rem auto 4rem;
    padding: 5rem 0.8rem;
    text-align: center;
  }
  .page-main-email .email-manifesto svg {
    right: 2rem;
    bottom: -2rem;
    left: auto;
    left: initial;
    width: 8.4rem;
  }
  .page-main-email .description:nth-child(2) {
    margin-top: 1.5rem;
  }
  .page-pro-see-all #content {
    padding-left: 0;
  }
  .page-pro-see-all #content .layout-container {
    padding: 0;
  }
  .page-pro-see-all .section {
    margin-bottom: 6rem;
  }
  .page-pro-see-all .section .section__visual {
    height: 32.1rem;
  }
  .page-pro-see-all .section .item-wrap {
    padding: 0 2.4rem;
  }
  .page-pro-see-all .section .str-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
  }
  .page-pro-see-all .section .section__title-wrap {
    position: relative;
    margin-bottom: 2.4rem;
  }
  .page-pro-see-all .section .section__cetegory {
    font-size: 1.5rem;
  }
  .page-pro-see-all .section .section__description {
    font-size: 2.1rem;
  }
  .page-pro-see-all .section .btn-wrap {
    margin-top: 3.5rem;
  }
  .page-pro-see-all .section .btn-wrap .btn:first-child {
    margin-right: 1rem;
  }
  .page-pro-see-all #section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.4rem;
  }
  .page-pro-see-all #section-1 > .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-pro-see-all #section-1 .description-wrap {
    height: auto !important;
  }
  .page-pro-see-all #section-1 .description-wrap {
    margin-bottom: 3rem;
    margin-left: 2.4rem;
  }
  .page-pro-see-all #section-1 .description {
    position: relative;
    top: auto;
    top: initial;
    width: auto;
  }
  .page-pro-see-all #section-1 .visual__list-area .visual__list-wrap {
    width: 100%;
    max-width: 100%;
    margin: 1.6rem;
  }
  .page-pro-see-all #section-1 .visual__list-area .visual__list-wrap:nth-child(2) {
    margin: 1.6rem 1.6rem 1.6rem 0;
  }
  .page-pro-see-all #section-1 .visual__list:not(:first-child) {
    margin-top: 2rem;
  }
  .page-pro-see-all #section-1 .visual__list {
    width: initial;
    height: auto;
    height: initial;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .page-pro-see-all #section-1 .visual__list:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 135.2564102564%;
  }
  .page-pro-see-all #section-1 .visual__list .anchor {
    padding: 2rem 1.6rem;
  }
  .page-pro-see-all #section-1 .visual__list .str {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: calc(100% - 3.2rem);
    font-size: 1.9rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../assets/images/icon-visual-list.png);
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 0.7rem;
  }
  .page-pro-tab #section-visual .main-visual .section__title {
    margin-bottom: 9.5rem;
  }
  .page-pro-tab #section-visual .message-area {
    height: 192vh;
  }
  .page-pro-tab #section-client {
    padding-bottom: 10rem;
  }
  .page-pro-tab #section-client .section__header {
    padding-top: 4rem;
  }
  .page-pro-tab #section-client .section__header .anchor-wrap {
    height: auto;
  }
  .page-pro-tab #section-client .section__header .anchor-wrap .anchor {
    padding-bottom: 2.2rem;
    font-size: 1.6rem;
  }
  .page-pro-tab #section-client .section__header.is-sticky + .section__content {
    padding-top: 8.839rem;
  }
  .page-pro-tab #section-client .section__content {
    margin-top: 4.5rem;
  }
  .page-pro-tab #section-client .section__content .aside {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    width: 100%;
    margin-right: 0;
    margin-right: initial;
  }
  .page-pro-tab #section-client .section__content .aside.active {
    right: 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .page-pro-tab #section-client .section__content .aside .aside__header .aside__title {
    font-size: 1.8rem !important;
  }
  .page-pro-tab #section-client .section__content .aside .aside__header .btn-filter-close {
    display: block;
  }
  .page-pro-tab #section-client .section__content .aside .aside__header-pc {
    display: none;
  }
  .page-pro-tab #section-client .section__content .aside .aside__content {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
  .page-pro-tab #section-client .section__content .aside .collapse-wrap:not(:first-child) {
    margin-top: -1px;
    border-top: 1px solid #ddd;
  }
  .page-pro-tab #section-client .section__content .aside .aside__title-wrap {
    margin-bottom: 0;
    padding: 2.2rem 2.4rem;
  }
  .page-pro-tab #section-client .section__content .aside .aside__title-wrap .aside__title {
    font-size: 1.6rem;
  }
  .page-pro-tab #section-client .section__content .aside .filter__title {
    font-size: 1.6rem;
  }
  .page-pro-tab #section-client .section__content .aside .btn-filter-off {
    display: none;
  }
  .page-pro-tab #section-client .section__content .aside .filter-area {
    padding: 2.5rem 2.4rem;
  }
  .page-pro-tab #section-client .section__content .aside .filter-area .input-checkbox-pack {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 2rem);
    margin-left: 1.5rem;
  }
  .page-pro-tab #section-client .section__content .client__list-area {
    width: 100%;
  }
  .page-pro-tab #section-client .section__content .client__list-area .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list {
    width: calc(50% - 2rem);
    border: 1px solid #ddd;
  }
  .page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type {
    width: calc(50% - 1.6rem);
    margin: 0.8rem 0.8rem 1.6rem 0.8rem;
  }
  .page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .img-wrap {
    width: 100%;
  }
  .page-pro-tab #section-client .section__content .client__list-area .client__list-wrap .client__list-board-type .str-wrap {
    font-size: 1.4rem;
  }
  .page-pro-tab #section-client .section__content .client__list-area .btn-wrap {
    margin-top: 4.4rem;
  }
  .page-pro-reason-success-view #section-board {
    padding-bottom: 10rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area {
    padding-top: 4rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__client-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__title {
    width: 100%;
    font-size: 2.4rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__tags {
    margin: -0.75rem -1.2rem;
    padding: 2.4rem 0;
    font-size: 1.4rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__tags .tag {
    margin: 0.75rem 0.6rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content {
    padding-bottom: 5rem;
    font-size: 1.4rem;
  }
  .page-pro-reason-success-view #section-board .client-board-view-area .client-board-view__content img {
    margin-bottom: 2.8rem !important;
  }
  .page-pro-reason-success-view #section-board .btn-wrap {
    margin-top: 4rem;
  }
  .page-pro-outline #content {
    padding-bottom: 6rem;
  }
  .page-pro-outline #section-visual .main-visual .section__title {
    margin-bottom: 9.5rem;
  }
  .page-pro-outline #section-slide {
    padding-top: 9rem;
  }
  .page-pro-outline #section-slide .swiper-main {
    top: -8rem;
    padding-top: 14rem;
    padding-bottom: 6rem;
  }
  .page-pro-outline #section-slide .swiper-main .swiper-slide {
    width: 37rem;
    height: 37.8rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap {
    padding: 5.75rem 2.8rem 5rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .svg-wrap svg {
    width: 4.8rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .img-wrap {
    width: 6rem;
    height: 6rem;
  }
  .page-pro-outline #section-slide .swiper-main .item-wrap .item__title {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
  }
  .page-pro-outline #section-slide .swiper-main .swiper-button-navigation {
    top: -11rem;
    width: 4rem;
    height: 4rem;
  }
  .page-pro-outline #section-slide .swiper-main .swiper-button-prev {
    right: 7.4rem;
  }
  .page-pro-outline #section-slide .swiper-main .swiper-button-next {
    right: 2.4rem;
  }
  .page-pro-outline #section-main {
    top: -7rem;
  }
  .page-pro-outline #section-main .panel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding-top: 4.6rem;
    text-align: left;
  }
  .page-pro-outline #section-main .panel .panel__title-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-pro-outline #section-main .panel .panel__title {
    width: calc(100% - 7rem);
    padding: 0 2.4rem;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .page-pro-outline #section-main .panel .panel__description {
    margin-top: 2.6rem;
    padding: 0 2.4rem;
  }
  .page-pro-outline #section-main .panel .img-wrap .img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .page-pro-outline #section-main .panel .img-wrap .img:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 129.8666666667%;
  }
  .page-pro-outline #section-main .client-wrap .swiper-client {
    margin: 4rem 0;
  }
  .page-pro-outline #section-main .client-wrap .swiper-client:before {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 6rem;
    height: 7rem;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .page-pro-outline #section-main .client-wrap .swiper-client:after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 6rem;
    height: 7rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .page-pro-detail .content__header.is-sticky {
    top: -4rem !important;
  }
  .page-pro-detail .content__header.is-sticky + .section {
    margin-top: 10rem;
  }
  .page-pro-detail #section-visual .main-visual .section__title {
    margin-bottom: 9.5rem;
  }
  .page-pro-detail #section-intro {
    padding-top: 7.2rem;
    padding-bottom: 10rem;
  }
  .page-pro-detail #section-intro .section__title-wrap {
    padding: 0 2.4rem;
  }
  .page-pro-detail #section-intro .section__title-wrap .section__title {
    line-height: 1.4;
  }
  .page-pro-detail #section-intro .section__title-wrap .section__description {
    font-size: 1.8rem;
  }
  .page-pro-detail #section-intro .swiper-info {
    margin-top: 8rem;
  }
  .page-pro-detail #section-feature > .layout-container {
    padding-top: 6rem;
    padding-bottom: 30rem;
  }
  .page-pro-detail #section-feature .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-pro-detail #section-feature .section__title {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 3.2rem;
    text-align: center;
  }
  .page-pro-detail #section-feature .section__title .span {
    font-size: 1.8rem;
  }
  .page-pro-detail #section-feature .img-wrap {
    left: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-pro-detail #section-feature .item__list-wrap {
    width: 100%;
  }
  .page-pro-detail #section-feature .item__list-wrap .item__list {
    height: auto;
    min-height: 10rem;
    padding: 1rem 2rem;
    font-size: 2rem;
  }
  .page-pro-detail #section-feature .item__list-wrap .item__list:not(:first-child) {
    margin-top: 2.6rem;
  }
  .page-pro-detail #section-feature .item__list-wrap .item__list .img {
    width: 8rem;
    height: 6rem;
  }
  .page-pro-detail #section-feature .item__list-wrap .item__list .str {
    width: calc(100% - 10rem);
  }
  .page-pro-detail #section-function {
    margin-bottom: 0;
    padding-top: 6rem;
  }
  .page-pro-detail #section-function .layout-container {
    padding: 0;
  }
  .page-pro-detail #section-function .section__title-wrap {
    position: relative;
    top: 0;
    margin-bottom: 4rem;
    padding: 0 2.4rem;
  }
  .page-pro-detail #section-function .function__list-wrap {
    max-width: 100%;
    height: auto;
    padding: 0 2.4rem 1.6rem;
  }
  .page-pro-detail #section-function .function__list-wrap .function__list {
    position: relative;
  }
  .page-pro-detail #section-function .function__list-wrap .function__list:nth-child(1) {
    border-top: none;
  }
  .page-pro-detail #section-function .function__list-wrap .function__list .function__list__description {
    padding-bottom: 4.4rem;
  }
  .page-pro-detail #section-function .function__list-wrap > .function__list {
    top: 0 !important;
  }
  .page-pro-detail #section-function .img-wrap {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .page-pro-detail #section-function .img-wrap .img {
    position: relative !important;
  }
  .page-pro-detail #section-function .img-wrap .img {
    top: 0rem;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .page-pro-detail #section-function .img-wrap .img:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 106.6666666667%;
  }
  .page-pro-platform .content__header-fake.active {
    top: -4rem;
  }
  .page-pro-platform .content__header-real.active {
    top: -4rem;
  }
  .page-pro-platform #section-item {
    padding-bottom: 10rem;
  }
  .page-pro-platform #section-item .description-wrap {
    display: none;
  }
  .page-pro-platform #section-item .description {
    position: relative;
    top: auto;
    top: initial;
  }
  .page-pro-platform #section-item .description.description-mobile {
    display: block;
  }
  .page-pro-platform #section-item .section-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-pro-platform #section-item .item-area {
    width: 100%;
    padding-top: 6rem;
  }
  .page-pro-platform #section-item .item-area .item-wrap:not(:first-child) {
    margin-top: 6rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap {
    margin-top: 3rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap .section__title {
    font-size: 2.8rem;
  }
  .page-pro-platform #section-item .item-area .section__title-wrap .section__subtitle {
    margin-top: 0.8rem;
  }
  .page-pro-platform #section-item .section__visual {
    height: 27.6rem;
  }
  .page-cus .content__description {
    margin-top: 2.5rem;
    margin-bottom: 6rem;
    line-height: 1.6;
  }
  .page-cus-faq #scroll-top {
    display: none !important;
  }
  .page-cus-faq #cus-faq-floating {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .page-cus-faq #cus-faq-floating-link {
    right: 2.4rem;
    bottom: 11rem;
    width: 12.1rem;
    height: 6.2rem;
    color: #fff;
    font-size: 1.4rem;
    background: rgba(124, 67, 244, 0.9);
    border-radius: 6px;
  }
  .page-cus-faq .faq-area .accordion__list-wrap {
    margin-top: 4rem;
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5rem 0;
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__header .badge {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__title {
    display: -webkit-box !important;
    height: 3.2em !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-overflow: -o-ellipsis-lastline !important;
    -webkit-line-clamp: 2 !important;
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__title {
    margin-top: 1.2rem;
    padding-right: 5rem;
    padding-left: 0;
    line-height: 1.6;
    -webkit-box-orient: vertical;
  }
  @supports (-webkit-line-clamp: 2) {
    .page-cus-faq .faq-area .accordion__list .accordion__list__title:after {
      display: none !important;
    }
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__title:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25%;
    height: 1.6em;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
    content: "...";
  }
  .page-cus-faq .faq-area .accordion__list .accordion__list__content {
    padding: 2rem;
  }
  .page-cus-qna #cus-qna-floating {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .page-cus-qna #cus-qna-floating-link {
    right: auto;
    right: initial;
    bottom: 11rem;
    left: 50%;
    width: calc(100% - 4.8rem);
    min-height: 12.4rem;
    color: #fff;
    background: rgba(124, 67, 244, 0.9);
    border-radius: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-cus-qna #cus-qna-floating-link .str {
    margin-bottom: 2rem;
  }
  .page-cus-qna #cus-qna-floating-link .link-info__list:last-child {
    margin-top: 1.3rem;
  }
  .page-cus-qna #header.hidden ~ #content .faq__aside {
    top: 0;
  }
  .page-cus-qna .faq-area .faq-select .input-radio-pack {
    margin-bottom: 1.5rem;
  }
  .page-cus-qna .faq-area .faq__aside {
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-right: 0;
    padding: 1.2rem 2rem;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
  }
  .page-cus-qna .faq-area .faq__aside .step-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .page-cus-qna .faq-area .faq__aside .step-area .step:not(:first-child) {
    margin-top: 0;
  }
  .page-cus-qna .faq-area .faq__aside .step-area .step .str-wrap {
    margin-left: 0.8rem;
  }
  .page-cus-qna .faq-area .faq__aside .step-area .step .str {
    margin-right: 0;
    margin-left: 0;
  }
  .page-cus-qna .faq-area .faq__content {
    width: 100%;
  }
  .page-cus-qna .faq-area .faq__content .faq-type-1, .page-cus-qna .faq-area .faq__content .faq-type-3 {
    margin-top: 6rem;
  }
  .page-cus-qna .faq-area .faq__content .faq-type-1 {
    margin-top: 4.5rem;
  }
  .page-cus-qna .faq-area .faq__content .faq-type-2 {
    margin-top: 1.5rem;
  }
  .page-cus-qna .faq-area .faq__content .faq__product-select-area {
    display: block;
  }
  .page-cus-qna .faq-area .faq__content .checkbox-product-select + .label {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
  .page-cus-qna .faq-area .faq__content .checkbox-product-select + .label:before {
    left: 1.5rem;
  }
  .page-cus-qna .faq-area .faq__content .checkbox-product-select:checked + .label {
    padding-left: 3.8rem;
  }
  .page-cus-qna .faq-area .faq__content .proposal-client-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
  .page-cus-qna .faq-area .faq__content .proposal-client-name .str {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
  .page-cus-qna .faq-area .faq__content .proposal-client-name .proposal-client-name__caption {
    position: relative;
    bottom: 0;
    margin-top: 0.8rem;
  }
  .page-cus-qna .faq-area .faq__content .channel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
  .page-cus-qna .faq-area .faq__content .channel-wrap .str {
    margin-right: auto;
  }
  .page-cus-qna .faq-area .faq__content .channel-wrap .btn-channel-join {
    height: 3.8rem;
    margin-top: 2rem;
    margin-left: auto;
    font-size: 1.4rem;
  }
  .page-cus-qna .faq-area .faq__content .btn-wrap {
    margin-top: 6rem;
  }
  .page-cus-qna .faq-area .faq__content .faq__step-use .input-radio-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-cus-qna .faq-area .faq__content .faq__step-use .input-radio-wrap .input-radio-pack:first-child {
    width: auto;
  }
  .page-cus-qna-complete .btn-wrap {
    margin-top: 4.8rem;
  }
  .popup-cus-qna-confirm-popup .popup__content .str {
    margin: 2.6rem auto 2.8rem;
  }
  .popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list .name {
    width: 6rem;
  }
  .popup-cus-qna-confirm-popup .popup__content .input-value-check__list-wrap .input-value-check__list .value {
    width: calc(100% - 6rem);
  }
  #popup-cus-term-popup {
    width: calc(100% - 4.8rem);
    height: calc(100% - 4.8rem);
  }
  .page-com-employment-info .content__body__title-wrap {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  .page-com-employment-info .content__body__title:nth-child(1) {
    padding-right: 0;
  }
  .page-com-employment-info #section-employment-process {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .page-com-employment-info #section-employment-process .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-com-employment-info #section-employment-process .section__title {
    margin-bottom: 4rem;
  }
  .page-com-employment-info #section-employment-process .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-com-employment-info #section-employment-process .item__list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin: 0 !important;
    margin: initial !important;
  }
  .page-com-employment-info #section-employment-process .item__list:not(:first-child) {
    margin-top: 3.2rem !important;
  }
  .page-com-employment-info #section-employment-process .item__list .str-wrap {
    width: calc(100% - 11rem);
  }
  .page-com-employment-info #section-employment-process .item__list .step {
    display: none;
  }
  .page-com-employment-info #section-employment-process .item__list .graphic-circle {
    position: relative !important;
    top: auto !important;
    top: initial !important;
    right: auto !important;
    right: initial !important;
    bottom: auto !important;
    bottom: initial !important;
    left: auto !important;
    left: initial !important;
    width: 8rem !important;
    height: 8rem !important;
  }
  .page-com-employment-info #section-employment-process .item__list .graphic-circle {
    margin-right: 2.4rem;
  }
  .page-com-employment-info #section-employment-process .item__list .graphic-circle .str {
    display: block;
  }
  .page-com-employment-info #section-employment-process .item__list .description {
    height: auto !important;
  }
  .page-com-employment-info #section-employment-process .item__list .description {
    margin-top: 0.8rem;
    padding-left: 0;
    border: none;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(3) .str-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(5) .title {
    color: #111;
  }
  .page-com-employment-info #section-employment-process .item__list:nth-child(5) .title .img {
    background-image: url(../assets/images/logo-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .page-com-employment-info #section-employment-process .employement-process-info {
    margin-top: 3rem;
    border: none;
  }
  .page-com-employment-info #section-development {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .page-com-employment-info #section-development .section__title {
    margin-bottom: 4rem;
  }
  .page-com-employment-info #section-development .item__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .page-com-employment-info #section-development .item__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 3.4rem 0;
  }
  .page-com-employment-info #section-development .item__list:first-child {
    margin: 0;
  }
  .page-com-employment-info #section-development .item__list:not(:first-child) {
    margin: 2.4rem 0 0 0;
  }
  .page-com-employment-info #section-development .item__list .img {
    position: absolute;
    top: 50%;
    left: 2.6rem;
    width: 9rem;
    height: 9rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-com-employment-info #section-development .item__list .str-wrap {
    left: 20%;
    padding-left: 13.6rem;
  }
  .page-com-employment-info #section-development .item__list .title {
    margin-top: 0;
    margin-bottom: 2.6rem;
    text-align: left;
  }
  .page-com-employment-info #section-development .item__list .overlay {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-com-employment-notice .content__body .hr-registration {
    display: none;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-area {
    margin-top: 5rem;
  }
  .page-com-employment-notice .content__body .hr-registration-total {
    margin-top: 4rem;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap {
    margin-top: 2.4rem;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list {
    padding: 2.8rem 0;
  }
  .page-com-employment-notice .content__body .hr-registration__board-list-wrap .hr-registration__board-list .hr-registration__board-list__career {
    margin: 1.5rem 0 2.8rem;
    font-size: 1.4rem;
  }
  .page-com-employment-notice .content__body .btn-more-wrap {
    margin-top: 4rem;
  }
  .page-com-hr-regist .btn-cta-wrap .btn {
    width: auto;
  }
  .page-com-info .section .setion__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-com-info .section .setion__title-wrap .section__title {
    width: auto;
    width: initial;
  }
  .page-com-info .section .setion__title-wrap .section__description {
    margin-top: 2rem;
  }
  .page-com-info #content__nav {
    display: none;
  }
  .page-com-info #section-1 {
    height: 100vh;
  }
  .page-com-info #section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
  .page-com-info #section-2 .str-area {
    padding: 2.4rem;
  }
  .page-com-info #section-3 {
    padding-bottom: 10rem;
  }
  .page-com-info #section-3 .mb-ci-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-com-info #section-3 .visual-wrap {
    display: none;
  }
  .page-com-info #section-3 .visual__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 27.5rem;
    padding: 2rem 0;
    text-align: center;
  }
  .page-com-info #section-3 .visual__header .visual__description {
    margin-right: 0;
    font-size: 1.4rem;
  }
  .page-com-info #section-3 .visual__header .visual__logo {
    width: 9.8rem;
    height: 3.6rem;
  }
  .page-com-info #section-4 {
    padding: 0 0 9rem;
  }
  .page-com-info #section-4 .item__list-wrap {
    width: calc(100% + 3.2rem);
  }
  .page-com-info #section-4 .item__list {
    background-position: right 1.6rem bottom 2rem !important;
    background-size: 5rem !important;
  }
  .page-com-info #section-4 .item__list {
    width: calc(50% - 1.6rem);
    height: auto;
    margin: 0 0.8rem;
    padding: 2.5rem 2rem 9rem;
  }
  .page-com-info #section-4 .item__list:nth-child(1), .page-com-info #section-4 .item__list:nth-child(2) {
    margin-bottom: 1.6rem;
  }
  .page-com-info #section-4 .item__list .description {
    height: 6.5rem;
  }
  .page-com-info #section-5 .layout-container {
    top: 6rem;
    padding: 0;
  }
  .page-com-info #section-5 .setion__title-wrap {
    margin-bottom: 1.5rem;
    padding: 0 2.4rem;
  }
  .page-com-info #section-5 .graphic-round-1 {
    top: -15rem;
    left: -14rem;
    width: 30rem;
    height: 30rem;
  }
  .page-com-info #section-5 .graphic-round-2 {
    bottom: -24rem;
    width: 43rem;
    height: 43rem;
  }
  .page-com-info #section-5 .graphic-round-2 .garphic-round-small {
    width: 35rem;
    height: 35rem;
  }
  .page-com-info #section-5 .swiper-core-tech .swiper-button-next, .page-com-info #section-5 .swiper-core-tech .swiper-button-prev {
    top: 4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .page-com-info #section-5 .swiper-core-tech .swiper-button-prev {
    right: 6.5rem;
  }
  .page-com-info #section-5 .swiper-core-tech .swiper-button-next {
    right: 3.4rem;
  }
  .page-com-info #section-5 .item__list {
    height: 39rem;
  }
  .page-com-info #section-5 .item__list .title {
    font-size: 2.2rem;
  }
  .page-com-info #section-7 .layout-container {
    padding: 0;
  }
  .page-com-info #section-7 .setion__title-wrap {
    margin-top: 6rem;
    margin-bottom: 5rem;
    padding: 0 2.4rem;
  }
  .page-com-info #section-7 .info__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 40rem;
    margin-top: 0;
    padding: 3rem 2.4rem;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
  }
  .page-com-info #section-7 .info__list-wrap .info__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
  .page-com-info #section-7 .info__list-wrap .info__list:not(:first-child) {
    margin-top: 3rem;
    border-left: none;
  }
  .page-com-info #section-7 .info__list-wrap .info__list .str-wrap {
    padding-left: 1.5rem;
  }
  .page-com-info #section-7 .info__list-wrap .info__list .info__list__title {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .page-com-info #section-7 .info__list-wrap .info__list .info__list__description {
    line-height: 1.4;
  }
  .page-com-info #section-8 {
    padding-top: 8rem;
  }
  .page-com-newsroom-list .content__header .content__description {
    margin-top: 2.5rem;
  }
  .page-com-newsroom-list .article-main-area {
    margin-top: 5rem;
  }
  .page-com-newsroom-list .article-main-area .layout-container {
    padding: 0;
  }
  .page-com-newsroom-list .article-main-area .swiper-index-wrap {
    left: 50%;
    padding: 0 4rem;
    font-size: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-next, .page-com-newsroom-list .article-main-area .swiper-index-wrap .swiper-button-prev {
    width: 2.4rem;
    height: 1.4rem;
  }
  .page-com-newsroom-list .article-main-area .article {
    padding-bottom: 3rem;
  }
  .page-com-newsroom-list .article-main-area .article .anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-com-newsroom-list .article-main-area .article .img-wrap {
    width: 100%;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap {
    width: 100%;
    padding: 3rem 2.4rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__category {
    padding-right: 1.2rem;
    font-size: 1.3rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__date {
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
  .page-com-newsroom-list .article-main-area .article .item-wrap .article__description {
    margin-top: 2.4rem;
  }
  .page-com-newsroom-list .article__list-area {
    margin-top: 6rem;
  }
  .page-com-newsroom-list .article__list-area .btn-filter-wrap {
    padding: 0 2.4rem;
  }
  .page-com-newsroom-list .article__list-area .filter-layout-container {
    padding-right: 0;
    padding-left: 0;
  }
  .page-com-newsroom-list .article__list-area .article__list-wrap .article__list {
    width: 100%;
  }
  .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(1), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(2), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(3), .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:nth-last-child(4) {
    margin-bottom: 4rem;
  }
  .page-com-newsroom-list .article__list-area .article__list-wrap .article__list:last-child {
    margin-bottom: 0;
  }
  .page-com-newsroom-view .article__view {
    margin-bottom: 4rem;
    padding-bottom: 5rem;
  }
  .page-com-newsroom-view .article__header {
    padding-top: 4rem;
  }
  .page-com-newsroom-view .article__category {
    font-size: 2rem;
  }
  .page-com-newsroom-view .article__title {
    font-size: 2.4rem;
  }
  .page-com-newsroom-view .article__util {
    margin-top: 2.8rem;
  }
  .page-com-newsroom-view .article__content {
    margin-top: 2.8rem;
    padding: 5rem 0 4rem;
    font-size: 1.4rem;
  }
  .page-com-newsroom-view .article__content img {
    margin-bottom: 2.8rem;
  }
  .page-com-newsroom-view .tag-wrap {
    font-size: 1.4rem;
  }
  .page-com-newsroom-view .tag-wrap .tag {
    margin-bottom: 1.5rem;
  }
  .page-com-newsroom-view .related-content-area {
    margin-top: 5rem;
  }
  .page-com-newsroom-view .related-content-area .layout-container {
    padding: 0;
  }
  .page-com-newsroom-view .related-content-area .related-content__title {
    margin-bottom: 2.8rem;
    padding-left: 2.4rem;
  }
  .page-com-newsroom-view .related-content-area .related-content__nav {
    margin: 5rem 2.4rem 0;
    padding: 2.6rem 0;
  }
  .page-com-newsroom-view .related-content-area .related-content__nav .related-content__nav__str {
    margin-bottom: 1.2rem;
  }
}

@media (max-height: 800px) {
  .page-home #section-main .content--hero .content__text {
    top: 0rem;
  }
  .page-com-info #section-3 .visual-wrap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media all and (max-height: 768px) {
  .page-home #section-main .content--hero {
    top: 5rem;
  }
}

@media (max-width: 767px) {
  .mb-hide {
    display: none !important;
  }
  .mb-show {
    display: block !important;
  }
  span.mb-show {
    display: inline-block;
  }
}

@media all and (max-height: 700px) {
  .page-home #section-main .pagination-wrap {
    top: 34rem;
  }
}

@media (max-width: 568px) {
  .chip {
    font-size: 1.3rem;
  }
  .btn[data-type=ghost], .btn-ghost {
    padding: 1.5rem 2.5rem;
  }
  .xs-show {
    display: block !important;
  }
  .page-home #section-main .content--slide .thumb-title {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
  .page-cus-qna #cus-qna-floating-link .link-info__list {
    font-size: 1.4rem;
  }
  .page-com-info #section-6 .btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    overflow-y: scroll;
  }
  .page-com-info #section-6 .btn-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
