@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url("../fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "GoogleSansFlex";
  font-weight: 400;
  src: url("../fonts/GoogleSansFlex_24pt-Regular.woff") format("woff");
}
@font-face {
  font-family: "GoogleSansFlex";
  font-weight: 700;
  src: url("../fonts/GoogleSansFlex_24pt-Bold.woff") format("woff");
}
@font-face {
  font-family: "GoogleSansFlex";
  font-weight: 900;
  src: url("../fonts/GoogleSansFlex_24pt-Black.woff") format("woff");
}
@font-face {
  font-family: "RoundsquareSans";
  font-weight: 500;
  src: url("../fonts/RoundsquareSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "RoundsquareSans";
  font-weight: 700;
  src: url("../fonts/RoundsquareSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "SUITE";
  font-weight: 900;
  src: url("../fonts/SUITE-Heavy.woff2") format("woff2");
}
/* reset */
/* 최대 화면 크기 설정 */
/* 전역 스위치: 딱 1번만 선언 */
/* 
모바일에서만 vw를 사용할 경우 vw함수만 사용해도 무방
pc와 모바일 둘다 vw를 사용할경우 pc에서는 vw함수를
모바일에서는 vw-mo함수를 사용
*/
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  font-weight: 400;
  color: #121212;
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 20px;
  letter-spacing: 0;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-border-radius: 0;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #121212;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.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;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.btn.small {
  height: 1.75rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
}
.btn.medium {
  height: 2.8rem;
  padding: 0 0.65rem;
  font-size: 0.75rem;
}
.btn.large {
  height: 3.4rem;
  padding: 0 0.8rem;
  font-weight: 400;
  font-size: 1rem;
}
.btn.xlarge {
  height: 4.4rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.btn.primary {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
.btn.slightly {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.btn.lightSlightly {
  background-color: #989898;
  border-color: #989898;
  color: #fff;
}
.btn.dark {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}
.btn.danger {
  background-color: #e0012b;
  border-color: #e0012b;
  color: #fff;
}
.btn.warning {
  background-color: #ff9582;
  border-color: #ff9582;
  color: #fff;
}
.btn.round.small {
  border-radius: 50px;
}
.btn.round.medium {
  border-radius: 40px;
}
.btn.round.large {
  border-radius: 30px;
}
.btn.round.xlarge {
  border-radius: 30px;
}
.btn.border {
  border: 1px solid #121212;
}
.btn.border.primary {
  color: #ff6400;
  border-color: #ff6400;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #a1a1a1;
  color: #a1a1a1;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #121212;
  color: #121212;
  background-color: transparent;
}
.btn.border.warning {
  border-color: #ff9582;
  color: #ff9582;
  background-color: transparent;
}
.btn.border.danger {
  border-color: #e0012b;
  color: #e0012b;
  background-color: transparent;
}

.data-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
}
.data-table th,
.data-table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 720px) {
  .data-table th,
  .data-table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.data-table th.left,
.data-table td.left {
  text-align: left;
}
.data-table th.center,
.data-table td.center {
  text-align: center;
}
.data-table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.data-table td {
  border-bottom: 1px solid #ddd;
}

.pagination {
  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;
  gap: 0.6rem;
  overflow: hidden;
  margin-top: 2rem;
}
.pagination button {
  display: block;
}
.pagination .paging {
  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: 1.2rem;
  height: 1.2rem;
}
.pagination .paging.current .page-link {
  font-weight: 900;
  color: #ff6400;
}
.pagination .page-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  letter-spacing: -0.02em;
  text-align: center;
}
.pagination .controller {
  width: 1.2rem;
  height: 1.2rem;
}
.pagination .controller .page-link {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.pagination .controller.prev .page-link {
  background-image: url("../images/components/icon-pagination-prev.png");
}
.pagination .controller.next .page-link {
  background-image: url("../images/components/icon-pagination-next.png");
}
.pagination .controller.first .page-link {
  background-image: url("../images/components/icon-pagination-first.png");
}
.pagination .controller.last .page-link {
  background-image: url("../images/components/icon-pagination-last.png");
}
.pagination .controller.disabled {
  opacity: 0.4;
}
.pagination .controller.disabled .page-link {
  pointer-events: none;
}

.input-cover {
  position: relative;
}
.input-cover.float {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-cover.float.active .form-label {
  padding: 0 0.2rem;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #000;
  background-color: #fff;
}
.input-cover.float.active .required {
  color: #000;
}
.input-cover.float.active .form-input[type=date] {
  color: #000;
}
.input-cover.float.active .form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float .form-label {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fff;
}
.input-cover.float .etc-right {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-cover.focus, .input-cover.open-datepicker {
  border-color: #2c599d;
}
.input-cover.focus .form-label,
.input-cover.focus .required, .input-cover.open-datepicker .form-label,
.input-cover.open-datepicker .required {
  color: #2c599d !important;
}
.input-cover.focus .form-input, .input-cover.open-datepicker .form-input {
  border-color: #2c599d;
}
.input-cover.right-space.small .form-input {
  padding-right: 2.8rem;
}
.input-cover.right-space .form-input {
  padding-right: 4.6rem;
}
.input-cover.error .icon-error {
  display: block;
}
.input-cover.error .form-input {
  padding-right: 2.5rem;
  border-color: #e0012b;
}
.input-cover .cover-inner {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 2.8rem;
  line-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid #e0e0e3;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  background-color: #fff;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input::placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
  color: #999 !important;
  background-color: #fafafa;
}
.input-cover .form-input:read-only, .input-cover .form-input:disabled {
  color: #999 !important;
  background-color: #fafafa;
}
.input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:-moz-read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  color: #999;
}
.input-cover .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
  color: #999;
}
.input-cover .etc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  position: absolute;
  z-index: 2;
  bottom: 0.75rem;
  right: 1rem;
}
.input-cover .mode-text {
  font-size: 0.8rem;
}
.input-cover .btn-type-change {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-eye-off.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  color: transparent;
}
.input-cover .btn-type-change.type-text {
  background-image: url("../images/icon/icon-eye-on.png");
}
.input-cover .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  position: relative;
}
.input-cover .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.input-cover .file-wrapper .file-input:focus-visible + .btn {
  outline: 2px solid #000;
}
.input-cover .file-wrapper .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 6rem;
  font-size: 0.8rem;
}
.input-cover.disable-active.float .form-label {
  padding: 0 0.2rem;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #999;
}
.input-cover.disable-active .required {
  color: #999;
}

.form-btn-with-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.form-btn-with-container .input-cover,
.form-btn-with-container .selectric-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-btn-with-container .btn {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-btn-with-container.medium .btn {
  max-width: 6rem;
}

.selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
}
.selector-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.selector-cover {
  line-height: 1;
  font-size: 0;
}
.selector-cover input {
  position: absolute;
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.selector-cover input.focusable:active, .selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.selector-cover input:focus-visible + .selector-text {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}
.selector-cover .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.selector-cover .selector-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  word-break: keep-all;
}
.selector-cover .selector {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e0e0e3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selector-cover .selector:after {
  display: block;
  content: "";
  position: absolute;
}
.selector-cover.checkbox .selector {
  border-radius: 0.2rem;
}
.selector-cover.checkbox .selector:after {
  display: none;
  left: calc(50% - 0.25rem);
  top: 50%;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.selector-cover.checkbox.round .selector-text {
  padding-left: 1.6rem;
  min-height: 1.2rem;
}
.selector-cover.checkbox.round .selector {
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-round-off.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-round-on.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.square .selector-text {
  padding-left: 1.6rem;
  min-height: 1.2rem;
}
.selector-cover.checkbox.square .selector {
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-square-off.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-square-on.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1.2rem;
}
.selector-cover.radio input:checked + .selector-text .selector {
  background-color: #fff;
  border-color: #000;
}
.selector-cover.radio input:checked + .selector-text .selector:after {
  background-color: #000;
}
.selector-cover.radio .selector-text {
  padding-left: 1.4rem;
  min-height: 1rem;
}
.selector-cover.radio .selector {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.selector-cover.radio .selector:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1.6rem;
}

.form-guide-text {
  display: block;
  font-weight: 300;
  margin-top: 0.6rem;
  font-size: 0.75rem;
}
.form-guide-text + .form-guide-text {
  margin-top: 0.2rem;
}

.form-textarea {
  display: block;
  height: 6rem;
  padding: 0.6rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  resize: none;
  overflow: auto;
}
.form-textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea.error {
  border-color: #ff6400;
}
.form-textarea.sm {
  height: 4rem;
  font-size: 0.7rem;
}
.form-textarea.md {
  height: 6rem;
}
.form-textarea.lg {
  height: 10rem;
}
.form-textarea.xl {
  height: 15rem;
}
.form-textarea.full {
  width: 100% !important;
}
.form-textarea:-moz-read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}
.form-textarea:read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}

.length-check-cover .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  color: #999;
}

.selectric-container {
  position: relative;
}
.selectric-container.active.init-before .selectric .label {
  color: #999;
}
.selectric-container.active.open .select-label {
  z-index: 5;
  color: #2c599d;
}
.selectric-container.active.open .select-label .required {
  color: #2c599d;
}
.selectric-container.active .select-label {
  z-index: 3;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -8px, 0) scale(0.75);
          transform: translate3d(0, -8px, 0) scale(0.75);
  padding: 0 0.2rem;
  background-color: #fff;
}
.selectric-container.active .selectric .label {
  color: #000;
}
.selectric-container.disabled .select-label {
  color: #999;
  background-color: transparent;
}
.selectric-container.disabled .select-label .required {
  color: #999;
}
.selectric-container.error .selectric {
  border-color: #e0012b;
}
.selectric-container .selectric-wrapper {
  position: relative;
  z-index: 2;
}
.selectric-container .selectric {
  border: 1px solid #e0e0e3;
  padding-left: 1rem;
  padding-right: 2.6rem;
  border-radius: 0.2rem;
  background-color: #fff;
}
.selectric-container .selectric .button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  background-color: transparent;
}
.selectric-container .selectric .button:after {
  width: 1rem;
  height: 1rem;
  border: 0;
  background: url("../images/components/icon-selectbox-arrow.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container .selectric .label {
  margin: 0;
  color: #999;
}
.selectric-container .selectric .icon-error {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.6rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon/icon-alert-triangle-red-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container .selectric-above .selectric-items {
  margin-bottom: 0.35rem;
}
.selectric-container .required {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  color: #999;
}
.selectric-container .selectric-open {
  z-index: 4;
}
.selectric-container .selectric-open .selectric {
  border-color: #2c599d;
}
.selectric-container .selectric-open .selectric .label,
.selectric-container .selectric-open .selectric .required {
  color: #2c599d;
}
.selectric-container .selectric-open .button {
  overflow: hidden;
}
.selectric-container .selectric-open .button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectric-container .selectric-disabled {
  opacity: 1;
}
.selectric-container .selectric-disabled .selectric {
  background-color: #fafafa;
}
.selectric-container .selectric-disabled .selectric .label {
  color: #999;
}
.selectric-container .selectric-first-show .selectric-scroll li:first-child {
  display: block;
}
.selectric-container .selectric-scroll li:first-child {
  display: none;
}
.selectric-container .select-label {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.8rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.selectric-container .select-label .required {
  color: #000;
}
.selectric-container .selectric-items {
  max-height: 11.25rem;
  overflow: auto;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.selectric-container .selectric-items li.selected {
  background-color: #2c599d !important;
  color: #fff !important;
}
.selectric-container .selectric-items li:hover {
  background-color: #fafafa;
}
.selectric-container .selectric-small .label {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
}
.selectric-container .selectric-small .selectric-items li {
  padding: 0.6rem;
  font-weight: 300;
  font-size: 0.7rem;
}
.selectric-container .selectric-medium .label {
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 0.8rem;
}
.selectric-container .selectric-medium .selectric-items li {
  padding: 0.85rem 1rem;
  font-size: 0.8rem;
}
.selectric-container .selectric-large .label {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.selectric-container .selectric-large .selectric-items li {
  padding: 0.8rem 0.9rem;
  font-weight: 300;
  font-size: 0.9rem;
}

.select-box-container .form-label {
  display: block;
  padding-bottom: 0.15rem;
  font-size: 0.8rem;
}
.select-box-container .form-label .required {
  display: inline-block;
  margin-left: 0.15rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #ff6400;
  vertical-align: middle;
}
.select-box-container .form-select {
  width: 100%;
  padding-right: 1rem;
  border: 0;
  border-bottom: 1px solid #dbdee5;
  color: #000;
  background: url("../images/components/icon-selectbox-arrow.svg") no-repeat 0 0;
  background-position: center right;
  background-size: 0.5rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-box-container.small .form-select {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.65rem;
}
.select-box-container.small .form-select option {
  font-size: 0.65rem;
}
.select-box-container.medium .form-select {
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.8rem;
}
.select-box-container.medium .form-select option {
  font-size: 0.8rem;
}
.select-box-container.large .form-select {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.select-box-container.large .form-select option {
  font-size: 0.9rem;
}
.select-box-container.active.float .form-label {
  -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
          transform: translate3d(0, -20px, 0) scale(0.8);
}
.select-box-container.float {
  position: relative;
}
.select-box-container.float .form-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-box-container.float .form-select {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.select-box-container.float .form-select option:first-child {
  display: none;
}

.font.warning {
  color: #ff9582;
}
.font.slightly {
  color: #888;
}
.font.primary {
  color: #ff6400;
}
.font.danger {
  color: #e0012b;
}
.font.dark {
  color: #121212;
}
.font.lightSlightly {
  color: #a1a1a1;
}

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-container .switch-icon {
  position: relative;
}
.switch-container .switch-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.switch-container .switch-input.focusable:active, .switch-container .switch-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.switch-container .switch-input:focus-visible + .switch-label {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}
.switch-container .switch-input:checked + .switch-label .switch-button {
  background: #ff6400;
}
.switch-container .switch-input:checked + .switch-label .btn-on-off {
  left: 0.85rem;
}
.switch-container .switch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-container .switch-button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 1.6rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
  background: #999;
  border-radius: 50px;
}
.switch-container .btn-on-off {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 0.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
}
.switch-container .switch-text {
  margin-left: 0.4rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.rating-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-select-container input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.rating-select-container input.focusable:active, .rating-select-container input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.rating-select-container label {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  position: relative;
  width: 2.3rem;
  height: 2.2rem;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../images/components/icon-star-empty.svg");
  text-indent: -9999px;
  cursor: pointer;
}
.rating-select-container label.checked {
  background-image: url("../images/components/icon-star-full.svg");
}
.rating-select-container label:nth-of-type(1) {
  margin-left: 0;
}

.layer-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-popup.open {
  visibility: visible;
  opacity: 1;
}
.layer-popup.all-show {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  position: static;
  border-top: 2px solid #000;
}
.layer-popup .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.layer-popup .popup-container.medium {
  max-width: 32rem;
}
.layer-popup .popup-container.small {
  max-width: 23rem;
}
.layer-popup .popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.15rem 1.15rem;
  background-image: url("../images/icon/icon-close-bk-23x23.png");
}
.layer-popup .popup-title {
  padding: 1rem;
  text-align: center;
}
.layer-popup .popup-title strong {
  font-size: 1rem;
}
.layer-popup .popup-content {
  height: 100%;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-inner {
  padding: 2rem;
  position: relative;
}
.layer-popup .popup-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.layer-popup .popup-footer .btn-area .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.layer-popup .popup-footer .btn-area .btn-close {
  background-color: #666;
}
.layer-popup .popup-footer .btn-area .btn-ok {
  background-color: #ff6400;
}
.layer-popup .popup-footer .btn-area.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-popup .popup-footer .btn-area.half .btn {
  width: 50%;
}
.layer-popup.full-scroll {
  display: block;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.layer-popup.full-scroll:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.layer-popup.full-scroll .popup-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  max-height: none;
  border-radius: 1rem;
  font-size: initial;
}
.layer-popup.full-scroll .popup-content {
  height: auto;
  position: relative;
  overflow: visible;
  text-align: left;
}

.layer-popup-dim {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer-popup-dim.show {
  -webkit-animation: dimShow 0.3s forwards;
          animation: dimShow 0.3s forwards;
}

@-webkit-keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.scroll-animate {
  opacity: 0;
}
.scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.event-scroll-animate {
  opacity: 0;
}
.event-scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
}
.swiper-container .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
}
.swiper-container .swiper-pagination {
  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;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 1000px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

.tui-datetime-input {
  width: 100%;
  height: auto;
}

.tui-datepicker {
  z-index: 10;
  font-size: 0.7rem;
}
.tui-datepicker.tui-hidden {
  display: none;
}
.tui-datepicker * {
  font-size: inherit;
}
.tui-datepicker .tui-datepicker-footer .tui-timepicker {
  padding: 10px;
}
.tui-datepicker .tui-timepicker-select {
  width: 64px;
  height: 32px;
}
.tui-datepicker .tui-calendar-sat {
  color: #1c74bc;
}
.tui-datepicker .tui-calendar-sun {
  color: #fc2222;
}
.tui-datepicker .tui-is-blocked {
  color: #ddd !important;
}
.tui-datepicker .tui-calendar-today {
  font-weight: bold;
  background-color: transparent;
  border: 1px solid rgba(255, 100, 0, 0.4);
  border-radius: 50%;
  color: #ff6400;
}
.tui-datepicker .tui-calendar-today:hover {
  background-color: #fff;
}
.tui-datepicker .tui-is-selectable.tui-is-selected,
.tui-datepicker .tui-is-selectable.tui-is-selected {
  background-color: #ff6400 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.tui-timepicker-select {
  font-size: 0.7rem !important;
}

.tui-datepicker-input {
  border: 0;
}
.tui-datepicker-input .datepicker-input {
  font-size: 0.75rem;
}
.tui-datepicker-input .tui-ico-date {
  right: 0.6rem;
  bottom: 0.5rem;
  background-position: -17px -14px !important;
}

.tui-datepicker-type-date {
  width: 245px;
}

.tui-calendar {
  width: 100%;
}
.tui-calendar th,
.tui-calendar td {
  height: 35px;
}

.tui-datepicker-body .tui-timepicker,
.tui-datepicker-footer .tui-timepicker {
  width: 100%;
}

#content .fr-view html,
#content .fr-view body,
#content .fr-view p,
#content .fr-view h1,
#content .fr-view h2,
#content .fr-view h3,
#content .fr-view h4,
#content .fr-view h5,
#content .fr-view h6,
#content .fr-view ul,
#content .fr-view ol,
#content .fr-view li,
#content .fr-view table,
#content .fr-view tr,
#content .fr-view td,
#content .fr-view dl,
#content .fr-view dt,
#content .fr-view dd,
#content .fr-view a,
#content .fr-view img,
#content .fr-view input,
#content .fr-view button,
#content .fr-view select,
#content .fr-view textarea {
  list-style: revert-layer;
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  letter-spacing: revert;
}
#content .fr-view h1 {
  font-size: 2em;
}
#content .fr-view ol,
#content .fr-view ul {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

body {
  /* 프로젝트 마무리후 비밀번호 삽입시 주석 제거 */
}

html,
body {
  height: 100%;
  overscroll-behavior: none;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0.8rem;
  max-width: 55.6rem;
}

#header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3.6rem;
  background-color: #121212;
}
#header.active .header-menu {
  opacity: 1;
  visibility: visible;
}
#header .header-inner {
  width: 100%;
  height: 100%;
  padding: 0px 1rem;
  max-width: 55.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo {
  max-width: 9rem;
}
#header .logo img,
#header .logo a {
  display: block;
}
#header .header-menu {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
#header .header-menu-item.active a {
  color: #ff6400;
}
#header .header-menu-item a {
  display: block;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}
#header .header-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
#header .header-etc .item {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}
#header .header-etc .item.active {
  color: #fff;
}

@media (max-width: 1000px) {
  #header {
    height: 2.4rem;
  }
  #header.active .logo {
    display: none;
  }
  #header.active .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-inner {
    gap: 1.4rem;
    padding: 0px 1.4rem 0 0;
  }
  #header .logo {
    margin-left: 1.4rem;
    max-width: 6.1rem;
  }
  #header .header-menu {
    display: none;
    gap: 0.55rem;
    white-space: nowrap;
    padding-left: 1.4rem;
    overflow: auto;
    padding-right: 1.4rem;
  }
  #header .header-menu::-webkit-scrollbar {
    display: none;
  }
  #header .header-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.4rem;
    font-size: 0.55rem;
  }
  #header .header-etc {
    position: relative;
    gap: 0.6rem;
  }
  #header .header-etc::after {
    display: block;
    content: "";
    width: 1.8rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    left: -2.9rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    z-index: 2;
    background: -webkit-gradient(linear, right top, left top, from(rgba(18, 18, 18, 0)), to(#121212));
    background: linear-gradient(270deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
    pointer-events: none;
  }
  #header .header-etc .item {
    font-size: 0.55rem;
  }
}
#contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1920px; */
  margin: 0 auto;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

#footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-page-content {
  background-color: #121212;
  overflow: hidden;
}
.main-page-content * {
  word-break: keep-all;
}
.main-page-content .hero-section {
  height: 100dvh;
  overflow: hidden;
}
.main-page-content .hero-section .img-bg {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto auto;
  background-image: url("../images/img-hero-bg-pc.jpg");
}
.main-page-content .hero-section .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  line-height: 1.013;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 3.75rem;
  color: #fff;
}
.main-page-content .hero-section .text-wrapper::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgb(255, 100, 0)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgb(255, 100, 0) 50%, transparent 100%);
  background-size: 11rem 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 6s both;
          animation: shine 6s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes shine {
  0% {
    background-position: -12.5rem 0;
  }
  100% {
    background-position: 27.5rem 0;
  }
}
@keyframes shine {
  0% {
    background-position: -12.5rem 0;
  }
  100% {
    background-position: 27.5rem 0;
  }
}
.main-page-content .hero-section .copyright {
  text-align: center;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 0.6rem;
}
.main-page-content .framework-section {
  padding: 4rem 0 0;
}
.main-page-content .framework-section .section-title {
  text-align: center;
  font-weight: 700;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 2.25rem;
  color: #ff6400;
  overflow: hidden;
  min-height: 3.35rem;
}
.main-page-content .framework-section .intro-text {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .framework-section .ani-bg-inner {
  position: relative;
  margin-top: 2rem;
}
.main-page-content .framework-section .bg-round img {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: none;
}
.main-page-content .framework-section .float-text {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.main-page-content .framework-section .float-text-head .title {
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.25rem;
  color: #fff;
}
.main-page-content .framework-section .float-text-head .title strong {
  font-weight: 700;
}
.main-page-content .framework-section .float-text-head .sub-text {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #fff;
}
.main-page-content .framework-section .float-text-01 {
  top: 18.85rem;
  left: 4rem;
}
.main-page-content .framework-section .float-text-02 {
  top: 7rem;
  left: 30.3rem;
}
.main-page-content .framework-section .float-text-03 {
  top: 9.3rem;
  left: 24.9rem;
}
.main-page-content .framework-section .float-text-04 {
  top: 12.9rem;
  left: 23.75rem;
}
.main-page-content .framework-section .float-text-05 {
  top: 22.15rem;
  left: 19.25rem;
}
.main-page-content .framework-section .float-text-06 {
  top: 24.6rem;
  left: 19.55rem;
}
.main-page-content .framework-section .float-text-07 {
  top: 28.3rem;
  left: 20.9rem;
}
.main-page-content .framework-section .float-text-08 {
  top: 32rem;
  left: 22.75rem;
}
.main-page-content .framework-section .float-text-09 {
  top: 17.9rem;
  right: 5.15rem;
}
.main-page-content .framework-section .float-text-10 {
  top: 21.95rem;
  right: 3.45rem;
}
.main-page-content .framework-section .float-text-11 {
  top: 26rem;
  right: 5.15rem;
}
.main-page-content .framework-section .float-text-eng .title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.5;
  text-align: left;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 500;
  color: #fff;
  font-size: 0.8rem;
}
.main-page-content .framework-section .float-text-eng .title span {
  position: relative;
  padding-left: 0.55rem;
}
.main-page-content .framework-section .float-text-eng .title span:first-child::before {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background-color: #fff;
}
.main-page-content .framework-section .float-text-level {
  text-align: right;
}
.main-page-content .framework-section .float-text-level .title {
  line-height: 1.75;
  font-weight: 700;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .framework-section .float-text-level .sub-text {
  margin-top: 0.1rem;
  line-height: 1.215;
  font-weight: 400;
  font-size: 0.7rem;
  color: #fff;
}
.main-page-content .framework-section .float-text-level .sub-text small {
  font-size: 0.6rem;
}
.main-page-content .framework-section .float-round {
  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;
  border-radius: 50%;
  text-align: center;
}
.main-page-content .framework-section .float-round .title {
  line-height: 1.19;
  font-weight: 700;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
}
.main-page-content .framework-section .float-round .sub-text {
  line-height: 1.4;
  margin-top: 0.2rem;
}
.main-page-content .framework-section .float-round-01 {
  top: 11.55rem;
  left: 14.75rem;
  width: 8.4rem;
  height: 8.4rem;
  background-color: rgba(255, 100, 0, 0.9);
  backdrop-filter: blur(3.6415092945px);
}
.main-page-content .framework-section .float-round-01 .title {
  font-size: 1.1rem;
}
.main-page-content .framework-section .float-round-01 .sub-text {
  font-size: 0.75rem;
}
.main-page-content .framework-section .float-round-02 {
  top: 16.35rem;
  left: 27.4rem;
  width: 7.2rem;
  height: 7.2rem;
  background-color: rgba(255, 100, 0, 0.85);
  backdrop-filter: blur(3.4898824692px);
}
.main-page-content .framework-section .float-round-02 .title {
  font-size: 0.95rem;
}
.main-page-content .framework-section .float-round-02 .sub-text {
  font-size: 0.65rem;
}
.main-page-content .framework-section .float-round-03 {
  top: 20.7rem;
  right: 9.85rem;
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 100, 0, 0.85);
  backdrop-filter: blur(3.4022488594px);
}
.main-page-content .framework-section .float-round-03 .title {
  font-size: 0.8rem;
}
.main-page-content .framework-section .float-round-03 .sub-text {
  font-size: 0.55rem;
}
body.eng .main-page-content .framework-section .float-round-03 .sub-text {
  font-size: 0.5rem;
}
.main-page-content .mission-section {
  padding: 3rem 0 4rem;
}
.main-page-content .mission-section .section-title {
  text-align: center;
}
.main-page-content .mission-section .section-title .title {
  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;
  gap: 0.5rem;
}
.main-page-content .mission-section .section-title .title span {
  position: relative;
  line-height: 1.55;
  font-weight: 700;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 2.25rem;
}
.main-page-content .mission-section .section-title .title span.title-01 {
  background: -webkit-gradient(linear, left top, right top, from(#ffc74a), color-stop(76.92%, #ff6400));
  background: linear-gradient(90deg, #ffc74a 0%, #ff6400 76.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-page-content .mission-section .section-title .title span.title-02 {
  color: #ff6400;
}
.main-page-content .mission-section .section-title .title span.title-03 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50.96%, #ff6400), to(#ff68b7));
  background: linear-gradient(90deg, #ff6400 50.96%, #ff68b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-page-content .mission-section .section-title .sub-title {
  margin-top: 0.8rem;
  line-height: 1.8;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.main-page-content .mission-section .section-title .sub-text {
  margin-top: 1.1rem;
  line-height: 1.625;
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .mission-section .section-title .sub-text strong {
  font-weight: 700;
}
.main-page-content .mission-section .intro-container {
  margin-top: 3.15rem;
}
.main-page-content .mission-section .intro-container .intro-title {
  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;
}
.main-page-content .mission-section .intro-container .intro-title .title {
  width: 23rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.55;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.main-page-content .mission-section .intro-container .intro-list {
  margin-top: 1.55rem;
}
.main-page-content .mission-section .intro-container .intro-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.15rem 0;
  border-radius: 1.1rem;
  background-color: #292929;
}
.main-page-content .mission-section .intro-container .intro-list-row + .intro-list-row {
  margin-top: 0.45rem;
}
.main-page-content .mission-section .intro-container .intro-list-row .intro-item {
  width: 23rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
body.eng .main-page-content .mission-section .intro-container .intro-list-row .intro-item {
  font-size: 0.75rem;
}
.main-page-content .mission-section .intro-container .intro-list-row .intro-item span {
  font-weight: 700;
  color: #ff6400;
}
.main-page-content .mission-section .intro-container .intro-list-row .line {
  display: block;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 0.05rem;
  background-color: #ff6400;
}
.main-page-content .mission-section .more-container {
  margin-top: 4.4rem;
}
.main-page-content .mission-section .accordion-list {
  overflow: hidden;
}
.main-page-content .mission-section .accordion-list.active .btn-more .icon {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.main-page-content .mission-section .more-header .title {
  text-align: center;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  line-height: 1.46;
  font-size: 1.65rem;
  color: #ff6400;
}
.main-page-content .mission-section .btn-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.9rem;
}
.main-page-content .mission-section .btn-more {
  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;
  gap: 0.5rem;
}
.main-page-content .mission-section .btn-more .icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto;
  background: url("../images/icon/icon-round-bottom-og-56x56.png") no-repeat 0 0;
  background-size: 2.8rem 2.8rem;
}
.main-page-content .mission-section .btn-more .text {
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(255, 100, 0, 0.5019607843);
}
.main-page-content .mission-section .more-content {
  display: none;
}
.main-page-content .mission-section .more-content .title {
  margin-top: 0.9rem;
  text-align: center;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
body.eng .main-page-content .mission-section .more-content .title {
  font-size: 0.9rem;
}
.main-page-content .mission-section .history-container {
  position: relative;
}
.main-page-content .mission-section .history-container .history-line img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.main-page-content .mission-section .history-container .history-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
}
.main-page-content .mission-section .history-container .history-item.history-item-01 {
  top: 4.5rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: -4.15rem;
}
.main-page-content .mission-section .history-container .history-item.history-item-01 .title-box::before {
  left: calc(100% + 4.65rem);
}
body.eng .main-page-content .mission-section .history-container .history-item.history-item-01 .title-box::before {
  left: calc(100% + 4.45rem);
}
.main-page-content .mission-section .history-container .history-item.history-item-02 {
  top: 12.9rem;
  margin-left: 3.5rem;
}
body.eng .main-page-content .mission-section .history-container .history-item.history-item-02 .title-box {
  width: 21.3rem;
}
.main-page-content .mission-section .history-container .history-item.history-item-02 .title-box::before {
  right: calc(100% + 3.8rem);
}
body.eng .main-page-content .mission-section .history-container .history-item.history-item-02 .title-box::before {
  right: calc(100% + 3.2rem);
}
.main-page-content .mission-section .history-container .history-item.history-item-03 {
  top: 27.6rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: -4.55rem;
}
.main-page-content .mission-section .history-container .history-item.history-item-03 .title-box::before {
  left: calc(100% + 4.15rem);
}
.main-page-content .mission-section .history-container .history-item.history-item-04 {
  top: 40.3rem;
  margin-left: -0.75rem;
}
.main-page-content .mission-section .history-container .history-item.history-item-04 .title-box {
  width: 27.9rem;
}
body.eng .main-page-content .mission-section .history-container .history-item.history-item-04 .title-box {
  width: 21.3rem;
}
body.eng .main-page-content .mission-section .history-container .history-item.history-item-04 .title-box::before {
  right: calc(100% + 8.75rem);
}
.main-page-content .mission-section .history-container .history-item.history-item-04 .title-box::before {
  right: calc(100% + 5.35rem);
}
.main-page-content .mission-section .history-container .history-item .inner {
  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;
}
.main-page-content .mission-section .history-container .history-item .title-box {
  position: relative;
  width: 18.4rem;
  padding: 0.9rem 1rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #351e0f;
  line-height: 1.523;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 500;
  font-size: 1rem;
  color: #ff6400;
  white-space: nowrap;
}
body.eng .main-page-content .mission-section .history-container .history-item .title-box {
  width: 19rem;
  font-size: 0.9rem;
}
.main-page-content .mission-section .history-container .history-item .title-box::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #ff6400;
}
.main-page-content .mission-section .history-container .history-item .title-box strong {
  font-weight: 800;
}
.main-page-content .mission-section .history-container .history-item .sub-text {
  margin-top: 1.4rem;
  line-height: 1.625;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}
body.eng .main-page-content .mission-section .history-container .history-item .sub-text {
  font-size: 0.75rem;
}
.main-page-content .mission-section .history-container .history-item .sub-text strong {
  font-weight: 700;
}
.main-page-content .mission-section .end-title {
  margin-top: 1.2rem;
  padding-bottom: 0.9rem;
  line-height: 1.714;
  text-align: center;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 500;
  font-size: 1.05rem;
  color: #fff;
}
body.eng .main-page-content .mission-section .end-title {
  margin-top: 4.6rem;
}
.main-page-content .mission-section .end-title strong {
  font-weight: 700;
  color: #ff6400;
}
.main-page-content .s-beliefs-section {
  padding: 4rem 0;
}
.main-page-content .s-beliefs-section .section-title {
  text-align: center;
}
.main-page-content .s-beliefs-section .section-title .title {
  display: inline-block;
  line-height: 1;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 2.25rem;
  color: #ff6400;
}
.main-page-content .s-beliefs-section .section-title .sub-title {
  margin-top: 2rem;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .section-title .sub-text {
  margin-top: 0.9rem;
  line-height: 1.65;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .section-title .sub-text strong {
  font-weight: 800;
}
.main-page-content .s-beliefs-section .section-title .sub-text span {
  font-weight: 800;
  color: #ff6400;
}
.main-page-content .s-beliefs-section .accordion-container {
  margin-top: 3.85rem;
}
.main-page-content .s-beliefs-section .accordion-list {
  opacity: 1;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list:last-child {
  border-bottom: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list + .accordion-list {
  border-top: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list.complete {
  opacity: 1 !important;
}
.main-page-content .s-beliefs-section .accordion-list.complete.click-none {
  opacity: 0.3 !important;
}
.main-page-content .s-beliefs-section .accordion-list.active {
  border-top: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list.active:last-child {
  border-bottom: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list.active + .accordion-list {
  border-top: 1px solid #fff;
}
.main-page-content .s-beliefs-section .accordion-list.active .accordion-header {
  opacity: 1;
}
.main-page-content .s-beliefs-section .accordion-list.active .accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.main-page-content .s-beliefs-section .accordion-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.3rem;
  position: relative;
  padding-right: 4rem;
  padding: 0.45rem 4rem 0.45rem 1.9rem;
  cursor: pointer;
}
.main-page-content .s-beliefs-section .accordion-header:after {
  display: block;
  content: "";
  width: 1rem;
  height: 0.525rem;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon/icon-arrow-w-20x10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-page-content .s-beliefs-section .accordion-header .number {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14.15rem;
  font-family: "SUITE", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .accordion-header .title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.2rem;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .accordion-body {
  display: none;
  padding: 2.6rem 1rem 2.6rem 3rem;
  margin-bottom: 1.35rem;
  border-radius: 1rem;
  background-color: #292929;
}
.main-page-content .s-beliefs-section .accordion-body .body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9.5rem;
}
.main-page-content .s-beliefs-section .accordion-body .body-item + .body-item {
  margin-top: 1.95rem;
}
.main-page-content .s-beliefs-section .accordion-body .body-item.episode {
  position: relative;
  padding-top: 1.85rem;
}
.main-page-content .s-beliefs-section .accordion-body .body-item.episode::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-image: url("../images/icon/icon-dash-border.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.main-page-content .s-beliefs-section .accordion-body .body-item .type {
  min-width: 6rem;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 0.75rem;
  color: #ff6400;
}
.main-page-content .s-beliefs-section .accordion-body .body-item .item-title {
  margin-bottom: 0.8rem;
  line-height: 1.47;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .accordion-body .body-item .normal-text {
  line-height: 1.625;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .s-beliefs-section .accordion-body .body-item .normal-text.large {
  font-size: 0.9rem;
}
.main-page-content .s-beliefs-section .accordion-body .body-item .normal-text strong {
  font-weight: 800;
}
.main-page-content .level-section {
  padding: 4rem 0;
}
.main-page-content .level-section .section-title {
  text-align: center;
}
.main-page-content .level-section .section-title .title {
  display: inline-block;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1;
  font-weight: 700;
  font-size: 2.25rem;
  color: #ff6400;
}
.main-page-content .level-section .graph-container {
  position: relative;
  width: 21.1rem;
  height: 21rem;
  margin: 2.6rem auto 0;
}
body.eng .main-page-content .level-section .graph-container {
  width: 22rem;
  height: 21rem;
}
.main-page-content .level-section .graph-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/img-graph-kr-pc.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
body.eng .main-page-content .level-section .graph-img {
  background-image: url("../images/img-graph-eng-pc.png");
}
.main-page-content .level-section .graph-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6.55rem 6.55rem;
}
.main-page-content .level-section .graph-item.lv0 {
  bottom: 4.8rem;
  left: 5.65rem;
  background-image: url("../images/img-graph-round-lv0.png");
}
.main-page-content .level-section .graph-item.lv1 {
  top: 6.6rem;
  left: 10.9rem;
  background-image: url("../images/img-graph-round-lv1.png");
}
.main-page-content .level-section .graph-item.lv2 {
  top: 2.1rem;
  right: 1.25rem;
  background-image: url("../images/img-graph-round-lv2.png");
}
body.eng .main-page-content .level-section .graph-item.lv0 {
  background-image: url("../images/img-graph-round-eng-lv0.png");
}
body.eng .main-page-content .level-section .graph-item.lv1 {
  background-image: url("../images/img-graph-round-eng-lv1.png");
}
body.eng .main-page-content .level-section .graph-item.lv2 {
  background-image: url("../images/img-graph-round-eng-lv2.png");
}
.main-page-content .level-section .graph-title {
  margin-top: 2rem;
  text-align: center;
}
.main-page-content .level-section .graph-title .title {
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.main-page-content .level-section .graph-title .sub-text {
  margin-top: 0.8rem;
  line-height: 1.625;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .level-section .level-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9rem;
  margin-top: 3.5rem;
}
.main-page-content .level-section .level-item {
  width: calc(33.333% - 1.3rem);
}
.main-page-content .level-section .level-item:nth-child(1) {
  margin-top: 3.6rem;
}
.main-page-content .level-section .level-item:nth-child(1) .level {
  color: #ffa56a;
}
.main-page-content .level-section .level-item:nth-child(2) {
  margin-top: 1.6rem;
}
.main-page-content .level-section .level-item:nth-child(2) .level {
  color: #ff8a3e;
}
.main-page-content .level-section .level-item:nth-child(3) .level {
  color: #ff6400;
}
.main-page-content .level-section .level-item .level {
  text-align: center;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1.5rem;
}
.main-page-content .level-section .level-item .title-area {
  margin-top: 1.1rem;
  text-align: center;
}
.main-page-content .level-section .level-item .title-area .title {
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.main-page-content .level-section .level-item .title-area .sub-text {
  font-weight: 500;
  font-size: 0.7rem;
  color: #fff;
}
.main-page-content .level-section .level-item .box-list {
  margin-top: 1.3rem;
}
.main-page-content .level-section .level-item .box-item {
  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;
  min-height: 3.6rem;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  background-color: #292929;
  text-align: center;
  line-height: 1.625;
  font-size: 0.8rem;
  color: #fff;
}
body.eng .main-page-content .level-section .level-item .box-item {
  font-size: 0.75rem;
}
.main-page-content .level-section .level-item .box-item + .box-item {
  margin-top: 0.8rem;
}
.main-page-content .end-section {
  padding: 4rem 0;
}
.main-page-content .end-section .section-title {
  text-align: center;
}
.main-page-content .end-section .section-title .title {
  display: inline-block;
  font-weight: 700;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 2.25rem;
  line-height: 1;
  color: #ff6400;
}
.main-page-content .end-section .section-title .sub-text {
  margin-top: 2rem;
  line-height: 1.625;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .end-section .section-title .sub-text + .sub-text {
  margin-top: 2.4rem;
}
.main-page-content .end-section .section-title .sub-text strong {
  font-weight: 700;
  color: #ff6400;
}
.main-page-content .end-section .video-title {
  margin-top: 5.75rem;
  text-align: center;
}
.main-page-content .end-section .video-title .title {
  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;
}
.main-page-content .end-section .video-title .title span {
  display: block;
  font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 700;
  font-size: 2.35rem;
  text-align: center;
}
.main-page-content .end-section .video-title .title span:nth-child(1) {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6400), to(#ff6400));
  background: linear-gradient(0deg, #ff6400, #ff6400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-page-content .end-section .video-title .title span:nth-child(2) {
  margin-top: -0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffc74a), color-stop(30.77%, #ff6400), color-stop(65.87%, #ff6400), to(#ff68b7));
  background: linear-gradient(90deg, #ffc74a 0%, #ff6400 30.77%, #ff6400 65.87%, #ff68b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-page-content .end-section .video-title .sub-text {
  margin-top: 0.4rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8rem;
  color: #fff;
}
.main-page-content .end-section .video-container {
  max-width: 43rem;
  margin: 5.75rem auto 0;
}
.main-page-content .end-section .video-container .video-content {
  position: relative;
  padding-bottom: 56.25%;
}
.main-page-content .end-section .video-container .video-content iframe {
  border-radius: 1.1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 1000px) {
  .main-page-content .hero-section {
    height: 100dvh;
    overflow: hidden;
  }
  .main-page-content .hero-section .img-bg {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1rem;
    background-position: 50% 50%;
    background-size: auto auto;
    background-image: url("../images/img-hero-bg-mo.png");
  }
  .main-page-content .hero-section .text-wrapper {
    font-size: 1.9rem;
  }
  .main-page-content .hero-section .text-wrapper::after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgb(255, 100, 0)), to(transparent));
    background: linear-gradient(90deg, transparent 0%, rgb(255, 100, 0) 50%, transparent 100%);
    background-size: 7.5rem 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 8s both;
            animation: shine 8s both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .main-page-content .hero-section .copyright {
    bottom: calc(3rem + env(safe-area-inset-bottom));
    font-size: 0.5rem;
    white-space: nowrap;
  }
  .main-page-content .framework-section {
    padding: 3rem 0 0;
  }
  .main-page-content .framework-section .section-inner {
    padding: 0;
  }
  .main-page-content .framework-section .section-title {
    line-height: 1.17;
    padding: 0 0.8rem;
    font-size: 1.55rem;
    min-height: 4.05rem;
  }
  .main-page-content .framework-section .intro-text {
    margin-top: 1.1rem;
    font-weight: 400;
    font-size: 0.6rem;
  }
  .main-page-content .framework-section .ani-bg-inner {
    position: relative;
    margin-top: 2rem;
  }
  .main-page-content .framework-section .bg-round img {
    max-width: 50rem;
  }
  .main-page-content .framework-section .float-text {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 50%;
    right: auto !important;
    white-space: nowrap;
  }
  .main-page-content .framework-section .float-text-head .title {
    font-size: 0.6rem;
  }
  .main-page-content .framework-section .float-text-head .sub-text {
    text-align: right;
    margin-top: 0.2rem;
    font-size: 0.5rem;
  }
  .main-page-content .framework-section .float-text-01 {
    top: 2.6rem;
    margin-left: 2rem;
  }
  .main-page-content .framework-section .float-text-02 {
    top: 8.75rem;
    margin-left: 4rem;
  }
  .main-page-content .framework-section .float-text-03 {
    top: 9.75rem;
    margin-left: -1.4rem;
  }
  .main-page-content .framework-section .float-text-04 {
    top: 12.25rem;
    margin-left: -7.2rem;
  }
  .main-page-content .framework-section .float-text-05 {
    top: 15.3rem;
    margin-left: -8.5rem;
  }
  .main-page-content .framework-section .float-text-06 {
    top: 17.75rem;
    margin-left: -8.4rem;
  }
  .main-page-content .framework-section .float-text-07 {
    top: 20.75rem;
    margin-left: -8.6rem;
  }
  .main-page-content .framework-section .float-text-08 {
    top: 23.75rem;
    margin-left: -8rem;
  }
  .main-page-content .framework-section .float-text-09 {
    top: 16.1rem;
    margin-left: 3.55rem;
  }
  body.eng .main-page-content .framework-section .float-text-09 {
    top: 15.5rem;
  }
  .main-page-content .framework-section .float-text-10 {
    top: 19.05rem;
    margin-left: -1.4rem;
  }
  .main-page-content .framework-section .float-text-11 {
    top: 21.75rem;
    margin-left: -0.4rem;
  }
  .main-page-content .framework-section .float-text-eng .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4;
    font-size: 0.5rem;
  }
  .main-page-content .framework-section .float-text-eng .title span {
    position: relative;
    padding-left: 0.4rem;
  }
  .main-page-content .framework-section .float-text-eng .title span:first-child.multi::before {
    top: calc(50% + 0.3rem);
  }
  .main-page-content .framework-section .float-text-eng .title span:first-child::before {
    width: 0.175rem;
    height: 0.175rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main-page-content .framework-section .float-text-level {
    text-align: center;
  }
  .main-page-content .framework-section .float-text-level .title {
    line-height: 1.75;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .framework-section .float-text-level .title {
    line-height: 1.2;
  }
  .main-page-content .framework-section .float-text-level .sub-text {
    margin-top: 0.2rem;
    line-height: 1.4;
    font-size: 0.5rem;
  }
  .main-page-content .framework-section .float-text-level .sub-text small {
    font-size: 0.5rem;
  }
  body.eng .main-page-content .framework-section .float-text-level .sub-text {
    line-height: 1.2;
  }
  .main-page-content .framework-section .float-round {
    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;
    border-radius: 50%;
    text-align: center;
    left: 50% !important;
    right: auto !important;
  }
  .main-page-content .framework-section .float-round .title {
    line-height: 1.19;
    font-weight: 700;
    font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
  }
  .main-page-content .framework-section .float-round .sub-text {
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .main-page-content .framework-section .float-round-01 {
    top: 5.1rem;
    margin-left: -8.15rem;
    width: 6.7rem;
    height: 6.7rem;
  }
  .main-page-content .framework-section .float-round-01 .title {
    font-size: 0.95rem;
  }
  .main-page-content .framework-section .float-round-01 .sub-text {
    font-size: 0.65rem;
  }
  .main-page-content .framework-section .float-round-02 {
    top: 12.9rem;
    margin-left: -2.7rem;
    width: 5.7rem;
    height: 5.7rem;
  }
  .main-page-content .framework-section .float-round-02 .title {
    font-size: 0.8rem;
  }
  .main-page-content .framework-section .float-round-02 .sub-text {
    font-size: 0.6rem;
  }
  .main-page-content .framework-section .float-round-03 {
    top: 19.1rem;
    margin-left: 2rem;
    width: 5.05rem;
    height: 5.05rem;
  }
  body.eng .main-page-content .framework-section .float-round-03 {
    width: 5.55rem;
    height: 5.55rem;
  }
  .main-page-content .framework-section .float-round-03 .title {
    font-size: 0.7rem;
  }
  body.eng .main-page-content .framework-section .float-round-03 .title {
    line-height: 1.2;
    font-size: 0.55rem;
  }
  .main-page-content .framework-section .float-round-03 .sub-text {
    font-size: 0.5rem;
  }
  body.eng .main-page-content .framework-section .float-round-03 .sub-text {
    line-height: 1.2;
  }
  .main-page-content .mission-section {
    padding: 0 0 3rem;
  }
  .main-page-content .mission-section .section-title .title {
    gap: 0.5rem;
  }
  .main-page-content .mission-section .section-title .title span {
    line-height: 1.1;
    font-size: 1.55rem;
  }
  .main-page-content .mission-section .section-title .title span.title-01 {
    background: -webkit-gradient(linear, left top, right top, from(#ffc74a), color-stop(76.92%, #ff6400));
    background: linear-gradient(90deg, #ffc74a 0%, #ff6400 76.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main-page-content .mission-section .section-title .title span.title-02 {
    color: #ff6400;
  }
  .main-page-content .mission-section .section-title .title span.title-03 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50.96%, #ff6400), to(#ff68b7));
    background: linear-gradient(90deg, #ff6400 50.96%, #ff68b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main-page-content .mission-section .section-title .sub-title {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 0.7rem;
  }
  .main-page-content .mission-section .section-title .sub-text {
    margin-top: 0.4rem;
    line-height: 1.66;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .mission-section .section-title .sub-text {
    font-size: 0.55rem;
  }
  .main-page-content .mission-section .intro-container .intro-title {
    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;
  }
  .main-page-content .mission-section .intro-container .intro-title .title {
    width: 23rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.55;
    font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
  }
  .main-page-content .mission-section .intro-container .intro-list {
    margin-top: 1.55rem;
  }
  .main-page-content .mission-section .intro-container .intro-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1.15rem 0;
    border-radius: 1.1rem;
    background-color: #292929;
  }
  .main-page-content .mission-section .intro-container .intro-list-row + .intro-list-row {
    margin-top: 0.45rem;
  }
  .main-page-content .mission-section .intro-container .intro-list-row .intro-item {
    width: 23rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff;
  }
  body.eng .main-page-content .mission-section .intro-container .intro-list-row .intro-item {
    font-size: 0.75rem;
  }
  .main-page-content .mission-section .intro-container .intro-list-row .intro-item span {
    font-weight: 700;
    color: #ff6400;
  }
  .main-page-content .mission-section .intro-container .intro-list-row .line {
    display: block;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.2rem;
    height: 0.05rem;
    background-color: #ff6400;
  }
  .main-page-content .mission-section .mobile-intro-container {
    margin-top: 2rem;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-title {
    font-family: "RoundsquareSans", arial, sans-serif, Arial, dotum, "돋움";
    text-align: center;
    line-height: 1.53;
    font-weight: 700;
    font-size: 0.65rem;
    color: #fff;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-list + .intro-list {
    margin-top: 2.25rem;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-item-group {
    margin-top: 0.75rem;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-item {
    border-radius: 0.6rem;
    padding: 0.8rem 1.2rem;
    text-align: center;
    background-color: #292929;
    line-height: 1.5;
    font-weight: 500;
    font-size: 0.6rem;
    color: #fff;
  }
  body.eng .main-page-content .mission-section .mobile-intro-container .intro-item {
    font-size: 0.55rem;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-item span {
    font-weight: 700;
    color: #ff6400;
  }
  .main-page-content .mission-section .mobile-intro-container .intro-item + .intro-item {
    margin-top: 0.5rem;
  }
  .main-page-content .mission-section .more-container {
    margin-top: 2.8rem;
  }
  .main-page-content .mission-section .more-header .title {
    font-size: 0.9rem;
  }
  .main-page-content .mission-section .btn-more-wrapper {
    margin-top: 0.5rem;
  }
  .main-page-content .mission-section .btn-more {
    gap: 0.3rem;
  }
  .main-page-content .mission-section .btn-more .icon {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem 1.6rem;
  }
  .main-page-content .mission-section .btn-more .text {
    font-size: 0.5rem;
  }
  .main-page-content .mission-section .more-content {
    position: relative;
  }
  .main-page-content .mission-section .more-content .title {
    margin-top: 0.55rem;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .mission-section .more-content .title {
    font-size: 0.6rem;
  }
  .main-page-content .mission-section .history-container {
    position: relative;
  }
  .main-page-content .mission-section .history-container .history-line {
    display: none;
  }
  .main-page-content .mission-section .history-container .history-wrapper {
    margin-top: 3.25rem;
  }
  .main-page-content .mission-section .history-container .history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    background-color: #121212;
  }
  .main-page-content .mission-section .history-container .history-item::before {
    display: block;
    content: "";
    width: 0.1rem;
    height: 3.5rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 100, 0, 0)), color-stop(5%, rgba(255, 100, 0, 0.02)), color-stop(10%, rgba(255, 100, 0, 0.05)), color-stop(20%, rgba(255, 100, 0, 0.1)), color-stop(40%, rgba(255, 100, 0, 0.25)), color-stop(50%, rgba(255, 100, 0, 0.4)), to(#ff6400));
    background: linear-gradient(180deg, rgba(255, 100, 0, 0) 0%, rgba(255, 100, 0, 0.02) 5%, rgba(255, 100, 0, 0.05) 10%, rgba(255, 100, 0, 0.1) 20%, rgba(255, 100, 0, 0.25) 40%, rgba(255, 100, 0, 0.4) 50%, #ff6400 100%);
  }
  .main-page-content .mission-section .history-container .history-item + .history-item {
    margin-top: 3.5rem;
  }
  body.eng .main-page-content .mission-section .history-container .history-item.history-item-01 .title-box::before, body.eng .main-page-content .mission-section .history-container .history-item.history-item-02 .title-box::before {
    margin-left: 0.05rem;
  }
  .main-page-content .mission-section .history-container .history-item .title-box {
    position: relative;
    width: 14.5rem !important;
    padding: 0.75rem 1rem;
    text-align: center;
    border-radius: 0.7rem;
    background-color: #351e0f;
    font-size: 0.75rem;
  }
  body.eng .main-page-content .mission-section .history-container .history-item .title-box {
    font-size: 0.65rem;
  }
  .main-page-content .mission-section .history-container .history-item .title-box::before {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    top: auto !important;
    bottom: calc(100% + 25px);
    width: 0.5rem;
    height: 0.5rem;
  }
  .main-page-content .mission-section .history-container .history-item .sub-text {
    margin-top: 0.65rem;
    line-height: 1.6;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .mission-section .history-container .history-item .sub-text {
    font-size: 0.55rem;
  }
  .main-page-content .mission-section .end-title {
    margin-top: 0.8rem;
    padding-bottom: 0.6rem;
    font-size: 0.75rem;
    background-color: #121212;
  }
  body.eng .main-page-content .mission-section .end-title {
    margin-top: 0.8rem;
  }
  .main-page-content .s-beliefs-section {
    padding: 3rem 0;
  }
  .main-page-content .s-beliefs-section .section-title .title {
    line-height: 1;
    font-size: 1.55rem;
  }
  .main-page-content .s-beliefs-section .section-title .sub-title {
    margin-top: 0.9rem;
    font-size: 0.7rem;
  }
  .main-page-content .s-beliefs-section .section-title .sub-text {
    margin-top: 0.6rem;
    line-height: 1.72;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .s-beliefs-section .section-title .sub-text {
    font-size: 0.55rem;
  }
  .main-page-content .s-beliefs-section .accordion-container {
    margin-top: 2.4rem;
  }
  .main-page-content .s-beliefs-section .accordion-header {
    gap: 0.75rem;
    padding: 0.45rem 2.5rem 0.45rem 0.5rem;
    cursor: pointer;
  }
  .main-page-content .s-beliefs-section .accordion-header:after {
    width: 0.6rem;
    height: 0.3rem;
    right: 1rem;
  }
  .main-page-content .s-beliefs-section .accordion-header .number {
    width: 1.25rem;
    font-size: 0.75rem;
  }
  .main-page-content .s-beliefs-section .accordion-header .title {
    margin-top: 0.1rem;
    font-size: 0.6rem;
  }
  .main-page-content .s-beliefs-section .accordion-body {
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.8rem;
    border-radius: 0.6rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item + .body-item {
    margin-top: 0.9rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item.episode {
    padding-top: 1.25rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item.episode .value {
    margin-top: 1.65rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item.episode .value.multiple-03 {
    margin-top: 2.3rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item.episode .value.multiple-04 {
    margin-top: 3.4rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item.episode::before {
    background-image: url("../images/icon/icon-dash-border-mo.png");
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item .type {
    min-width: auto;
    font-size: 0.6rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item .item-title {
    text-align: right;
    position: absolute;
    top: 1.25rem;
    right: 0;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 0.65rem;
  }
  body.eng .main-page-content .s-beliefs-section .accordion-body .body-item .item-title {
    line-height: 1.5;
    font-size: 0.6rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item .normal-text {
    line-height: 1.72;
    font-size: 0.55rem;
  }
  .main-page-content .s-beliefs-section .accordion-body .body-item .normal-text.large {
    font-size: 0.6rem;
  }
  body.eng .main-page-content .s-beliefs-section .accordion-body .body-item .normal-text.large {
    font-size: 0.55rem;
  }
  .main-page-content .level-section {
    padding: 3rem 0;
  }
  .main-page-content .level-section .section-title .title {
    line-height: 1.3;
    font-size: 1.55rem;
  }
  .main-page-content .level-section .graph-container {
    width: 13.55rem;
    height: 13.45rem;
    margin: 1.5rem auto 0;
  }
  body.eng .main-page-content .level-section .graph-container {
    width: 14.1rem;
    height: 13.4rem;
  }
  .main-page-content .level-section .graph-img {
    background-image: url("../images/img-graph-kr-mo.png");
  }
  body.eng .main-page-content .level-section .graph-img {
    background-image: url("../images/img-graph-eng-mo.png");
  }
  .main-page-content .level-section .graph-item {
    width: 2.8rem;
    height: 2.8rem;
    background-size: 4.2rem 4.2rem;
  }
  .main-page-content .level-section .graph-item.lv0 {
    bottom: 3.1rem;
    left: 3.6rem;
    background-image: url("../images/img-graph-round-lv0-mo.png");
  }
  .main-page-content .level-section .graph-item.lv1 {
    top: 4.1rem;
    left: 6.95rem;
    background-image: url("../images/img-graph-round-lv1-mo.png");
  }
  .main-page-content .level-section .graph-item.lv2 {
    top: 1.15rem;
    right: 0.9rem;
    background-image: url("../images/img-graph-round-lv2-mo.png");
  }
  body.eng .main-page-content .level-section .graph-item {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 5rem 5rem;
  }
  body.eng .main-page-content .level-section .graph-item.lv0 {
    bottom: 2.4rem;
    left: 2.95rem;
    background-image: url("../images/img-graph-round-eng-lv0-mo.png");
  }
  body.eng .main-page-content .level-section .graph-item.lv1 {
    top: 3.35rem;
    left: 7.05rem;
    background-image: url("../images/img-graph-round-eng-lv1-mo.png");
  }
  body.eng .main-page-content .level-section .graph-item.lv2 {
    top: 0.8rem;
    right: 0.5rem;
    background-image: url("../images/img-graph-round-eng-lv2-mo.png");
  }
  .main-page-content .level-section .graph-title {
    margin-top: 2rem;
  }
  .main-page-content .level-section .graph-title .title {
    line-height: 1.5;
    font-size: 0.7rem;
  }
  .main-page-content .level-section .graph-title .sub-text {
    margin-top: 0.6rem;
    line-height: 1.66;
    font-weight: 400;
    font-size: 0.6rem;
  }
  .main-page-content .level-section .level-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
  .main-page-content .level-section .level-item {
    width: 100%;
    margin-top: 0 !important;
  }
  .main-page-content .level-section .level-item .level {
    font-size: 1.15rem;
  }
  .main-page-content .level-section .level-item .title-area {
    margin-top: 0.3rem;
    text-align: center;
  }
  .main-page-content .level-section .level-item .title-area .title {
    line-height: 1.33;
    font-size: 0.75rem;
  }
  .main-page-content .level-section .level-item .title-area .sub-text {
    font-size: 0.7rem;
  }
  .main-page-content .level-section .level-item .box-list {
    margin-top: 0.8rem;
  }
  .main-page-content .level-section .level-item .box-item {
    min-height: 3.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.6rem;
    line-height: 1.66;
    font-size: 0.6rem;
  }
  body.eng .main-page-content .level-section .level-item .box-item {
    font-size: 0.6rem;
  }
  .main-page-content .level-section .level-item .box-item + .box-item {
    margin-top: 0.5rem;
  }
  .main-page-content .end-section {
    padding: 3rem 0;
  }
  .main-page-content .end-section .section-title .title {
    font-size: 1.6rem;
  }
  .main-page-content .end-section .section-title .sub-text {
    margin-top: 1.15rem;
    line-height: 1.66;
    font-size: 0.6rem;
  }
  .main-page-content .end-section .section-title .sub-text + .sub-text {
    margin-top: 1.9rem;
  }
  body.eng .main-page-content .end-section .section-title .sub-text {
    font-size: 0.55rem;
  }
  .main-page-content .end-section .video-title {
    margin-top: 3.5rem;
  }
  .main-page-content .end-section .video-title .title span {
    font-size: 1.25rem;
  }
  .main-page-content .end-section .video-title .title span:nth-child(2) {
    margin-top: -0.4rem;
  }
  .main-page-content .end-section .video-title .sub-text {
    margin-top: 0.4rem;
    font-size: 0.6rem;
  }
  .main-page-content .end-section .video-container {
    margin: 3rem auto 0;
  }
  .main-page-content .end-section .video-container .video-content iframe {
    border-radius: 0.35rem;
  }
}