@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Jua&family=Limelight&family=Notable&display=swap');
.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notable-regular {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'KohiLearn';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* reset */
/* 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: #000;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-size: 20px;
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
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;
}

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

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: "Paperlogy", courier new, courier, monospace;
}

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

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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;
}

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

caption {
  display: none;
}

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

/* reset */
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn .icon {
  margin-left: 0.4rem;
}
@media (max-width: 720px) {
  .btn .icon {
    margin-left: 0.2rem;
  }
}
.btn.common-btn {
  padding: 0.9rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
}
@media (max-width: 720px) {
  .btn.common-btn {
    padding: 0.75rem 1rem;
    font-size: 0.7rem;
  }
}
.btn.small {
  height: 1.75rem;
  line-height: 1.65rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
}
.btn.medium {
  height: 2.35rem;
  line-height: 2.25rem;
  padding: 0 0.65rem;
  font-size: 0.75rem;
}
.btn.large {
  height: 3.4rem;
  line-height: 3.3rem;
  padding: 0 0.8rem;
  font-weight: 400;
  font-size: 1rem;
}
.btn.xlarge {
  height: 4.4rem;
  line-height: 4.3rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.btn.primary {
  background-color: #2546cd;
  border-color: #2546cd;
  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: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #e0012b;
  border-color: #e0012b;
  color: #fff;
}
.btn.warning {
  background-color: #ff9582;
  border-color: #ff9582;
  color: #fff;
}
.btn.round {
  border-radius: 60px;
}
.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: 4px solid #81d8d0;
}
.btn.border.primary {
  color: #2546cd;
  border-color: #2546cd;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #999;
  color: #999;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #222;
  color: #222;
  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;
  overflow: hidden;
  margin-top: 2.4rem;
}
.pagination button {
  display: block;
}
.pagination .paging {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.1rem;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #c1c1c1;
}
.pagination .paging.current {
  color: #81d8d0;
}
.pagination .controller {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.1rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.2rem 1.2rem;
}
.pagination .controller.prev {
  background-image: url("../images/components/icon-pagination-prev.png");
}
.pagination .controller.next {
  background-image: url("../images/components/icon-pagination-next.png");
}
.pagination .controller.first {
  background-image: url("../images/components/icon-pagination-prev-10.png");
}
.pagination .controller.last {
  background-image: url("../images/components/icon-pagination-next-10.png");
}
.pagination .controller.disabled {
  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 .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;
}
.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-textarea,
.input-cover.focus .form-input, .input-cover.open-datepicker .form-textarea,
.input-cover.open-datepicker .form-input {
  border-color: rgba(0, 0, 0, 0.3);
}
.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.active .form-textarea,
.input-cover.active .form-input {  
  background-color: #81d8d0;
}
.input-cover .cover-inner {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 3rem;
  line-height: 2.9rem;
  padding: 0 0.8rem;
  color: #000;
  border: 1px solid #c1c1c1;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  background-color: #000;
  letter-spacing: -0.32px;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.input-cover .form-input::-moz-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.input-cover .form-input::-ms-input-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.input-cover .form-input::placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.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: #fff;  
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.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 .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);
  background-color: transparent;
  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 .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.selector-cover.checkbox .selector-text {
  min-height: 1.2rem;
  padding-left: 1.5rem;
}
.selector-cover.checkbox.round .selector-text {
  background-image: url("../images/components/icon-checkbox-round-off.png");
  background-size: 1.2rem 1.2rem;
}
.selector-cover.checkbox.round input:checked + .selector-text {
  background-image: url("../images/components/icon-checkbox-round-on.png");
}
.selector-cover.checkbox.square .selector-text {
  background-image: url("../images/components/icon-checkbox-square-off.png");
  background-size: 1.2rem 1.2rem;
}
.selector-cover.checkbox.square input:checked + .selector-text {
  background-image: url("../images/components/icon-checkbox-square-on.png");
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1.2rem;
}
.selector-cover.radio .selector-text {
  min-height: 1rem;
  padding-left: 1.3rem;
  background-image: url("../images/components/icon-radio-off.png");
  background-size: 1rem 1rem;
}
.selector-cover.radio input:checked + .selector-text {
  background-image: url("../images/components/icon-radio-on.png");
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1rem;
}

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

.form-textarea {
  display: block;
  height: 7rem;
  padding: 0.95rem 0.8rem;
  border: 1px solid #c1c1c1;
  font-size: 0.8rem;
  resize: none;
  overflow: auto;
  background-color: #000;
}
.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:placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-webkit-input-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.form-textarea::-moz-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.form-textarea::-ms-input-placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.form-textarea::placeholder {
  color: rgba(193, 193, 193, 0.5);
}
.form-textarea.error {
  border-color: #2546cd;
}
.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;
}
@media (max-width: 720px) {
  .form-textarea {
    padding: 1rem 0.8rem;
    height: 7.7rem;
  }
}

.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;
  display: none;
}

.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.html") 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;
}
@media (max-width: 720px) {
  .selectric-container .selectric-small .label {
    font-size: 0.6rem;
  }
}
.selectric-container .selectric-small .selectric-items li {
  padding: 0.6rem;
  font-weight: 300;
  font-size: 0.7rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-small .selectric-items li {
    padding: 0.5rem;
    font-size: 0.6rem;
  }
}
.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;
}
@media (max-width: 720px) {
  .selectric-container .selectric-large .label {
    font-size: 0.75rem;
  }
}
.selectric-container .selectric-large .selectric-items li {
  padding: 0.8rem 0.9rem;
  font-weight: 300;
  font-size: 0.9rem;
}
@media (max-width: 720px) {
  .selectric-container .selectric-large .selectric-items li {
    padding: 0.6rem 0.7rem;
    font-size: 0.75rem;
  }
}

.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: #2546cd;
  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: #2546cd;
}
.font.danger {
  color: #e0012b;
}

.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:checked + .switch-label .switch-button {
  background: #2546cd;
}
.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 .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: 20px;
  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: 640px;
}
.layer-popup .popup-container.small {
  max-width: 460px;
}
.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 20px 20px;
  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: #2546cd;
}
.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: 20px;
  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;
  }
}
.main-notice-popup .popup-header .btn-close {
  top: 0.65rem;
  right: 0.875rem;
  background: none;
}
.main-notice-popup .popup-container {
  border-radius: 0;
}
.main-notice-popup .popup-container.medium {
  max-width: 566px;
}
.main-notice-popup .popup-inner {
  padding: 0;
}
.main-notice-popup .main-notice-content-box img {
  width: 100%;
}

.notice-info-popup .popup-content {
  background-color: transparent;
}
.notice-info-popup .popup-container {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.notice-info-popup .popup-inner {
  padding: 0;
}
.notice-info-popup .popup-container.medium {
  max-width: 450px;
}
.notice-info-popup .notice-info-content-box {
  position: relative;
}
.notice-info-popup .notice-info-content-box img {
  width: 100%;
}
.notice-info-popup .btn-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-info-popup .btn-box .btn {
  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: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.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: 6px;
  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; /*스크롤바 트랙 색상*/
}

.ui-datepicker {
  width: 16em !important;
  padding: 0.5rem !important;
}
@media (max-width: 720px) {
  .ui-datepicker {
    width: 15em !important;
  }
}
.ui-datepicker.ui-widget.ui-widget-content {
  margin-top: 0.5rem;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: cover !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../images/components/icon-arrow-prev-bk-32x32.png") !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("../images/components/icon-arrow-next-bk-32x32.png") !important;
}
.ui-datepicker .ui-widget-header {
  background-color: #fff;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 0.6rem;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(45% - 10px) !important;
  margin: 0 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  border: 1px solid #ddd !important;
  font-size: 0.7rem !important;
}
.ui-datepicker .ui-state-default {
  border: 0 !important;
  background-color: #fff !important;
  text-align: center !important;
  font-size: 0.8rem;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #2546cd !important;
  border-color: transparent !important;
  color: #fff !important;
}

.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;
  }
}

.accordion-list .accordion-header {
  cursor: pointer;
}
.accordion-list .accordion-body {
  display: none;
}

.mobile-show {
  display: none;
}

@media (max-width: 720px) {
  .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-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 {
  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%;
}

.section-inner {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .section-inner {
    padding: 0 1rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header.scroll {
  background-color: #000;
}
#header .section-inner {
  padding: 2rem 0;
  max-width: 1800px;
  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;
}
#header .logo {
  width: 15.75rem; 
  margin : 0px 0.1rem;
  
}
#header .logo h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: left;
  font-size:1.5rem;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  font-style: normal;
  color : #81d8d0;  
}
@media (max-width: 1800px) {
  #header .section-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1320px) {
  #header .section-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 720px) {
  #header .section-inner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  #header .logo {
    position: relative;
    width: 6.8rem;
    z-index: 11;
  }
}

@media (max-width: 720px) {
  .nav-box .nav {
    display: none;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item + .nav-item {
  padding-left: 2.4rem;
}

.nav-btn {
  color: #fff;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-btn.active {
  color: #81d8d0;
}
@media (min-width: 720px) {
  .nav-btn:hover {
    color: #81d8d0;
  }
}
@media (max-width: 720px) {
  .nav-btn {
    font-size: 1.3rem;
    color: #81d8d0;
    text-align: center;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
  }
}

.mobile-nav-menu {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 4.7rem 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  background-color: #000;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 720px) {
  .mobile-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav-menu.view {
    visibility: visible;
    opacity: 1;
  }
}

.mobile-nav-menu-item {
  text-align: center;
}
.mobile-nav-menu-item + .mobile-nav-menu-item {
  margin-top: 4rem;
}

.mobile-navigation-menu {
  display: none;
  width: 1rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  z-index: 11;
}
.mobile-navigation-menu .icon {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: visible;
  background-color: transparent;
}
.mobile-navigation-menu .icon:before, .mobile-navigation-menu .icon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #81d8d0;
}
.mobile-navigation-menu .icon:before {
  top: -6px;
}
.mobile-navigation-menu .icon:after {
  top: 6px;
}
.mobile-navigation-menu.active .icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-navigation-menu.active .icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 720px) {
  .mobile-navigation-menu {
    display: block;
  }
}

.all-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.all-menu-container:before, .all-menu-container:after {
  content: "";
  background: #f6f6f6;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.all-menu-container:before {
  left: -55%;
}
.all-menu-container:after {
  right: -55%;
}
.all-menu-container.open {
  visibility: visible;
}
.all-menu-container.open:before {
  left: 0;
}
.all-menu-container.open:after {
  right: 0;
}
.all-menu-container.open .menu-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.all-menu-container.open .all-menu-item {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.all-menu-container.open .all-menu-item:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.all-menu-container.open .all-menu-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.all-menu-container.open .all-menu-item:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.all-menu-container .menu-inner {
  position: relative;
  z-index: 2;
  max-height: 100%;
  padding: 2rem 0;
  overflow: auto;
}
.all-menu-container .menu-wrapper {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.all-menu-container .menu-header {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.all-menu-container .menu-list {
  overflow: hidden;
  padding-top: 2rem;
}
.all-menu-container .btn-menu-close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.all-menu-container .btn-menu-close span {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-indent: -9999px;
}
.all-menu-container .btn-menu-close span:before, .all-menu-container .btn-menu-close span:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #666;
}
.all-menu-container .btn-menu-close span:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.all-menu-container .btn-menu-close span:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.all-menu-container .all-menu-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: relative;
  opacity: 0;
  padding: 0.5rem 0;
}

#footer,
.footer {
  position: relative;
  background-color: #81d8d0;  
}
#footer .section-inner,
.footer .section-inner {
  position: relative;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media (max-width: 1720px) {
  #footer .section-inner,
  .footer .section-inner {
    padding: 2rem;
  }
}
@media (max-width: 1320px) {
  #footer .section-inner,
  .footer .section-inner {
    padding: 2.5rem 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1100px) {
  #footer .section-inner,
  .footer .section-inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media (max-width: 720px) {
  #footer .section-inner,
  .footer .section-inner {
    padding: 2rem 1rem;
  }
}

.footer-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
}
@media (max-width: 720px) {
  .footer-menu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-menu-box-item + .footer-menu-box-item {
  padding-left: 6rem;
}
@media (max-width: 1720px) {
  .footer-menu-box-item + .footer-menu-box-item {
    padding-left: 3rem;
  }
}
@media (max-width: 1320px) {
  .footer-menu-box-item + .footer-menu-box-item {
    padding-left: 4rem;
  }
}
@media (max-width: 1100px) {
  .footer-menu-box-item + .footer-menu-box-item {
    padding-left: 1.5rem;
  }
}
@media (max-width: 720px) {
  .footer-menu-box-item + .footer-menu-box-item {
    padding-top: 2rem;
    padding-left: 0;
  }
}

.footer-menu-box-item-title {
  font-size: 0.7rem;
  color: #000;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.28px;
}
.footer-menu-box-item-title strong {
  font-weight: 700;
}

.footer-menu-box-list {
  padding-top: 1.6rem;
}
@media (max-width: 720px) {
  .footer-menu-box-list {
    padding-top: 1rem;
  }
}

.footer-menu-box-list-item {
  line-height: 1;
}
.footer-menu-box-list-item + .footer-menu-box-list-item {
  padding-top: 1.2rem;
}
@media (max-width: 720px) {
  .footer-menu-box-list-item + .footer-menu-box-list-item {
    padding-top: 0.6rem;
  }
}

.footer-menu-btn {
  font-size: 0.7rem;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}

.footer-info-box {
  position: relative;
  padding-left: 6rem;
  margin-left: auto; 
}
@media (max-width: 1720px) {
  .footer-info-box {
    padding-left: 3rem;
  }
}
@media (max-width: 1320px) {
  .footer-info-box {
    margin-top: 2rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 720px) {
  .footer-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-info-box-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1320px) {
  .footer-info-box-link-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 720px) {
  .footer-info-box-link-wrap {
    position: relative;
    left: 0;
  }
}

.footer-info-box-link {
  line-height: 0;
}
.footer-info-box-link + .footer-info-box-link {
  padding-left: 1.2rem;
}
@media (max-width: 1320px) {
  .footer-info-box-link + .footer-info-box-link {
    padding-left: 1.2rem;
  }
}

.footer-info-box-link-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;
  font-size: 0.7rem;
  color: #000;
  font-weight: 800;
  line-height: 1.4;
}

.footer-info-box-number-wrap {
  margin-top: 1.6rem;
  padding: 1.5rem 3.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.08);
}
@media (max-width: 1320px) {
  .footer-info-box-number-wrap {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .footer-info-box-number-wrap {
    padding: 1rem;
    max-width: 16rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 720px) {
  .footer-info-box-number-wrap {
    margin-top: 1rem;
    padding-right: 3.9rem;
  }
}

.footer-info-box-number + .footer-info-box-number {
  margin-left: 2.7rem;
}
.footer-info-box-number .text {
  font-size: 0.7rem;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.28px;
}
.footer-info-box-number .number {
  padding-top: 0.6rem;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.36px;
}
@media (max-width: 1720px) {
  .footer-info-box-number + .footer-info-box-number {
    margin-left: 1.35rem;
  }
}
@media (max-width: 1320px) {
  .footer-info-box-number + .footer-info-box-number {
    margin-left: 3rem;
  }
}
@media (max-width: 1100px) {
  .footer-info-box-number {
    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;
  }
  .footer-info-box-number + .footer-info-box-number {
    margin-top: 1rem;
    margin-left: 0;
  }
  .footer-info-box-number .text {
    font-size: 0.6rem;
    letter-spacing: 0.24px;
  }
  .footer-info-box-number .number {
    padding-top: 0;
    font-size: 0.8rem;
    letter-spacing: 0.32px;
  }
}

.footer-address-box {
  padding-top: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1320px) {
  .footer-address-box {
    padding-top: 1rem;
    text-align: right;
  }
}
@media (max-width: 720px) {
  .footer-address-box {
    font-size: 0.55rem;
    text-align: left;
  }
}

.footer-logo-box {
  margin-left: auto;   
}
.footer-logo-box .logo {
  width: 9.45rem;  
}
@media (max-width: 1320px) {
  .footer-logo-box {
    position: absolute;
    top: 2.5rem;
    right: 1.7rem;
    
  }
}
@media (max-width: 1100px) {
  .footer-logo-box {
    right: 1.6rem;
  }
  .footer-logo-box .logo {
    width: 7.75rem;
  }
}
@media (max-width: 720px) {
  .footer-logo-box {
    top: 2rem;
    right: 1.8rem;
  }
  .footer-logo-box .logo {
    width: 6.8rem;
  }
}

.footer-mobile {
  display: none;
}
@media (max-width: 720px) {
  .footer-mobile {
    display: block;
  }
}

.top-go-btn {
  position: absolute;
  top: -8rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background-image: url("../images/icon/icon-top-go-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .top-go-btn {
    top: -3.2rem;
    right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("../images/icon/icon-top-go-btn-mo.png");
  }
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none; /* 웹 접근성 인증 시 해당 스타일 삭제 */
}

label {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

label img {
  pointer-events: none;
  -moz-user-select: -moz-none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 파이어폭스에서의 초기화 방법 */
input[type=number] {
  -moz-appearance: textfield;
}

br {
  font-family: auto;
}

/* show & hide elements
============================================================*/
.txt-hidden {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.privacy-box {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacy-box .privacy-title {
  font-size: 0.8rem;
  font-weight: 700;
}
.privacy-box .form-el-box {
  margin-top: 0.8rem;
}
.privacy-box .selector-cover {
  margin: 0 auto;
  color: #000;
  font-weight: 700;
}
@media (min-width: 720px) {
  .privacy-box {
    padding-top: 4rem;
  }
  .privacy-box .privacy-title {
    font-size: 1.6rem;
  }
  .privacy-box .form-el {
    padding-left: 1rem;
  }
  .privacy-box .form-el-box {
    margin-top: 1.6rem;
  }
}

.form-terms {
  margin-top: 0.8rem;
  padding: 0.6rem 1rem;
  height: 4rem;
  text-align: left;
  color: #000;
  background: #666;
  border-radius: 4px;
  line-height: 1.6;
  overflow-y: scroll;
}
.form-terms .form-terms-title {
  text-align: left;
  font-weight: 400;
}
.form-terms .form-text-box {
  text-align: left;
}
.form-terms .form-text-box + .form-text-box {
  margin-top: 0.8rem;
}
.form-terms .form-terms-title,
.form-terms .form-text-box {
  font-size: 0.6rem;
}
@media (min-width: 720px) {
  .form-terms {
    margin-top: 1.6rem;
    padding: 1.2rem 2rem;
    height: 8rem;
    border-radius: 8px;
  }
  .form-terms .form-text-box + .form-text-box {
    margin-top: 0.4rem;
  }
  .form-terms .form-terms-title,
  .form-terms .form-text-box {
    font-size: 1.2rem;
  }
}

.form-terms-tbl {
  margin: 0.5rem 0;
  width: 100%;
  table-layout: fixed;
}

.form-terms-tbl th,
.form-terms-tbl td {
  padding: 0.8rem;
  font-size: 0.6rem;
  text-align: center;
  font-weight: 900;
  word-break: break-all;
  border: 1px solid #707070;
}
@media (min-width: 720px) {
  .form-terms-tbl th,
  .form-terms-tbl td {
    font-size: 1.2rem;
  }
}

.form-terms-tbl thead th {
  font-weight: 900;
  color: #000;
  background-color: #adadad;
}

.form-terms-tbl tbody td {
  padding: 1.8rem 0.5rem;
  border-bottom: 1px solid #999;
  background-color: #c1c1c1;
}

/* iframe */
.video-wrap {
  position: relative;
}
.video-wrap .video {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap > div {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.policy-wrap {
  text-align: left;
}
.policy-wrap + .policy-wrap {
  padding-top: 2rem;
}
.policy-wrap .privacy-title {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.policy-wrap .policy-hd-tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.policy-wrap dd {
  margin-top: 0.55rem;
  height: 11.55rem;
  overflow: auto;
}
.policy-wrap .policy-txt {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
}

.policy-content {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}
.policy-content .policy-hd-tit {
  font-weight: 700;
  color: #4e0a0a;
  word-break: keep-all;
}
.policy-content .policy-txt {
  color: #4e0a0a;
  word-break: keep-all;
}
.policy-content .policy-txt p {
  font-size: inherit;
  color: inherit;
}
.policy-content dd {
  margin-top: 0;
  height: auto;
  padding: 0.75rem 0 0 0;
  background: transparent;
  overflow: auto;
}

.policy-tbl {
  margin-top: 1rem;
  table-layout: fixed;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.7;
}
.policy-tbl td,
.policy-tbl th {
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  text-align: center;
  word-break: keep-all;
}
.policy-tbl thead th {
  font-weight: 400;
  background-color: #f2f4f6;
}
.policy-tbl tbody td,
.policy-tbl tbody th {
  border-bottom: 1px solid #dbdee5;
}
.policy-tbl strong {
  font-size: 0.8rem;
  color: blue;
  text-decoration: underline;
}

/* image ani */
/* text ani */
/**
 * ----------------------------------------
 * animation scale-up-hor-center
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-fwd
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation scale-down-hor-center
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation jello-diagonal-2
 * ----------------------------------------
 */
.icon {
  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;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.icon-triangle-small {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/icon-triangle-small.svg");
}
.icon-triangle-small-black {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icon/icon-triangle-small-black.png");
}
.icon-triangle-small-green {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../images/icon/icon-triangle-small.svg");
}
.icon-equi-triangle-small {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../images/icon/icon-equi-triangle-small.svg");
}
@media (max-width: 720px) {
  .icon-equi-triangle-small {
    width: 0.5rem;
    height: 0.5rem;
  }
}


.icon-arrow-center {
  width: 0.725rem;
  height: 0.375rem;
  background-image: url("../images/icon/icon-arrow-center.png");
}

.icon-double-triangle {
  width: 2.3rem;
  height: 1rem;
  background-image: url("../images/icon/icon-double-triangle.png");
}

.tb-content,
.mb-content {
  display: none;
}

@media (max-width: 1320px) {
  .pc-content {
    display: none;
  }
  .tb-content {
    display: block;
  }
}
@media (max-width: 720px) {
  .tb-content {
    display: none;
  }
  .mb-content {
    display: block;
  }
}
.section-inner-large {
  max-width: 1800px;
}
@media (max-width: 1800px) {
  .section-inner-large {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.slide-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-box .swiper-container {
  width: 100%;
  height: 100%;
}
.slide-box .swiper-slide .image-box,
.slide-box .swiper-slide .video,
.slide-box .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.slide-box .video {
  pointer-events: none;
  overflow: hidden;
}
.slide-box .video iframe {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 110%;
  min-height: 120%;
  pointer-events: none;
}
@media (max-width: 1536px) {
  .slide-box .video iframe {
    min-width: 125%;
  }
}
@media (max-width: 1320px) {
  .slide-box .video iframe {
    min-width: 320%;
  }
}
.slide-box .image-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-box .image-box::before,
.slide-box .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.sound-control-btn {
  visibility: visible;
  opacity: 1;
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/icon/icon-mute-off.svg");
  background-position: center;
  background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sound-control-btn.on {
  background-image: url("../images/icon/icon-mute-on.svg");
}
.sound-control-btn.hide {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 720px) {
  .sound-control-btn {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.slide-control-box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 4rem 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 23.25rem;
  height: 23.25rem;
  z-index: 3;
  background: url("../images/icon/icon-triangle-small.svg") no-repeat right bottom;
  background-size: cover;
}
.slide-control-box .page-number {
  padding-right: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  color: #000;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.slide-control-box .page-number .line {
  margin: 0 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5rem;
  height: 1px;
  background-color: #000;
}
.slide-control-box .button-box {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-control-box .swiper-button-prev,
.slide-control-box .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.slide-control-box .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-60x60.png");
}
.slide-control-box .swiper-button-next {
  margin-left: 0.8rem;
  background-image: url("../images/icon/icon-slider-arrow-next-bk-60x60.png");
}
@media (max-width: 1536px) {
  .slide-control-box {
    padding: 0 3rem 3rem 0;
    width: 22.25rem;
    height: 22.25rem;
  }
}
@media (max-width: 1320px) {
  .slide-control-box {
    padding: 0 1.7rem 2rem 0;
    width: 16.7rem;
    height: 16.7rem;
  }
}
@media (max-width: 1100px) {
  .slide-control-box {
    padding: 0 1.6rem 1.6rem 0;
    width: 15.45rem;
    height: 15.45rem;
  }
}
@media (max-width: 720px) {
  .slide-control-box {
    padding: 0 1rem 1.5rem 0;
    width: 6.8rem;
    height: 6.8rem;
  }
  .slide-control-box .page-number {
    padding-right: 0;
  }
  .slide-control-box .page-number .line {
    width: 0.6rem;
  }
  .slide-control-box .button-box {
    display: none;
  }
}

.works-card-box-wrap .works-card-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works-card-box-wrap .card-wrap {
  position: relative;
}
.works-card-box-wrap .card-wrap:hover .back {
  visibility: visible;
  opacity: 1;
}
.works-card-box-wrap .card-wrap + .card-wrap {
  margin-left: 4.02%;
}
.works-card-box-wrap .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-card-box-wrap .card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-card-box-wrap .front,
.works-card-box-wrap .back {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.works-card-box-wrap .front {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.works-card-box-wrap .back {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(129, 216, 208, 0.9)
}
.works-card-box-wrap .back .name {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
.works-card-box-wrap .back .title {
  padding-top: 0.3rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.works-card-box-wrap .back .desc {
  padding-top: 2rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 100;
  line-height: 1.3;
}

.works-card-box-wrap .back .btn {
  position: relative;
  padding: 1.5rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  text-align: left;
}
.works-card-box-wrap .back .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.works-card-box-wrap .number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 130%;
  background-color: rgba(15, 15, 15, 0.3);
}
.works-card-box-wrap .number span {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 720px) {
  .works-card-box-wrap .card {
    position: relative;
  }
  .works-card-box-wrap .front,
  .works-card-box-wrap .back {
    position: relative;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
  .works-card-box-wrap .front {
    padding-bottom: 100%;
  }
  .works-card-box-wrap .back {
    visibility: visible;
    opacity: 1;
    background-color: #81d8d0;
  }
  .works-card-box-wrap .back .name {
    font-size: 0.7rem;
  }
  .works-card-box-wrap .back .desc {
    font-size: 0.7rem;
    word-break: keep-all;
  }
  .works-card-box-wrap .back .title {
    font-size: 1rem;
  }
  .works-card-box-wrap .back .btn {
    padding: 1rem;
    min-height: 7.05rem;
  }
  .works-card-box-wrap .back .icon {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.scrolling-box-wrap {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 애니메이션하는 요소 */
}
.scrolling-box-wrap .scrolling-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.scrolling-box-wrap .scrolling {
  position: absolute;
  height: 100%;
}
.scrolling-box-wrap .scroll-box {
  margin: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrolling-box-wrap .scroll-box img {
  pointer-events: none;
}

.scrolling-direction-right {
  /* 애니메이션 */
}
.scrolling-direction-right .scrolling:first-child {
  -webkit-animation: 100s linear 0s infinite normal none running rolling-right-animation01;
          animation: 100s linear 0s infinite normal none running rolling-right-animation01;
}
.scrolling-direction-right .scrolling:last-child {
  -webkit-animation: 100s linear 0s infinite normal none running rolling-right-animation02;
          animation: 100s linear 0s infinite normal none running rolling-right-animation02;
}

.scrolling-direction-left {
  /* 애니메이션 */
}
.scrolling-direction-left .scrolling:first-child {
  -webkit-animation: 100s linear 0s infinite normal none running rolling-left-animation01;
          animation: 100s linear 0s infinite normal none running rolling-left-animation01;
}
.scrolling-direction-left .scrolling:last-child {
  -webkit-animation: 100s linear 0s infinite normal none running rolling-left-animation02;
          animation: 100s linear 0s infinite normal none running rolling-left-animation02;
}

@-webkit-keyframes rolling-left-animation01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  50.01% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rolling-left-animation01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  50.01% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rolling-left-animation02 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes rolling-left-animation02 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes rolling-right-animation01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50.01% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rolling-right-animation01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50.01% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rolling-right-animation02 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes rolling-right-animation02 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
.flowing-logo-box .scrolling-box {
  height: 26.35rem;
}
.flowing-logo-box .scroll-box > div {
  padding-left: 4rem;
}
.flowing-logo-box .image-box {
  width: 157.1rem;
}
@media (max-width: 720px) {
  .flowing-logo-box .scrolling-box {
    height: 11.5rem;
  }
  .flowing-logo-box .scroll-box > div {
    padding-left: 2rem;
  }
  .flowing-logo-box .image-box {
    width: 68.7rem;
  }
}

.sub-section-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #212529;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;  
  line-height: 1;
  white-space: nowrap;
}
.sub-section-title h2 {
  display: block;
  font-size: inherit;
  color: inherit;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
}
[data-aos=object-ani-left] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos=object-ani-left].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 1320px) {
  [data-aos=object-ani-left] {
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
  }
  [data-aos=object-ani-left].aos-animate {
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
  }
}

[data-aos=object-ani-right] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos=object-ani-right].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 1320px) {
  [data-aos=object-ani-right] {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  [data-aos=object-ani-right].aos-animate {
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
  }
}

.sub-layout-box {
  position: relative;
  background-color: #212529;
}


.page-cover {
  background-color: #000;
}


.main-section{
  padding-top : 1rem;
}

.main-section .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.main-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  pointer-events: none;
}

.section-title-box h2,
.section-title-box .title {
  color: #c1c1c1;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1.5rem;
}
.section-title-box h2.show-right,
.section-title-box .title.show-right {
  -webkit-animation: show-right 1s 0.2s both;
          animation: show-right 1s 0.2s both;
}
.section-title-box h2.show-left,
.section-title-box .title.show-left {
  -webkit-animation: show-left 1s 0.2s both;
          animation: show-left 1s 0.2s both;
}
@-webkit-keyframes show-right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes show-right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes show-left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes show-left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section-title-box .btn-wrap {
  padding-top: 3rem;
}
@media (max-width: 1320px) {
  .section-title-box .btn-wrap {
    padding-top: 1.5rem;
  }
}
@media (max-width: 720px) {
  .section-title-box h2,
  .section-title-box .title {
    font-size: 1.8rem;
  }
  .section-title-box h2.show-right,
  .section-title-box .title.show-right {
    -webkit-animation: show-left 1s 0.2s both;
            animation: show-left 1s 0.2s both;
  }
}

.flowing-content-box {
  padding-top: 3rem;
}
.flowing-content-box + .flowing-content-box {
  padding-top: 2rem;
}
.flowing-content-box .scrolling-box {
  height: 12.5rem;
}
.flowing-content-box .scroll-box > div {
  padding-left: 3rem;
}
.flowing-content-box .logo-box {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(193, 193, 193, 0.3);
}
.flowing-content-box .logo-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1536px) {
  .flowing-content-box .scrolling-box {
    height: 11.5rem;
  }
  .flowing-content-box .logo-box {
    width: 11.5rem;
    height: 11.5rem;
  }
}
@media (max-width: 1320px) {
  .flowing-content-box {
    padding-top: 3rem;
  }
  .flowing-content-box + .flowing-content-box {
    padding-top: 1.5rem;
  }
  .flowing-content-box .scrolling-box {
    height: 10rem;
  }
  .flowing-content-box .scroll-box > div {
    padding-left: 1.5rem;
  }
  .flowing-content-box .logo-box {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 720px) {
  .flowing-content-box {
    padding-top: 2rem;
  }
  .flowing-content-box + .flowing-content-box {
    padding-top: 0.5rem;
  }
  .flowing-content-box .scrolling-box {
    height: 5.8rem;
  }
  .flowing-content-box .scroll-box > div {
    padding-left: 1rem;
  }
  .flowing-content-box .logo-box {
    width: 5.8rem;
    height: 5.8rem;
  }
}

.section-content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-content-box .info-detail-box {
  padding-top: 2rem;
  font-size: 0.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
.contact-content-box .info-detail-box .box {
  padding-right: 0.5rem;
  display: inline-block;
  text-align: left;
}
.contact-content-box .btn-wrap {
  padding-top: 3rem;
}
@media (max-width: 1320px) {
  .contact-content-box .info-detail-box {
    padding-top: 1rem;
    text-align: left;
  }
  .contact-content-box .info-detail-box .box {
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .contact-content-box .btn-wrap {
    padding-top: 2rem;
    text-align: center;
  }
}

.input-cover-wrap + .input-cover-wrap {
  padding-top: 2rem;
}
@media (max-width: 720px) {
  .input-cover-wrap + .input-cover-wrap {
    padding-top: 1.5rem;
  }
}

.input-cover-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input-cover-wrap-row .input-cover {
  width: calc(50% - 0.5rem);
}
@media (max-width: 720px) {
  .input-cover-wrap-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-cover-wrap-row .input-cover {
    width: 100%;
  }
  .input-cover-wrap-row .input-cover + .input-cover {
    padding-top: 1.5rem;
  }
}

.main-section01 {
  background-color: #000;
  z-index: -1;
}
.main-section01 #header .section-inner {
  padding-right: 3rem;
  padding-left: 3rem;
  max-width: 100%;
  position:fixed;
}
.main-section01 .text-box {
  position: absolute;
  left: 3rem;
  bottom: 7.5rem;
  color: #81d8d0;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-size: 6.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 138.6px */
  z-index: 5;
}
.main-section01 .slide-box {
  z-index: -1;
}
.main-section01 .slide-control-box {
  z-index: 5;
}
.main-section01 .slide-control-box.mobile-show {
  display: none;
}
.main-section01 .sound-control-btn {
  left: 3rem;
  bottom: 4rem;
}
@media (max-width: 1536px) {
  .main-section01 #header .section-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main-section01 .text-box {
    left: 2rem;
    bottom: 6.5rem;
    font-size: 5.6rem;
  }
  .main-section01 .sound-control-btn {
    left: 2rem;
    bottom: 3rem;
  }
}
@media (max-width: 1320px) {
  .main-section01 #header .section-inner {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }
  .main-section01 .text-box {
    left: 1.7rem;
    font-size: 5.6rem;
  }
  .main-section01 .sound-control-btn {
    left: 1.7rem;
  }
}
@media (max-width: 1100px) {
  .main-section01 #header .section-inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .main-section01 .text-box {
    left: 3rem;
    font-size: 4.8rem;
  }
  .main-section01 .sound-control-btn {
    left: 3rem;
  }
}
@media (max-width: 720px) {
  .main-section01 #header .section-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .main-section01 .text-box {
    left: 1rem;
    bottom: 3.6rem;
    font-size: 3rem;
  }
  .main-section01 .sound-control-btn {
    left: 1rem;
    bottom: 1rem;
  }
  .main-section01 .slide-control-box.pc-show {
    display: none;
  }
  .main-section01 .slide-control-box.mobile-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-section02 {
  position: relative;  
  background: #000;
}
.main-section02 .bg-image {
  width: 75.78%;
}
.main-section02 .section-title-box {
  position: relative;
  margin-top: 2rem;
  padding-right: 3.125%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-section02 .section-title-box .btn-wrap {
  position: relative;
  z-index: 1;
}
.main-section02 .works-card-box {
  margin-top: 0rem;
  margin-left: 3.125%;
  max-width: 77.6%;
  padding-bottom: 120px;
}
.main-section02 .card-wrap + .card-wrap {
  margin-left: 4.02%;
}
.main-section02 .card01 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  padding-bottom: 37.587%;
  width: 27.18%;
}
.main-section02 .card02 {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  padding-bottom: 37.587%;
  width: 37.58%;
}
.main-section02 .card03 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  padding-bottom: 17.587%;
  width: 47.58%;
}
@media (max-width: 1536px) {
  .main-section02 .section-title-box {
    padding-right: 2rem;
  }
  .main-section02 .works-card-box {
    margin-left: 2rem;
    max-width: 75.6%;
  }
}
@media (max-width: 1320px) {
  .main-section02 .bg-box {
    background: url("../images/bg-section02-tb.png") no-repeat top left;
  }
  .main-section02 .bg-image {
    display: none;
  }
  .main-section02 .section-title-box {
    margin-top: 0;
    padding-right: 1.7rem;
  }
  .main-section02 .works-card-box {
    margin: 0;
    padding: 3rem 1.7rem 0;
    max-width: 100%;
  }
  .main-section02 .card-wrap + .card-wrap {
    margin-left: 2.93%;
  }
  .main-section02 .card01 {
    -webkit-transform: translateY(-121px);
            transform: translateY(-121px);
    padding-bottom: 17.9rem;
    width: 12.95rem;    
    height: 0;
  }
  .main-section02 .card02 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    padding-bottom: 19.1rem;
    width: 19.1rem;
    height: 0;
  }
  .main-section02 .card03 {
    padding-bottom: 17.9rem;
    width: 12.95rem;
    height: 0;
  }
}
@media (max-width: 1100px) {
  .main-section02 .bg-box {
    background: none;
  }
  .main-section02 .section-title-box {
    padding-right: 1.6rem;
  }
  .main-section02 .works-card-box {
    position: relative;
    padding: 2rem 1.6rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-section02 .card-wrap + .card-wrap {
    margin-left: 1.4rem;
  }
  .main-section02 .card-wrap:last-child {
    margin-left: 6.1rem;
  }
  .main-section02 .card01 {
    -webkit-transform: translateY(-91px);
            transform: translateY(-91px);
    padding-bottom: 19.15rem;
    width: 13.85rem;
  }
  .main-section02 .card02 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 19.95rem;
    width: 19.95rem;    
  }
  .main-section02 .card03 {
    margin-top: -3rem;
    padding-bottom: 19.15rem;
    width: 13.85rem;
  }
}
@media (max-width: 767px) {
  .main-section02 .card-wrap + .card-wrap {
    margin-left: 4.03%;
  }
  .main-section02 .card-wrap:last-child {
    margin-left: 17.3%;
  }
  .main-section02 .card01 {
    padding-bottom: 56.677%;
    width: 39.2%;
  }
  .main-section02 .card02{
    padding-bottom: 56.677%;
    width: 56.677%;
  }
  .main-section02 .card03 {
    padding-bottom: 54.405%;
    width: 39.2%;
  }
}
@media (max-width: 720px) {
  .main-section02 .bg-box {
    background: url("../images/bg-section02-mo.png") no-repeat top left;
    background-size: 11.2rem;
  }
  .main-section02 .section-title-box {
    padding: 0 0 0 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-section02 .slider-works {
    margin: 1rem 0 0 1rem;
  }
  .main-section02 .btn-wrap {
    padding-top: 2rem;
    text-align: center;
  }
}

.main-section03 {
  background-color: #000;  
  overflow: hidden;
  z-index: 1;
}
.main-section03 .bg-image {
  width: 19.63%;
  height: 34.81%;
}
.main-section03 .section-title-box {
  padding-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
.main-section03 .section-title-box h2,
.main-section03 .section-title-box .title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  font-family: "Paperlogy", arial, sans-serif, Arial, "Paperlogy";
  min-height: 11rem;
}
.main-section03 .section-title-box .btn-wrap {
  padding-top: 5rem;
}
.main-section03 .logo-box {
  position: absolute;
  top: 16%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1320px) {
  .main-section03 .bg-image {
    display: none;
  }
  .main-section03 .section-title-box h2,
  .main-section03 .section-title-box .title {
    font-size: 3rem;
  }
  .main-section03 .logo-box {
    top: 16%;
  }
  .main-section03 .logo-box img {
    width: 100%;
  }
  .main-section03 .btn {
    background-color: transparent;
  }
}
@media (max-width: 1100px) {
  .main-section03 .section-title-box h2,
  .main-section03 .section-title-box .title {
    font-size: 2.8rem;
  }
  .main-section03 .logo-box {
    top: 15%;
  }
}
@media (max-width: 720px) {
  .main-section03 .section-title-box h2,
  .main-section03 .section-title-box .title {
    font-size: 1.8rem;    
  }
  .main-section03 .section-title-box .btn-wrap {
    padding-top: 2rem;
  }
  .main-section03 .logo-box {
    top: 9%;
  }
}

.main-section04 {
  background-color: #000;
}
.main-section04 .section-title-box .title {
  padding-left: 3.125%;
}
.main-section04 .add-content {
  display: none;
}

.main-section04 .logo-show {
  display: none;
}
@media (max-width: 1536px) {
  .main-section04 .section-title-box .title {
    padding-left: 2rem;
  }
}
@media (max-width: 1320px) {
  .main-section04 .section-title-box .title {
    padding-left: 1.7rem;
  }
  .main-section04 .add-content {
    display: block;
  }
  .main-section04 .logo-hide {
    display: none;
  }
  .main-section04 .logo-show {
    display: block;
  }
}
@media (max-width: 1100px) {
  .main-section04 .section-title-box .title {
    padding-left: 1.6rem;
  }
}
@media (max-width: 720px) {
  .main-section04 .section-title-box .title {
    padding-left: 1rem;
  }
}

.main-section-contact .contact-content-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.main-section-contact .contact-content-box {
  padding: 0 11.19% 0 3.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.main-section-contact .contact-content-box-left {
  width: 27rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-section-contact .contact-content-box-right {
  width: 43.5rem;
}
@media (max-width: 1800px) {
  .main-section-contact .contact-content-box {
    padding: 0 8rem 0 2rem;
  }
  .main-section-contact .contact-content-box-right {
    padding-left: 5rem;
    width: calc(100% - 27rem);
  }
}
@media (max-width: 1320px) {
  .main-section-contact .contact-content-box {
    padding: 0 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section-contact .contact-content-box-left {
    width: 100%;
  }
  .main-section-contact .contact-content-box-right {
    padding: 3rem 0 0 0;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .main-section-contact .contact-content-box-wrap {
    height: auto;
  }
  .main-section-contact .contact-content-box {
    padding: 3rem 1rem;
    height: 100%;
  }
  .main-section-contact .contact-content-box-left {
    width: 100%;
  }
  .main-section-contact .contact-content-box-right {
    padding-top: 2rem;
  }
}

.main-section-footer {
  height: auto !important;
}
@media (max-width: 720px) {
  .main-section-footer {
    display: none !important;
    height: 100% !important;
  }
}

@media (max-width: 720px) {
  .main-section-contact,
  .main-section-footer {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
  }
  .main-section-contact::-webkit-scrollbar,
  .main-section-footer::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}

@media (min-width: 1023px) and (max-width: 1320px) and (min-height: 550px) and (max-height: 768px) {
  .main-section.over-scroll {
    border-bottom: 1px solid #000;
  }
  .section-title-box {
    padding-top: 2rem;
  }
  .contact-content-box .btn-wrap {
    padding-bottom: 2rem;
  }
  .section-content-box {
    display: block;
  }
  .main-section01 .text-box {
    font-size: 4rem;
  }
  .main-section02 .works-card-box-wrap {
    padding-bottom: 5rem;
  }
  .main-section03 {
    overflow: hidden;
  }
  .main-section03 .section-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-section04 .flowing-content-box:last-child {
    padding-bottom: 2rem;
  }
  .main-section-contact .contact-content-box-wrap {
    display: block;
  }
}
@media (min-width: 520px) and (max-width: 768px) and (min-height: 280px) and (max-height: 320px) {
  .main-section.over-scroll {
    border-bottom: 1px solid #000;
  }
  .section-content-box {
    display: block;
  }
  .main-section01 .text-box {
    display: inline-block;
    bottom: 0rem;
  }
  .main-section01 .sound-control-btn {
    bottom: 0.25rem;
  }
  .main-section03 {
    overflow: hidden;
  }
  .main-section03 .section-content-box {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section-contact .contact-content-box-wrap {
    display: block;
  }
  .main-section-footer {
    display: block;
    height: 100% !important;
  }
  .section-title-box h2,
  .section-title-box .title {
    font-size: 2.8rem;
  }
  .btn.common-btn {
    padding: 0.75rem 1rem;
    font-size: 0.7rem;
  }
  .main-section01 .text-box {
    position: relative;
    left: 1.5rem;
    font-size: 1.5rem;
  }
  .main-section01 .slide-control-box {
    padding: 0 1rem 1.5rem 0;
    width: 6.8rem;
    height: 6.8rem;
  }
  .main-section01 .page-number {
    padding-right: 0;
  }
  .main-section01 .page-number .line {
    width: 0.6rem;
  }
  .main-section01 .button-box {
    display: none;
  }
  .main-section03 .section-title-box {
    padding-top: 2rem;
  }
  .main-section03 .section-title-box h2,
  .main-section03 .section-title-box .title {
    font-size: 1.8rem;
  }
  .main-section03 .section-title-box .btn-wrap {
    padding-top: 2rem;
  }
}
.about-section-area {
  padding: 8rem 0 8rem;
  background-color: #000;
}
@media (max-width: 720px) {
  .about-section-area {
    padding: 5.1rem 0 3rem;
  }
}

.about-title-box {
  position: relative;
  padding-bottom: 21.3541666667vw;
}
.about-title-box .sub-section-title {
  top: inherit;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.about-title-box .about-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6.0rem;
  color: #81d8d0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin-bottom: 1.0rem;
}
.about-title-box .about-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-style: normal;
  
  line-height: 150%; 
}

.about-title-box .icon {
  margin-bottom: 2rem;
}
@media (max-width: 720px) {
  .about-title-box {
    padding-bottom: 37.5vw;
    overflow: hidden;
  }
  .about-title-box .sub-section-title {
    top: inherit;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    width: 100vw;
    z-index: 0;
  }
  .about-title-box .sub-section-title img {
    width: 100%;
  }
  .about-title-box .about-title {
    font-size: 2.2rem;
  }

  .about-title-box .about-desc {
    font-size: 1.2rem;
  }

  .about-title-box .icon {
    margin-bottom: 1.5rem;
  }
}

.about-content-box {
  position: relative;
  padding-top: 4rem;
  overflow: hidden;
}
.about-content-box .content-title {
  position: relative;
  z-index: 1;
  font-size: 6.0rem;
  color: #81d8d0;
  text-align: center;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 138.6px */
}
.about-content-box .content-text {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  font-size: 1.2rem;
  color: #c1c1c1;
  text-align: center;
  font-style: normal;  
  line-height: 150%; /* 36px */
}
@media (max-width: 720px) {
  .about-content-box {
    padding-top: 2.35rem;
  }
  .about-content-box .content-title {
    font-size: 2.2rem;
    line-height : 150%;
  }
  .about-content-box .content-text {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    line-height : 200%;
  }
}

.about-keyword-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14.8rem auto 0;
  max-width: 1920px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
.about-keyword-box > div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.about-keyword-box .object-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-keyword-box .object-image-left {
  left: 0;
  width: 65.5729166667vw;
}
.about-keyword-box .object-image-right {
  right: 0;
  width: 65.78125vw;
}
.about-keyword-box .percent {
  font-size: 6.3rem;
  color: #81d8d0;
  text-align: center;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 138.6px */
}
.about-keyword-box .keyword {
  font-size: 2.4rem;
  color: #81d8d0;
  text-align: center;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}
.about-keyword-box .text {
  padding-top: 1.75rem;
  font-size: 1.1rem;
  color: #c1c1c1;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  word-break: keep-all;
}
.about-keyword-box .left {
  margin-left: 1.25rem;
}
.about-keyword-box .middle {
  margin: 0 1.5rem;
  width: 30.05rem;
  height: 30.05rem;
  background-image: url("../images/bg-rhombus.png");
}
.about-keyword-box .middle * {
  color: #000;
}
.about-keyword-box .right {
  margin-right: 1.5rem;
}
@media (min-width: 1921px) {
  .about-keyword-box .object-image-left {
    width: 62.95rem;
  }
  .about-keyword-box .object-image-right {
    width: 63.15rem;
  }
}
@media (max-width: 1320px) {
  .about-keyword-box {
    margin-top: 1.5rem;
    padding: 14.45rem 0;
    -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;
  }
  .about-keyword-box .object-image {
    position: absolute;
    top: initial;
    left: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-keyword-box .object-image-left {
    top: 0;
    max-width: 36rem;
    width: 100%;
  }
  .about-keyword-box .object-image-right {
    bottom: 0;
    max-width: 36rem;
    width: 100%;
  }
  .about-keyword-box .left {
    margin-left: 0;
  }
  .about-keyword-box .middle {
    margin: 1.2rem 0 0 0;
  }
  .about-keyword-box .right {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 720px) {
  .about-keyword-box {
    padding: 6.15rem 0 5.85rem;
  }
  .about-keyword-box .object-image-left {
    top: 0;
    width: 18rem;
  }
  .about-keyword-box .object-image-right {
    bottom: 0;
    width: 18rem;
  }
  .about-keyword-box .percent {
    font-size: 2.4rem;
  }
  .about-keyword-box .keyword {
    font-size: 1.2rem;
  }
  .about-keyword-box .text {
    padding-top: 0.75rem;
    font-size: 0.8rem;
  }
  .about-keyword-box .middle {
    width: 13.05rem;
    height: 13.05rem;
  }
  .about-keyword-box .tb-content {
    display: block;
  }
}

.about-point-box {
  position: relative;
  padding-top: 1.5rem;
}
.about-point-box .point {
  font-size: 1.6rem;
  color: #81d8d0;
  text-align: center;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
}
.about-point-box .point + .point {
  margin-top: 2.4rem;
}
.about-point-box .icon {
  margin-right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-top:0.5rem
}
@media (max-width: 720px) {
  .about-point-box {
    padding-top: 0rem;
  }
  .about-point-box .point {
    font-size: 1.4rem;
  }
  .about-point-box .point + .point {
    margin-top: 1.5rem;
  }
  .about-point-box .icon {
    margin-right: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.3rem;
  }
}

.works-section-area {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.works-section-area .section-inner {
  padding-top: 20rem;
  padding-bottom: 8rem;
}
.works-section-area .sub-section-title {
  margin-top: -13rem;
  margin-left: -1.5rem;
  font-size: 32.5rem;
}
@media (max-width: 1920px) {
  .works-section-area .sub-section-title {
    margin-top: -13.5416666667vw;
    margin-left: -1.5625vw;
    font-size: 33.8541666667vw;
  }
}
@media (max-width: 1320px) {
  .works-section-area .section-inner {
    padding-top: 15rem;
  }
  .works-section-area .sub-section-title {
    margin-top: -9rem;
    margin-left: -1.5rem;
    font-size: 22.5rem;
  }
}
@media (max-width: 1100px) {
  .works-section-area .sub-section-title {
    margin-top: -5rem;
    font-size: 16rem;
  }
}
@media (max-width: 720px) {
  .works-section-area .section-inner {
    padding-top: 8.15rem;
    padding-bottom: 2.25rem;
  }
  .works-section-area .sub-section-title {
    margin-top: 1.5rem;
    margin-left: -0.25rem;
    font-size: 6rem;
  }
}

.works-content-box .btn-wrap {
  padding-top: 3.2rem;
  text-align: center;
}
.works-content-box .btn-wrap .icon {
  margin-left: 0.5rem;
}
@media (max-width: 1100px) {
  .works-content-box .card {
    position: relative;
  }
  .works-content-box .front,
  .works-content-box .back {
    position: relative;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
  .works-content-box .front {
    padding-bottom: 100%;
  }
  .works-content-box .back {
    visibility: visible;
    opacity: 1;
    background-color: #81d8d0;
  }
  .works-content-box .back .name {
    font-size: 0.7rem;
  }
    .works-content-box .back .desc {
    margin-top: 3rem;
    font-size: 0.7rem;
  }
  .works-content-box .back .title {
    font-size: 1rem;
  }
  .works-content-box .back .btn {
    padding: 1rem;
    min-height: 7.05rem;
  }
  .works-content-box .back .icon {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (max-width: 720px) {
  .works-content-box .btn-wrap {
    padding-top: 1.25rem;
  }
}

.works-content-box-list {
  margin-top: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .works-content-box-list {
    margin-top: -2rem;
  }
}
@media (max-width: 1100px) {
  .works-content-box-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 720px) {
  .works-content-box-list {
    margin-top: -1.5rem;
  }
}

.works-content-box-item {
  position: relative;
  margin-top: 3rem;
  width: 31.1114%;
}
.works-content-box-item + .works-content-box-item {
  margin-left: 3.33%;
}
.works-content-box-item .card {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}
.works-content-box-item .card:hover .back {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1320px) {
  .works-content-box-item {
    margin-top: 2rem;
  }
}
@media (min-width: 1100px) {
  .works-content-box-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .works-content-box-item:nth-child(3n+1).fade-in-bottom {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .works-content-box-item:nth-child(3n+2).fade-in-bottom {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .works-content-box-item:nth-child(3n+3).fade-in-bottom {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .works-content-box-item:nth-child(1), .works-content-box-item:nth-child(2), .works-content-box-item:nth-child(3) {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 1100px) {
  .works-content-box-item {
    margin-top: 1.5rem;
    width: calc(50% - 0.5rem);
  }
  .works-content-box-item + .works-content-box-item {
    margin-left: 0;
  }
  .works-content-box-item:nth-child(2n) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .works-content-box-item .card {
    padding-bottom: 0;
    height: auto;
  }
  .works-content-box-item .front {
    padding-bottom: 76%;
    height: 0;
  }
  .works-content-box-item .back {
    position: static;
    background-color: transparent;
  }
  .works-content-box-item .back .name {
    color: #fff;
    font-weight: 300;
    line-height: 130%; /* 18.2px */
  }
  .works-content-box-item .back .title {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 800;
    line-height: 130%; /* 20.8px */
  }
  .works-content-box-item .back .icon {
    display: none;
  }
  .works-content-box-item .back .btn {
    position: static;
    padding: 0.75rem 0 0 0;
    min-height: 0;
  }
  .works-content-box-item .back .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.works-section-detail-area {
  padding: 5rem 0 0 0;
  overflow: hidden;
  background-color: #000;
}
.works-section-detail-area .slide-box {
  position: relative;
}
.works-section-detail-area .slide-box .video {
  position: relative;
  padding-bottom: 56.223%;
  overflow: hidden;
}
.works-section-detail-area .slide-box .video::before {
  display: none;
}
.works-section-detail-area .slide-box .video iframe {
  min-width: 100%;
  min-height: 100%;
}
.works-section-detail-area .slide-box.many-slide + .works-info-header-box {
  margin-top: -5rem;
}
.works-section-detail-area .slide-box.many-slide .slide-control-box {
  margin-top: 2rem;
  height: auto;
}
.works-section-detail-area .slide-box.many-slide .swiper-pagination {
  margin-top: -3rem;
}
.works-section-detail-area .slide-box.many-slide .sound-control-btn {
  right: 1.5rem;
  bottom: 6.5rem;
}
.works-section-detail-area .slide-control-box {
  position: relative;
  padding: 0;
  width: auto;
  height: 0;
  background: none;
  z-index: 2;
}
.works-section-detail-area .number {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem;
  display: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 130%;
  background-color: rgba(15, 15, 15, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.works-section-detail-area .number span {
  color: #fff;
  font-weight: 800;
}
.works-section-detail-area .button-box {
  padding-top: 2rem;
}
.works-section-detail-area .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-white-60x60.png");
}
.works-section-detail-area .swiper-button-next {
  margin-left: 0.8rem;
  background-image: url("../images/icon/icon-slider-arrow-next-white-60x60.png");
}
.works-section-detail-area .swiper-pagination {
  margin: 0;
}
.works-section-detail-area .swiper-pagination-bullet {
  position: relative;
  margin: 0 1rem !important;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #81d8d0;
  opacity: 1;
  font-weight: 800;
  background: none;
  font-size: 0;
}
.works-section-detail-area .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-triangle-bullet.png") no-repeat center;
  background-size: 100% 100%;
}
.works-section-detail-area .swiper-pagination-bullet-active {
  font-size: 1rem;
}
.works-section-detail-area .swiper-pagination-bullet-active::before {
  display: none;
}
.works-section-detail-area .sound-control-btn {
  right: 1.5rem;
  bottom: 1.5rem;
}
.works-section-detail-area .image-box {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  height: 50.6rem;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1800px) {
  .works-section-detail-area .section-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .works-section-detail-area .button-box {
    padding-right: 1rem;
  }
  .works-section-detail-area .image-box {
    padding-bottom: 56.223%;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .works-section-detail-area .slide-box.many-slide + .works-info-header-box {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .works-section-detail-area .slide-box.many-slide .sound-control-btn {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .works-section-detail-area .slide-control-box {
    position: absolute;
    bottom: 0;
    right: inherit;
    left: 0;
  }
  .works-section-detail-area .number.show {
    display: block;
  }
  .works-section-detail-area .swiper-pagination {
    display: none;
  }
  .works-section-detail-area .sound-control-btn {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.works-info-header-box {
  padding: 2rem 0 3rem;
}
.works-info-header-box .section-inner {
  padding-right: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-info-header-box .label {
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #81d8d0;
  font-family: "KohiLearn", arial, sans-serif, Arial, "Paperlogy";
  font-style: normal;
  font-weight: 200;
  line-height: 110%; /* 19.8px */
}
.works-info-header-box .title {
  font-size: 2.3rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 59.8px */
}
.works-info-header-box .sub-title {
  font-size: 1rem;
  color: #fff;
  font-style: normal;
  font-weight: 100;
  line-height: 130%; /* 26px */
}
.works-info-header-box .info-header-box-left,
.works-info-header-box .info-header-box-right {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works-info-header-box .info-header-box-left {
  padding-right: 2rem;
  width: 37rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.works-info-header-box .info-header-box-right {
  width: calc(100% - 37rem);
}
.works-info-header-box .box + .box {
  padding-top: 2rem;
}
@media (max-width: 1800px) {
  .works-info-header-box .section-inner {
    padding-right: 8.5rem;
    padding-left: 1rem;
  }
  .works-info-header-box .info-header-box-left {
    padding-right: 1.5rem;
    width: 34rem;
  }
  .works-info-header-box .info-header-box-right {
    width: calc(100% - 34rem);
  }
}
@media (max-width: 1320px) {
  .works-info-header-box {
    padding: 2rem 0;
  }
  .works-info-header-box .section-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-info-header-box .info-header-box-left,
  .works-info-header-box .info-header-box-right {
    width: 100%;
  }
  .works-info-header-box .info-header-box-left {
    padding-right: 8rem;
  }
  .works-info-header-box .info-header-box-right {
    padding-top: 2rem;
  }
}
@media (max-width: 1100px) {
  .works-info-header-box .info-header-box-left {
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .works-info-header-box {
    padding: 1rem 0 3rem;
  }
  .works-info-header-box .label {
    padding-bottom: 0.5rem;
    font-size: 0.7rem;
  }
  .works-info-header-box .title {
    font-size: 1.2rem;
  }
  .works-info-header-box .sub-title {
    font-size: 0.8rem;
  }
  .works-info-header-box .info-header-box-right {
    padding-top: 1rem;
  }
  .works-info-header-box .box + .box {
    padding-top: 1rem;
  }
}

.works-info-content-box {
  padding: 8rem 0;
  text-align: center;
  background-color: #212529;
}
.works-info-content-box .section-inner {
  max-width: 1490px;
}
.works-info-content-box .section-inner > div {
  position: relative;
  padding-bottom: 56.175%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.works-info-content-box .section-inner > div + div {
  margin-top: 3rem;
}
.works-info-content-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1536px) {
  .works-info-content-box {
    padding-bottom: 9rem;
  }
}
@media (max-width: 1490px) {
  .works-info-content-box .section-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1320px) {
  .works-info-content-box {
    padding: 4rem 0;
  }
  .works-info-content-box .section-inner > div + div {
    margin-top: 2rem;
  }
}
@media (max-width: 720px) {
  .works-info-content-box .section-inner > div + div {
    margin-top: 1rem;
  }
}

.contact-section-area {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.contact-section-area .section-inner {
  padding-top: 13rem;
  padding-bottom: 5rem;
  max-width: 870px;
}
.contact-section-area .sub-section-title {
  margin-top: -4.25rem;
  margin-left: -1.25rem;
  font-size: 18rem;
}
.contact-section-area .btn-wrap {
  padding-top: 3rem;
}
@media (max-width: 1920px) {
  .contact-section-area .sub-section-title {
    margin-top: -4.4270833333vw;
    margin-left: -1.3020833333vw;
    font-size: 18.75vw;
  }
}
@media (max-width: 1536px) {
  .contact-section-area .section-inner {
    padding-top: 12rem;
  }
  .contact-section-area .sub-section-title {
    margin-top: -3.25rem;
    margin-left: -1.25rem;
    font-size: 14.5rem;
  }
}
@media (max-width: 1320px) {
  .contact-section-area .section-inner {
    padding-top: 10rem;
  }
  .contact-section-area .sub-section-title {
    margin-top: -1.75rem;
    font-size: 12rem;
  }
}
@media (max-width: 1100px) {
  .contact-section-area .section-inner {
    padding-top: 9rem;
  }
  .contact-section-area .sub-section-title {
    margin-top: -0.75rem;
    margin-left: -1rem;
    font-size: 10rem;
  }
}
@media (max-width: 720px) {
  .contact-section-area .section-inner {
    padding-top: 6.65rem;
    padding-bottom: 3rem;
  }
  .contact-section-area .sub-section-title {
    margin-top: 1.75rem;
    margin-left: -0.1rem;
    font-size: 3.3rem;
  }
  .contact-section-area .btn-wrap {
    padding-top: 2rem;
    text-align: center;
  }
}

.map-section-area {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #212529;
}
.map-section-area .section-inner {
  max-width: 870px;
}
.map-section-area .info-box {
  font-size: 0.8rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.map-section-area .info-box span {
  display: block;
}
.map-section-area .info-box em {
  color: #81d8d0;
}
.map-section-area .image-box {
  margin-top: 2rem;
}
.map-section-area .image-box img {
  pointer-events: none;
}
@media (max-width: 720px) {
  .map-section-area {
    padding: 3rem 0;
  }
  .map-section-area .image-box {
    margin-top: 1.5rem;
  }
}

.notice-section-area {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.notice-section-area .section-inner {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
  max-width: 870px;
}
.notice-section-area .sub-section-title {
  margin-top: -13.9rem;
  font-size: 32rem;
}
.notice-section-area .sub-layout-box {
  margin-top: 20.65rem;
}
.notice-section-area .common-btn {
  background-color: transparent;
}
.notice-section-area .common-btn .icon {
  margin-top: 0.15rem;
  margin-left: 0.5rem;
}
@media (max-width: 1920px) {
  .notice-section-area .sub-section-title {
    margin-top: -14.4791666667vw;
    font-size: 33.3333333333vw;
  }
  .notice-section-area .sub-layout-box {
    margin-top: 21.5104166667vw;
  }
}
@media (max-width: 720px) {
  .notice-section-area .sub-layout-box {
    margin-top: 6.75rem;
  }
  .notice-section-area .section-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .notice-section-area .sub-section-title {
    margin-top: 0.4rem;
    font-size: 5.8rem;
  }
  .notice-section-area .btn-wrap {
    padding-top: 1rem;
    text-align: center;
  }
}

.notice-list-box {
  margin-top: -2.4rem;
}
@media (max-width: 720px) {
  .notice-list-box {
    margin-top: -1.5rem;
  }
}

.notice-list-box-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}
@media (max-width: 720px) {
  .notice-list-box-item {
    padding: 1.5rem 0;
  }
}

.notice-list-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-list-box-btn .title {
  display: inline-block;
  width: calc(100% - 6rem);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-align: left;
  color: #fff;
}
.notice-list-box-btn .date {
  width: 6rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.17rem;
  color: #81d8d0;
  text-align: right;
}
@media (min-width: 720px) {
  .notice-list-box-btn .title {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 720px) {
  .notice-list-box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .notice-list-box-btn .title {
    margin-top: 0.6rem;
    width: 100%;
    font-size: 0.9rem;
    color: #fff;
    display: block;
    display: -webkit-box;
    max-height: 2.6em;
    text-overflow: ellipsis;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
  }
  .notice-list-box-btn .date {
    width: 100%;
    font-size: 0.7rem;
    line-height: 0.91rem;
    text-align: left;
  }
}

.notice-detail-section-area {
  position: relative;
  overflow: hidden;
  background-color: #212529;
}
.notice-detail-section-area .section-inner {
  max-width: 870px;
}

.notice-detail-box {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 720px) {
  .notice-detail-box {
    padding-top: 4.1rem;
    padding-bottom: 3rem;
  }
}

.notice-detail-title {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}
.notice-detail-title .section-inner {
  padding-bottom: 3rem;
}
.notice-detail-title .date {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.17rem;
  color: #81d8d0;
}
.notice-detail-title .title {
  margin-top: 0.6rem;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 2.99rem;
  color: #fff;
}
@media (max-width: 720px) {
  .notice-detail-title .section-inner {
    padding-bottom: 2rem;
  }
  .notice-detail-title .date {
    font-size: 0.7rem;
    line-height: 0.91rem;
  }
  .notice-detail-title .title {
    font-size: 1.2rem;
    line-height: 1.56rem;
  }
}

.notice-detail-content {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.44rem;
  text-align: left;
  color: #fff;
}
.notice-detail-content .section-inner {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.notice-detail-content .common-btn {
  background-color: transparent;
}
.notice-detail-content .btn-wrap {
  text-align: center;
}
@media (max-width: 720px) {
  .notice-detail-content {
    font-size: 0.8rem;
    line-height: 1.28rem;
  }
  .notice-detail-content .section-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* === Hero 섹션 안정화 === */
.main-section01 {
  position: relative;         /* 절대 positioned 자식들의 기준점 */
  z-index: auto;              /* 기존 -1 제거: 겹침/가림 방지 */
  height: 100dvh;             /* ↓ 자식의 height:100%가 기준 잡도록 'height'를 확정값으로 */
  overflow: visible;
}

/* 모바일: 주소창 변동 대응 (vh 대신 svh) */
@media (max-width: 768px) {
  .main-section01 {
    height: 100svh;           /* min-height가 아니라 height로! */
    /* 헤더가 fixed면 실제 헤더 높이에 맞춰 여백 추가 (값은 환경에 맞게 조절) */
    padding-top: 64px;
  }

  /* over-scroll이 자르지 않게 */
  .main-section01.over-scroll {
    overflow: visible !important;
  }

  /* 텍스트 상단이 닿지 않도록 살짝 띄움 (필요시 값 조절) */
  .main-section01 .text-box {
    margin-top: 12px;
  }
}

/* 히어로 배경: 100%가 부모 height를 기준으로 정확히 동작 */
.main-section01 .slide-box {
  /* 기존: position:absolute; top:0; left:0; width:100%; height:100%; */
  inset: 0;                   /* 동일 의미(단축) */
  height: 100%;
}

/* 비디오/iframe의 높이 붕괴 방지(모바일에서 특히) */
.main-section01 .video iframe,
.main-section01 .video > iframe,
.main-section01 .video > video {
  width: 100%;
  height: 100%;               /* 부모(.slide-box)의 100% 높이를 그대로 따라감 */
  object-fit: cover;          /* 꽉 채우되 비율 유지 */
}

/* 전역으로 모든 섹션에 100vh 주지 마세요.
   히어로만 height 고정, 나머지는 컨텐츠 기반으로 자연 높이 */
.section { min-height: auto; }


/* ============================
   Storyverse Card-Style Keywords
   ============================ */
.storyverse-cards {
    display: flex;
    justify-content: space-between;
    gap: 40px;    
    padding : 50px;
}

.storyverse-cards .card-item {
    flex: 1;
    background: #000;
    width : 90%;
    border: 1px solid #7c7c7c;
    padding: 40px 28px;
    border-radius: 14px;
    text-align: left;
    transition: all 0.35s ease;
    cursor: default;
}

.storyverse-cards .card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

/* Icon (Simple Line Icon) */
.storyverse-cards .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #81d8d0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.storyverse-cards .icon-line {
    width: 18px;
    height: 2px;
    background: #81d8d0;
}

/* Titles */
.storyverse-cards .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
    color : #81d8d0;
}

/* Descriptions */
.storyverse-cards .card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #e6e6e6;
}

/* ============================
   Mobile Responsive
   ============================ */
@media (max-width: 768px) {
    .storyverse-cards {
        flex-direction: column;
        gap: 30px;
        margin-top: 60px;
    }

    .storyverse-cards .card-item {
        padding: 30px 22px;
    }

    .storyverse-cards .card-title {
        font-size: 1.3rem;
    }
}



/* section03 로고 텍스트 전용 튜닝 */
.main-section03 .flowing-logo-box .scrolling-box {
  height: 12rem;      
}

/* 가로 길이는 글자 길이에 맞게 자동 */
.main-section03 .flowing-logo-box .image-box {
  width: auto;
}

/* 텍스트 스타일 (이미 있으시면 이건 참고만) */
.main-section03 .flowing-logo-text {
  display: inline-block;
  font-family: "Notable", sans-serif;
  font-size: 12rem;    /* 필요하면 줄이거나 키우기 */
  letter-spacing: 0.5rem;
  color:#fff;
  opacity: 0.15;      /* 배경 느낌만 나게 살짝 옅게 */
}

.main-section03 .logo-box {
  top: 0%;   /* 기존 16% → 조금 더 내려서, 위쪽 여백 확보 */
}

/* About 페이지 flowing logo를 배경처럼 사용 */
.about-section-area {
  position: relative;
  overflow: hidden; /* 섹션 밖으로 튀어나가는 부분 잘라주기 */
}



/* 실제 텍스트/콘텐츠는 위에 올라오도록 */
.about-section-area .about-title-box,
.about-section-area .about-content-box {
  position: relative;
  z-index: 1;
}

/* 흐르는 로고를 섹션 가운데쯤에 배경처럼 */
.about-logo-box {
  position: absolute;
  top: 20%;                /* 섹션 높이의 가운데 */
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;              /* 텍스트 뒤로 */
}

/* 필요하면 여기서 flowing-logo-box 높이 조절 */
.about-logo-box .flowing-logo-box .scrolling-box {
  height: 26.35rem; /* index에서 쓰던 값 그대로 써도 됨 */
}

.about-section-area .flowing-logo-text {
  display: inline-block;
  font-family: "Notable", sans-serif;
  font-size: 20rem; /* About 페이지에서 원하는 크기로 조정 */
  color : #fff;
  letter-spacing: 0.4rem;
  opacity: 0.1;
}




