@charset "UTF-8";
@import url("/front/css/icon/xeicon.min.css");
/* scrollbar style */
/* reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

sub, sup {
  position: relative;
  font-size: 0.75em !important;
}

sub {
  bottom: -0.25em;
}

.sup {
  top: -0.25em;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.rd_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form {
  min-width: auto;
}

input[type=image] {
  border: 0 none;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0 none;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea, input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 0 25px 0 10px;
  background-image: url(/front/assets/img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #0075EF;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  color: #151515;
  overflow: visible;
}
@media (max-width: 767px) {
  html {
    font-size: 75%;
  }
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
}

/* lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

@-webkit-keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem;
}
[data-tooltip-text]:hover:before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #333132;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  width: auto;
  min-width: 50px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 13;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 11px;
  white-space: nowrap;
  line-height: 1;
}
[data-tooltip-text]:hover:after {
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #333132;
  border-left: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 13;
}

.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.d_f {
  display: -ms-flexbox !important;
  display: flex !important;
}

.a_c {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.j_c {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.j_s {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.f_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.color_white {
  color: #fff !important;
}

.color_black {
  color: #000 !important;
}

.color_000 {
  color: #000 !important;
}

.color_111 {
  color: #111 !important;
}

.color_222 {
  color: #222 !important;
}

.color_444 {
  color: #444 !important;
}

.color_555 {
  color: #555 !important;
}

.color_666 {
  color: #666 !important;
}

.color_777 {
  color: #777 !important;
}

.color_888 {
  color: #888 !important;
}

.color_999 {
  color: #999 !important;
}

.color_ddd {
  color: #ddd !important;
}

.color_fff {
  color: #fff !important;
}

.color_333_80 {
  color: rgba(51, 51, 51, 0.8);
}

.color_fff_80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg_base {
  background-color: #0075EF !important;
}

.color_base {
  color: #0075EF !important;
}

.color_point {
  color: #ff0302 !important;
}

.bor_0 {
  border: 0 !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw350 {
  font-weight: 350 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fs105 {
  font-size: 6.5625rem !important;
}

.fs100 {
  font-size: 6.25rem !important;
}

.fs80 {
  font-size: 5rem !important;
}

.fs70 {
  font-size: 4.375rem !important;
}

.fs65 {
  font-size: 4.0625rem !important;
}

.fs60 {
  font-size: 3.75rem !important;
}

.fs50 {
  font-size: 3.125rem !important;
}

.fs48 {
  font-size: 3rem !important;
}

.fs45 {
  font-size: 2.813rem !important;
}

.fs43 {
  font-size: 2.6875rem !important;
}

.fs40 {
  font-size: 2.5rem !important;
}

.fs38 {
  font-size: 2.375rem !important;
}

.fs35 {
  font-size: 2.1875rem !important;
}

.fs34 {
  font-size: 2.125rem !important;
}

.fs33 {
  font-size: 2.0625rem !important;
}

.fs32 {
  font-size: 2rem !important;
}

.fs30 {
  font-size: 1.875rem !important;
}

.fs28 {
  font-size: 1.75rem !important;
}

.fs26 {
  font-size: 1.625rem !important;
}

.fs25 {
  font-size: 1.5625rem !important;
}

.fs24 {
  font-size: 1.5rem !important;
}

.fs23 {
  font-size: 1.4375rem !important;
}

.fs22 {
  font-size: 1.375rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs19 {
  font-size: 1.1875rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs17 {
  font-size: 1.0625rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 0.9375rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs0 {
  font-size: 0 !important;
}

@media (max-width: 575px) {
  .fs105 {
    font-size: 28px !important;
  }
  .fs100 {
    font-size: 28px !important;
  }
  .fs80 {
    font-size: 28px !important;
  }
  .fs70 {
    font-size: 28px !important;
  }
  .fs65 {
    font-size: 28px !important;
  }
  .fs60 {
    font-size: 28px !important;
  }
  .fs50 {
    font-size: 28px !important;
  }
  .fs48 {
    font-size: 26px !important;
  }
  .fs45 {
    font-size: 26px !important;
  }
  .fs43 {
    font-size: 26px !important;
  }
  .fs40 {
    font-size: 24px !important;
  }
  .fs38 {
    font-size: 24px !important;
  }
  .fs35 {
    font-size: 22px !important;
  }
  .fs33 {
    font-size: 22px !important;
  }
  .fs32 {
    font-size: 22px !important;
  }
  .fs30 {
    font-size: 20px !important;
  }
  .fs28 {
    font-size: 19px !important;
  }
  .fs26 {
    font-size: 18px !important;
  }
  .fs25 {
    font-size: 18px !important;
  }
  .fs24 {
    font-size: 18px !important;
  }
  .fs23 {
    font-size: 18px !important;
  }
  .fs22 {
    font-size: 18px !important;
  }
  .fs20 {
    font-size: 17px !important;
  }
  .fs19 {
    font-size: 17px !important;
  }
  .fs18 {
    font-size: 16px !important;
  }
  .fs17 {
    font-size: 15px !important;
  }
  .fs16 {
    font-size: 14px !important;
  }
  .fs15 {
    font-size: 13px !important;
  }
  .fs14 {
    font-size: 12px !important;
  }
  .fs13 {
    font-size: 11px !important;
  }
}
.ver_mid {
  vertical-align: middle;
}

.lh_2 {
  line-height: 2;
}

.lh_1_9 {
  line-height: 1.9;
}

.lh_1_8 {
  line-height: 1.8;
}

.lh_1_7 {
  line-height: 1.7;
}

.lh_1_6 {
  line-height: 1.6;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_1_4 {
  line-height: 1.4;
}

.lh_1_3 {
  line-height: 1.3;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_1 {
  line-height: 1.1;
}

.lh_1 {
  line-height: 1;
}

.display_block {
  display: block;
}

.display_inline_block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden !important;
}

.pos_r {
  position: relative !important;
}

.pos_a {
  position: absolute !important;
}

p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb_none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sm_only {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sm_none {
    display: none !important;
  }
}
#wrapper {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

/* --- placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::placeholder,
textarea::placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #dedede;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
select {
  height: 2.1875rem;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #0075EF;
  outline: none;
}

input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 10px !important;
  cursor: pointer;
}
input[type=radio] + label:last-child {
  margin-right: 0 !important;
}
input[type=radio] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=radio]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0075EF;
  border-color: #0075EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 15px !important;
  cursor: pointer;
}
input[type=checkbox] + label:last-child {
  margin-right: 0 !important;
}
input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0075EF;
  border-color: #0075EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding-left: 23px;
  }
  input[type=radio] + label:before {
    top: 3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=radio]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox] + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
/* ---------------------------------- layout */
html,
body:not(.main) {
  height: 100%;
}

body.cursor_progress {
  cursor: progress;
}

body.gnb-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.gnb-open {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 108px + 1px));
  }
}
@media (max-width: 1199px) {
  #contents {
    min-height: calc(100vh - 255px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 80px + 1px));
  }
}
@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 288px);
  }
  #header.fixed ~ #contents {
    min-height: calc(100vh - 288px + calc(28px + 55px + 1px));
  }
}
.top-btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top-btn {
  background: #fff url("/front/assets/img/common/ico_top_arrow.png") no-repeat center/24px 24px;
  cursor: pointer;
}
.top-btn.is-visible.on {
  bottom: 20px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top-btn.fixed {
  position: absolute;
  top: -30px;
  bottom: auto;
}

.float-inquiry-btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.float-inquiry-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float-inquiry-btn {
  z-index: 2;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 20px;
  background-color: #0075EF;
  background-image: url("/front/assets/img/common/ico_pencil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top-btn.is-visible.on ~ .float-inquiry-btn {
  bottom: 90px;
}
.float-inquiry-btn.fixed {
  position: absolute;
  bottom: auto;
  top: -30px;
}
.top-btn.fixed ~ .float-inquiry-btn.fixed {
  top: -100px;
}

@media (min-width: 1200px) {
  .top-btn.is-visible.on:hover {
    background-color: #f7f7f7;
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .float-inquiry-btn:hover {
    background-color: rgb(9.5, 129.6820083682, 255);
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
@media (max-width: 1199px) {
  .top-btn {
    right: 20px;
  }
  .top-btn.is-visible.on {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-btn {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
  }
  .top-btn.fixed {
    top: -20px;
  }
  .float-inquiry-btn {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .top-btn.is-visible.on ~ .float-inquiry-btn {
    bottom: 70px;
  }
  .float-inquiry-btn.fixed {
    top: -20px;
  }
  .top-btn.fixed ~ .float-inquiry-btn.fixed {
    top: -70px;
  }
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
#header.fixed {
  position: fixed;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #eee;
  top: 0;
}
#header.fixed .logo a img {
  opacity: 0;
  visibility: hidden !important;
}
#header.fixed .logo a::after {
  opacity: 1;
  visibility: visible !important;
}
#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}
#header .header_bottom {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  text-align: center;
}
#header .header_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(calc(-50% + 0.5px));
  -ms-transform: translateY(calc(-50% + 0.5px));
  transform: translateY(calc(-50% + 0.5px));
}
#header .logo a {
  position: relative;
  display: block;
}
#header .logo a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
#header .logo a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/front/assets/img/common/logo_color.png") no-repeat center/100% auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sta {
  display: none;
}

@media (min-width: 1200px) {
  .header_bottom {
    height: 108px;
  }
}
@media (max-width: 1199px) {
  #header .header-top {
    display: none;
  }
  #header .header_bottom {
    width: 100%;
    height: 80px;
  }
  #header .logo {
    left: 20px;
  }
  #header .logo a img {
    width: auto;
    max-width: 100%;
  }
  .sta .inner {
    padding: 0;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #header.fixed {
    top: 0;
  }
  #header .header_bottom {
    padding: 0 20px;
    height: 55px;
  }
  #header .logo a {
    width: 100px;
  }
  .sta {
    height: 28px;
  }
  .sta .lang-depth1 > ul > li > a {
    line-height: 28px;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
    top: 8px;
  }
}
.header__lang {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 130px;
  font-size: 0;
  z-index: 11;
}

.lang_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  height: 108px;
}

.lang_wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lang_wrap ul li + li {
  position: relative;
  margin-left: 10px;
}

.lang_wrap ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .lang_wrap ul li a:hover {
    background-color: #0075EF !important;
    color: #fff !important;
  }
  .lang_wrap ul li.on a:hover {
    background-color: #0075EF !important;
    color: #fff !important;
  }
}
#header.fixed .lang_wrap ul {
  border-color: #111;
}

#header.fixed .lang_wrap ul li + li:before {
  background-color: #111;
}

#header.fixed .lang_wrap ul li a {
  color: #111;
}

.lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

#header.fixed .lang_wrap ul li.on a {
  background-color: #111;
  color: #fff;
}

#header.fixed .header__lang.gnb-open .lang_wrap ul {
  border-color: rgba(255, 255, 255, 0.2);
}

#header.fixed .header__lang.gnb-open .lang_wrap ul li a {
  color: #fff;
}

#header.fixed .header__lang.gnb-open .lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

@media (min-width: 1200px) {
  .header__lang {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media (max-width: 1199px) {
  .header__lang {
    right: 80px;
    opacity: 0;
    visibility: hidden;
  }
  .lang_wrap {
    height: 80px;
  }
  #header.fixed .lang_wrap ul {
    border-color: rgba(255, 255, 255, 0.2);
  }
  #header.fixed .lang_wrap ul li a {
    color: #fff;
  }
  #header.fixed .lang_wrap ul li.on a {
    background-color: #fff;
    color: #111;
  }
}
@media (max-width: 767px) {
  .header__lang {
    right: 60px;
  }
  .lang_wrap {
    height: 55px;
  }
  .lang_wrap ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
/* web gnb */
@media (min-width: 1200px) {
  #header .m_menu_btn,
  #header .m_gnb_bg,
  #header .m-lang {
    display: none;
  }
  #header .gnb {
    position: relative;
    right: 0 !important;
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: left;
    z-index: 1;
  }
  #header .gnb > ul {
    position: relative;
    top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0;
    line-height: 0;
  }
  #header .gnb > ul > li {
    position: relative;
    padding: 10px;
  }
  #header .gnb > ul > li > a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0 48px;
    height: 48px;
    min-width: 170px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    z-index: 11;
    -webkit-transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  #header .gnb > ul > li > a:hover {
    border-color: #0075EF;
  }
  #header .gnb > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-color: transparent;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-size: 100% 100%;
    mask-image: url("/front/assets/img/common/ico_gnb_pc_arrow.svg");
    -webkit-mask-image: url("/front/assets/img/common/ico_gnb_pc_arrow.svg");
  }
  #header .gnb > ul > li:hover > a {
    color: #fff;
    padding: 0 50px 0 20px;
    border: 1px solid #fff;
    min-width: 170px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #header .gnb > ul > li:hover > a::after {
    background-color: currentColor;
  }
  #header .gnb .depth2 {
    display: block !important;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #header .gnb .depth2::before {
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #header .gnb .depth2 li {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .gnb .depth2 a {
    position: relative;
    display: block;
    padding: 12px 31px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    word-break: keep-all;
    font-weight: 400;
    pointer-events: auto;
  }
  #header .gnb .depth2 a:hover {
    color: #fff;
    font-weight: 700;
  }
  #header .gnb .depth2 li.in > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .gnb .depth2 li.in > a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 10px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 li:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .gnb .depth2 li:hover.in > a:after {
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 li:hover .depth2::before {
    border-color: #fff;
  }
  #header .gnb .depth2 ul {
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
    left: 100%;
    background: #fff;
  }
  #header .gnb .depth2 ul li {
    border-top: 1px solid #ebebeb;
  }
  #header .gnb .depth2 ul li:hover {
    background: #f2f2f2;
  }
  #header .gnb .depth2 ul li a {
    color: #111;
  }
  #header .gnb .depth2 ul li a:hover {
    color: #0075EF;
  }
  #header .gnb .depth2 > li:hover ul {
    display: block;
  }
  #header .gnb > ul > li:hover .depth2 {
    display: block !important;
    z-index: 10;
    height: auto;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .gnb > ul > li:hover .depth2::before {
    border-color: #fff;
  }
  #header.fixed .gnb > ul > li > a {
    color: #000;
  }
  #header.fixed .gnb > ul > li .depth2 {
    background-color: #fff;
  }
  #header.fixed .gnb > ul > li .depth2::before {
    background-color: #fff;
  }
  #header.fixed .gnb > ul > li:hover > a {
    border-color: #000;
    color: #000;
  }
  #header.fixed .gnb > ul > li:hover .depth2::before {
    border-color: #000;
  }
  #header.fixed .gnb > ul > li:hover .depth2 a {
    color: #000;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #header .gnb > ul > li:not(:hover) > a {
    padding: 0 30px;
    min-width: auto;
  }
}
@media (max-width: 1199px) {
  #header .m_menu_btn {
    display: none;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 42px;
    height: 34px;
    background: none;
    border: 0;
    z-index: 11;
    cursor: pointer;
  }
  #header .m_menu_btn span {
    height: 6px;
    background: #333;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .m_menu_btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #header .m_menu_btn.on {
    position: fixed;
  }
  #header .m_menu_btn.on span {
    background: #fff;
  }
  #header .m_menu_btn.on span:nth-child(1) {
    opacity: 0;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }
  #header .m_gnb_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #header .m-lang {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    padding: 32px 0 0 33px;
    width: 80%;
    height: 80px;
    background: #0075EF;
    opacity: 0;
    font-size: 0;
  }
  #header .m-lang .w-lang {
    display: block;
    float: left;
    padding: 5px 0;
  }
  #header .m-lang .w-lang dd {
    margin-left: 0;
    margin-right: 10px;
  }
  #header .m-lang .w-lang dd a {
    font-size: 23px;
    text-align: center;
  }
  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
    width: 80%;
    height: calc(100% - 80px);
    background: #fff;
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
  }
  #header .gnb > ul > li {
    width: 100%;
  }
  #header .gnb > ul > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    color: #333;
    background-color: #fff;
  }
  #header .gnb > ul > li.mb-in > a:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
  }
  #header .gnb > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li:last-child > a {
    border-bottom: 1px solid #ddd;
  }
  #header .gnb > ul > li > ul {
    display: none;
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li {
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    font-size: 17px;
  }
  #header .gnb > ul > li > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li.on > a {
    background: #3f3f40;
    border-top: 0 none;
    color: #fff;
  }
  #header .gnb > ul > li.on > a:before {
    content: "\f106";
  }
  #header .gnb > ul > li .depth2 > li > ul li a {
    font-weight: 400;
  }
  #header .gnb > ul > li .depth2 > li > ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #header .m_menu_btn {
    top: 16px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
  #header .m_menu_btn span {
    height: 3px;
  }
  #header .m_menu_btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    -ms-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    -ms-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
  }
  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    padding-left: 20px;
  }
  #header .gnb > ul > li.mb-in > a:before {
    top: 12px;
    right: 20px;
    font-size: 23px;
  }
  #header .m-lang {
    padding: 21px 0 0 20px;
    height: 55px;
  }
  #header .m-lang .w-lang {
    padding: 7px 0;
  }
  #header .m-lang .w-lang dd a {
    font-size: 13px;
  }
  #header .gnb > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}
/* sitemap */
.pc_sitemap_btn {
  position: absolute;
  top: 50%;
  right: 50px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}

.pc_sitemap_btn.fixed:not(.on) {
  /*
  	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
      box-shadow: 0 2px 2px rgba(0,0,0,.4);
  	background-color: #f7f7f7;
  */
}

.pc_sitemap_btn > span {
  position: absolute;
  width: 22.5px;
  height: 3px;
  background: rgb(255, 255, 255);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  left: 50%;
  top: 50%;
  margin-left: -11.25px;
  border-radius: 1.5px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#header.fixed .pc_sitemap_btn > span {
  background: #000;
}

.pc_sitemap_btn.scrolled:not(.on) > span {
  background-color: #ff0302;
}

.pc_sitemap_btn > span:nth-child(1) {
  margin-top: -1.5px;
}

.pc_sitemap_btn > span:nth-child(2) {
  margin-top: -8.5px;
}

.pc_sitemap_btn > span:nth-child(3) {
  margin-top: 5.5px;
}

.pc_sitemap_btn.on {
  background-color: transparent !important;
}

.pc_sitemap_btn.on > span {
  background: #fff !important;
}

.pc_sitemap_btn.on > span:nth-child(1) {
  width: 7.5px;
  -webkit-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  -ms-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
}

.pc_sitemap_btn.on > span:nth-child(2) {
  width: 22.5px;
  margin-left: -11.25px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.pc_sitemap_btn.on > span:nth-child(3) {
  width: 12px;
  -webkit-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  -ms-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
}

.sitemap_btn__txt {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.pc_sitemap_btn:not(.on) .sitemap_btn__txt.close {
  width: 0;
}

.sitemap_btn__txt.close {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.sitemap_btn__txt.menu {
  display: none;
}

.sitemap_btn__txt span {
  display: inline-block;
  line-height: 1em;
}

.sitemap_btn__txt.close span {
  opacity: 0;
  color: #000;
}

.pc_sitemap_btn:not(.on) .sitemap_btn__txt.close span {
  color: #fff;
}

.pc_sitemap_btn.fixed .sitemap_btn__txt.close span,
body:not(.main) .pc_sitemap_btn .sitemap_btn__txt.close span {
  color: #000;
}

#headerSitemap {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

#headerSitemap.on {
  right: 0;
  opacity: 1;
}

#headerSitemap.slice_effect .slice_wrap div {
  background-position: center !important;
}

.sitemap_copyright {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  width: 1440px;
  max-width: 100%;
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: 0.2s 0.6s opacity ease-in-out;
  transition: 0.2s 0.6s opacity ease-in-out;
  opacity: 0;
}

#headerSitemap.on .sitemap_copyright {
  opacity: 1;
}

.header_sitemap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  max-width: 1440px;
  padding: 80px 20px 5rem;
  margin: 0 auto;
  z-index: 3;
}

.header_sitemap > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.header_sitemap > ul > li {
  padding: 1.875rem 20px;
  opacity: 0;
}

.header_sitemap > ul > li > a {
  position: relative;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 {
  padding-top: 1.875rem;
}

.header_sitemap > ul > li > .depth2 li {
  font-size: 0;
}

.header_sitemap > ul > li > .depth2 li + li {
  margin-top: 0.9375rem;
}

.header_sitemap > ul > li > .depth2 li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.header_sitemap > ul > li > .depth2 .depth3 {
  margin-top: 0.625rem;
}

.header_sitemap > ul > li > .depth2 .depth3 li + li {
  margin-top: 0.3125rem;
}

.header_sitemap > ul > li > .depth2 .depth3 li a {
  font-size: 15px;
  padding-left: 13px;
}

.header_sitemap > ul > li > .depth2 .depth3 li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.header_sitemap > ul > li:hover > a:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.header_sitemap > ul > li > a:hover:before {
  border-bottom-color: rgb(255, 255, 255);
}

.header_sitemap > ul > li > .depth2 li a:hover {
  color: #fff;
}

.header_sitemap > ul > li > .depth2 li a:hover:before {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(1) {
  width: 22.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(2) {
  width: 16.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(3) {
  width: 16.5px;
}

.pc_sitemap_btn.on:hover .sitemap_btn__txt.close {
  letter-spacing: 4px;
}

@media (max-width: 1199px) {
  .pc_sitemap_btn {
    right: 20px;
  }
  .header_sitemap > ul > li > a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pc_sitemap_btn {
    margin-top: 0;
  }
  .header_sitemap_logo {
    left: 20px;
  }
  .header_sitemap > ul {
    width: auto;
  }
  .header_sitemap > ul > li {
    width: 50%;
    padding: 1.875rem 1.25rem;
  }
  .header_sitemap > ul > li > a {
    font-size: 18px;
  }
  .header_sitemap > ul > li > .depth2 li a {
    font-size: 14px;
  }
  .header_sitemap > ul > li > .depth2 .depth3 li {
    margin-top: 0.3125rem;
  }
  .header_sitemap > ul > li > .depth2 .depth3 li a {
    font-size: 12px;
    padding-left: 11px;
  }
  .header_sns {
    margin-top: 40px;
  }
}
/* sitemap logo */
.header_sitemap_logo {
  position: fixed;
  top: 43px;
  left: 50px;
  font-size: 0;
  opacity: 0;
  z-index: 11;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.header_sitemap_logo a {
  position: relative;
}
.header_sitemap_logo a img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1199px) {
  .header_sitemap_logo {
    top: 29px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header_sitemap_logo {
    top: 21px;
  }
  .header_sitemap_logo img {
    width: 100px;
  }
}
ul.flex_box--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
ul.flex_box--fc.a_c {
  -ms-flex-align: center;
  align-items: center;
}
ul.flex_box--fc.j_c {
  -ms-flex-pack: center;
  justify-content: center;
}
ul.flex_box--fc > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-4 {
  margin-top: -0.25rem;
}
ul.flex_box--fc.space-top-4 > li {
  margin-top: 0.25rem;
}
ul.flex_box--fc.space-top-10 {
  margin-top: -0.625rem;
}
ul.flex_box--fc.space-top-10 > li {
  margin-top: 0.625rem;
}
ul.flex_box--fc.space-top-20 {
  margin-top: -1.25rem;
}
ul.flex_box--fc.space-top-20 > li {
  margin-top: 1.25rem;
}
ul.flex_box--fc.space-top-30 {
  margin-top: -1.875rem;
}
ul.flex_box--fc.space-top-30 > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-40 {
  margin-top: -2.5rem;
}
ul.flex_box--fc.space-top-40 > li {
  margin-top: 2.5rem;
}
ul.flex_box--fc.space-top-50 {
  margin-top: -3.125rem;
}
ul.flex_box--fc.space-top-50 > li {
  margin-top: 3.125rem;
}
ul.flex_box--fc.space-top-60 {
  margin-top: -3.75rem;
}
ul.flex_box--fc.space-top-60 > li {
  margin-top: 3.75rem;
}
ul.flex_box--fc.space-top-70 {
  margin-top: -4.375rem;
}
ul.flex_box--fc.space-top-70 > li {
  margin-top: 4.375rem;
}
ul.flex_box--fc.space-top-80 {
  margin-top: -5rem;
}
ul.flex_box--fc.space-top-80 > li {
  margin-top: 5rem;
}
ul.flex_box--fc.space-2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
ul.flex_box--fc.space-2 > li {
  padding: 0 0.125rem;
}
ul.flex_box--fc.space-5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
ul.flex_box--fc.space-5 > li {
  padding: 0 0.3125rem;
}
ul.flex_box--fc.space-7 {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
ul.flex_box--fc.space-7 > li {
  padding: 0 0.4375rem;
}
ul.flex_box--fc.space-8 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
ul.flex_box--fc.space-8 > li {
  padding: 0 0.5rem;
}
ul.flex_box--fc.space-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
ul.flex_box--fc.space-10 > li {
  padding: 0 0.625rem;
}
ul.flex_box--fc.space-14 {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
ul.flex_box--fc.space-14 > li {
  padding: 0 0.875rem;
}
ul.flex_box--fc.space-15 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
ul.flex_box--fc.space-15 > li {
  padding: 0 0.9375rem;
}
ul.flex_box--fc.space-20 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
ul.flex_box--fc.space-20 > li {
  padding: 0 1.25rem;
}
ul.flex_box--fc.space-25 {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
ul.flex_box--fc.space-25 > li {
  padding: 0 1.5625rem;
}
ul.flex_box--fc.space-30 {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
ul.flex_box--fc.space-30 > li {
  padding: 0 1.875rem;
}
ul.flex_box--fc.space-39 {
  margin-right: -2.4375rem;
  margin-left: -2.4375rem;
}
ul.flex_box--fc.space-39 > li {
  padding: 0 2.4375rem;
}
ul.flex_box--fc.space-40 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
ul.flex_box--fc.space-40 > li {
  padding: 0 2.5rem;
}
ul.flex_box--fc.ea-1 > li {
  width: 100%;
}
ul.flex_box--fc.ea-2 > li {
  width: 50%;
}
ul.flex_box--fc.ea-3 > li {
  width: 33.333333%;
}
ul.flex_box--fc.ea-4 > li {
  width: 25%;
}
ul.flex_box--fc.ea-5 > li {
  width: 20%;
}
ul.flex_box--fc.ea-6 > li {
  width: 16.666666%;
}
ul.flex_box--fc.ea-7 > li {
  width: 14.285%;
}
ul.flex_box--fc.ea-8 > li {
  width: 12.5%;
}
ul.flex_box--fc.ea-9 > li {
  width: 11.111111%;
}
ul.flex_box--fc.ea-10 > li {
  width: 10%;
}
@media (max-width: 1199px) {
  ul.flex_box--fc.ea-xl-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-xl-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-xl-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-xl-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-xl-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-xl-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-xl-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-xl-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-xl-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-xl-10 > li {
    width: 10%;
  }
}
@media (max-width: 991px) {
  ul.flex_box--fc.ea-lg-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-lg-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-lg-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-lg-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-lg-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-lg-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-lg-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-lg-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-lg-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-lg-10 > li {
    width: 10%;
  }
}
@media (max-width: 767px) {
  ul.flex_box--fc.ea-md-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-md-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-md-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-md-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-md-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-md-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-md-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-md-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-md-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-md-10 > li {
    width: 10%;
  }
}
@media (max-width: 575px) {
  ul.flex_box--fc.ea-sm-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-sm-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-sm-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-sm-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-sm-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-sm-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-sm-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-sm-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-sm-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-sm-10 > li {
    width: 10%;
  }
}

.flex_box--img--fc {
  display: -ms-flexbox;
  display: flex;
}
.flex_box--img--fc > figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  padding-right: 4.375rem;
  max-width: 60%;
}
.flex_box--img--fc > figure.type_sm {
  padding-right: 3.75rem;
  max-width: none;
}
.flex_box--img--fc > div {
  width: 100%;
}
@media (max-width: 991px) {
  .flex_box--img--fc {
    display: block;
  }
  .flex_box--img--fc > figure {
    padding-right: 0;
    max-width: none;
  }
  .flex_box--img--fc > figure.type_sm {
    padding-right: 0;
  }
  .flex_box--img--fc > div {
    margin-top: 2.5rem;
  }
}

.reveal_item {
  opacity: 0;
}

/* pagination */
.board-paging {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.board-paging li,
.board-paging ol {
  display: inline-block;
  vertical-align: top;
}

.board-paging li {
  overflow: hidden;
  position: relative;
  margin-left: -1px;
  padding: 0 2px;
}

.board-paging li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  /* border: 0; */
  font-size: 0.9375rem;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #111;
  border-radius: 0;
  width: auto;
  min-width: 30px;
  font-weight: 500;
  padding: 0 3px;
}

.board-paging li.on,
.board-paging li:hover {
  z-index: 111;
}

.board-paging li.on > a,
.board-paging li:hover > a {
  border: 1px solid #dadada;
  background-color: #222;
  color: #fff;
  font-weight: 500;
}

.board-paging .paging-btn-next,
.board-paging .paging-btn-last,
.board-paging .paging-btn-first,
.board-paging .paging-btn-prev {
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: 0;
  color: transparent;
}

.board-paging .paging-btn-last,
.board-paging .paging-btn-next {
  border-left: none;
}

.board-paging .paging-btn-prev,
.board-paging .paging-btn-first {
  border-right: none;
}

.board-paging .paging-btn-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.board-paging .paging-btn-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.board-paging .paging-btn-next {
  background: url("/front/assets/img/paging-next-off.png") no-repeat center center;
}

.board-paging .paging-btn-last {
  background: url("/front/assets/img/paging-last-off.png") no-repeat center center;
}

.board-paging .paging-btn-first {
  background: url("/front/assets/img/paging-first-off.png") no-repeat center center;
}

.board-paging .paging-btn-prev {
  background: url("/front/assets/img/paging-prev-off.png") no-repeat center center;
}

/* 팝업 */
body.pop_open {
  overflow: hidden !important;
}

.transition--popup {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.transition--popup.on {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
}

.page_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 35px 20px;
  display: none;
}

.page_inner {
  position: relative;
  top: 0;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -60px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #0075EF 0%, #343434 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.page_inner.on {
  margin-top: 0;
}

.pd_box {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 1.875rem 2.5rem;
}

.btn_close_pagepop {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  outline: none;
  font-size: 0;
}

.page_pop_head {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.btn_squ_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_squ_box .btn_squ {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #2e353d;
  border: 1px solid #2e353d;
  border-radius: 18px;
}
.btn_squ_box .btn_squ:hover {
  background-color: #4f555c;
}
.btn_squ_box .btn_squ.type_white {
  color: #444;
  background-color: #f6f6f6;
  border-color: #b7b7b7;
}
.btn_squ_box .btn_squ.type_white:hover {
  background-color: #ededed;
}

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8;
}
.bullet_ul li + li {
  margin-top: 0.2777777777em;
}
.bullet_ul li:before {
  content: "";
  position: absolute;
  top: 0.6666666667em;
  left: 0;
  width: 0.2777777778em;
  height: 0.2777777778em;
  background-color: #333;
  border-radius: 50%;
}
.bullet_ul.color_fff li:before {
  background-color: #fff;
}

.img_full_wrap {
  font-size: 0;
  text-align: center;
}

figure.img_full_wrap figcaption {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}
figure.img_full_wrap figcaption * {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

.tab_conts_box > ul > li {
  display: block;
}
.tab_conts_box > ul > li:not(:first-child) {
  display: none;
}

.swiper-scrollbar {
  background: #e5e5e5 !important;
}
.swiper-scrollbar:not(.swiper-scrollbar-vertical) {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 4px !important;
}

.swiper-scrollbar-drag {
  background: #000 !important;
}

/* slice effect */
.slice_effect img.copy_img {
  display: none;
}
.slice_effect .slice_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.slice_effect .slice_wrap div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(0.8) rotateX(-30deg);
  transform: scale(0.8) rotateX(-30deg);
  opacity: 0;
}
.slice_effect .slice_wrap div:nth-child(1) {
  -webkit-transition: 500ms 0ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 0ms bottom ease-in-out;
  transition: 500ms 0ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 0ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(2) {
  -webkit-transition: 500ms 20ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 20ms bottom ease-in-out;
  transition: 500ms 20ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 20ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(3) {
  -webkit-transition: 500ms 40ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 40ms bottom ease-in-out;
  transition: 500ms 40ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 40ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(4) {
  -webkit-transition: 500ms 60ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 60ms bottom ease-in-out;
  transition: 500ms 60ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 60ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(5) {
  -webkit-transition: 500ms 80ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 80ms bottom ease-in-out;
  transition: 500ms 80ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 80ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(6) {
  -webkit-transition: 500ms 100ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 100ms bottom ease-in-out;
  transition: 500ms 100ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 100ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(7) {
  -webkit-transition: 500ms 120ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 120ms bottom ease-in-out;
  transition: 500ms 120ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 120ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(8) {
  -webkit-transition: 500ms 140ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 140ms bottom ease-in-out;
  transition: 500ms 140ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 140ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(9) {
  -webkit-transition: 500ms 160ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 160ms bottom ease-in-out;
  transition: 500ms 160ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 160ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(10) {
  -webkit-transition: 500ms 180ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 180ms bottom ease-in-out;
  transition: 500ms 180ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 180ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(11) {
  -webkit-transition: 500ms 200ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 200ms bottom ease-in-out;
  transition: 500ms 200ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 200ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(12) {
  -webkit-transition: 500ms 220ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 220ms bottom ease-in-out;
  transition: 500ms 220ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 220ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(13) {
  -webkit-transition: 500ms 240ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 240ms bottom ease-in-out;
  transition: 500ms 240ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 240ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(14) {
  -webkit-transition: 500ms 260ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 260ms bottom ease-in-out;
  transition: 500ms 260ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 260ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(15) {
  -webkit-transition: 500ms 280ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 280ms bottom ease-in-out;
  transition: 500ms 280ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 280ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(16) {
  -webkit-transition: 500ms 300ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 300ms bottom ease-in-out;
  transition: 500ms 300ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 300ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(17) {
  -webkit-transition: 500ms 320ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 320ms bottom ease-in-out;
  transition: 500ms 320ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 320ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(18) {
  -webkit-transition: 500ms 340ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 340ms bottom ease-in-out;
  transition: 500ms 340ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 340ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(19) {
  -webkit-transition: 500ms 360ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 360ms bottom ease-in-out;
  transition: 500ms 360ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 360ms bottom ease-in-out;
}
.slice_effect .slice_wrap div:nth-child(20) {
  -webkit-transition: 500ms 380ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 380ms bottom ease-in-out;
  transition: 500ms 380ms all cubic-bezier(1, -0.6, 0.735, 0.045), 500ms 380ms bottom ease-in-out;
}
.slice_effect.on .slice_wrap div {
  bottom: 0;
  opacity: 1;
  margin-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.slice_effect.on .slice_wrap div:nth-child(1) {
  -webkit-transition: 500ms 0ms all ease-in-out;
  transition: 500ms 0ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(2) {
  -webkit-transition: 500ms 20ms all ease-in-out;
  transition: 500ms 20ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(3) {
  -webkit-transition: 500ms 40ms all ease-in-out;
  transition: 500ms 40ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(4) {
  -webkit-transition: 500ms 60ms all ease-in-out;
  transition: 500ms 60ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(5) {
  -webkit-transition: 500ms 80ms all ease-in-out;
  transition: 500ms 80ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(6) {
  -webkit-transition: 500ms 100ms all ease-in-out;
  transition: 500ms 100ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(7) {
  -webkit-transition: 500ms 120ms all ease-in-out;
  transition: 500ms 120ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(8) {
  -webkit-transition: 500ms 140ms all ease-in-out;
  transition: 500ms 140ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(9) {
  -webkit-transition: 500ms 160ms all ease-in-out;
  transition: 500ms 160ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(10) {
  -webkit-transition: 500ms 180ms all ease-in-out;
  transition: 500ms 180ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(11) {
  -webkit-transition: 500ms 200ms all ease-in-out;
  transition: 500ms 200ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(12) {
  -webkit-transition: 500ms 220ms all ease-in-out;
  transition: 500ms 220ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(13) {
  -webkit-transition: 500ms 240ms all ease-in-out;
  transition: 500ms 240ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(14) {
  -webkit-transition: 500ms 260ms all ease-in-out;
  transition: 500ms 260ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(15) {
  -webkit-transition: 500ms 280ms all ease-in-out;
  transition: 500ms 280ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(16) {
  -webkit-transition: 500ms 300ms all ease-in-out;
  transition: 500ms 300ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(17) {
  -webkit-transition: 500ms 320ms all ease-in-out;
  transition: 500ms 320ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(18) {
  -webkit-transition: 500ms 340ms all ease-in-out;
  transition: 500ms 340ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(19) {
  -webkit-transition: 500ms 360ms all ease-in-out;
  transition: 500ms 360ms all ease-in-out;
}
.slice_effect.on .slice_wrap div:nth-child(20) {
  -webkit-transition: 500ms 380ms all ease-in-out;
  transition: 500ms 380ms all ease-in-out;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main section */

@layer theme, base, components, utilities;
@layer utilities;
