@charset "UTF-8";
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.fc-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-grow:hover, .fc-grow:focus, .fc-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.fc-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-shrink:hover, .fc-shrink:focus, .fc-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes fc-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes fc-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.fc-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse:hover, .fc-pulse:focus, .fc-pulse:active {
    -webkit-animation-name: fc-pulse;
    animation-name: fc-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes fc-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes fc-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.fc-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse-grow:hover, .fc-pulse-grow:focus, .fc-pulse-grow:active {
    -webkit-animation-name: fc-pulse-grow;
    animation-name: fc-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes fc-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes fc-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.fc-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse-shrink:hover, .fc-pulse-shrink:focus, .fc-pulse-shrink:active {
    -webkit-animation-name: fc-pulse-shrink;
    animation-name: fc-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes fc-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fc-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.fc-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-push:hover, .fc-push:focus, .fc-push:active {
    -webkit-animation-name: fc-push;
    animation-name: fc-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes fc-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes fc-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.fc-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pop:hover, .fc-pop:focus, .fc-pop:active {
    -webkit-animation-name: fc-pop;
    animation-name: fc-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.fc-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-in:hover, .fc-bounce-in:focus, .fc-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.fc-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-out:hover, .fc-bounce-out:focus, .fc-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.fc-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-rotate:hover, .fc-rotate:focus, .fc-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.fc-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-grow-rotate:hover, .fc-grow-rotate:focus, .fc-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.fc-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .fc-float:hover, .fc-float:focus, .fc-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.fc-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .fc-sink:hover, .fc-sink:focus, .fc-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-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); } }

.fc-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-bob:hover, .fc-bob:focus, .fc-bob:active {
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .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; }

/* Hang */
@-webkit-keyframes fc-hang {
  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-hang {
  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-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes fc-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.fc-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-hang:hover, .fc-hang:focus, .fc-hang:active {
    -webkit-animation-name: fc-hang-sink, fc-hang;
    animation-name: fc-hang-sink, fc-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .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; }

/* Skew */
.fc-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-skew:hover, .fc-skew:focus, .fc-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.fc-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-skew-forward:hover, .fc-skew-forward:focus, .fc-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.fc-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-skew-backward:hover, .fc-skew-backward:focus, .fc-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-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); } }

.fc-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-vertical:hover, .fc-wobble-vertical:focus, .fc-wobble-vertical:active {
    -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; }

/* Wobble Horizontal */
@-webkit-keyframes fc-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fc-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fc-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-horizontal:hover, .fc-wobble-horizontal:focus, .fc-wobble-horizontal:active {
    -webkit-animation-name: fc-wobble-horizontal;
    animation-name: fc-wobble-horizontal;
    -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; }

/* Wobble To Bottom Right */
@-webkit-keyframes fc-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fc-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.fc-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-to-bottom-right:hover, .fc-wobble-to-bottom-right:focus, .fc-wobble-to-bottom-right:active {
    -webkit-animation-name: fc-wobble-to-bottom-right;
    animation-name: fc-wobble-to-bottom-right;
    -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; }

/* Wobble To Top Right */
@-webkit-keyframes fc-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fc-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.fc-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-to-top-right:hover, .fc-wobble-to-top-right:focus, .fc-wobble-to-top-right:active {
    -webkit-animation-name: fc-wobble-to-top-right;
    animation-name: fc-wobble-to-top-right;
    -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; }

/* Wobble Top */
@-webkit-keyframes fc-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-wobble-top:hover, .fc-wobble-top:focus, .fc-wobble-top:active {
    -webkit-animation-name: fc-wobble-top;
    animation-name: fc-wobble-top;
    -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; }

/* Wobble Bottom */
@-webkit-keyframes fc-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .fc-wobble-bottom:hover, .fc-wobble-bottom:focus, .fc-wobble-bottom:active {
    -webkit-animation-name: fc-wobble-bottom;
    animation-name: fc-wobble-bottom;
    -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; }

/* Wobble Skew */
@-webkit-keyframes fc-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-skew:hover, .fc-wobble-skew:focus, .fc-wobble-skew:active {
    -webkit-animation-name: fc-wobble-skew;
    animation-name: fc-wobble-skew;
    -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; }

/* Buzz */
@-webkit-keyframes fc-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes fc-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.fc-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-buzz:hover, .fc-buzz:focus, .fc-buzz:active {
    -webkit-animation-name: fc-buzz;
    animation-name: fc-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes fc-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes fc-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.fc-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-buzz-out:hover, .fc-buzz-out:focus, .fc-buzz-out:active {
    -webkit-animation-name: fc-buzz-out;
    animation-name: fc-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.fc-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-forward:hover, .fc-forward:focus, .fc-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.fc-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-backward:hover, .fc-backward:focus, .fc-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.fc-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .fc-fade:hover, .fc-fade:focus, .fc-fade:active {
    background-color: #5A2CCE;
    color: white; }

/* Back Pulse */
@-webkit-keyframes fc-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes fc-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.fc-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .fc-back-pulse:hover, .fc-back-pulse:focus, .fc-back-pulse:active {
    -webkit-animation-name: fc-back-pulse;
    animation-name: fc-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #5A2CCE;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.fc-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-sweep-to-right:hover, .fc-sweep-to-right:focus, .fc-sweep-to-right:active {
    color: white; }
    .fc-sweep-to-right:hover:before, .fc-sweep-to-right:focus:before, .fc-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Left */
.fc-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-sweep-to-left:hover, .fc-sweep-to-left:focus, .fc-sweep-to-left:active {
    color: white; }
    .fc-sweep-to-left:hover:before, .fc-sweep-to-left:focus:before, .fc-sweep-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Bottom */
.fc-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-sweep-to-bottom:hover, .fc-sweep-to-bottom:focus, .fc-sweep-to-bottom:active {
    color: white; }
    .fc-sweep-to-bottom:hover:before, .fc-sweep-to-bottom:focus:before, .fc-sweep-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Sweep To Top */
.fc-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-sweep-to-top:hover, .fc-sweep-to-top:focus, .fc-sweep-to-top:active {
    color: white; }
    .fc-sweep-to-top:hover:before, .fc-sweep-to-top:focus:before, .fc-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Bounce To Right */
.fc-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-bounce-to-right:hover, .fc-bounce-to-right:focus, .fc-bounce-to-right:active {
    color: white; }
    .fc-bounce-to-right:hover:before, .fc-bounce-to-right:focus:before, .fc-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.fc-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-bounce-to-left:hover, .fc-bounce-to-left:focus, .fc-bounce-to-left:active {
    color: white; }
    .fc-bounce-to-left:hover:before, .fc-bounce-to-left:focus:before, .fc-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.fc-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-bounce-to-bottom:hover, .fc-bounce-to-bottom:focus, .fc-bounce-to-bottom:active {
    color: white; }
    .fc-bounce-to-bottom:hover:before, .fc-bounce-to-bottom:focus:before, .fc-bounce-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.fc-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-bounce-to-top:hover, .fc-bounce-to-top:focus, .fc-bounce-to-top:active {
    color: white; }
    .fc-bounce-to-top:hover:before, .fc-bounce-to-top:focus:before, .fc-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.fc-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-radial-out:hover, .fc-radial-out:focus, .fc-radial-out:active {
    color: white; }
    .fc-radial-out:hover:before, .fc-radial-out:focus:before, .fc-radial-out:active:before {
      -webkit-transform: scale(2);
      transform: scale(2); }

/* Radial In */
.fc-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #5A2CCE;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-radial-in:hover, .fc-radial-in:focus, .fc-radial-in:active {
    color: white; }
    .fc-radial-in:hover:before, .fc-radial-in:focus:before, .fc-radial-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle In */
.fc-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #5A2CCE;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-rectangle-in:hover, .fc-rectangle-in:focus, .fc-rectangle-in:active {
    color: white; }
    .fc-rectangle-in:hover:before, .fc-rectangle-in:focus:before, .fc-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle Out */
.fc-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-rectangle-out:hover, .fc-rectangle-out:focus, .fc-rectangle-out:active {
    color: white; }
    .fc-rectangle-out:hover:before, .fc-rectangle-out:focus:before, .fc-rectangle-out:active:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Shutter In Horizontal */
.fc-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #5A2CCE;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-shutter-in-horizontal:hover, .fc-shutter-in-horizontal:focus, .fc-shutter-in-horizontal:active {
    color: white; }
    .fc-shutter-in-horizontal:hover:before, .fc-shutter-in-horizontal:focus:before, .fc-shutter-in-horizontal:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* Shutter Out Horizontal */
.fc-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5A2CCE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-shutter-out-horizontal:hover, .fc-shutter-out-horizontal:focus, .fc-shutter-out-horizontal:active {
    color: white; }
    .fc-shutter-out-horizontal:hover:before, .fc-shutter-out-horizontal:focus:before, .fc-shutter-out-horizontal:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Shutter In Vertical */
.fc-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #5A2CCE;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-shutter-in-vertical:hover, .fc-shutter-in-vertical:focus, .fc-shutter-in-vertical:active {
    color: white; }
    .fc-shutter-in-vertical:hover:before, .fc-shutter-in-vertical:focus:before, .fc-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }

/* Shutter Out Vertical */
.fc-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5A2CCE;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-shutter-out-vertical:hover, .fc-shutter-out-vertical:focus, .fc-shutter-out-vertical:active {
    color: white; }
    .fc-shutter-out-vertical:hover:before, .fc-shutter-out-vertical:focus:before, .fc-shutter-out-vertical:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.fc-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .fc-border-fade:hover, .fc-border-fade:focus, .fc-border-fade:active {
    box-shadow: inset 0 0 0 4px #5A2CCE, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.fc-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .fc-hollow:hover, .fc-hollow:focus, .fc-hollow:active {
    background: none; }

/* Trim */
.fc-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .fc-trim:hover:before, .fc-trim:focus:before, .fc-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes fc-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes fc-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.fc-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .fc-ripple-out:hover:before, .fc-ripple-out:focus:before, .fc-ripple-out:active:before {
    -webkit-animation-name: fc-ripple-out;
    animation-name: fc-ripple-out; }

/* Ripple In */
@-webkit-keyframes fc-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes fc-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.fc-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .fc-ripple-in:hover:before, .fc-ripple-in:focus:before, .fc-ripple-in:active:before {
    -webkit-animation-name: fc-ripple-in;
    animation-name: fc-ripple-in; }

/* Outline Out */
.fc-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .fc-outline-out:hover:before, .fc-outline-out:focus:before, .fc-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.fc-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .fc-outline-in:hover:before, .fc-outline-in:focus:before, .fc-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.fc-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .fc-round-corners:hover, .fc-round-corners:focus, .fc-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.fc-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-underline-from-left:hover:before, .fc-underline-from-left:focus:before, .fc-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.fc-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-underline-from-center:hover:before, .fc-underline-from-center:focus:before, .fc-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.fc-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-underline-from-right:hover:before, .fc-underline-from-right:focus:before, .fc-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.fc-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-overline-from-left:hover:before, .fc-overline-from-left:focus:before, .fc-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.fc-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-overline-from-center:hover:before, .fc-overline-from-center:focus:before, .fc-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.fc-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-overline-from-right:hover:before, .fc-overline-from-right:focus:before, .fc-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.fc-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #5A2CCE;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-reveal:hover:before, .fc-reveal:focus:before, .fc-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.fc-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-underline-reveal:hover:before, .fc-underline-reveal:focus:before, .fc-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.fc-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .fc-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #5A2CCE;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-overline-reveal:hover:before, .fc-overline-reveal:focus:before, .fc-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.fc-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .fc-glow:hover, .fc-glow:focus, .fc-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.fc-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .fc-shadow:hover, .fc-shadow:focus, .fc-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.fc-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .fc-grow-shadow:hover, .fc-grow-shadow:focus, .fc-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.fc-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .fc-box-shadow-outset:hover, .fc-box-shadow-outset:focus, .fc-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.fc-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .fc-box-shadow-inset:hover, .fc-box-shadow-inset:focus, .fc-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.fc-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .fc-float-shadow:hover, .fc-float-shadow:focus, .fc-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .fc-float-shadow:hover:before, .fc-float-shadow:focus:before, .fc-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.fc-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-shadow-radial:before, .fc-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .fc-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .fc-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .fc-shadow-radial:hover:before, .fc-shadow-radial:focus:before, .fc-shadow-radial:active:before, .fc-shadow-radial:hover:after, .fc-shadow-radial:focus:after, .fc-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.fc-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent; }
  .fc-bubble-top:hover:before, .fc-bubble-top:focus:before, .fc-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.fc-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1; }
  .fc-bubble-right:hover:before, .fc-bubble-right:focus:before, .fc-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.fc-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent; }
  .fc-bubble-bottom:hover:before, .fc-bubble-bottom:focus:before, .fc-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.fc-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent; }
  .fc-bubble-left:hover:before, .fc-bubble-left:focus:before, .fc-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.fc-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .fc-bubble-float-top:hover, .fc-bubble-float-top:focus, .fc-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    .fc-bubble-float-top:hover:before, .fc-bubble-float-top:focus:before, .fc-bubble-float-top:active:before {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Bubble Float Right */
.fc-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .fc-bubble-float-right:hover, .fc-bubble-float-right:focus, .fc-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
    .fc-bubble-float-right:hover:before, .fc-bubble-float-right:focus:before, .fc-bubble-float-right:active:before {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

/* Bubble Float Bottom */
.fc-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .fc-bubble-float-bottom:hover, .fc-bubble-float-bottom:focus, .fc-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .fc-bubble-float-bottom:hover:before, .fc-bubble-float-bottom:focus:before, .fc-bubble-float-bottom:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

/* Bubble Float Left */
.fc-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .fc-bubble-float-left:hover, .fc-bubble-float-left:focus, .fc-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
    .fc-bubble-float-left:hover:before, .fc-bubble-float-left:focus:before, .fc-bubble-float-left:active:before {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.fc-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .fc-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-back:hover .hvr-icon, .fc-icon-back:focus .hvr-icon, .fc-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.fc-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .fc-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-forward:hover .hvr-icon, .fc-icon-forward:focus .hvr-icon, .fc-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes fc-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes fc-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

/* Icon Down */
.fc-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-down:hover .hvr-icon, .fc-icon-down:focus .hvr-icon, .fc-icon-down:active .hvr-icon {
    -webkit-animation-name: fc-icon-down;
    animation-name: fc-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes fc-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes fc-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

/* Icon Up */
.fc-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-up:hover .hvr-icon, .fc-icon-up:focus .hvr-icon, .fc-icon-up:active .hvr-icon {
    -webkit-animation-name: fc-icon-up;
    animation-name: fc-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.fc-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .fc-icon-spin:hover .hvr-icon, .fc-icon-spin:focus .hvr-icon, .fc-icon-spin:active .hvr-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes fc-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

@keyframes fc-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

/* Icon Drop */
.fc-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-drop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-drop:hover .hvr-icon, .fc-icon-drop:focus .hvr-icon, .fc-icon-drop:active .hvr-icon {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: fc-icon-drop;
    animation-name: fc-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.fc-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .fc-icon-fade:hover .hvr-icon, .fc-icon-fade:focus .hvr-icon, .fc-icon-fade:active .hvr-icon {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes fc-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes fc-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

/* Icon Float Away */
.fc-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-float-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .fc-icon-float-away:hover .hvr-icon, .fc-icon-float-away:focus .hvr-icon, .fc-icon-float-away:active .hvr-icon {
    -webkit-animation-name: fc-icon-float-away;
    animation-name: fc-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes fc-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes fc-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

/* Icon Sink Away */
.fc-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-sink-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .fc-icon-sink-away:hover .hvr-icon, .fc-icon-sink-away:focus .hvr-icon, .fc-icon-sink-away:active .hvr-icon {
    -webkit-animation-name: fc-icon-sink-away;
    animation-name: fc-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.fc-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-grow:hover .hvr-icon, .fc-icon-grow:focus .hvr-icon, .fc-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.fc-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-shrink:hover .hvr-icon, .fc-icon-shrink:focus .hvr-icon, .fc-icon-shrink:active .hvr-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes fc-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes fc-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.fc-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-pulse:hover .hvr-icon, .fc-icon-pulse:focus .hvr-icon, .fc-icon-pulse:active .hvr-icon {
    -webkit-animation-name: fc-icon-pulse;
    animation-name: fc-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes fc-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes fc-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.fc-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-pulse-grow:hover .hvr-icon, .fc-icon-pulse-grow:focus .hvr-icon, .fc-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: fc-icon-pulse-grow;
    animation-name: fc-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes fc-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes fc-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.fc-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-icon-pulse-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-pulse-shrink:hover .hvr-icon, .fc-icon-pulse-shrink:focus .hvr-icon, .fc-icon-pulse-shrink:active .hvr-icon {
    -webkit-animation-name: fc-icon-pulse-shrink;
    animation-name: fc-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes fc-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes fc-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.fc-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-push:hover .hvr-icon, .fc-icon-push:focus .hvr-icon, .fc-icon-push:active .hvr-icon {
    -webkit-animation-name: fc-icon-push;
    animation-name: fc-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes fc-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes fc-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.fc-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-pop:hover .hvr-icon, .fc-icon-pop:focus .hvr-icon, .fc-icon-pop:active .hvr-icon {
    -webkit-animation-name: fc-icon-pop;
    animation-name: fc-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.fc-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-bounce:hover .hvr-icon, .fc-icon-bounce:focus .hvr-icon, .fc-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.fc-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-rotate:hover .hvr-icon, .fc-icon-rotate:focus .hvr-icon, .fc-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.fc-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-grow-rotate:hover .hvr-icon, .fc-icon-grow-rotate:focus .hvr-icon, .fc-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.fc-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-float .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-float:hover .hvr-icon, .fc-icon-float:focus .hvr-icon, .fc-icon-float:active .hvr-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.fc-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-sink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-icon-sink:hover .hvr-icon, .fc-icon-sink:focus .hvr-icon, .fc-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes fc-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes fc-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes fc-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes fc-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.fc-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-bob:hover .hvr-icon, .fc-icon-bob:focus .hvr-icon, .fc-icon-bob:active .hvr-icon {
    -webkit-animation-name: fc-icon-bob-float, fc-icon-bob;
    animation-name: fc-icon-bob-float, fc-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .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; }

/* Icon Hang */
@-webkit-keyframes fc-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes fc-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes fc-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes fc-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.fc-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-hang:hover .hvr-icon, .fc-icon-hang:focus .hvr-icon, .fc-icon-hang:active .hvr-icon {
    -webkit-animation-name: fc-icon-hang-sink, fc-icon-hang;
    animation-name: fc-icon-hang-sink, fc-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .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; }

/* Icon Wobble Horizontal */
@-webkit-keyframes fc-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fc-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fc-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-wobble-horizontal:hover .hvr-icon, .fc-icon-wobble-horizontal:focus .hvr-icon, .fc-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: fc-icon-wobble-horizontal;
    animation-name: fc-icon-wobble-horizontal;
    -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; }

/* Icon Wobble Vertical */
@-webkit-keyframes fc-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  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-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  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); } }

.fc-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-wobble-vertical:hover .hvr-icon, .fc-icon-wobble-vertical:focus .hvr-icon, .fc-icon-wobble-vertical:active .hvr-icon {
    -webkit-animation-name: fc-icon-wobble-vertical;
    animation-name: fc-icon-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; }

/* Icon Buzz */
@-webkit-keyframes fc-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes fc-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.fc-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-buzz:hover .hvr-icon, .fc-icon-buzz:focus .hvr-icon, .fc-icon-buzz:active .hvr-icon {
    -webkit-animation-name: fc-icon-buzz;
    animation-name: fc-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes fc-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes fc-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.fc-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-buzz-out .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-buzz-out:hover .hvr-icon, .fc-icon-buzz-out:focus .hvr-icon, .fc-icon-buzz-out:active .hvr-icon {
    -webkit-animation-name: fc-icon-buzz-out;
    animation-name: fc-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.fc-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .fc-curl-top-left:hover:before, .fc-curl-top-left:focus:before, .fc-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

/* Curl Top Right */
.fc-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .fc-curl-top-right:hover:before, .fc-curl-top-right:focus:before, .fc-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Right */
.fc-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .fc-curl-bottom-right:hover:before, .fc-curl-bottom-right:focus:before, .fc-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.fc-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .fc-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .fc-curl-bottom-left:hover:before, .fc-curl-bottom-left:focus:before, .fc-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

/* 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,
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset, form, label, legend, 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; }

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

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

html {
  font-size: 100%;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: #1C1E26; }
  @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%; }

* {
  -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(/img/common/icon_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select:focus {
  border-color: #5A2CCE; }

select::-ms-expand {
  display: none; }

address {
  font-style: normal; }

@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;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/* main layer popup */
.main_layer_pop_box {
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  display: none; }
  .main_layer_pop_box .main_layer_pop_box__body {
    height: auto !important;
    font-size: 0;
    border: 1px solid #000; }
    .main_layer_pop_box .main_layer_pop_box__body img {
      height: auto !important; }
  .main_layer_pop_box .main_layer_pop_box__foot {
    height: auto;
    padding: 0 0 0 0.625rem;
    text-align: right;
    background-color: #000;
    color: #fff;
    font-weight: bold; }
  @media (max-width: 767px) {
    .main_layer_pop_box {
      right: 20px !important;
      left: 20px !important; }
      .main_layer_pop_box .main_layer_pop_box__body {
        width: 100% !important; }
        .main_layer_pop_box .main_layer_pop_box__body img {
          width: 100% !important; } }

* {
  box-sizing: border-box; }

textarea {
  overflow: auto;
  resize: vertical; }

/* ==========================================================================
  게시판
   ========================================================================== */
.board-wrap--fc {
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #606060;
  /*
	.category-tab--fc {
		margin: 0 0 50px;
		width: 100%;

		ul {
			width: 100%;
			border-bottom: 1px solid #ddd;
			text-align: center;

			li {
				display: inline-block;
				margin: 0 15px;

				a {
					position: relative;
					display: block;
					padding: 0 3px;
					font-size: 1.076rem;
					line-height: 40px;
					color: #303030;
				}

				&.on a {
					font-weight: bold;
					color: #111;

					&:before {
						content: '';
						display: inline-block;
						position: absolute;
						bottom: -1px;
						left: 0;
						z-index: 55;
						width: 100%;
						height: 2px;
						background: #111;
					}
				}
			}
		}
	}*/
  /* 웹진 */ }
  .board-wrap--fc input,
  .board-wrap--fc select,
  .board-wrap--fc textarea {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle; }
  .board-wrap--fc a {
    display: block;
    font-size: 0.75rem;
    color: #414141;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .board-wrap--fc .board-title {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 1;
    color: #303030;
    text-align: center; }
  .board-wrap--fc .board-paging {
    margin: 15px auto 0;
    text-align: center;
    font-size: 0;
    line-height: 0; }
  .board-wrap--fc .btn-write-wrap--fc {
    margin: -38px 0 0;
    *zoom: 1; }
    .board-wrap--fc .btn-write-wrap--fc:after {
      content: "";
      display: table;
      clear: both; }
    .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
      float: right;
      padding: 0 30px;
      min-width: 100px;
      border: 1px solid #7b858e;
      background: #7b858e;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 2.25rem;
      color: #fff;
      text-align: center; }
  .board-wrap--fc th.required:after {
    display: inline-block;
    margin-top: -3px;
    margin-left: 7px;
    width: 14px;
    height: 11px;
    background: url("/img/common/required.png") no-repeat 0 0;
    vertical-align: middle;
    content: ''; }
  .board-wrap--fc .board-view--fc {
    border-top: 1px solid #5A2CCE; }
    .board-wrap--fc .board-view--fc header {
      padding: 15px 32px 14px;
      border-bottom: 1px solid #DADBDF;
      background-color: #f0f1f5;
      font-size: 14px;
      line-height: 20px;
      *zoom: 1; }
      .board-wrap--fc .board-view--fc header:after {
        content: "";
        display: table;
        clear: both; }
      .board-wrap--fc .board-view--fc header h1 {
        float: left;
        font-weight: 500;
        color: #333; }
      .board-wrap--fc .board-view--fc header address {
        float: right;
        font-style: normal;
        color: #444; }
        .board-wrap--fc .board-view--fc header address p {
          float: left;
          padding: 0 18px;
          background: url("/img/common/board-view-header-line.gif") no-repeat right center; }
          .board-wrap--fc .board-view--fc header address p:last-child {
            padding-right: 0;
            background: none; }
    .board-wrap--fc .board-view--fc .board-conts--fc {
      margin-bottom: 20px;
      padding: 15px 32px;
      font-size: 13px;
      line-height: 18px;
      color: #444;
      /* table / ol / ul */ }
      .board-wrap--fc .board-view--fc .board-conts--fc div,
      .board-wrap--fc .board-view--fc .board-conts--fc p {
        font-size: 15px;
        line-height: 25px;
        color: #414141; }
      .board-wrap--fc .board-view--fc .board-conts--fc p {
        line-height: 1.7; }
      .board-wrap--fc .board-view--fc .board-conts--fc a {
        display: inline;
        font-size: inherit;
        text-decoration: underline;
        text-underline-offset: 0.375em; }
        .board-wrap--fc .board-view--fc .board-conts--fc a:hover {
          color: #5A2CCE; }
      .board-wrap--fc .board-view--fc .board-conts--fc figure {
        max-width: 500px;
        margin: 20px 0 30px;
        text-align: left; }
        .board-wrap--fc .board-view--fc .board-conts--fc figure .embed-responsive-16by9 {
          display: block;
          overflow: hidden;
          position: relative;
          height: 0;
          padding-bottom: 96.25%; }
          .board-wrap--fc .board-view--fc .board-conts--fc figure .embed-responsive-16by9 iframe {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 100%; }
        .board-wrap--fc .board-view--fc .board-conts--fc figure img {
          max-width: 100%; }
      .board-wrap--fc .board-view--fc .board-conts--fc table {
        width: 100% !important;
        table-layout: auto;
        border-collapse: collapse;
        border: 1px solid #ddd;
        margin: 1em 0; }
        .board-wrap--fc .board-view--fc .board-conts--fc table th, .board-wrap--fc .board-view--fc .board-conts--fc table td {
          padding: 0.7em 1em;
          border: 1px solid #ddd; }
      .board-wrap--fc .board-view--fc .board-conts--fc ul, .board-wrap--fc .board-view--fc .board-conts--fc ol {
        list-style-position: outside;
        margin: 1em 0 1em 1.5em;
        padding-left: 1em; }
        .board-wrap--fc .board-view--fc .board-conts--fc ul li, .board-wrap--fc .board-view--fc .board-conts--fc ol li {
          list-style: inherit !important; }
      .board-wrap--fc .board-view--fc .board-conts--fc ul {
        list-style-type: disc; }
      .board-wrap--fc .board-view--fc .board-conts--fc ol {
        list-style-type: decimal; }
    .board-wrap--fc .board-view--fc .board-view-file--fc {
      clear: both;
      display: inline-block;
      width: 100%;
      margin: 15px 0 0;
      padding: 15px 32px;
      border-top: 1px solid #e9e9e9;
      line-height: 20px; }
      .board-wrap--fc .board-view--fc .board-view-file--fc a {
        font-size: inherit; }
        .board-wrap--fc .board-view--fc .board-view-file--fc a strong {
          font-weight: 500; }
    .board-wrap--fc .board-view--fc .comment-wrap--fc {
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa; }
      .board-wrap--fc .board-view--fc .comment-wrap--fc ul li.no-comment--fc {
        padding: 18px 32px;
        border-bottom: 1px solid #e1e1e1;
        font-size: 0.8125rem;
        line-height: 18px;
        text-align: center; }
      .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc {
        display: table;
        table-layout: fixed;
        padding: 13px 32px;
        width: 100%;
        border-bottom: 1px solid #e1e1e1; }
        .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span {
          display: table-cell;
          line-height: 18px;
          vertical-align: middle; }
          .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span:first-child {
            width: 100px; }
          .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span:nth-child(2) {
            text-align: left; }
          .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span:nth-child(3) {
            width: 150px;
            text-align: right; }
          .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span a {
            display: table-cell;
            width: 20px;
            text-align: right;
            vertical-align: middle; }
            .board-wrap--fc .board-view--fc .comment-wrap--fc .comment-list--fc span a img {
              margin-bottom: -3px; }
    .board-wrap--fc .board-view--fc .comment-write--fc {
      padding: 13px 32px;
      width: 100%; }
      .board-wrap--fc .board-view--fc .comment-write--fc > p:first-child {
        padding-bottom: 13px;
        width: 100%; }
      .board-wrap--fc .board-view--fc .comment-write--fc p {
        font-size: 0.8125rem; }
        .board-wrap--fc .board-view--fc .comment-write--fc p:first-child label {
          margin-right: 10px;
          vertical-align: middle; }
        .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input {
          margin-right: 30px;
          width: 200px; }
        .board-wrap--fc .board-view--fc .comment-write--fc p textarea {
          width: 100%;
          height: 100px;
          padding: 10px;
          font-size: 0.75rem;
          line-height: 1.125rem; }
      .board-wrap--fc .board-view--fc .comment-write--fc div {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .board-wrap--fc .board-view--fc .comment-write--fc div p {
          display: table-cell;
          vertical-align: middle; }
          .board-wrap--fc .board-view--fc .comment-write--fc div p:last-child {
            width: 100px; }
      .board-wrap--fc .board-view--fc .comment-write--fc a {
        display: block;
        width: 100px;
        height: 100px;
        background: #656565;
        line-height: 100px;
        color: #fff;
        text-align: center; }
      .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc {
        margin-top: 10px;
        padding: 10px;
        background: #f9f9f9; }
        .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc label {
          font-weight: bold;
          color: #111;
          vertical-align: middle; }
        .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc input {
          margin-left: 5px;
          width: 100px;
          vertical-align: middle; }
        .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc img {
          vertical-align: middle; }
        .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc span {
          display: inline-block;
          margin: 10px 0 0;
          width: 100%;
          font-size: 12px;
          line-height: 17px;
          vertical-align: middle; }
        .board-wrap--fc .board-view--fc .comment-write--fc .board-view-captcha--fc div {
          display: block; }
    .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
      margin: 20px 0 40px;
      text-align: right;
      *zoom: 1; }
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc:after {
        content: "";
        display: table;
        clear: both; }
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc p {
        float: left;
        font-size: 0;
        line-height: 0; }
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc,
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc,
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
        display: inline-block;
        margin-right: 7px;
        padding: 0 15px;
        min-width: 100px;
        background: #d3d3d3;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 38px;
        color: #464646;
        text-align: center; }
      .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc {
        display: inline-block;
        padding: 0 15px;
        min-width: 100px;
        background: #464646;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 38px;
        color: #fff;
        text-align: center; }
    .board-wrap--fc .board-view--fc .post-navi--fc li {
      border-bottom: 1px solid #aaa;
      padding: 18px 32px;
      font-size: 0.8125rem;
      line-height: 18px;
      vertical-align: middle;
      *zoom: 1; }
      .board-wrap--fc .board-view--fc .post-navi--fc li:after {
        content: "";
        display: table;
        clear: both; }
      .board-wrap--fc .board-view--fc .post-navi--fc li a,
      .board-wrap--fc .board-view--fc .post-navi--fc li span,
      .board-wrap--fc .board-view--fc .post-navi--fc li strong {
        font-size: 0.8125rem;
        line-height: 18px;
        vertical-align: middle;
        color: #999; }
      .board-wrap--fc .board-view--fc .post-navi--fc li a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 75%; }
      .board-wrap--fc .board-view--fc .post-navi--fc li span {
        float: right; }
      .board-wrap--fc .board-view--fc .post-navi--fc li strong {
        float: left;
        margin-right: 82px;
        font-weight: 700; }
      .board-wrap--fc .board-view--fc .post-navi--fc li:first-child {
        border-top: 1px solid #aaa; }
      .board-wrap--fc .board-view--fc .post-navi--fc li:not(:last-child) {
        border-bottom: 1px solid #e1e1e1; }
    .board-wrap--fc .board-view--fc .post-navi--fc .prev-post--fc {
      background: url("/img/common/prev-post-arrow.png") no-repeat 80px center; }
      .board-wrap--fc .board-view--fc .post-navi--fc .prev-post--fc a {
        color: #999; }
    .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc {
      background: url("/img/common/next-post-arrow.png") no-repeat 80px center; }
      .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc a {
        color: #999; }
  .board-wrap--fc .gallery-list--fc {
    border-top: 1px solid #5A2CCE;
    font-size: 0; }
    .board-wrap--fc .gallery-list--fc figure {
      display: inline-block;
      margin-bottom: 25px;
      padding: 0 17px;
      width: 33.33333333333333%;
      vertical-align: top; }
      .board-wrap--fc .gallery-list--fc figure > a {
        display: block;
        width: 100%;
        height: 100%; }
        .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc {
          display: block;
          overflow: hidden;
          position: relative;
          height: 0; }
          .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc.embed-responsive-21by9 {
            padding-bottom: 42.85714%; }
          .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc.embed-responsive-16by9 {
            padding-bottom: 56.25%; }
          .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            border: 0; }
          .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc img {
            width: 100%; }
        .board-wrap--fc .gallery-list--fc figure > a figcaption {
          padding: 11px 20px 16px;
          background: #f5f5f5;
          /*
					li {
						font-size: 13px;
						line-height: 20px;
						color: #414141;

						strong {
							clear: both;
							width: 40px;
							font-weight: bold;
						}

						&:last-of-type {
							overflow: hidden;
							text-overflow: ellipsis;
							display: box;
							display: -webkit-box;
							display: -moz-box;
							-webkit-line-clamp: 2;
							-webkit-box-orient: vertical;
							word-wrap: break-word;
							line-height: 20px;
							height: 40px;
						}
					}*/ }
  .board-wrap--fc .webzine-board-list--fc tr.no-data--fc {
    min-height: 0; }
    .board-wrap--fc .webzine-board-list--fc tr.no-data--fc td {
      padding: 15px 0; }
  .board-wrap--fc .webzine-board-list--fc tbody tr td {
    padding: 40px 0; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
      width: 100%;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      padding: 0; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a:hover {
        color: #000;
        text-decoration: none; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-img--fc {
      width: 400px; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-img--fc .thumb-wrap--fc {
        position: relative;
        height: 0;
        padding-bottom: 65.25%;
        border: 1px solid #ddd;
        overflow: hidden; }
        .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-img--fc .thumb-wrap--fc img {
          position: absolute;
          width: auto;
          max-width: none;
          height: 100%;
          max-height: 100%;
          left: 50%;
          top: 50%;
          padding: 0;
          margin: 0;
          -webkit-transform: translate(-50%, -50%) scale(1);
          -moz-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          -webkit-transition: all .3s;
          transition: all .3s; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-conts-box--fc {
      width: calc(100% - 400px - 100px);
      padding-left: 45px; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-title--fc {
      font-size: 1.5625rem;
      font-weight: 800;
      overflow: hidden;
      text-overflow: ellipsis; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-title--fc img {
        padding-left: 0; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-conts--fc {
      font-size: 1.125rem;
      display: box;
      display: -webkit-box;
      display: -moz-box;
      -webkit-line-clamp: 3;
      line-height: 1.875rem;
      height: 5.625rem;
      margin-top: 1.875rem;
      -webkit-box-orient: vertical;
      white-space: normal;
      overflow: hidden; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-conts--fc img {
        display: none; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc .webzine-date--fc {
      font-size: 1rem;
      font-weight: 300;
      color: #777;
      margin-top: 1.5625rem; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td img {
      display: inline-block;
      padding: 0 0 0 10px;
      vertical-align: middle; }

@media (max-width: 767px) {
  .board-wrap--fc {
    padding: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #606060; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1;
    color: #303030;
    text-align: center; } }

@media (max-width: 767px) {
  .board-wrap--fc .btn-write-wrap--fc {
    margin: 20px 0 0; } }

@media (max-width: 767px) {
  .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
    float: none; } }

/*
@include md-max {
  .board-wrap--fc .category-tab--fc ul li a {
    display: block;
    font-size: 0.92rem;
    color: #606060;
    text-decoration: none;
	  
	@include transition(all 0.2s ease);

    &:hover {
      color: #111;
    }
  }
}*/
@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header h1 {
    float: none; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header address {
    float: left;
    font-style: normal;
    color: #414141; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header address p {
    float: left;
    margin: 7px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px; }
    .board-wrap--fc .board-view--fc header address p:first-child {
      padding-left: 0; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .board-conts--fc {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .board-view-file--fc {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc {
    padding: 13px 20px; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc {
    padding: 13px 10px; } }

@media (min-width: 768px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child {
    padding-right: 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child label {
    display: inline-block;
    width: 14%;
    margin-right: 0;
    vertical-align: middle; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child label {
    width: 20%; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input {
    display: inline-block;
    width: 35%;
    margin-right: 2%; }
    .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input[type="password"] {
      margin-right: 0; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input {
    width: 29%; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p textarea {
    height: 70px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc a {
    width: 100%;
    height: 70px;
    line-height: 70px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
    text-align: center; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc p {
    float: none;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
    padding: 0;
    width: 30%;
    min-width: auto; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc li {
    padding-left: 50px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc li a {
    max-width: 95%; }
  .board-wrap--fc .board-view--fc .post-navi--fc li strong {
    display: none; }
  .board-wrap--fc .board-view--fc .post-navi--fc li span {
    position: relative;
    bottom: -5px;
    float: left;
    clear: both;
    width: 100%;
    font-size: 0.75rem; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc .prev-post--fc {
    background-position: 15px 23px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc {
    background-position: 15px 23px; } }

@media (max-width: 767px) {
  .board-wrap--fc .gallery-list--fc figure {
    width: 100%;
    padding: 0; } }

/* 웹진 */
@media (max-width: 991px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a .webzine-img--fc {
    width: 30%; }
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a .webzine-conts-box--fc {
    width: 70%; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc {
    table-layout: auto; }
    .board-wrap--fc .webzine-board-list--fc tbody tr {
      padding: 0; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td {
        padding: 15px 0; }
      .board-wrap--fc .webzine-board-list--fc tbody tr:first-child {
        border-top: none; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a .webzine-conts-box--fc {
        padding-left: 15px; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-date--fc {
        display: none; } }

@media (max-width: 575px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    display: block; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a .webzine-img--fc {
      width: 100%;
      max-width: 300px; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a .webzine-conts-box--fc {
      width: 100%;
      padding-top: 15px;
      padding-left: 0; } }

/* // Board Wrap */
.board-paging {
  margin: 15px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: 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; }
    .board-paging li > a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 0;
      font-size: 0.9375rem;
      line-height: 28px;
      color: #414141; }
    .board-paging li.on, .board-paging li:hover {
      z-index: 111; }
    .board-paging li.on > a,
    .board-paging li:hover > a {
      background-color: #5A2CCE;
      border: 1px solid #5A2CCE;
      color: #fff; }
  .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-left: -1px; }
  .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("/img/common/paging-next-off.png") no-repeat center center; }
  .board-paging .paging-btn-last {
    background: url("/img/common/paging-last-off.png") no-repeat center center; }
  .board-paging .paging-btn-first {
    background: url("/img/common/paging-first-off.png") no-repeat center center; }
  .board-paging .paging-btn-prev {
    background: url("/img/common/paging-prev-off.png") no-repeat center center; }

.board-search-wrap--fc {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  text-align: right;
  font-size: 0;
  line-height: 0; }
  .board-search-wrap--fc > form {
    float: right; }
  .board-search-wrap--fc > .board_list_total--fc {
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 38px; }
  .board-search-wrap--fc legend {
    display: none; }
  .board-search-wrap--fc p {
    display: inline-block;
    vertical-align: middle; }
    .board-search-wrap--fc p:nth-of-type(1) {
      width: 100px; }
    .board-search-wrap--fc p:nth-of-type(2) {
      width: 190px; }
    .board-search-wrap--fc p:nth-of-type(3) {
      width: 70px; }
  .board-search-wrap--fc select {
    min-width: auto;
    width: 100%;
    height: 38px; }
  .board-search-wrap--fc input[type="text"] {
    width: 100%;
    height: 38px; }
  .board-search-wrap--fc .search-btn-wrap--fc a {
    padding: 0 12px;
    width: 100%;
    background: #5A2CCE;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center; }
    .board-search-wrap--fc .search-btn-wrap--fc a:hover {
      color: #fff; }

@media (min-width: 768px) {
  .board-search-wrap--fc p {
    margin: 0 3px; } }

@media (min-width: 768px) {
  .board-search-wrap--fc .search-btn-wrap--fc a {
    margin-left: 5px; } }

.basic-board-list--fc, .webzine-board-list--fc {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #5A2CCE;
  border-bottom: 1px solid #e9e9e9; }

@media (min-width: 768px) {
  .basic-board-list--fc, .webzine-board-list--fc {
    margin-bottom: 50px; } }

.basic-board-list--fc legend, .webzine-board-list--fc legend {
  display: none; }

.basic-board-list--fc thead th, .webzine-board-list--fc thead th {
  position: relative;
  padding: 16px 0 13px;
  background-color: #f0f1f5;
  font-weight: bold;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle; }

.basic-board-list--fc tbody tr, .webzine-board-list--fc tbody tr {
  border-top: 1px solid #DADBDF; }

.basic-board-list--fc tbody tr:first-child, .webzine-board-list--fc tbody tr:first-child {
  border-top: none; }

.basic-board-list--fc tbody tr.no-data--fc, .webzine-board-list--fc tbody tr.no-data--fc {
  padding: 15px 0; }

.basic-board-list--fc td, .webzine-board-list--fc td {
  font-size: 1.07rem;
  color: #444;
  text-align: center;
  vertical-align: middle;
  background-color: #fff; }

.basic-board-list--fc thead th:before, .webzine-board-list--fc thead th:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #b1b1b1;
  top: 18px;
  bottom: 18px;
  left: 0; }

.basic-board-list--fc thead th:first-child:before, .webzine-board-list--fc thead th:first-child:before {
  display: none; }

.board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
  font-weight: 400; }

.board-search-wrap--fc .search-btn-wrap--fc a {
  font-weight: 400; }

.search-input-wrap--fc {
  position: relative; }

.search-input-wrap--fc input[type="text"] {
  padding-right: 38px; }

.search-input-wrap--fc a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  display: block;
  background: url(/img/icon/ico_search_btn.png) no-repeat center;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden; }

@media (min-width: 768px) {
  .basic-board-list--fc td, .webzine-board-list--fc td {
    padding: 17px 0 15px; } }

@media (max-width: 767px) {
  .basic-board-list--fc,
  .webzine-board-list--fc {
    table-layout: auto; } }

@media (max-width: 767px) {
  .basic-board-list--fc thead th,
  .webzine-board-list--fc thead th {
    display: none; } }

@media (max-width: 767px) {
  .basic-board-row--fc,
  .basic-board-row--fc tbody,
  .basic-board-row--fc tbody tr,
  .basic-board-row--fc tbody tr td,
  .basic-board-list--fc,
  .basic-board-list--fc tbody,
  .basic-board-list--fc tbody tr,
  .basic-board-list--fc tbody tr td,
  .webzine-board-list--fc,
  .webzine-board-list--fc tbody,
  .webzine-board-list--fc tbody tr,
  .webzine-board-list--fc tbody tr td {
    display: block; }
  .basic-board-row--fc tbody tr,
  .basic-board-list--fc tbody tr,
  .webzine-board-list--fc tbody tr {
    overflow: hidden; }
  .basic-board-row--fc tbody tr,
  .basic-board-list--fc tbody tr,
  .webzine-board-list--fc tbody tr {
    display: inline-block;
    padding: 10px 0 15px;
    width: 100%;
    border-top: 1px solid #e1e1e1; }
    .basic-board-row--fc tbody tr:first-child,
    .basic-board-list--fc tbody tr:first-child,
    .webzine-board-list--fc tbody tr:first-child {
      border-color: #5A2CCE; } }

@media (max-width: 767px) {
  .basic-board-list--fc tbody td,
  .webzine-board-list--fc tbody td {
    float: left;
    margin: 10px 0 0;
    padding-right: 15px;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    background-color: #fff;
    vertical-align: middle; }
    .basic-board-list--fc tbody td.board-subject--fc,
    .webzine-board-list--fc tbody td.board-subject--fc {
      margin: 0;
      width: 100%; }
    .basic-board-list--fc tbody td.board-name--fc,
    .webzine-board-list--fc tbody td.board-name--fc {
      font-size: 12px; }
    .basic-board-list--fc tbody td.board-date--fc,
    .webzine-board-list--fc tbody td.board-date--fc {
      clear: both;
      font-size: 12px;
      padding: 0; }
    .basic-board-list--fc tbody td.board-date,
    .webzine-board-list--fc tbody td.board-date {
      font-size: 12px; }
    .basic-board-list--fc tbody td.board-hit--fc, .basic-board-list--fc tbody td.board-num--fc, .basic-board-list--fc tbody td.board-category--fc,
    .webzine-board-list--fc tbody td.board-hit--fc,
    .webzine-board-list--fc tbody td.board-num--fc,
    .webzine-board-list--fc tbody td.board-category--fc {
      display: none; } }

.basic-board-list--fc tbody td.board-subject--fc,
.webzine-board-list--fc tbody td.board-subject--fc {
  text-align: left; }
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    display: inline-block;
    font-size: 1.07rem;
    color: #444;
    vertical-align: middle;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .basic-board-list--fc tbody td.board-subject--fc a img.list-file2--fc,
    .webzine-board-list--fc tbody td.board-subject--fc a img.list-file2--fc {
      display: none; }
    .basic-board-list--fc tbody td.board-subject--fc a:hover,
    .webzine-board-list--fc tbody td.board-subject--fc a:hover {
      color: #000; }
  .basic-board-list--fc tbody td.board-subject--fc img,
  .webzine-board-list--fc tbody td.board-subject--fc img {
    display: inline;
    padding-left: 5px;
    vertical-align: middle; }

.board-wrap--fc .board-hit--fc a {
  font-size: inherit; }

@media (min-width: 768px) {
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    padding-left: 10px; } }

@media (max-width: 767px) {
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    display: inline;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px; } }

.basic-board-row--fc {
  width: 100%;
  border-top: 2px solid #5A2CCE;
  border-bottom: 1px solid #e9e9e9; }
  .basic-board-row--fc tr {
    border-bottom: 1px solid #e1e1e1; }
    .basic-board-row--fc tr.board-row-subject--fc input {
      width: auto; }
    .basic-board-row--fc tr.board-row-subject--fc label {
      margin: 0;
      vertical-align: middle; }
    .basic-board-row--fc tr.board-row-subject--fc input[type="radio"], .basic-board-row--fc tr.board-row-subject--fc input[type="checkbox"] {
      margin: 0;
      width: 18px;
      height: 18px; }
    .basic-board-row--fc tr.board-row-subject--fc input[type="text"] {
      width: 100%; }
    .basic-board-row--fc tr.board-row-select--fc select, .basic-board-row--fc tr.board-row-name--fc input {
      min-width: 200px; }
    .basic-board-row--fc tr.board-row-tel select {
      max-width: 150px;
      min-width: auto;
      width: 25%; }
    .basic-board-row--fc tr.board-row-tel input {
      margin-left: 7px;
      max-width: 150px;
      width: 25%; }
    .basic-board-row--fc tr.board-row-tel span {
      margin-left: 7px; }
    .basic-board-row--fc tr.board-row-email input {
      max-width: 200px;
      width: 25%; }
      .basic-board-row--fc tr.board-row-email input:last-of-type {
        margin-left: 7px; }
    .basic-board-row--fc tr.board-row-email select {
      margin-left: 7px;
      max-width: 200px;
      width: 25%; }
    .basic-board-row--fc tr.board-row-email span {
      margin-left: 7px; }
    .basic-board-row--fc tr.board-row-check p, .basic-board-row--fc tr.board-row-radio p {
      display: inline-block;
      margin-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .basic-board-row--fc tr.board-write-captcha--fc.btn-reload--fc, .basic-board-row--fc tr.board-write-captcha--fc img {
      display: inline-block;
      vertical-align: middle; }
    .basic-board-row--fc tr.board-write-captcha--fc.btn-reload--fc:after {
      content: "\f021";
      display: inline-block;
      margin-left: 3px;
      font: normal normal 24px/45px 'FontAwesome';
      color: #111;
      vertical-align: middle;
      cursor: pointer; }
    .basic-board-row--fc tr.board-write-captcha--fc input[type="text"] {
      margin: 10px 0 0; }
    .basic-board-row--fc tr.board-write-captcha--fc .p_notice--fc {
      display: inline-block;
      margin-top: 7px;
      width: 100%; }
    .basic-board-row--fc tr.board-write-file-list--fc button {
      display: inline-block;
      margin-bottom: 5px;
      padding: 0 15px;
      border: 1px solid #dedede;
      background: #f3f3f3;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px; }
      @media (max-width: 767px) {
        .basic-board-row--fc tr.board-write-file-list--fc button {
          font-size: 11px; } }
    .basic-board-row--fc tr.board-write-file-list--fc #list_file input[type="file"] {
      display: inline-block;
      margin: 3px 0;
      width: 100%; }
    .basic-board-row--fc tr:last-child {
      border-bottom: 0 none; }
    .basic-board-row--fc tr th {
      padding: 16px 10px 16px 20px;
      color: #333;
      background-color: #f0f1f5;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      text-align: left;
      vertical-align: middle; }
    .basic-board-row--fc tr td {
      padding: 7px 13px 8px;
      font-size: 13px;
      line-height: 18px;
      color: #444;
      background-color: #fff;
      vertical-align: middle; }

@media (max-width: 767px) {
  .basic-board-row--fc tr th {
    display: block;
    width: 100%;
    background: none;
    padding: 16px 0 0;
    font-size: 12px; }
  .basic-board-row--fc tr td {
    display: block;
    width: 100%;
    padding: 10px 0 16px; } }

.board-write-btn-wrap--fc {
  margin: 55px 0 0;
  text-align: center; }
  .board-write-btn-wrap--fc a {
    display: inline-block;
    margin: 0 5px;
    width: 150px;
    height: 45px;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px; }
  .board-write-btn-wrap--fc .btn-confirm--fc {
    background: #464646;
    color: #fff !important; }
  .board-write-btn-wrap--fc .btn-cancel--fc {
    background: #d3d3d3;
    color: #464646; }

@media (max-width: 767px) {
  .board-write-btn-wrap--fc a {
    width: 45%; } }

/* fqp */
.faq-wrap--fc {
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 2rem;
  border-top: 2px solid #1C1E26;
  border-bottom: 2px solid #1C1E26; }
  .faq-wrap--fc .faq-list--fc {
    border-bottom: 1px solid #d7d7d7; }
    .faq-wrap--fc .faq-list--fc:last-of-type {
      border-bottom: 0; }
  .faq-wrap--fc .f-wrap--fc a {
    position: relative;
    padding: 24px 40px 24px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    color: #333;
    /*
			&:before {
				content: 'Q';
				display: inline-block;
				position: absolute;
				top: 16px;
				left: 30px;
				border-radius: 50%;
				font-weight: bold;
				line-height: 1;
				text-align: center;
				width: auto;
				height: auto;
				background: none;
				color: $faq-q-icon-color;
				font-size: 1.3rem;
			}*/ }
    .faq-wrap--fc .f-wrap--fc a img {
      display: none; }
    .faq-wrap--fc .f-wrap--fc a:after {
      /*
				content: '\f106';
				display: inline-block;
				position: absolute;
				top: 15px;
				right: 20px;
				font-family: 'FontAwesome';
				font-size: 20px;
				line-height: 1;
				color: $faq-arrow-color;

                */
      content: '';
      position: absolute;
      top: calc(50% - 1.25rem);
      right: 1.25rem;
      width: 2.5rem;
      height: 2.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.9375rem auto;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.2826 1.28318L6.28255 6.28318C6.21287 6.3531 6.13008 6.40857 6.03892 6.44643C5.94775 6.48428 5.85001 6.50377 5.7513 6.50377C5.65259 6.50377 5.55485 6.48428 5.46369 6.44643C5.37252 6.40857 5.28973 6.3531 5.22005 6.28318L0.220051 1.28318C0.0791548 1.14228 -2.09952e-09 0.951183 0 0.751926C2.09952e-09 0.552669 0.0791548 0.361572 0.220051 0.220676C0.360947 0.0797797 0.552044 0.000625136 0.751301 0.000625134C0.950558 0.000625131 1.14165 0.0797797 1.28255 0.220676L5.75193 4.69005L10.2213 0.220051C10.3622 0.079155 10.5533 0 10.7526 0C10.9518 0 11.1429 0.079155 11.2838 0.220051C11.4247 0.360948 11.5039 0.552044 11.5039 0.751301C11.5039 0.950559 11.4247 1.14165 11.2838 1.28255L11.2826 1.28318Z' fill='%23111'/%3E%3C/svg%3E"); }
    @media (min-width: 1200px) {
      .faq-wrap--fc .f-wrap--fc a:hover {
        text-decoration: underline; } }
    @media (max-width: 767px) {
      .faq-wrap--fc .f-wrap--fc a {
        padding: 15px 0;
        /*
				&:before {
					top: 15px;
					left: 10px;
				}*/ } }
  .faq-wrap--fc .f-wrap--fc.on a {
    /*
			&:before {
				content: 'Q.';
    			color: $faq-q-icon-color-on;
			}*/ }
    .faq-wrap--fc .f-wrap--fc.on a:after {
      /*
				content: "\f107";
    			color: $faq-arrow-color-on;*/
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faq-wrap--fc .q-wrap--fc {
    display: none; }
    .faq-wrap--fc .q-wrap--fc p {
      position: relative;
      padding: 5px 0 20px;
      font-size: 1.125rem;
      line-height: 1.7;
      color: #666;
      /*
			&:before {
				content: 'A.';
				display: inline-block;
				position: absolute;
				top: 20px;
				left: 30px;
				margin-right: 20px;
				border-radius: 50%;
				font-weight: bold;
				line-height: 1;
				text-align: center;
				width: auto;
				height: auto;
				background: none;
				color: $faq-a-icon-color;
				font-size: 1.3rem;
			}*/ }
      @media (max-width: 767px) {
        .faq-wrap--fc .q-wrap--fc p {
          padding: 5px 0 15px;
          /*
				&:before {
					top: 15px;
					left: 10px;
				}*/ } }

strong.date_on--fc {
  margin: 0 0 0 10px;
  display: inline-block;
  width: 55px;
  height: 26px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #091520; }

strong.date_off--fc {
  margin: 0 0 0 10px;
  display: inline-block;
  width: 55px;
  height: 26px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #c4c7c9; }

/* Mobile Board Style */
@media (max-width: 575px) {
  .board-search-wrap--fc .search-btn-wrap--fc a, .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
    font-size: 0.75rem; } }

@media (max-width: 767px) {
  .board-wrap--fc input, .board-wrap--fc select {
    display: inline-block; }
  .post-navi--fc li a {
    max-width: 60%; }
  .board-search-wrap--fc {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0; }
    .board-search-wrap--fc p:first-of-type {
      margin-right: 3%;
      width: 30%; }
    .board-search-wrap--fc p:nth-of-type(2) {
      margin-right: 0;
      width: 67%; }
    .board-search-wrap--fc p:nth-of-type(3) {
      margin-top: 3%;
      width: 100%; }
    .board-search-wrap--fc > form {
      float: none; }
    .board-search-wrap--fc > .board_list_total--fc {
      font-size: 12px;
      float: none;
      text-align: left;
      line-height: 1;
      margin: 20px 0 10px; }
  .basic-board-list--fc tbody td,
  .webzine-board-list--fc tbody td {
    padding-right: 0; }
    .basic-board-list--fc tbody td.board-subject--fc a,
    .webzine-board-list--fc tbody td.board-subject--fc a {
      white-space: normal;
      float: none !important; }
  .board-paging li > a {
    font-size: 13px; }
  .board-wrap--fc select, .board-search-wrap--fc .search-btn-wrap--fc a {
    font-size: 12px; } }

@media (min-width: 768px) {
  .post-navi--fc li a {
    max-width: 65%; } }

@media (min-width: 1200px) {
  .basic-board-list--fc tbody td.board-subject--fc a:hover, .webzine-board-list--fc tbody td.board-subject--fc a:hover, .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc a:hover {
    text-decoration: underline; }
  .basic-board-list--fc tbody td.board-subject--fc a:hover img.list-file--fc,
  .webzine-board-list--fc tbody td.board-subject--fc a:hover img.list-file--fc {
    display: none; }
  .basic-board-list--fc tbody td.board-subject--fc a:hover img.list-file2--fc,
  .webzine-board-list--fc tbody td.board-subject--fc a:hover img.list-file2--fc {
    display: inline; }
  .board-wrap--fc .btn-write-wrap--fc .btn-write--fc:hover, .board-search-wrap--fc .search-btn-wrap--fc a:hover {
    opacity: .8; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc:hover {
    opacity: .8; }
  .board-write-btn-wrap--fc .btn-confirm--fc:hover, .board-write-btn-wrap--fc .btn-cancel--fc:hover {
    opacity: .8; } }

/* ==========================================================================
  gallery
   ========================================================================== */
.board-wrap--fc .gallery-list--fc {
  display: flex;
  font-size: 0;
  flex-wrap: wrap; }
  .board-wrap--fc .gallery-list--fc figure {
    width: 25%;
    padding: 0 7px;
    vertical-align: top;
    margin-top: 40px; }
    .board-wrap--fc .gallery-list--fc figure > a {
      display: block;
      border-bottom: 1px solid #dadada;
      height: 100%; }
      .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc {
        border: 1px solid #dadada; }
        .board-wrap--fc .gallery-list--fc figure > a .thumb-wrap--fc iframe {
          width: 100%;
          /* min-height: 238px; */ }
      .board-wrap--fc .gallery-list--fc figure > a figcaption {
        padding: 20px 10px;
        background: none; }
      @media (min-width: 1200px) {
        .board-wrap--fc .gallery-list--fc figure > a:hover .gallery-title--fc {
          text-decoration: underline;
          color: #000; } }

.gallery-title--fc {
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gallery-date--fc {
  font-size: 12px;
  color: #444;
  text-align: right;
  margin-top: 10px; }

@media (max-width: 991px) {
  .board-wrap--fc .gallery-list--fc figure {
    width: 33.333333%; } }

@media (max-width: 767px) {
  .bg_sub_exhibition {
    padding-bottom: 50px; }
  .board-wrap--fc .gallery-list--fc figure {
    width: 50%;
    margin-top: 30px; }
    .board-wrap--fc .gallery-list--fc figure a figcaption {
      padding: 10px; }
  .gallery-title--fc {
    font-size: 14px; }
  .gallery-date--fc {
    margin-top: 5px; } }

@media (max-width: 575px) {
  .board-wrap--fc .gallery-list--fc {
    display: block;
    margin: 0; }
    .board-wrap--fc .gallery-list--fc figure {
      width: 100%;
      padding: 0; } }

/* form */
.form_table {
  font-size: 0; }

.form_table__col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 33px; }
  .form_table__col + .form_table__col {
    padding-right: 0;
    padding-left: 33px; }
  .form_table__col table {
    width: 100%; }
    .form_table__col table td input {
      font-size: 16px;
      font-weight: 350;
      width: 100%;
      height: auto;
      padding: 10px 0;
      border-width: 0 0 1px 0;
      margin-top: 20px;
      margin-right: 0;
      outline: none; }
    .form_table__col table td textarea {
      width: 100%;
      margin-top: 63px;
      height: 262px;
      padding: 20px;
      resize: none;
      overflow-y: auto;
      outline: none;
      line-height: 1.7;
      font-size: 16px; }

/* file */
.filebox {
  font-size: 0; }
  .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .filebox label {
    display: inline-block;
    height: 40px;
    font-size: 15px;
    background-color: #eee;
    line-height: 40px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    vertical-align: top; }
    .filebox label:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .filebox .upload-name {
    display: inline-block;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: calc(100% - 110px);
    color: #9d9d9d;
    text-align: left;
    margin-top: 0; }

@media (min-width: 1200px) {
  .filebox label:hover {
    background-color: #e5e5e5; } }

.captcha_box--fc {
  font-size: 0;
  margin-top: 20px; }

.captcha__num--fc {
  display: inline-block;
  vertical-align: middle;
  width: 170px; }

.captcha_box--fc a {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  padding: 12px;
  border: 1px solid #8993a0;
  margin: 0 20px; }

.captcha_box--fc input {
  display: inline-block;
  width: calc(100% - 255px) !important;
  margin-top: 0 !important;
  vertical-align: middle; }

.sub_privacy_wrap {
  margin-top: 70px; }
  .sub_privacy_wrap > p {
    font-size: 16px;
    font-weight: 350;
    color: #222; }

.privacy_box--fc {
  border: 1px solid #d9d9d9;
  padding: 40px 25px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 1.7;
  max-height: 244px;
  overflow-y: auto; }
  .privacy_box--fc pre {
    white-space: pre-wrap; }

.sub_privacy_wrap > p.privacy_txt--fc {
  text-align: center;
  margin-top: 50px; }

.board-write-btn-wrap--fc .btn-cancel--fc {
  background: #9a9a9a;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 17px 70px; }

.board-write-btn-wrap--fc .btn-confirm--fc {
  color: #fff !important;
  background-color: #5A2CCE;
  font-size: 1rem;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 17px 70px; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna {
    background-color: #464646;
    font-size: 14px;
    padding: 15px 45px;
    margin-top: -20px; }

@media (min-width: 1200px) {
  .board-write-btn-wrap--fc .btn-confirm--fc:hover {
    background-color: #693ed6; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna:hover {
    background-color: #525252; } }

@media (max-width: 991px) {
  .form_table__col {
    padding-right: 15px; }
    .form_table__col + .form_table__col {
      padding-left: 15px; } }

@media (max-width: 767px) {
  .form_table__col {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important; }
    .form_table__col table td input {
      font-size: 14px;
      margin-top: 10px; }
  .captcha_box--fc input {
    display: block;
    width: 100% !important;
    margin-top: 10px !important; }
  .form_table__col table td textarea {
    margin-top: 20px;
    height: 160px;
    font-size: 14px; }
  .sub_privacy_wrap {
    margin-top: 40px; }
    .sub_privacy_wrap > p {
      font-size: 14px; }
  .privacy_box--fc {
    max-height: 160px;
    padding: 15px 20px;
    font-size: 14px; }
  .sub_privacy_wrap > p.privacy_txt--fc {
    margin-top: 25px; }
  .board-write-btn-wrap--fc {
    font-size: 0; }
  .board-write-btn-wrap--fc .btn-cancel--fc {
    width: calc(50% - 0.6250rem);
    padding: 0 0.625rem;
    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0.3125rem; }
  .board-write-btn-wrap--fc .btn-confirm--fc {
    width: calc(50% - 0.6250rem);
    padding: 0 0.625rem;
    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0.3125rem; }
    .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna {
      margin-top: 20px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
    font-size: 0; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc p {
    display: flex;
    width: auto;
    vertical-align: top; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc,
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc,
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
    width: 100%;
    flex: 1;
    margin: 0 3.5px; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc {
    display: block;
    width: auto;
    margin: 0 3.5px;
    min-width: auto;
    vertical-align: top; } }

/* ==========================================================================
  회원가입 & 로그인
   ========================================================================== */
@media (min-width: 1200px) {
  .member-container--fc {
    padding-top: 20px; } }

.member-wrap--fc {
  padding: 0;
  width: 100%;
  font-size: 0.75rem;
  color: #414141; }
  .member-wrap--fc caption {
    position: relative;
    caption-side: top;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    padding: 0 0 0 1.125rem;
    margin-top: 3.125rem;
    margin-bottom: 20px;
    vertical-align: top; }
    .member-wrap--fc caption:before {
      content: '';
      position: absolute;
      left: 0;
      top: auto;
      bottom: auto;
      display: inline-block;
      width: 2px;
      height: 100%;
      margin-right: 10px;
      background-color: #000; }
    @media (max-width: 767px) {
      .member-wrap--fc caption {
        font-size: 14px; } }
  .member-wrap--fc .member-title--fc {
    padding-bottom: 1.25rem;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 1;
    color: #303030;
    text-align: center; }
  .member-wrap--fc a {
    display: block;
    font-size: 0.75rem;
    color: #606060;
    text-decoration: none; }
    .member-wrap--fc a:hover {
      color: black; }
  .member-wrap--fc input, .member-wrap--fc select, .member-wrap--fc textarea {
    font-size: 1rem;
    vertical-align: middle; }
  .member-wrap--fc input, .member-wrap--fc textarea {
    line-height: 1; }
  .member-wrap--fc input, .member-wrap--fc select {
    display: inline-block; }
  .member-wrap--fc input[type="text"], .member-wrap--fc input[type="password"] {
    padding: 0 0.4375rem; }
  .member-wrap--fc select {
    padding: 0 0.4375rem; }
  .member-wrap--fc select {
    padding: 0 0 0 10px;
    min-width: 150px;
    background: #fff url("/img/common/select-arrow.gif") no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    cursor: pointer; }
    .member-wrap--fc select::-ms-expand {
      display: none; }
  .member-wrap--fc textarea {
    padding: 10px;
    height: 150px;
    width: 100%;
    color: #666; }
  .member-wrap--fc input[type="file"] {
    border: 0 none; }
  .member-wrap--fc .login-form-wrap--fc {
    position: relative;
    margin: 0 auto;
    width: 31.25rem;
    text-align: center;
    /*
    &:before {
      display: inline-block;
      z-index: 66;
      position: absolute;
      top: 30px;
      left: 50%;
      width: 64px;
      height: 89px;
      margin-left: -32px;
      background: url("/img/member/icon_lock.png") no-repeat 0 0;
      background-size: 100% auto;
      content: '';
		
		@include md-max {
			top: 20px;
		}
    }
    */ }
    .member-wrap--fc .login-form-wrap--fc .login-input--fc {
      width: 100%; }
      .member-wrap--fc .login-form-wrap--fc .login-input--fc li {
        margin: 0 0 15px; }
    .member-wrap--fc .login-form-wrap--fc input[type="text"], .member-wrap--fc .login-form-wrap--fc input[type="password"] {
      width: 100%;
      height: 3.75rem;
      padding-left: 3.75rem;
      background-position: center left 1.25rem;
      background-repeat: no-repeat;
      background-size: auto; }
    .member-wrap--fc .login-form-wrap--fc input[type="text"] {
      background-image: url("/img/member/ico_login-id.png"); }
    .member-wrap--fc .login-form-wrap--fc input[type="password"] {
      background-image: url("/img/member/ico_login-pw.png"); }
    .member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc {
      float: left;
      width: 50%;
      text-align: left; }
    .member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc {
      float: right;
      width: 50%;
      text-align: right; }
      .member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 1.125rem; }
    .member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc {
      max-width: 100%; }
      .member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse; }
        .member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc ul li {
          display: block;
          width: 100%;
          padding: 0 !important;
          margin-bottom: 1.25rem; }
    .member-wrap--fc .login-form-wrap--fc .login-btn-wrap--fc {
      clear: both;
      padding: 30px 0 0;
      width: 100%;
      text-align: center; }
      .member-wrap--fc .login-form-wrap--fc .login-btn-wrap--fc a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 15px;
        line-height: 50px; }
        .member-wrap--fc .login-form-wrap--fc .login-btn-wrap--fc a.btn-login--fc {
          background: #464646;
          color: #fff; }
        .member-wrap--fc .login-form-wrap--fc .login-btn-wrap--fc a.btn-join--fc {
          background: #d3d3d3;
          color: #464646; }
  .member-wrap--fc .join-form-wrap--fc {
    width: 100%; }
    .member-wrap--fc .join-form-wrap--fc legend {
      position: relative;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1;
      color: #303030;
      padding: 0 0 0 1.125rem;
      margin-top: 30px;
      margin-bottom: 20px;
      vertical-align: top; }
      .member-wrap--fc .join-form-wrap--fc legend:before {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        bottom: auto;
        display: inline-block;
        width: 2px;
        height: 100%;
        margin-right: 10px;
        background-color: #000; }
      .member-wrap--fc .join-form-wrap--fc legend span {
        display: inline-block;
        margin: 1rem 0 0;
        width: 100%;
        font-weight: normal;
        font-size: 1rem;
        line-height: 18px;
        color: #666; }
    .member-wrap--fc .join-form-wrap--fc .caption {
      font-size: 1rem;
      font-weight: 500;
      text-align: right;
      margin-bottom: 5px; }
    .member-wrap--fc .join-form-wrap--fc .join-agree--fc input[type="checkbox"] + label:before {
      top: 3px;
      border-radius: 50%; }
    .member-wrap--fc .join-form-wrap--fc .join-agree--fc input[type="checkbox"] + label strong {
      font-weight: 500; }
    .member-wrap--fc .join-form-wrap--fc .box-wrap--fc {
      overflow-x: hidden;
      margin-bottom: 15px;
      padding: 15px 20px;
      width: 100%;
      height: 230px;
      border: 1px solid #bebebe;
      border-top-color: #303030;
      white-space: pre-line;
      font-size: 1.125rem;
      line-height: 1.6;
      color: #666;
      text-align: left; }
      .member-wrap--fc .join-form-wrap--fc .box-wrap--fc + .join-agree--fc label strong {
        color: #f84a4a;
        font-weight: 500; }
  .member-wrap--fc .form-table--fc {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #5A2CCE;
    border-bottom: 1px solid #e9e9e9; }
    .member-wrap--fc .form-table--fc tr {
      border-bottom: 1px solid #e9e9e9;
      /*  마케팅 수신동의*/ }
      .member-wrap--fc .form-table--fc tr:last-child {
        border-bottom: 0 none; }
      .member-wrap--fc .form-table--fc tr th {
        padding: 16px 10px 16px 20px;
        background: #f0f1f5;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 18px;
        color: #333;
        text-align: left;
        vertical-align: middle; }
        .member-wrap--fc .form-table--fc tr th.required:after {
          display: inline-block;
          width: 14px;
          height: 11px;
          margin-top: -3px;
          margin-left: 7px;
          background: url("/img/common/required.png") no-repeat 0 0;
          vertical-align: middle;
          content: ''; }
      .member-wrap--fc .form-table--fc tr td {
        padding: 15px 10px 15px 30px;
        font-size: 1.125rem;
        line-height: 1.2;
        color: #444;
        background-color: #fff;
        vertical-align: middle; }
        .member-wrap--fc .form-table--fc tr td .info-text--fc {
          display: inline-block;
          margin-left: 10px;
          padding: 5px 0;
          vertical-align: middle; }
        .member-wrap--fc .form-table--fc tr td input, .member-wrap--fc .form-table--fc tr td select, .member-wrap--fc .form-table--fc tr td span, .member-wrap--fc .form-table--fc tr td label {
          display: inline-block;
          margin-right: -5px;
          font-size: inherit; }
        .member-wrap--fc .form-table--fc tr td input[type="checkbox"] + label {
          line-height: 23px; }
          @media (max-width: 767px) {
            .member-wrap--fc .form-table--fc tr td input[type="checkbox"] + label {
              line-height: 18px; } }
        .member-wrap--fc .form-table--fc tr td select.md_mb5 {
          width: 200px !important;
          line-height: normal; }
        .member-wrap--fc .form-table--fc tr td .check-btn--fc {
          display: inline-block;
          font-weight: bold;
          font-size: 1rem;
          line-height: 33px;
          color: #fff;
          font-weight: 300;
          text-align: center;
          margin-right: -5px;
          margin-right: 0;
          border: 1px solid #333;
          background: #333;
          vertical-align: middle; }
      .member-wrap--fc .form-table--fc tr.join-form-id--fc input {
        min-width: 250px; }
      .member-wrap--fc .form-table--fc tr.join-form-password--fc input {
        min-width: 320px; }
        .member-wrap--fc .form-table--fc tr.join-form-password--fc input::-webkit-input-placeholder, .member-wrap--fc .form-table--fc tr.join-form-password--fc input:-moz-placeholder, .member-wrap--fc .form-table--fc tr.join-form-password--fc input::-moz-placeholder, .member-wrap--fc .form-table--fc tr.join-form-password--fc input:-ms-input-placeholder {
          color: #f84a4a; }
      .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
        max-width: 70px;
        margin-right: 5px;
        margin-left: 0;
        padding: 0 0.4375rem;
        box-sizing: border-box;
        font-size: 13px;
        color: #666;
        vertical-align: middle;
        margin-top: 0 !important; }
        .member-wrap--fc .form-table--fc tr.join-form-tel--fc input ~ input {
          margin-left: 5px; }
      .member-wrap--fc .form-table--fc tr.join-form-email--fc {
        /*
        input {
          min-width: 250px;
        }*/ }
        .member-wrap--fc .form-table--fc tr.join-form-email--fc .check-btn--fc {
          margin-right: 1rem;
          border-color: #828282;
          background-color: #828282; }
        .member-wrap--fc .form-table--fc tr.join-form-email--fc input[type="text"] {
          width: calc(100% / 2 - 20px);
          min-width: auto; }
        .member-wrap--fc .form-table--fc tr.join-form-email--fc span {
          display: inline-block;
          min-width: 110px;
          width: auto !important;
          margin-top: 7px;
          vertical-align: bottom; }
        .member-wrap--fc .form-table--fc tr.join-form-email--fc .col-email-2 em {
          display: inline-block;
          width: 40px;
          font-size: 1.125rem;
          font-style: normal;
          text-align: center; }
      .member-wrap--fc .form-table--fc tr.join-form-address--fc input.zipcode--fc {
        width: 14.625rem; }
      .member-wrap--fc .form-table--fc tr.join-form-address--fc input.address--fc {
        margin-top: 7px;
        width: 100%; }
      .member-wrap--fc .form-table--fc tr.join-form-agree--fc td span {
        display: inline-block;
        margin-right: 30px; }
      .member-wrap--fc .form-table--fc tr.join-form-radio--fc p, .member-wrap--fc .form-table--fc tr.join-form-check--fc p {
        display: inline-block;
        margin-right: 30px; }
      .member-wrap--fc .form-table--fc tr.join-form-birth select {
        width: 23%;
        min-width: auto; }
      .member-wrap--fc .form-table--fc tr.join-form-birth input {
        margin-left: 10px;
        width: 23%;
        max-width: 150px; }
        .member-wrap--fc .form-table--fc tr.join-form-birth input:first-of-type {
          margin-left: 0; }
  .member-wrap--fc .join-result-wrap--fc {
    max-width: 694px;
    margin: 0 auto;
    padding-top: 1.25rem;
    /*
    .result-title--fc {
      border-top: 1px solid #e1e1e1;
      padding: 4.375rem 0 1.875rem;
      width: 100%;
      font-weight: 100;
      font-size: 30px;
      line-height: 36px;
      color: #303030;
      text-align: center;
    }

    .result-text--fc {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      color: #666;
      text-align: center;

      span {
        font-weight: bold;
        color: #303030;
      }
    }
    */ }
    .member-wrap--fc .join-result-wrap--fc .result-text-box--fc {
      text-align: center;
      padding: 0 2.5rem;
      border: 1px solid #000;
      background-color: #fff;
      margin-bottom: 1.25rem; }
      .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .result-txt--fc {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 600;
        padding: 3.125rem 0; }
    .member-wrap--fc .join-result-wrap--fc .warning-message--fc {
      margin: 50px 0 15px;
      width: 100%;
      color: #f84a4a;
      text-align: center; }
    .member-wrap--fc .join-result-wrap--fc .form-table--fc {
      width: 100%;
      border: 1px solid #DADBDF; }
  .member-wrap--fc .join-btn-wrap--fc {
    max-width: 440px;
    margin-top: 2.8125rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .member-wrap--fc .join-btn-wrap--fc ul {
      font-size: 0; }
      .member-wrap--fc .join-btn-wrap--fc ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 10px; }
        .member-wrap--fc .join-btn-wrap--fc ul li a {
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          color: #444;
          border: 1px solid #d3d3d3;
          background-color: #fff;
          padding: 1rem 0.5rem; }
        .member-wrap--fc .join-btn-wrap--fc ul li:last-child {
          padding-right: 0;
          padding-left: 10px; }
          .member-wrap--fc .join-btn-wrap--fc ul li:last-child a {
            background-color: #5A2CCE;
            border-color: #5A2CCE;
            color: #fff; }
  .member-wrap--fc .login-btn--sns--fc {
    margin-top: 2.8125rem; }
    .member-wrap--fc .login-btn--sns--fc ul {
      margin-top: 2.8125rem;
      font-size: 0; }
      .member-wrap--fc .login-btn--sns--fc ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.4375rem; }
        .member-wrap--fc .login-btn--sns--fc ul li a {
          display: block;
          width: 3.75rem;
          height: 3.75rem;
          border: 1px solid #d3d3d3;
          border-radius: 50%;
          font-size: 0;
          color: transparent; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_kakao {
            background: #fff url("/img/icon/ico_login_kakao.png") no-repeat center/1.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_naver {
            background: #fff url("/img/icon/ico_login_naver.png") no-repeat center/1.5rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_facebook {
            background: #fff url("/img/icon/ico_login_facebook.png") no-repeat center/0.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_google {
            background: #fff url("/img/icon/ico_login_google.png") no-repeat center/1.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_twitter {
            background: #fff url("/img/icon/ico_login_twitter.png") no-repeat center/1.5rem; }
  .member-wrap--fc .hr_txt {
    overflow: hidden; }
    .member-wrap--fc .hr_txt span {
      position: relative;
      display: inline-block;
      font-size: 1rem;
      font-weight: 500;
      color: #444; }
      .member-wrap--fc .hr_txt span:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 50%;
        height: 1px;
        border-top: 1px dashed #d7d7d7;
        margin-right: 1.875rem; }
      .member-wrap--fc .hr_txt span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        width: 50%;
        height: 1px;
        border-top: 1px dashed #d7d7d7;
        margin-left: 1.875rem; }
  .member-wrap--fc .member-wrap .join-form-wrap .box-wrap {
    border-top-color: #bebebe; }
  .member-wrap--fc .member-wrap p label {
    height: auto;
    line-height: 1.5;
    font-size: 1rem; }
  .member-wrap--fc .member-wrap .join-result-wrap .result-title {
    border-top: 0; }
  @media (min-width: 1200px) {
    .member-wrap--fc .join-btn-wrap--fc ul li a:hover {
      background-color: #f7f7f7;
      border-color: #d3d3d3;
      color: #444; }
    .member-wrap--fc .join-btn-wrap--fc ul li:last-child a:hover {
      background-color: #693ed6;
      border-color: #693ed6;
      color: #fff; } }

@media (min-width: 1200px) {
  .member-wrap--fc .form-table--fc .join-form-email--fc .col-email-2 {
    display: inline-block;
    width: 70%; } }

@media (max-width: 1199px) {
  .member-wrap--fc .form-table--fc tr.join-form-email--fc .check-btn--fc {
    margin-left: 0;
    margin-top: 10px; } }

@media (min-width: 992px) {
  .member-wrap--fc .form-table--fc input[type="text"],
  .member-wrap--fc .form-table--fc input[type="password"] {
    width: 430px; }
  .member-wrap--fc .form-table--fc tr td .check-btn--fc {
    min-width: 130px; } }

@media (min-width: 768px) {
  .member-wrap--fc .join-agree--fc input[type="checkbox"] + label {
    font-size: 1.0625rem; }
  .member-wrap--fc .join-agree--fc input[type="checkbox"] + label:before {
    font-family: 'FontAwesome';
    content: "\f111";
    font-size: 10px;
    text-align: center;
    line-height: 18px; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input,
  .member-wrap--fc .form-table--fc input[type="text"],
  .member-wrap--fc .form-table--fc input[type="password"] {
    padding: 0 1.25rem; }
  .member-wrap--fc .form-table--fc tr th {
    height: 78px; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
    max-width: 129px; }
  .member-wrap--fc .form-table--fc .join-form-email--fc .email-form {
    position: relative; }
    .member-wrap--fc .form-table--fc .join-form-email--fc .email-form .select {
      position: absolute;
      width: 160px;
      top: 0;
      right: 0; }
      .member-wrap--fc .form-table--fc .join-form-email--fc .email-form .select select {
        width: 100%;
        height: 2.9375rem; }
    .member-wrap--fc .form-table--fc .join-form-email--fc .email-form .col-email-2 {
      position: relative;
      padding-right: 172px; }
  .member-wrap--fc .form-table--fc tr td .check-btn--fc {
    margin-left: 10px;
    padding: 0 15px;
    line-height: 2.8125rem; }
  .member-wrap--fc .form-table--fc tr.join-form-check--fc p {
    padding-top: 5px;
    padding-bottom: 5px; }
  .member-wrap--fc .form-table--fc tr.join-form-birth select {
    max-width: 150px; }
  .member-wrap--fc .form-table--fc tr.join-form-birth span {
    margin-left: 7px;
    margin-right: 7px !important; } }

@media (max-width: 767px) {
  .member-wrap--fc .member-title--fc {
    font-size: 1.25rem; }
  .member-wrap--fc textarea {
    font-size: 13px;
    line-height: 18px; }
  .member-wrap--fc .login-form-wrap--fc {
    width: 100%; }
  .member-wrap--fc .join-form-wrap--fc legend {
    font-size: 14px; }
  .member-wrap--fc .join-form-wrap--fc .box-wrap--fc {
    height: 150px;
    padding: 15px;
    font-size: 12px;
    line-height: 17px; }
  .member-wrap--fc .form-table--fc colgroup {
    display: none; }
  .member-wrap--fc .form-table--fc tr th {
    display: block;
    width: 100%;
    background: none;
    padding: 16px 0 16px 15px;
    padding-bottom: 0; }
  .member-wrap--fc .form-table--fc tr th.required:after {
    margin-left: 3px;
    width: 10px;
    height: 8px; }
  .member-wrap--fc .form-table--fc tr td {
    display: block;
    width: 100%;
    padding: 13px 0 16px 0; }
  .member-wrap--fc .form-table--fc tr td .info-text--fc {
    margin-top: 7px;
    margin-left: 0;
    width: 100%;
    padding: 0; }
  .member-wrap--fc .form-table--fc tr td .check-btn--fc {
    width: 38%;
    max-width: 140px;
    font-size: 12px;
    text-align: center; }
  .member-wrap--fc .form-table--fc tr td select,
  .member-wrap--fc .form-table--fc tr td input[type="text"],
  .member-wrap--fc .form-table--fc tr td input[type="password"],
  .member-wrap--fc .form-table--fc tr td input[type="tel"],
  .member-wrap--fc .form-table--fc tr td input[type="number"] {
    height: 35px; }
  .member-wrap--fc .form-table--fc tr td .md_mb5 {
    display: block;
    margin-bottom: 5px; }
  .member-wrap--fc .form-table--fc tr td .md_mb5 + #zipcode,
  .member-wrap--fc .form-table--fc tr td .md_mb5 + * {
    width: 100% !important;
    margin-bottom: 0 !important; }
  .member-wrap--fc .form-table--fc tr.join-form-id--fc input {
    min-width: 0;
    width: 60%; }
  .member-wrap--fc .form-table--fc tr.join-form-password--fc input {
    min-width: 0;
    width: 100%; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
    max-width: 25%; }
  .member-wrap--fc .form-table--fc tr.join-form-name--fc input + input {
    margin-top: 5px; }
  .member-wrap--fc .form-table--fc tr.join-form-email--fc input {
    width: 60%;
    min-width: 0; }
  .member-wrap--fc .form-table--fc tr.join-form-email--fc select {
    width: 100%;
    margin-top: 7px; }
  .member-wrap--fc .form-table--fc tr.join-form-address--fc .post--fc {
    width: 60%; }
  .member-wrap--fc .form-table--fc tr.join-form-radio--fc p, .member-wrap--fc .form-table--fc tr.join-form-check--fc p {
    margin-top: 7px;
    margin-right: 0;
    width: 100%; }
  .member-wrap--fc .form-table--fc tr.join-form-radio--fc p:first-child, .member-wrap--fc .form-table--fc tr.join-form-check--fc p:first-child {
    margin-top: 0; }
  .member-wrap--fc .form-table--fc tr.join-form-birth span {
    width: 10.33333333333333%;
    text-align: center; }
  .member-wrap--fc .join-result-wrap--fc .result-title--fc {
    padding: 3.125rem 0 0.9375rem;
    font-size: 26px;
    line-height: 30px; }
  .member-wrap--fc .join-result-wrap--fc .warning-message--fc {
    margin: 30px 0 15px; }
  .member-wrap--fc .join-result-wrap--fc .form-table--fc {
    margin: 0 0 10px;
    width: 100%; }
  .join-form-select--fc select, .join-form-name--fc input {
    width: 100%; } }

/* 회원탈퇴 */
.btn-withdrawal--fc {
  display: block;
  margin-top: 1rem;
  text-align: right; }

.member-wrap--fc .btn-withdrawal--fc a {
  display: inline-block;
  font-size: 0.875rem;
  padding: .5rem 1rem;
  background-color: #fff;
  color: #444;
  border: 1px solid #d3d3d3; }
  @media (min-width: 1200px) {
    .member-wrap--fc .btn-withdrawal--fc a:hover {
      background-color: #f7f7f7;
      border-color: #d3d3d3;
      color: #444; } }

/* 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: 10001;
    -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: 10001; }

.txt-c,
.t_c {
  text-align: center !important; }

.txt-l,
.t_l {
  text-align: left !important; }

.txt-r,
.t_r {
  text-align: right !important; }

@media (max-width: 1600px) {
  .bp1600_only {
    display: none !important; } }

@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 (min-width: 992px) {
  .lg_none {
    display: none !important; } }

@media (max-width: 991px) {
  .lg_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;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -.5px; }

.max-inner {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto; }
  @media (min-width: 1901px) {
    .max-inner {
      padding: 0 100px; } }
  @media (max-width: 1440px) {
    .max-inner {
      padding: 0 20px; } }

.min-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .min-inner {
      padding: 0 20px; } }

.inner {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto; }

.inner-1200 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }

/* --- placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999; }

input::placeholder,
textarea::placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

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="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid #ccd0d7;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #414141; }

input[type="text"],
input[type="password"],
input[type="tel"],
select {
  height: 2.9375rem; }

textarea {
  padding: 10px; }

input:focus,
textarea:focus,
select:focus {
  border-color: #5A2CCE;
  outline: none; }

input[type="radio"] {
  display: none !important; }
  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1.125rem;
    color: #1C1E26;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer; }
    input[type="radio"] + label:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      color: #fff;
      border: 1px solid #bebebe;
      border-radius: 50%;
      background-color: #fff;
      background-position: center center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  input[type="radio"]:checked + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #5A2CCE;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-color: #5A2CCE;
    background-color: #fff;
    background-image: url("/html/_skin/img/icons/check-on.svg"); }

input[type="checkbox"] {
  display: none !important; }
  input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1.125rem;
    color: #1C1E26;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 3px;
      font-family: 'FontAwesome';
      width: 20px;
      height: 20px;
      line-height: 18px;
      font-size: 10px;
      color: transparent;
      background: #fff;
      border: 1px solid #bebebe;
      border-radius: 0;
      text-align: center;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -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;
    color: #fff;
    font-family: 'FontAwesome';
    line-height: 18px;
    border-color: #5A2CCE;
    background: #5A2CCE; }

@media (max-width: 767px) {
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding-left: 23px; }
  input[type="radio"] + label:before {
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 10px; }
  input[type="radio"]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 10px; }
  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; } }

/* layer */
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .layer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .layer .pop-layer {
    display: block; }

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 3px solid #555;
  z-index: 10; }
  .pop-layer .pop-container {
    padding: 20px 25px; }

.pop-layer .board-password-txt {
  font-size: 13px;
  line-height: 18px;
  text-align: center; }

.pop-layer .board-password-input {
  margin: 40px;
  text-align: center; }
  .pop-layer .board-password-input label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #333;
    vertical-align: middle; }
  .pop-layer .board-password-input input {
    display: inline-block;
    padding: 0 0 0 8px;
    width: 150px;
    height: 26px;
    border: 1px solid #d8d8d8;
    color: #555;
    vertical-align: middle; }

.pop-layer .board-password-btn {
  text-align: center; }
  .pop-layer .board-password-btn a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px; }
  .pop-layer .board-password-btn .board-password-btn-list {
    background: #d3d3d3;
    color: #464646; }
  .pop-layer .board-password-btn .board-password-btn-ok {
    background: #111;
    color: #fff; }

/* btn */
/* ---------------------------------- layout */
html,
body {
  height: 100%; }

html.is-loading,
body.is-loading {
  position: fixed;
  overflow: hidden !important;
  height: 100%;
  overscroll-behavior: none; }

body.gnb-open {
  overflow: hidden; }
  @media (min-width: 1200px) {
    body.gnb-open {
      overflow-x: hidden;
      overflow-y: visible; } }

#wrapeer {
  overflow: hidden;
  width: 100%; }

@media (min-width: 321px) {
  body {
    overflow-x: hidden; } }

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%; }

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px); }
  .sub #contents {
    padding-top: 90px; }
  .sub #header.has-notice:not(.notice-closing) ~ #contents {
    padding-top: 150px; }
  /*
	#header.fixed ~ #contents {
		min-height: calc(100vh - 255px + calc(35px + 90px + 1px));

		@include contents-pc-padding-top($site-config-header-top);
	}*/ }

@media (max-width: 1199px) {
  #contents {
    min-height: calc(100vh - 255px); }
  .sub #contents {
    padding-top: 80px; }
  .sub #header.has-notice:not(.notice-closing) ~ #contents {
    padding-top: 140px; }
  /*
	#header.fixed ~ #contents {
		min-height: calc(100vh - 255px + calc(35px + 80px + 1px));

		@include contents-tablet-padding-top($site-config-header-top);
	}*/ }

@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 288px); }
  .sub #contents {
    padding-top: 55px; }
  .sub #header.has-notice:not(.notice-closing) ~ #contents {
    padding-top: 100px; }
  /*
	#header.fixed ~ #contents {
		min-height: calc(100vh - 288px + calc(28px + 55px + 1px));
		
		@include contents-mobile-padding-top($site-config-header-top);
	}*/ }

.top-btn {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #5A2CCE;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: .2s bottom ease-in-out, .4s background ease-in-out;
  -o-transition: .2s bottom ease-in-out, .4s background ease-in-out;
  transition: .2s bottom ease-in-out, .4s background ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .top-btn.on {
    bottom: 30px;
    -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: -25px;
    bottom: auto; }

@media (min-width: 1200px) {
  .top-btn.on:hover {
    background: rgba(90, 44, 206, 0.7);
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .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; } }

@media (max-width: 1199px) {
  .top-btn {
    right: 20px; }
    .top-btn.on {
      bottom: 20px; } }

@media (max-width: 767px) {
  .top-btn {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px; }
    .top-btn.fixed {
      top: -20px; } }

/*
	path
*/
.path-wrap .path {
  font-size: 0; }
  .path-wrap .path > li {
    display: inline-block;
    padding-right: 20px;
    font-size: .875rem;
    color: #999;
    line-height: 60px; }
    .path-wrap .path > li:last-child {
      color: #222; }
      .path-wrap .path > li:last-child > span:after {
        display: none; }
    .path-wrap .path > li > span {
      display: inline-block;
      position: relative;
      line-height: 1; }
      .path-wrap .path > li > span:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 1px;
        width: 20px;
        height: 100%;
        background-image: url(/html/_skin/img/common/ico_path_arrow_right.png);
        background-repeat: no-repeat;
        background-position: center center; }

/* top banner */
#topNotice:has(.swiper-slide) {
  display: block; }

#topNotice:not(:has(.swiper-slide)) {
  display: none; }

.top-notice {
  width: 100%;
  height: 3.75rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
  /* 닫힌 상태 */ }
  .top-notice .top-notice__inner {
    position: relative;
    height: 3.75rem;
    padding: 0 3.75rem;
    box-sizing: border-box;
    overflow: hidden;
    /* Swiper 영역 */
    /* X 버튼 */ }
    .top-notice .top-notice__inner .label {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 3.75rem;
      z-index: 1; }
    .top-notice .top-notice__inner .top-notice-swiper {
      flex: 1;
      height: 100%; }
    .top-notice .top-notice__inner .top-notice-swiper .swiper-wrapper {
      height: 100%; }
    .top-notice .top-notice__inner .top-notice-swiper .swiper-slide .post-item {
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .top-notice .top-notice__inner .top-notice-swiper .swiper-slide .post-item a {
        font-size: 1rem;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .top-notice .top-notice__inner .top-notice-swiper .swiper-slide .post-item .post-date {
        position: absolute;
        right: 0; }
        @media (max-width: 767px) {
          .top-notice .top-notice__inner .top-notice-swiper .swiper-slide .post-item .post-date {
            display: none; } }
    .top-notice .top-notice__inner .top-notice__close {
      position: absolute;
      right: 0;
      top: 0;
      width: 1.875rem;
      height: 3.75rem;
      border: none;
      cursor: pointer;
      background: url("/html/_skin/img/icons/ico_close-b.svg") no-repeat center/ 0.8125rem auto;
      z-index: 5; }
      .top-notice .top-notice__inner .top-notice__close:active, .top-notice .top-notice__inner .top-notice__close:hover {
        opacity: 0.7; }
  .top-notice.is-hidden {
    display: none; }
  .top-notice.closing {
    animation: noticeClose 0.4s ease forwards; }

@-webkit-keyframes noticeClose {
  0% {
    opacity: 1;
    transform: translateY(0);
    height: 3.75rem; }
  100% {
    opacity: 0;
    transform: translateY(-3.75rem);
    height: 0; } }

@keyframes noticeClose {
  0% {
    opacity: 1;
    transform: translateY(0);
    height: 3.75rem; }
  100% {
    opacity: 0;
    transform: translateY(-3.75rem);
    height: 0; } }

/* white type */
/* dark type */
/* header */
.sub #header {
  background-color: #fff; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  z-index: 1000;
  /* notice 있을 때만 header를 위로 당김 */
  /* 2026-01-20 간격 수정 
    -  2026-01-20로 검색하여 수정바람 
    - 2026-01-23 삭제 
    */
  /*
    @include bp-min(1301px){
        .gnb {
            margin-left: 130px;
        }
    }
    @include bp-min(1621px){
        .header-bottom {
            text-align: center !important;

            .gnb {
                margin-left: 0;

                > ul > li {
                    > a {
                        padding: 0 60px !important;
                    }
                }

                .depth2 {
                    left: 40px;
                }	
            }
        }
    }  */ }
  #header .gnb > ul > li > a {
    color: #1C1E26; }
  #header .logo a img.white {
    display: none; }
  #header .logo a img.ori {
    display: block; }
  #header .lang-pc > a {
    color: #1C1E26;
    background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
    #header .lang-pc > a:after {
      color: #1C1E26; }
  #header .pc-utill-menu > ul > li a {
    color: #1C1E26; }
  #header .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
    background-color: #1C1E26; }
  #header .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
  #header .pc-utill-menu > ul > li[data-url^="https://"] a:after {
    background-image: url("/html/_skin/img/icons/ico_link-b.svg"); }
  #header .header-inner {
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
  #header.has-notice.fixed.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  #header.has-notice.fixed:not(.notice-closing):not(.hide) {
    top: -61px; }
    @media (max-width: 767px) {
      #header.has-notice.fixed:not(.notice-closing):not(.hide) {
        top: -45px; } }
  #header.fixed.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  #header.fixed .header-inner:before {
    height: 100%; }
  #header.fixed .gnb > ul > li > a {
    color: #1C1E26; }
  #header.fixed .logo a img.white {
    display: none; }
  #header.fixed .logo a img.ori {
    display: block; }
  #header.fixed .lang-pc > a {
    color: #1C1E26;
    background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
    #header.fixed .lang-pc > a:after {
      color: #1C1E26; }
  #header.fixed .pc-utill-menu > ul > li a {
    color: #1C1E26; }
  #header.fixed .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
    background-color: #1C1E26; }
  #header.fixed .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
  #header.fixed .pc-utill-menu > ul > li[data-url^="https://"] a:after {
    background-image: url("/html/_skin/img/icons/ico_link-b.svg"); }
  @media (min-width: 1200px) {
    #header {
      /* 2026-01-20 간격 수정 - 2026-01-23 삭제 */
      /*
        .header-bottom {
            text-align: left !important;
        }
        .gnb > ul > li {
            width: auto !important;
            
            > a {
                padding: 0 3.4vw !important;
            }
        }
        .gnb {
            margin-left: 100px;

            .depth2 {
                position: absolute;
                left: 2vw;
            }
        }*/ }
      #header.fixed .gnb > ul > li > a {
        color: #1C1E26; }
      #header.fixed .logo a img.white {
        display: none; }
      #header.fixed .logo a img.ori {
        display: block; }
      #header.fixed .lang-pc > a {
        color: #1C1E26;
        background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
        #header.fixed .lang-pc > a:after {
          color: #1C1E26; }
      #header.fixed .pc-utill-menu > ul > li a {
        color: #1C1E26; }
      #header.fixed .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
        background-color: #1C1E26; }
      #header.fixed .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
      #header.fixed .pc-utill-menu > ul > li[data-url^="https://"] a:after {
        background-image: url("/html/_skin/img/icons/ico_link-b.svg"); }
      #header.open {
        /* 2026-01-20 on/off 위치 변경
            .gnb {
                @include transition(all linear .3s);

                > ul > li {
                    @include transition(width linear .3s);
                }
            }*/ }
        #header.open .gnb > ul > li > a {
          color: #1C1E26; }
        #header.open .logo a img.white {
          display: none; }
        #header.open .logo a img.ori {
          display: block; }
        #header.open .lang-pc > a {
          color: #1C1E26;
          background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
          #header.open .lang-pc > a:after {
            color: #1C1E26; }
        #header.open .pc-utill-menu > ul > li a {
          color: #1C1E26; }
        #header.open .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
          background-color: #1C1E26; }
        #header.open .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
        #header.open .pc-utill-menu > ul > li[data-url^="https://"] a:after {
          background-image: url("/html/_skin/img/icons/ico_link-b.svg"); }
      #header:not(.open) {
        /* 2026-01-20 on/off 위치 변경
           .gnb {
                text-align: center;
                margin-right: 0;
                @include transition(all linear .3s);

                > ul > li {
                    width: auto;
                    @include transition(width linear .3s);

                    > a {
                        padding: 0 40px;
                    }
                }

                .depth2 {
                    width: 0;
                }
           }*/ } }
  #header .header-bottom {
    position: relative;
    text-align: center;
    z-index: 5; }
    #header .header-bottom:after {
      content: '';
      display: block;
      clear: both; }
  #header .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    z-index: 1;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .logo a {
      display: block;
      width: 100%; }

/* pc/mobile 공통 */
.header-inner {
  position: relative;
  width: 100%; }
  .header-inner:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: background-color ease-in-out .3s, height ease-in-out .2s; }
  .header-inner:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -webkit-transition: 0;
    transition: 0;
    background: #fff;
    opacity: 0; }

#header:not(.open).fixed .header-inner:before {
  background-color: #fff; }

.pc-utill-menu {
  position: absolute;
  right: 0;
  top: 27px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  z-index: 100001; }
  .pc-utill-menu > ul {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem; }
    .pc-utill-menu > ul > li a {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 1rem;
      color: #1C1E26;
      height: 2.25rem;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #1C1E26;
      -moz-transition: width ease 0.3s;
      -o-transition: width ease 0.3s;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:hover:before {
      width: 100%; }
    .pc-utill-menu > ul > li[data-url="solution-preview"] a {
      border-radius: 0.9375rem;
      padding: 0 0.875rem; }
      .pc-utill-menu > ul > li[data-url="solution-preview"] a:before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 50px;
        padding: 2px;
        background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
        background-size: 200% 100%;
        animation: gradientMove 4s ease-in-out infinite;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        transition: opacity 0.3s ease, filter 0.3s ease; }
      .pc-utill-menu > ul > li[data-url="solution-preview"] a:hover {
        color: #1C1E26 !important;
        font-weight: 700;
        background-color: #fff; }
    .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
    .pc-utill-menu > ul > li[data-url^="https://"] a:after {
      display: inline-block;
      content: '';
      width: 0.625rem;
      height: 0.625rem;
      margin-left: 0.4375rem;
      background: url("/html/_skin/img/icons/ico_link-b.svg") no-repeat center center/100% auto; }

.lang-pc {
  position: relative; }
  .lang-pc a {
    font-weight: 400; }
  .lang-pc > a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 1.875rem;
    text-align: center;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
  .lang-pc .lang-depth2 {
    position: absolute;
    display: none;
    width: 60px;
    top: 40px;
    left: 50%;
    margin-left: -30px;
    padding: 5px 0;
    border: 1px solid transparent;
    border-width: 1px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .lang-pc .lang-depth2 > li {
      border-top: 0;
      text-align: center; }
      .lang-pc .lang-depth2 > li a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #1C1E26;
        padding: 0 10px !important;
        line-height: 1.5 !important; }
        .lang-pc .lang-depth2 > li a:hover {
          font-weight: 700;
          color: #5A2CCE; }
    .lang-pc .lang-depth2 > li + li a {
      /*border-top: 1px solid $header-pc-sta-menu-lang-bor-color;*/ }
  .lang-pc.on .lang-depth2 {
    display: block; }

@media (max-width: 1199px) {
  #header .header-bottom {
    width: 100%;
    height: 80px; }
  #header .logo {
    height: 100%; }
    #header .logo a {
      height: 100%;
      padding: 24px 0; }
      #header .logo a img {
        width: auto;
        max-width: 100%;
        height: 100%; }
  .pc-utill-menu .clone-menu,
  .pc_sitemap_btn {
    display: none; }
  .pc-utill-menu {
    right: 50px;
    top: 25px; } }

@media (max-width: 767px) {
  #header .header-bottom {
    padding: 0 20px;
    height: 55px; }
  #header .logo a {
    padding: 18px 0; }
  .pc-utill-menu {
    top: 12px; } }

@media (min-width: 1200px) {
  .main #header:not(.open) {
    background-color: transparent; }
    .main #header:not(.open) .gnb > ul > li > a {
      color: #fff; }
    .main #header:not(.open) .logo a img.white {
      display: block; }
    .main #header:not(.open) .logo a img.ori {
      display: none; }
    .main #header:not(.open) .lang-pc > a {
      color: #fff;
      background-image: url("/html/_skin/img/common/ico_globe-w.svg"); }
      .main #header:not(.open) .lang-pc > a:after {
        color: #fff; }
    .main #header:not(.open) .pc-utill-menu > ul > li a {
      color: #fff; }
    .main #header:not(.open) .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
      background-color: #fff; }
    .main #header:not(.open) .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
    .main #header:not(.open) .pc-utill-menu > ul > li[data-url^="https://"] a:after {
      background-image: url("/html/_skin/img/icons/ico_link-w.svg"); }
  .main #header.fixed .gnb > ul > li > a, .main #header.open .gnb > ul > li > a {
    color: #1C1E26; }
  .main #header.fixed .logo a img.white, .main #header.open .logo a img.white {
    display: none; }
  .main #header.fixed .logo a img.ori, .main #header.open .logo a img.ori {
    display: block; }
  .main #header.fixed .lang-pc > a, .main #header.open .lang-pc > a {
    color: #1C1E26;
    background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
    .main #header.fixed .lang-pc > a:after, .main #header.open .lang-pc > a:after {
      color: #1C1E26; }
  .main #header.fixed .pc-utill-menu > ul > li a, .main #header.open .pc-utill-menu > ul > li a {
    color: #1C1E26; }
  .main #header.fixed .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before, .main #header.open .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
    background-color: #1C1E26; }
  .main #header.fixed .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
  .main #header.fixed .pc-utill-menu > ul > li[data-url^="https://"] a:after, .main #header.open .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
  .main #header.open .pc-utill-menu > ul > li[data-url^="https://"] a:after {
    background-image: url("/html/_skin/img/icons/ico_link-b.svg"); } }

@media (max-width: 1199px) {
  .main:not(.gnb-open) #header {
    background-color: transparent; }
    .main:not(.gnb-open) #header:not(.fixed) .m-menu-btn span {
      background-color: #fff; }
    .main:not(.gnb-open) #header .logo a img.white {
      display: block; }
    .main:not(.gnb-open) #header .logo a img.ori {
      display: none; }
    .main:not(.gnb-open) #header .lang-pc > a {
      color: #fff;
      background-image: url("/html/_skin/img/common/ico_globe-w.svg"); }
      .main:not(.gnb-open) #header .lang-pc > a:after {
        color: #fff; }
    .main:not(.gnb-open) #header.fixed .gnb > ul > li > a {
      color: #1C1E26; }
    .main:not(.gnb-open) #header.fixed .logo a img.white {
      display: none; }
    .main:not(.gnb-open) #header.fixed .logo a img.ori {
      display: block; }
    .main:not(.gnb-open) #header.fixed .lang-pc > a {
      color: #1C1E26;
      background-image: url("/html/_skin/img/common/ico_globe-b.svg"); }
      .main:not(.gnb-open) #header.fixed .lang-pc > a:after {
        color: #1C1E26; }
    .main:not(.gnb-open) #header.fixed .pc-utill-menu > ul > li a {
      color: #1C1E26; }
    .main:not(.gnb-open) #header.fixed .pc-utill-menu > ul > li:not([data-url="solution-preview"]) a:before {
      background-color: #1C1E26; }
    .main:not(.gnb-open) #header.fixed .pc-utill-menu > ul > li[data-url="recruitment-info"] a:after,
    .main:not(.gnb-open) #header.fixed .pc-utill-menu > ul > li[data-url^="https://"] a:after {
      background-image: url("/html/_skin/img/icons/ico_link-b.svg"); } }

/* web gnb */
/* 메뉴명 숨김 */
#footerSitemap .depth3 > li > a span,
#header .gnb .depth3 > li > a span {
  display: none; }

#footerSitemap .depth3 > li > a br,
#header .gnb .depth3 > li > a br {
  display: none; }

#footerSitemap > ul > li[data-url="recruitment-info"] a:after,
#footerSitemap > ul > li[data-url^="https://"] a:after {
  display: inline-block;
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.5625rem;
  background: url("/html/_skin/img/icons/ico_link-w.svg") no-repeat center center/100% auto; }

@media (min-width: 1200px) {
  /* main header :not(.fixed) */
  #header .header-top,
  #header:not(.open) .header-inner {
    height: 90px; }
  #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;
    margin-right: 140px;
    /*
			> ul > li:hover .depth2 {
				//display: block !important;
				z-index: 99;
				//height: auto;
				opacity: 1;
                @include transform(translateY(0));
                visibility: visible;
			} */ }
    #header .gnb > ul {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      line-height: 0; }
      #header .gnb > ul > li {
        position: relative;
        display: inline-block;
        width: 210px;
        height: 90px;
        vertical-align: top;
        /* 메뉴숨김 */ }
        #header .gnb > ul > li[data-url="solution-preview"],
        #header .gnb > ul > li[data-url="solution-preview"] ~ li {
          display: none; }
        #header .gnb > ul > li > a {
          position: relative;
          display: flex;
          align-items: center;
          font-weight: 500;
          font-size: 18px;
          padding: 0 20px;
          height: 90px;
          color: #1C1E26; }
          #header .gnb > ul > li > a span {
            position: relative;
            display: inline-block;
            line-height: 1.1; }
          #header .gnb > ul > li > a.current {
            font-weight: 700; }
            #header .gnb > ul > li > a.current span:after {
              content: "";
              position: absolute;
              right: 0;
              bottom: -2px;
              left: 0;
              height: 2px;
              background-color: #1C1E26; }
        #header .gnb > ul > li:hover > a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.1);
          z-index: 3; }
    #header .gnb .depth2 {
      width: 100%;
      padding: 30px 20px;
      opacity: 0;
      visibility: hidden;
      z-index: 0; }
      #header .gnb .depth2 > li + li {
        margin-top: 25px; }
      #header .gnb .depth2 li {
        position: relative; }
      #header .gnb .depth2 a {
        position: relative;
        display: block;
        word-break: keep-all;
        font-weight: 300; }
      #header .gnb .depth2 > li:hover > a {
        color: #1C1E26;
        opacity: 1; }
      #header .gnb .depth2 > li > a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        color: #1C1E26;
        padding: 3px 0; }
        #header .gnb .depth2 > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #5A2CCE;
          -moz-transition: width 0.3s;
          -o-transition: width 0.3s;
          -webkit-transition: width 0.3s;
          transition: width 0.3s; }
        #header .gnb .depth2 > li > a:hover {
          color: #5A2CCE; }
          #header .gnb .depth2 > li > a:hover:after {
            width: 100%; }
      #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: $header-pc-2depth-arrow-color;
						}*/ }
      #header .gnb .depth2 li:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        /*&.in > a:after {
							color: $header-pc-2depth-arrow-color-hover;
						}*/ }
      #header .gnb .depth2 .depth3 {
        width: 100%; }
        #header .gnb .depth2 .depth3 > li {
          margin-bottom: 5px; }
          #header .gnb .depth2 .depth3 > li:first-child {
            padding-top: 10px; }
          #header .gnb .depth2 .depth3 > li:last-child {
            padding-bottom: 10px; }
          #header .gnb .depth2 .depth3 > li > a {
            display: inline-block;
            color: #444;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: 0.2px;
            padding: 3px 0; }
            #header .gnb .depth2 .depth3 > li > a:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0;
              height: 1px;
              background-color: #1C1E26;
              -moz-transition: width 0.3s;
              -o-transition: width 0.3s;
              -webkit-transition: width 0.3s;
              transition: width 0.3s; }
            #header .gnb .depth2 .depth3 > li > a:hover {
              color: #5A2CCE; }
      #header .gnb .depth2 .depth4 {
        display: none !important; }
  #header.open .header-inner {
    z-index: 3; }
    #header.open .header-inner:before {
      height: 100%;
      border-radius: 0 0 30px 30px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: height ease-in-out 0s; }
    #header.open .header-inner:after {
      opacity: 1;
      height: 1px;
      top: 90px;
      background-color: rgba(0, 0, 0, 0.1); }
  #header.open .gnb > ul > li {
    height: 570px; }
    #header.open .gnb > ul > li .depth2 {
      z-index: 99;
      opacity: 1;
      visibility: visible; }
  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer; }
    .btn-all-menu span {
      position: absolute;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 2px;
      background: #ababab; }
      .btn-all-menu span:nth-child(1) {
        top: 5px; }
      .btn-all-menu span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .btn-all-menu span:nth-child(3) {
        bottom: 5px; }
  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
    .all-menu-wrap > ul {
      position: absolute;
      top: 60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 30px 30px 50px;
      width: 960px;
      background: #fff;
      font-size: 0; }
      .all-menu-wrap > ul > li {
        display: inline-block;
        padding: 0 30px;
        width: 33.33333333333333%;
        vertical-align: top; }
        .all-menu-wrap > ul > li > a {
          display: block;
          margin-top: 20px;
          padding: 10px;
          border-bottom: 1px solid #222;
          font-size: 22px;
          line-height: 1.3;
          color: #222; }
        .all-menu-wrap > ul > li li a {
          display: block;
          padding: 10px;
          border-bottom: 1px solid #ddd;
          font-weight: 300;
          font-size: 18px;
          line-height: 1.3; }
    .all-menu-wrap p {
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: 424px;
      cursor: pointer; }
      .all-menu-wrap p span {
        display: block;
        margin-top: 5px;
        font-size: 0;
        width: 30px;
        height: 30px; }
        .all-menu-wrap p span:before {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .all-menu-wrap p span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); } }

/* 메뉴 숨김 */
#footerSitemap > ul > li:not([data-url="product"]) .depth3,
#header .gnb > ul > li:not([data-url="product"]) .depth3 {
  display: none !important; }

@media screen and (max-width: 1600px) and (min-width: 1301px) {
  #header .gnb {
    margin-right: 160px; }
  #header .gnb > ul > li {
    width: 160px; } }

@media screen and (max-width: 1300px) and (min-width: 1200px) {
  #header .gnb {
    margin-right: 190px; }
  #header .gnb > ul > li {
    width: 140px; }
    #header .gnb > ul > li > a {
      font-size: 14px;
      /* 2026-01-20 수정 */
      padding-right: 0; }
  #header .gnb .depth2 > li > a {
    font-size: 14px;
    /* 2026-01-20 수정 */ }
  #header .gnb .depth2 .depth3 > li > a {
    font-size: 14px;
    /* 2026-01-20 수정 */ } }

@media (max-width: 1199px) {
  .btn-all-menu,
  .all-menu-wrap {
    display: none; }
  #header .w-lang {
    display: none; }
  #header .m-menu-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 5px;
    width: 27px;
    height: 22px;
    z-index: 9999;
    cursor: pointer; }
    #header .m-menu-btn span {
      height: 2px;
      background: #1C1E26;
      left: 0;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #header .m-menu-btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        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 {
      z-index: 100000; }
  #header .m-menu-btn.on span {
    background: #1C1E26; }
    #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(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    #header .m-menu-btn.on span:nth-child(3) {
      height: 2px;
      -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    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%;
    display: flex;
    align-items: flex-end;
    padding: 18px 30px 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    opacity: 0;
    font-size: 0;
    z-index: 100000; }
    #header .m-lang .m-logo {
      display: block;
      height: 80px;
      padding: 25px 0; }
      #header .m-lang .m-logo img {
        max-height: 100%; }
    #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 {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding-bottom: 120px;
    background: #fff;
    z-index: 100000;
    overflow-x: hidden; }
  #header .gnb ul a {
    display: block;
    width: 100%;
    line-height: 1; }
  #header .gnb > ul > li {
    width: 100%;
    padding: 0 20px; }
    #header .gnb > ul > li[data-url^="https://"] a:after,
    #header .gnb > ul > li[data-url="recruitment-info"] a:after {
      display: inline-block;
      content: '';
      width: 0.7em;
      height: 0.7em;
      margin-left: 0.5em;
      background: url("/html/_skin/img/icons/ico_link-b.svg") no-repeat center center/100% auto; }
    #header .gnb > ul > li > a {
      position: relative;
      padding-left: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #ddd;
      font-size: 23px;
      font-weight: 600;
      color: #333;
      background-color: #fff; }
    #header .gnb > ul > li.mb-in > a:before {
      position: absolute;
      top: 23px;
      right: 8px;
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      line-height: 1;
      background: url("/html/_skin/img/common/ico_arrow-down-b.svg") no-repeat center/20px auto; }
    #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%;
      padding: 10px 20px 30px; }
      #header .gnb > ul > li > ul > li {
        width: 100%; }
        #header .gnb > ul > li > ul > li > a {
          position: relative;
          display: inline-block;
          width: auto;
          font-weight: 600; }
          #header .gnb > ul > li > ul > li > a:after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #5A2CCE;
            -moz-transition: width 0.3s;
            -o-transition: width 0.3s;
            -webkit-transition: width 0.3s;
            transition: width 0.3s; }
          #header .gnb > ul > li > ul > li > a.current, #header .gnb > ul > li > ul > li > a:hover {
            color: #5A2CCE; }
            #header .gnb > ul > li > ul > li > a.current:after, #header .gnb > ul > li > ul > li > a:hover:after {
              width: 100%; }
        #header .gnb > ul > li > ul > li a {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 20px; }
        #header .gnb > ul > li > ul > li:first-child > a {
          border-top: 0 none; }
    #header .gnb > ul > li.on > a {
      background: #fff;
      color: #333; }
      #header .gnb > ul > li.on > a:before {
        background-image: url("/html/_skin/img/common/ico_arrow-up-b.svg"); }
    #header .gnb > ul > li .depth2 > li > ul li a {
      font-weight: 400;
      /*
				&:before {
					content: "-";
					display: inline-block;
					margin-right: 10px;
				}*/ }
  #header:not(.notice-closing):not(.fixed) .m-lang {
    height: 140px; }
  #header:not(.notice-closing):not(.fixed) .gnb > ul {
    top: 140px;
    height: calc(100% - 140px); }
  #headerSitemap {
    display: none; } }

@media (max-width: 767px) {
  #header .m-menu-btn {
    top: 17px; }
  #header .m-menu-btn span:nth-child(1) {
    top: 10px;
    margin-top: auto; }
  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
    padding-bottom: 120px; }
  #header .gnb > ul > li.mb-in > a:before {
    top: 14px; }
  #header .m-lang {
    padding: 12px 0 0 20px;
    height: 55px; }
    #header .m-lang .m-logo {
      height: 55px;
      padding: 18px 0; }
    #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: 16px; }
  #header .gnb > ul > li > ul > li a {
    font-size: 14px; }
  #header:not(.notice-closing):not(.fixed) .m-lang {
    height: 100px; }
  #header:not(.notice-closing):not(.fixed) .gnb > ul {
    top: 100px;
    height: calc(100% - 100px); } }

/* footer sitemap */
@media (min-width: 768px) {
  #footerSitemap > ul {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: 2.5rem; }
    #footerSitemap > ul > li {
      flex: 1; }
      #footerSitemap > ul > li > a {
        display: block;
        font-size: 1.25rem;
        line-height: 1.1;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
        #footerSitemap > ul > li > a:hover {
          color: #fff; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #footerSitemap > ul > li > a {
          font-size: 1.25rem; } }

@media (min-width: 768px) {
      #footerSitemap > ul > li > .depth2 {
        display: inline-block !important;
        text-align: left; }
        #footerSitemap > ul > li > .depth2 li {
          margin-bottom: 15px; }
          #footerSitemap > ul > li > .depth2 li:last-child {
            margin-bottom: 0; }
          #footerSitemap > ul > li > .depth2 li a {
            font-weight: 500;
            color: #fdfdfd;
            font-size: 1rem;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #footerSitemap > ul > li > .depth2 li a {
              font-size: 1rem; } }

@media (min-width: 768px) {
          #footerSitemap > ul > li > .depth2 li.current a {
            font-weight: 700;
            color: #5A2CCE; }
          #footerSitemap > ul > li > .depth2 li.in ul {
            padding: 10px 0; }
            #footerSitemap > ul > li > .depth2 li.in ul > li {
              margin-bottom: 10px; }
            #footerSitemap > ul > li > .depth2 li.in ul li a {
              color: #ccc;
              font-weight: 300; }
              #footerSitemap > ul > li > .depth2 li.in ul li a:before {
                content: "- "; }
      #footerSitemap > ul > li > .depth2 a:hover {
        color: #fff;
        text-decoration: underline; } }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #footerSitemap > ul {
    flex-wrap: wrap;
    gap: 30px 15px; }
  #footerSitemap > ul > li {
    flex: auto; } }

@media (max-width: 767px) {
  #footerSitemap > ul {
    margin: 0 auto; }
    #footerSitemap > ul > li {
      width: 100%;
      font-size: 16px; }
      #footerSitemap > ul > li.mb-in > a {
        position: relative; }
        #footerSitemap > ul > li.mb-in > a:after {
          content: "";
          position: absolute;
          right: 0;
          top: calc(50% - 10px);
          width: 15px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: 15px auto;
          background-position: center center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.2826 1.28318L6.28255 6.28318C6.21287 6.3531 6.13008 6.40857 6.03892 6.44643C5.94775 6.48428 5.85001 6.50377 5.7513 6.50377C5.65259 6.50377 5.55485 6.48428 5.46369 6.44643C5.37252 6.40857 5.28973 6.3531 5.22005 6.28318L0.220051 1.28318C0.0791548 1.14228 -2.09952e-09 0.951183 0 0.751926C2.09952e-09 0.552669 0.0791548 0.361572 0.220051 0.220676C0.360947 0.0797797 0.552044 0.000625136 0.751301 0.000625134C0.950558 0.000625131 1.14165 0.0797797 1.28255 0.220676L5.75193 4.69005L10.2213 0.220051C10.3622 0.079155 10.5533 0 10.7526 0C10.9518 0 11.1429 0.079155 11.2838 0.220051C11.4247 0.360948 11.5039 0.552044 11.5039 0.751301C11.5039 0.950559 11.4247 1.14165 11.2838 1.28255L11.2826 1.28318Z' fill='%23fff'/%3E%3C/svg%3E"); }
      #footerSitemap > ul > li.mb-in.on > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #footerSitemap > ul > li > a {
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 0;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        /*
					&:hover {
						color: $header-pc-sitemap-1depth-color-hover;
					}*/ }
      #footerSitemap > ul > li > .depth2 {
        display: none;
        text-align: left;
        padding: 10px 0; }
        #footerSitemap > ul > li > .depth2 li {
          margin-bottom: 10px; }
          #footerSitemap > ul > li > .depth2 li:last-child {
            margin-bottom: 0; }
          #footerSitemap > ul > li > .depth2 li a {
            display: block;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.125rem;
            padding: 0 10px;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none; }
          #footerSitemap > ul > li > .depth2 li.current a {
            font-weight: 700;
            color: rgba(230, 0, 18, 0.8); }
          #footerSitemap > ul > li > .depth2 li.in ul {
            padding: 10px 0;
            font-size: 14px; }
            #footerSitemap > ul > li > .depth2 li.in ul li a {
              color: #ccc; }
              #footerSitemap > ul > li > .depth2 li.in ul li a:before {
                content: "- "; }
      #footerSitemap > ul > li:last-child > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); } }

/* footer */
#footer {
  position: relative;
  width: 100%;
  background: #1C1E26;
  z-index: 2; }
  @media (min-width: 768px) {
    #footer .footer-main .d-flex {
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -moz-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    #footer .footer-bottom .d-flex {
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -moz-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -moz-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  #footer .footer-logo a {
    display: inline-block; }
    #footer .footer-logo a img {
      width: 7.6875rem;
      opacity: 0.2; }
  #footer #footerSitemap {
    margin-top: 3.75rem; }
  #footer .footer-main {
    padding: 3.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  #footer .footer-sns ul {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    #footer .footer-sns ul li a {
      display: block;
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.05);
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      #footer .footer-sns ul li a:active, #footer .footer-sns ul li a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
  #footer .footer-policy {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #footer .footer-policy {
        -webkit-box-pack: end;
        -moz-box-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 767px) {
      #footer .footer-policy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #footer .footer-policy .policy-dropdown {
      position: relative; }
      #footer .footer-policy .policy-dropdown__btn {
        font-weight: 700;
        line-height: 1.8;
        background-color: transparent;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        #footer .footer-policy .policy-dropdown__btn .ico-arrow {
          display: inline-block;
          width: 1rem;
          height: 1rem;
          margin-left: 0.3125rem;
          background-repeat: no-repeat;
          background-size: 10px auto;
          background-position: center center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.2826 1.28318L6.28255 6.28318C6.21287 6.3531 6.13008 6.40857 6.03892 6.44643C5.94775 6.48428 5.85001 6.50377 5.7513 6.50377C5.65259 6.50377 5.55485 6.48428 5.46369 6.44643C5.37252 6.40857 5.28973 6.3531 5.22005 6.28318L0.220051 1.28318C0.0791548 1.14228 -2.09952e-09 0.951183 0 0.751926C2.09952e-09 0.552669 0.0791548 0.361572 0.220051 0.220676C0.360947 0.0797797 0.552044 0.000625136 0.751301 0.000625134C0.950558 0.000625131 1.14165 0.0797797 1.28255 0.220676L5.75193 4.69005L10.2213 0.220051C10.3622 0.079155 10.5533 0 10.7526 0C10.9518 0 11.1429 0.079155 11.2838 0.220051C11.4247 0.360948 11.5039 0.552044 11.5039 0.751301C11.5039 0.950559 11.4247 1.14165 11.2838 1.28255L11.2826 1.28318Z' fill='%23fff'/%3E%3C/svg%3E");
          vertical-align: middle;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        #footer .footer-policy .policy-dropdown__btn:hover {
          opacity: 0.7; }
      #footer .footer-policy .policy-dropdown.on .policy-dropdown__btn .ico-arrow {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      #footer .footer-policy .policy-dropdown__menu {
        position: absolute;
        bottom: calc(100% + 0.625rem);
        left: 0;
        display: none;
        width: 100%;
        min-width: 9.375rem;
        color: #000;
        padding: 1.25rem 1.125rem;
        border-radius: 0.75rem;
        background-color: #fff;
        white-space: normal; }
        #footer .footer-policy .policy-dropdown__menu > li + li {
          margin-top: 0.75rem; }
        #footer .footer-policy .policy-dropdown__menu > li a {
          display: block;
          line-height: 1.3;
          text-align: left; }
          #footer .footer-policy .policy-dropdown__menu > li a:hover {
            font-weight: 700;
            text-decoration: underline; }
    #footer .footer-policy .family-area .policy-dropdown {
      display: inline-block; }
      #footer .footer-policy .family-area .policy-dropdown__menu {
        min-width: inherit; }
    #footer .footer-policy .family-area .policy-dropdown__btn {
      padding: 0.3rem 1rem;
      border-radius: 0.5rem;
      background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 767px) {
      #footer .footer-policy .family-area {
        flex: 0 0 100%; } }
    #footer .footer-policy .policy-links a {
      display: block;
      line-height: 1.3;
      font-weight: 300;
      -moz-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      #footer .footer-policy .policy-links a:hover {
        opacity: 0.7; }
  #footer .footer-bottom {
    position: relative;
    padding: 3.75rem 0;
    font-size: 0; }
    #footer .footer-bottom address {
      display: block;
      width: 100%;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.3;
      vertical-align: middle;
      color: #ccc; }
      #footer .footer-bottom address span {
        display: inline-block;
        word-break: keep-all;
        vertical-align: middle; }
      #footer .footer-bottom address em {
        display: inline-block;
        margin: 0 1.125rem;
        width: 1px;
        height: 0.875rem;
        background-color: rgba(255, 255, 255, 0.1);
        vertical-align: middle; }
      @media (max-width: 991px) {
        #footer .footer-bottom address span {
          margin-right: 1.5rem; }
        #footer .footer-bottom address em {
          display: none; } }

@media (max-width: 767px) {
  #footer .footer-bottom {
    text-align: center; }
    #footer .footer-bottom .d-flex {
      display: block; }
    #footer .footer-bottom .footer-addr {
      margin-top: 1.875rem; }
  #footer .footer-logo {
    margin-top: 2.5rem; }
  #footer .footer-main {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 0;
    padding-bottom: 0; }
  #footer #footerSitemap {
    margin-top: 0;
    margin-bottom: 2.5rem; }
  #footer .footer-sns {
    width: 100%; }
    #footer .footer-sns ul {
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer-top {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #1C1E26; }
  .footer-top ul {
    margin: 0 auto;
    max-width: 1640px;
    padding: 20px 20px 16.5px;
    width: 100%; }
    .footer-top ul li {
      position: relative;
      display: inline-block;
      margin: 0 1.25rem 0.3125rem 0; }
      .footer-top ul li a {
        display: block;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9); }
        .footer-top ul li a:hover {
          color: rgba(255, 255, 255, 0.6); }

/* --------------------------------- bootstrap */
em {
  font-style: normal; }

.italic {
  font-style: italic; }

hr {
  border-color: #ebebeb; }
  hr.hr-m80 {
    margin: 5rem 0; }
    @media (max-width: 991px) {
      hr.hr-m80 {
        margin: 3.125rem 0; } }

@media (min-width: 768px) {
  .md-txt-l {
    text-align: left !important; } }

.bg-img-box {
  text-align: center;
  padding: 3.125rem;
  background-color: #f2f2f2; }
  @media (max-width: 575px) {
    .bg-img-box {
      padding: 1.5rem; } }
  @media (min-width: 768px) {
    .bg-img-box.img-col-2 .row .shadow-img-box img {
      width: auto; }
    .bg-img-box.img-col-2 .row .col-md-6:nth-child(odd) {
      text-align: right; }
    .bg-img-box.img-col-2 .row .col-md-6:nth-child(even) {
      text-align: left; } }
  @media (max-width: 767px) {
    .bg-img-box.img-col-2 .row .display_inline_block {
      width: 100%; }
      .bg-img-box.img-col-2 .row .display_inline_block .shadow-img-box {
        background-color: #fff; }
        .bg-img-box.img-col-2 .row .display_inline_block .shadow-img-box img {
          width: auto; } }
  @media (max-width: 767px) {
    .bg-img-box .row .col-12.col-md-6 + .col-12.col-md-6 {
      margin-top: 2.5rem; } }

.img-border_box {
  text-align: center;
  padding: 3.125rem 20px;
  border: 1px solid #DADBDF;
  background-color: #fff; }

.shadow-box {
  -webkit-box-shadow: 0.7375rem 0.575rem 1.875rem 0 rgba(143, 158, 187, 0.2);
  box-shadow: 0.7375rem 0.575rem 1.875rem 0 rgba(143, 158, 187, 0.2); }

.shadow-img-box {
  -webkit-box-shadow: 0.7375rem 0.575rem 1.875rem 0 rgba(143, 158, 187, 0.2);
  box-shadow: 0.7375rem 0.575rem 1.875rem 0 rgba(143, 158, 187, 0.2); }
  .shadow-img-box img {
    width: 100%; }
    @media (min-width: 1440px) {
      .shadow-img-box img.max-width-none {
        width: auto;
        max-width: none; } }

table caption {
  font-weight: 300; }
  table caption.top {
    caption-side: top;
    margin-bottom: 20px; }
  table caption.bottom {
    caption-side: bottom;
    margin-top: 5px; }

img {
  vertical-align: middle; }

.bor-box {
  border: 1px solid #DADBDF; }

.bor-top-1 {
  border-top: 1px solid #DADBDF; }

.bor-r-box {
  border-radius: 1.25rem;
  border: 1px solid #DADBDF;
  overflow: hidden; }

.r-color-box {
  border-radius: 1.25rem;
  border: 1px solid #5A2CCE;
  overflow: hidden; }
  .r-color-box.type-shadow {
    -webkit-box-shadow: -0.9px 0.8125rem 0.5625rem 0 rgba(106, 131, 158, 0.14);
    box-shadow: -0.9px 0.8125rem 0.5625rem 0 rgba(106, 131, 158, 0.14); }

.img-r-box {
  border-radius: 1.5rem;
  overflow: hidden; }
  .img-r-box.img-thumb {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    .img-r-box.img-thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.color-000 {
  color: #000 !important; }

.color-111 {
  color: #111 !important; }

.color-151515-20 {
  color: rgba(21, 21, 21, 0.2); }

.color-151515-60 {
  color: rgba(21, 21, 21, 0.6); }

.color-151515-70 {
  color: rgba(21, 21, 21, 0.7); }

.color-151515-80 {
  color: rgba(21, 21, 21, 0.8); }

.color-222 {
  color: #222 !important; }

.color-444 {
  color: #444 !important; }

.color-464646 {
  color: #464646 !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-fff {
  color: #fff !important; }

.color-333_80 {
  color: rgba(51, 51, 51, 0.8); }

.color-fff_50 {
  color: rgba(255, 255, 255, 0.5); }

.color-fff_70 {
  color: rgba(255, 255, 255, 0.7); }

.color-fff_80 {
  color: rgba(255, 255, 255, 0.8); }

.color-dark-blue {
  color: #282763 !important; }

.color-blue {
  color: #182f77 !important; }

.color-orange {
  color: #ffab00 !important; }

.color-purple {
  color: #7d67ef !important; }

.color-sky {
  color: #00aeff !important; }

.color-6161d5 {
  color: #6161d5 !important; }

.color-115fcd {
  color: #115fcd !important; }

.color-65c0ff {
  color: #65c0ff !important; }

.color-00aaff {
  color: #00aaff !important; }

.color-red {
  color: #ed1212 !important; }

.color-df043e {
  color: #df043e !important; }

.color-e3ff96 {
  color: #e3ff96 !important; }

.color-443aa4 {
  color: #443aa4 !important; }

.color-aaa {
  color: #aaa !important; }

.color-ccc {
  color: #ccc !important; }

.color-fee251 {
  color: #fee251 !important; }

.bg-f5f5fc {
  background-color: #f5f5fc !important; }

.bg-sky {
  background-color: #00aeff !important; }

.bg-fcolor {
  background-color: #1C1E26 !important; }

.bg-base {
  background-color: #5A2CCE !important; }

.bg-point {
  background-color: #FF6A4D !important; }

.bg-288e9b {
  background-color: #288e9b !important; }

.bg-eff4f9 {
  background-color: #eff4f9 !important; }

.font-color-50 {
  color: rgba(28, 30, 38, 0.5); }

.font-color-70 {
  color: rgba(28, 30, 38, 0.7); }

.color-base {
  color: #5A2CCE !important; }

.color-base-50 {
  color: rgba(90, 44, 206, 0.5); }

.color-base-60 {
  color: rgba(90, 44, 206, 0.6); }

.color-base-70 {
  color: rgba(90, 44, 206, 0.7); }

.color-base_hover {
  color: #693ed6 !important; }

.color-point {
  color: #FF6A4D !important; }

.bg-base-50 {
  background-color: rgba(90, 44, 206, 0.5); }

.bg-base-70 {
  background-color: rgba(90, 44, 206, 0.7); }

.bg-f0f1f5 {
  background-color: #f0f1f5 !important; }

.bg-e2e9f0 {
  background-color: #e2e9f0 !important; }

.bg-f4f4f4 {
  background-color: #f4f4f4 !important; }

.bg-fafafa {
  background-color: #fafafa !important; }

.bg-f2f2f2 {
  background-color: #f2f2f2 !important; }

.bg-f3f3f3 {
  background-color: #f3f3f3 !important; }

.bg-f5f5f5 {
  background-color: #f5f5f5 !important; }

.bg-f7f7f7 {
  background-color: #f7f7f7 !important; }

.bg-f9f9f9 {
  background-color: #f9f9f9 !important; }

.bg-e5e8eb {
  background-color: #e5e8eb !important; }

.bg-efefef {
  background-color: #efefef !important; }

.bg-002e65 {
  background-color: #002e65 !important; }

.bg-37b959 {
  background-color: #37b959 !important; }

.bg-c3e6f8 {
  background-color: #c3e6f8 !important; }

.bg-0e0e3f {
  background-color: #0e0e3f !important; }

.bg-e6eef7 {
  background-color: #e6eef7 !important; }

.bg-f3f5f8 {
  background-color: #f3f5f8 !important; }

.bg-65c0ff {
  background-color: #65c0ff !important; }

.bg-f4f9fe {
  background-color: #f4f9fe !important; }

.bg-eff6fd {
  background-color: #eff6fd !important; }

.bg-052d50 {
  background-color: #052d50 !important; }

.bg-e1f5f2 {
  background-color: #e1f5f2 !important; }

.bg-607be6 {
  background-color: #607be6 !important; }

.bg-35c5d0 {
  background-color: #35c5d0 !important; }

.bg-0a83c9 {
  background-color: #0a83c9 !important; }

.bg-fff {
  background-color: #fff !important; }

.bg-333 {
  background-color: #333 !important; }

.bg-green {
  background-color: #21adad !important; }

.bg-093b76 {
  background-color: #093b76 !important; }

.bg-666565 {
  background-color: #666565 !important; }

.bg-888 {
  background-color: #888 !important; }

.bg-e1e1e1 {
  background-color: #e1e1e1 !important; }

.bor-0 {
  border: 0 !important; }

.bor-1 {
  border: 1px solid #DADBDF !important; }

.bor-top-1 {
  border-top: 1px solid #DADBDF !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-350 {
  font-weight: 350 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.fs-100 {
  font-size: 6.25rem !important; }

.fs-86 {
  font-size: 5.375rem !important;
  letter-spacing: -0.86px; }

.fs-80 {
  font-size: 5rem !important; }

.fs-75 {
  font-size: 4.6875rem !important; }

.fs-73 {
  font-size: 4.5625rem !important; }

.fs-70 {
  font-size: 4.375rem !important; }

.fs-65 {
  font-size: 4.0625rem !important; }

.fs-62 {
  font-size: 3.875rem !important; }

.fs-60 {
  font-size: 3.75rem !important; }

.fs-58 {
  font-size: 3.625rem !important; }

.fs-56 {
  font-size: 3.5rem !important; }

.fs-53 {
  font-size: 3.3125rem !important; }

.fs-50 {
  font-size: 3.125rem !important; }

.fs-48 {
  font-size: 3rem !important; }

.fs-45 {
  font-size: 2.813rem !important; }

.fs-43 {
  font-size: 2.6875rem !important; }

.fs-42 {
  font-size: 2.6255rem !important; }

.fs-41 {
  font-size: 2.5625rem !important; }

.fs-40 {
  font-size: 2.5rem !important;
  letter-spacing: -1px; }

.fs-38 {
  font-size: 2.375rem !important; }

.fs-36 {
  font-size: 2.25rem !important; }

.fs-35 {
  font-size: 2.1875rem !important; }

.fs-34 {
  font-size: 2.125rem !important; }

.fs-33 {
  font-size: 2.0625rem !important; }

.fs-32 {
  font-size: 2rem !important; }

.fs-31 {
  font-size: 1.9375rem !important; }

.fs-30 {
  font-size: 1.875rem !important; }

.fs-28 {
  font-size: 1.75rem !important; }

.fs-26 {
  font-size: 1.625rem !important; }

.fs-25 {
  font-size: 1.5625rem !important; }

.fs-24 {
  font-size: 1.5rem !important; }

.fs-23 {
  font-size: 1.4375rem !important; }

.fs-22 {
  font-size: 1.375rem !important; }

.fs-21 {
  font-size: 1.3125rem !important; }

.fs-20 {
  font-size: 1.25rem !important; }

.fs-19 {
  font-size: 1.1875rem !important; }

.fs-18 {
  font-size: 1.125rem !important; }

.fs-17 {
  font-size: 1.0625rem !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-11 {
  font-size: 11px !important; }

.fs-0 {
  font-size: 0 !important; }

@media (max-width: 991px) {
  .fs-86 {
    font-size: 4.5rem !important; }
  .fs-80 {
    font-size: 3.125rem !important; }
  .fs-75 {
    font-size: 3.125rem !important; }
  .fs-73 {
    font-size: 3.125rem !important; }
  .fs-70 {
    font-size: 3.125rem !important; }
  .fs-62 {
    font-size: 2.813rem !important; }
  .fs-60 {
    font-size: 2.813rem !important; }
  .fs-58 {
    font-size: 2.75rem !important; }
  .fs-56 {
    font-size: 2.5rem !important; }
  .fs-53 {
    font-size: 2.375rem !important; }
  .fs-50 {
    font-size: 2.25rem !important; }
  .fs-48 {
    font-size: 2.25rem !important; }
  .fs-45 {
    font-size: 2.125rem !important; }
  .fs-43 {
    font-size: 2rem !important; }
  .fs-42 {
    font-size: 2rem !important; }
  .fs-41 {
    font-size: 2rem !important; }
  .fs-40 {
    font-size: 2rem !important; }
  .fs-38 {
    font-size: 1.9375rem !important; }
  .fs-36 {
    font-size: 1.875rem !important; }
  .fs-35 {
    font-size: 1.5625rem !important; }
  .fs-34 {
    font-size: 1.5625rem !important; }
  .fs-32 {
    font-size: 1.5625rem !important; }
  .fs-31 {
    font-size: 1.5rem !important; }
  .fs-30 {
    font-size: 1.5rem !important; }
  .fs-16 {
    font-size: 15px !important; } }

@media (max-width: 575px) {
  .fs-86 {
    font-size: 4.5rem !important; }
  .fs-80 {
    font-size: 3rem !important; }
  .fs-75 {
    font-size: 2.375rem !important; }
  .fs-73 {
    font-size: 2.25rem !important; }
  .fs-70 {
    font-size: 2.25rem !important; }
  .fs-62 {
    font-size: 2rem !important; }
  .fs-60 {
    font-size: 2rem !important; }
  .fs-58 {
    font-size: 2rem !important; }
  .fs-56 {
    font-size: 1.9375rem !important; }
  .fs-53 {
    font-size: 1.9375rem !important; }
  .fs-50 {
    font-size: 1.875rem !important; }
  .fs-45 {
    font-size: 1.875rem !important; }
  .fs-43 {
    font-size: 1.875rem !important; }
  .fs-42 {
    font-size: 1.875rem !important; }
  .fs-41 {
    font-size: 1.75rem !important; }
  .fs-40 {
    font-size: 1.75rem !important; }
  .fs-38 {
    font-size: 1.75rem !important; }
  .fs-36 {
    font-size: 1.5rem !important; }
  .fs-25 {
    font-size: 1.25rem !important; }
  .form-write-wrap .fs-16,
  .table-wrap.fs-16,
  .acc-content__btn .fs-16,
  .stock-date.fs-16,
  .unit.fs-16 {
    font-size: 13px !important; } }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.ff-base {
  font-family: "Pretendard", "Noto Sans KR", sans-serif; }

.ver-mid {
  vertical-align: middle; }

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

p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -.4px; }
  @media (max-width: 767px) {
    p {
      line-height: 1.6; } }

.normal-p {
  color: rgba(17, 17, 17, 0.7); }

.txt-upp {
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

.h-100 {
  height: 100% !important; }

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

.mh-100 {
  max-height: 100% !important; }

.p0 {
  padding: 0 !important; }

.p10 {
  padding: 10px !important; }

.p20 {
  padding: 1.25rem !important; }

.p30 {
  padding: 1.875rem !important; }

.p40 {
  padding: 2.5rem !important; }

.p50 {
  padding: 3.125rem !important; }

.p70 {
  padding: 4.375rem !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pt5 {
  padding-top: 0.3125rem !important; }

.pt20 {
  padding-top: 1.25rem !important; }

.pt30 {
  padding-top: 1.875rem !important; }

.pt40 {
  padding-top: 2.5rem !important; }

.pt50 {
  padding-top: 3.125rem !important; }

.pt60 {
  padding-top: 3.75rem !important; }

.pt70 {
  padding-top: 4.375rem !important; }

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

.pt90 {
  padding-top: 5.625rem !important; }

.pt95 {
  padding-top: 5.9375rem !important; }

.pt100 {
  padding-top: 6.25rem !important; }

.pb20 {
  padding-bottom: 1.25rem !important; }

.pb30 {
  padding-bottom: 1.875rem !important; }

.pb40 {
  padding-bottom: 2.5rem !important; }

.pb50 {
  padding-bottom: 3.125rem !important; }

.pb60 {
  padding-bottom: 3.75rem !important; }

.pb70 {
  padding-bottom: 4.375rem !important; }

.pl10 {
  padding-left: 0.625rem !important; }

.pl20 {
  padding-left: 1.25rem !important; }

.pl30 {
  padding-left: 1.875rem !important; }

.pl50 {
  padding-left: 3.125rem !important; }

.pr20 {
  padding-right: 1.25rem !important; }

.pr10 {
  padding-right: 0.625rem !important; }

.m0 {
  margin: 0 !important; }

.mt5 {
  margin-top: 0.3125rem !important; }

.mt10 {
  margin-top: 0.625rem !important; }

.mt15 {
  margin-top: 0.9375rem !important; }

.mt20 {
  margin-top: 1.25rem !important; }

.mt25 {
  margin-top: 1.5625rem !important; }

.mt30 {
  margin-top: 1.875rem !important; }

.mt35 {
  margin-top: 2.1875rem !important; }

.mt40 {
  margin-top: 2.5rem !important; }

.mt43 {
  margin-top: 2.6875rem !important; }

.mt50 {
  margin-top: 3.125rem !important; }

.mt60 {
  margin-top: 3.75rem !important; }

.mt70 {
  margin-top: 4.375rem !important; }

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

.mt90 {
  margin-top: 5.625rem !important; }

.mt100 {
  margin-top: 6.25rem !important; }

.mt110 {
  margin-top: 6.875rem !important; }

.mt120 {
  margin-top: 7.5rem !important; }

.mt140 {
  margin-top: 8.75rem !important; }

.mt170 {
  margin-top: 10.625rem !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 0.3125rem !important; }

.mb10 {
  margin-bottom: 0.625rem !important; }

.mb20 {
  margin-bottom: 1.25rem !important; }

.mb25 {
  margin-bottom: 1.5625rem !important; }

.mb30 {
  margin-bottom: 1.875rem !important; }

.mb35 {
  margin-bottom: 2.1875rem !important; }

.mb40 {
  margin-bottom: 2.5rem !important; }

.mb50 {
  margin-bottom: 3.125rem !important; }

.mb60 {
  margin-bottom: 3.75rem !important; }

.mb70 {
  margin-bottom: 4.375rem !important; }

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

.ml10 {
  margin-left: 0.625rem !important; }

.ml20 {
  margin-left: 1.25rem !important; }

.mr5 {
  margin-right: 0.3125rem !important; }

.mr10 {
  margin-right: 0.625rem !important; }

.mr15 {
  margin-right: 0.9375rem !important; }

.mr20 {
  margin-right: 1.25rem !important; }

.mr40 {
  margin-right: 2.5rem !important; }

@media (max-width: 1199px) {
  .xl-mb50 {
    margin-bottom: 3.125rem !important; } }

@media (max-width: 767px) {
  .pt70 {
    padding-top: 2.5rem !important; }
  .pt80 {
    padding-top: 3.125rem !important; }
  .pt90 {
    padding-top: 3.75rem !important; }
  .pt100 {
    padding-top: 4.375rem !important; } }

@media (max-width: 767px) {
  .mt60 {
    margin-top: 2.5rem !important; }
  .mt70 {
    margin-top: 2.5rem !important; }
  .mt80 {
    margin-top: 3.125rem !important; }
  .mt90 {
    margin-top: 3.75rem !important; }
  .mt100 {
    margin-top: 4.375rem !important; }
  .mt110 {
    margin-top: 4.375rem !important; }
  .mt120 {
    margin-top: 4.375rem !important; }
  .mt140 {
    margin-top: 5rem !important; }
  .mt170 {
    margin-top: 5rem !important; }
  .mb40 {
    margin-bottom: 1.875rem !important; }
  .mb60 {
    margin-bottom: 2.5rem !important; }
  .mb70 {
    margin-bottom: 2.5rem !important; }
  .mb80 {
    margin-bottom: 3.125rem !important; } }

@media (max-width: 575px) {
  .p30 {
    padding: 1.875rem 20px !important; }
  .p40 {
    padding: 2.5rem 20px !important; }
  .p50 {
    padding: 3.125rem 20px !important; }
  .p70 {
    padding: 3.125rem 20px !important; } }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -20px; }
  @media (max-width: 767px) {
    .row {
      margin-right: -5px;
      margin-left: -5px;
      margin-top: -10px; } }
  .row.row-5 {
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px; }
    .row.row-5 > * {
      margin-top: 10px;
      padding-left: 5px;
      padding-right: 5px; }
  @media (min-width: 768px) {
    .row.row-md-8 {
      margin-top: -16px;
      margin-left: -8px;
      margin-right: -8px; }
      .row.row-md-8 > * {
        margin-top: 16px;
        padding-left: 8px;
        padding-right: 8px; } }
  @media (min-width: 1200px) {
    .row.row-xl-25 {
      margin-top: -50px;
      margin-left: -25px;
      margin-right: -25px; }
      .row.row-xl-25 > * {
        margin-top: 50px;
        padding-left: 25px;
        padding-right: 25px; }
    .row.row-xl-20 {
      margin-top: -40px;
      margin-left: -20px;
      margin-right: -20px; }
      .row.row-xl-20 > * {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px; }
    .row.row-xl-17 {
      margin-top: -34px;
      margin-left: -17px;
      margin-right: -17px; }
      .row.row-xl-17 > * {
        margin-top: 34px;
        padding-left: 17px;
        padding-right: 17px; }
    .row.row-xl-15 {
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px; }
      .row.row-xl-15 > * {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      margin-top: 10px;
      padding-right: 5px;
      padding-left: 5px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-4-5 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-7-5 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1301px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

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

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

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

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

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

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

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

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

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

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.board-wrap--fc {
  color: #1C1E26; }

.no-data--fc {
  text-align: center;
  padding: 1.25rem 0; }

/* latest-type(검색/페이징/카테고리 탭 숨김) */
.no-list-etc .board-search-wrap--fc,
.no-list-etc .category-tab--fc,
.no-list-etc .board-paging {
  display: none; }

/* 카테고리 숨김 */
.no-cate-tab .category-tab--fc,
.no-category-tab .category-tab--fc {
  display: none; }

/* 검색 숨김 */
.no-search .board-search-wrap--fc {
  display: none; }

/* view */
.board-wrap--fc .board-view--fc .board-conts--fc a {
  display: initial;
  font-size: inherit; }

.board-wrap--fc .board-view--fc .board-conts--fc figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .board-wrap--fc .board-view--fc .board-conts--fc figure .embed-responsive-16by9 {
    max-width: 100%;
    padding-bottom: 56.25%; }

.board-wrap--fc .board-view--fc .board-conts--fc img {
  height: auto !important; }

.board-wrap--fc .board-view--fc .board-conts--fc div,
.board-wrap--fc .board-view--fc .board-conts--fc p {
  font-size: 18px; }
  @media (max-width: 767px) {
    .board-wrap--fc .board-view--fc .board-conts--fc div,
    .board-wrap--fc .board-view--fc .board-conts--fc p {
      font-size: 14px; } }

.board-wrap--fc .board-view--fc .board-view-link--fc,
.board-wrap--fc .board-view--fc .board-view-file--fc {
  padding: 0;
  border-top: none; }
  .board-wrap--fc .board-view--fc .board-view-link--fc li,
  .board-wrap--fc .board-view--fc .board-view-file--fc li {
    font-size: 18px;
    padding: 15px 32px; }
    @media (max-width: 1199px) {
      .board-wrap--fc .board-view--fc .board-view-link--fc li,
      .board-wrap--fc .board-view--fc .board-view-file--fc li {
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .board-wrap--fc .board-view--fc .board-view-link--fc li,
      .board-wrap--fc .board-view--fc .board-view-file--fc li {
        padding: 0.875rem 1.25rem; } }
    .board-wrap--fc .board-view--fc .board-view-link--fc li strong,
    .board-wrap--fc .board-view--fc .board-view-file--fc li strong {
      font-weight: 500; }
  .board-wrap--fc .board-view--fc .board-view-link--fc a,
  .board-wrap--fc .board-view--fc .board-view-file--fc a {
    display: inline-block;
    font-weight: 300;
    font-size: 18px; }
    @media (max-width: 991px) {
      .board-wrap--fc .board-view--fc .board-view-link--fc a,
      .board-wrap--fc .board-view--fc .board-view-file--fc a {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .board-wrap--fc .board-view--fc .board-view-link--fc a,
      .board-wrap--fc .board-view--fc .board-view-file--fc a {
        font-size: 14px; } }
    .board-wrap--fc .board-view--fc .board-view-link--fc a:hover,
    .board-wrap--fc .board-view--fc .board-view-file--fc a:hover {
      color: #5A2CCE; }

.board-wrap--fc .board-view--fc .board-view-file--fc {
  margin-top: 0; }
  .board-wrap--fc .board-view--fc .board-view-file--fc li:last-child {
    border-bottom: 1px solid #DADBDF; }
  .board-wrap--fc .board-view--fc .board-view-file--fc li + li {
    padding-top: 0; }
  .board-wrap--fc .board-view--fc .board-view-file--fc li strong:after {
    content: '';
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0 18px;
    vertical-align: middle;
    background: url("/img/common/ico_board-download.png") no-repeat center/1.125rem auto; }

/* view type 2  - 스타일 적용 */
.board-wrap--fc .board-view--fc.type2 {
  border-top: 1px solid #000; }
  .board-wrap--fc .board-view--fc.type2 header h1 br,
  .board-wrap--fc .board-view--fc.type2 .post-navi--fc li a br {
    display: none; }
  .board-wrap--fc .board-view--fc.type2 header {
    padding: 2.5rem 1.875rem;
    border-bottom-color: #DADBDF;
    background-color: #fff; }
    @media (max-width: 767px) {
      .board-wrap--fc .board-view--fc.type2 header {
        padding: 1.5rem 0.5rem; } }
    .board-wrap--fc .board-view--fc.type2 header h1 {
      float: none;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.3;
      text-align: center; }
      @media (max-width: 767px) {
        .board-wrap--fc .board-view--fc.type2 header h1 {
          font-size: 20px; } }
    .board-wrap--fc .board-view--fc.type2 header address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      float: none !important;
      font-size: 18px;
      font-weight: 300 !important;
      color: rgba(21, 21, 21, 0.8) !important;
      text-align: center;
      margin-top: 1.25rem; }
      .board-wrap--fc .board-view--fc.type2 header address p {
        padding: 0 18px !important;
        float: none;
        font-size: inherit;
        font-weight: inherit; }
      @media (max-width: 767px) {
        .board-wrap--fc .board-view--fc.type2 header address {
          font-size: 13px;
          margin-top: 0.625rem; }
          .board-wrap--fc .board-view--fc.type2 header address p {
            padding: 0 8px !important; } }
  .board-wrap--fc .board-view--fc.type2 .board-conts--fc {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #DADBDF; }
  .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc {
    text-align: right;
    margin-top: 40px; }
    .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc > p {
      float: none;
      text-align: left;
      padding-bottom: 10px; }
      .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc > p a {
        font-size: 14px !important; }
        @media (max-width: 767px) {
          .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc > p a {
            font-size: 12px !important; } }
    .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc .btn-list--fc {
      font-size: 18px;
      font-weight: 700;
      color: #151515;
      line-height: 52px;
      height: 52px;
      min-width: 138px;
      border-radius: 26px;
      border: 1px solid #151515;
      background-color: #fff; }
      @media (max-width: 991px) {
        .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc .btn-list--fc {
          font-size: 14px;
          line-height: 38px;
          height: 38px; } }
      .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc .btn-list--fc:before {
        /*
                content: '';
                display: inline-block;
                width: 28px;
                height: 17px;
                margin-right: 10px;
                vertical-align: middle;
                margin-top: -2px;
                background: url('/img/common/ico_board-list.png')no-repeat center;*/ }
      .board-wrap--fc .board-view--fc.type2 .btn-view-wrap--fc .btn-list--fc:hover {
        color: #fff;
        background-color: #000; }
  .board-wrap--fc .board-view--fc.type2 .post-navi--fc li {
    min-height: 3.75rem;
    padding: 1.25rem 2rem 1.25rem 3.75rem; }
    @media (max-width: 767px) {
      .board-wrap--fc .board-view--fc.type2 .post-navi--fc li {
        min-height: 67px; } }
    .board-wrap--fc .board-view--fc.type2 .post-navi--fc li a,
    .board-wrap--fc .board-view--fc.type2 .post-navi--fc li span,
    .board-wrap--fc .board-view--fc.type2 .post-navi--fc li strong {
      font-size: 18px;
      color: #151515 !important; }
      @media (max-width: 991px) {
        .board-wrap--fc .board-view--fc.type2 .post-navi--fc li a,
        .board-wrap--fc .board-view--fc.type2 .post-navi--fc li span,
        .board-wrap--fc .board-view--fc.type2 .post-navi--fc li strong {
          font-size: 14px; } }
    .board-wrap--fc .board-view--fc.type2 .post-navi--fc li strong {
      margin-right: 40px; }
  .board-wrap--fc .board-view--fc.type2 .post-navi--fc .prev-post--fc,
  .board-wrap--fc .board-view--fc.type2 .post-navi--fc .next-post--fc {
    background-position: 1.5625rem center; }

/* paging */
.board-paging {
  margin-top: 40px; }
  .board-paging a {
    margin: 0 2px; }
  .board-paging .paging-btn-next,
  .board-paging .paging-btn-last,
  .board-paging .paging-btn-first,
  .board-paging .paging-btn-prev {
    width: 32px;
    height: 32px;
    background-size: cover; }

.board-paging li > a {
  line-height: 32px;
  border-radius: 50%; }

.board-paging li.on > a,
.board-paging li:hover > a {
  border: 0; }

.board-paging li.on > a, .board-paging li:hover > a {
  background-color: #5A2CCE;
  border-color: #5A2CCE; }

@media (min-width: 768px) {
  .board-paging li > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0; }
  .board-paging ol {
    margin: 0 8px; } }

/* 검색 */
.board-search-wrap--fc .board_list_total--fc {
  font-size: 18px;
  line-height: 1;
  font-weight: 700; }
  .board-search-wrap--fc .board_list_total--fc .search-total-num__accent--fc {
    font-weight: 400;
    color: #151515; }
  @media (max-width: 767px) {
    .board-search-wrap--fc .board_list_total--fc {
      font-size: 14px; } }

.board-search-wrap--fc {
  margin-top: 0; }
  .board-search-wrap--fc select, .board-search-wrap--fc input[type="text"] {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle; }
  .board-search-wrap--fc p.download-wrap {
    width: auto !important;
    margin-right: 1.875rem;
    vertical-align: bottom; }
    .board-search-wrap--fc p.download-wrap a.btn-download {
      white-space: nowrap;
      margin-left: 0.625rem; }
      @media (min-width: 1200px) {
        .board-search-wrap--fc p.download-wrap a.btn-download {
          font-size: 1.25rem;
          border-radius: 1.5rem; } }
  .board-search-wrap--fc .board_list_total--fc {
    font-size: 1.25rem;
    padding-top: 30px; }
  .board-search-wrap--fc .search-select-wrap--fc select {
    font-weight: 700;
    border-width: 0 0 2px;
    border-color: #1C1E26;
    background-image: url("/img/common/ico_select.svg");
    background-size: 18px auto; }
  .board-search-wrap--fc .search-input-wrap--fc input[type="text"] {
    border-width: 0 0 2px;
    border-color: #1C1E26; }
  .board-search-wrap--fc .search-input-wrap--fc input[type="button"],
  .board-search-wrap--fc .search-input-wrap--fc a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    display: block;
    font-size: 0;
    color: transparent;
    outline: none;
    border: 0;
    background: url("/html/_skin/img/icons/ico_search_btn.svg") no-repeat center;
    background-size: 1.625rem auto;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer; }

@media (min-width: 768px) {
  .board-search-wrap--fc {
    margin-bottom: 20px; }
    .board-search-wrap--fc p {
      margin: 0; }
      .board-search-wrap--fc p.search-select-wrap--fc {
        width: 130px;
        margin-right: 20px; }
      .board-search-wrap--fc p.search-input-wrap--fc {
        width: 300px; }
    .board-search-wrap--fc input[type="text"],
    .board-search-wrap--fc input[type="password"],
    .board-search-wrap--fc input[type="tel"],
    .board-search-wrap--fc select {
      height: 50px; } }

@media (max-width: 767px) {
  .board-search-wrap--fc {
    margin-bottom: 0; }
    .board-search-wrap--fc p.search-select-wrap--fc {
      margin-right: 10px;
      width: calc(33% - 10px); }
      .board-search-wrap--fc p.search-select-wrap--fc.hidden + .search-input-wrap--fc {
        width: 100%; }
    .board-search-wrap--fc .search-input-wrap--fc a {
      background-size: 20px; } }

/*new icon*/
.basic-board-list--fc tbody td.board-subject--fc a .new-icon,
.webzine-board-list--fc tbody td.board-subject--fc a .new-icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  margin-top: -0.5em;
  vertical-align: middle;
  background-color: #FF6A4D; }

.basic-board-list--fc tbody td.board-subject--fc a .new-icon + .new-img,
.webzine-board-list--fc tbody td.board-subject--fc a .new-icon + .new-img {
  display: none; }

.board-wrap--fc .gallery-list--fc .gallery-title--fc .new-icon {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  margin-top: -0.5em;
  vertical-align: middle;
  background-color: #FF6A4D; }

.board-wrap--fc .gallery-list--fc .gallery-title--fc .new-icon + .new-img {
  display: none; }

/* list */
.basic-board-list--fc,
.webzine-board-list--fc {
  border-top: 1px solid #1C1E26; }
  .basic-board-list--fc thead th,
  .webzine-board-list--fc thead th {
    font-size: 1.125rem;
    padding: 1.25rem 0; }
    .basic-board-list--fc thead th:before,
    .webzine-board-list--fc thead th:before {
      display: none; }
  .basic-board-list--fc th,
  .basic-board-list--fc td,
  .webzine-board-list--fc th,
  .webzine-board-list--fc td {
    font-size: 1.125rem;
    padding: 1.25rem 0; }
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    padding-left: 0; }
    .basic-board-list--fc tbody td.board-subject--fc a:hover,
    .webzine-board-list--fc tbody td.board-subject--fc a:hover {
      text-decoration: none; }
      .basic-board-list--fc tbody td.board-subject--fc a:hover:after,
      .webzine-board-list--fc tbody td.board-subject--fc a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #1C1E26; }

/* gallery list */
.gallery-top-hr {
  display: none;
  margin: 0 0 1.3125rem;
  border-top: 1px solid #000; }

.gallery-bottom-hr {
  margin: 0;
  border-top: 1px solid #DADBDF; }

.board-wrap--fc .gallery-list--fc {
  border-top: none;
  padding-bottom: 40px;
  border-bottom: none;
  margin: -1.25rem -0.625rem 0; }
  .board-wrap--fc .gallery-list--fc figure {
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding: 0 0.625rem; }
    .board-wrap--fc .gallery-list--fc figure .gallery-item,
    .board-wrap--fc .gallery-list--fc figure a {
      border: none; }
      .board-wrap--fc .gallery-list--fc figure .gallery-item .thumb-wrap--fc.embed-responsive-16by9,
      .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        border: 0;
        border-radius: 1.5rem;
        background-color: #f9f9f9;
        overflow: hidden; }
        .board-wrap--fc .gallery-list--fc figure .gallery-item .thumb-wrap--fc.embed-responsive-16by9 img,
        .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all .3s;
          transition: all .3s; }
      .board-wrap--fc .gallery-list--fc figure .gallery-item figcaption,
      .board-wrap--fc .gallery-list--fc figure a figcaption {
        padding: 1.5rem 0 2.5rem; }
        @media (max-width: 991px) {
          .board-wrap--fc .gallery-list--fc figure .gallery-item figcaption,
          .board-wrap--fc .gallery-list--fc figure a figcaption {
            padding-bottom: 1.5rem; } }
  .board-wrap--fc .gallery-list--fc .gallery-title--fc {
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1C1E26;
    line-height: 2rem;
    height: 4rem;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    overflow: hidden; }
    .board-wrap--fc .gallery-list--fc .gallery-title--fc .new-img {
      margin-right: 0.3em; }
    .board-wrap--fc .gallery-list--fc .gallery-title--fc img {
      margin-top: -3px; }
  .board-wrap--fc .gallery-list--fc .gallery-category--fc {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    opacity: 0.5; }
  .board-wrap--fc .gallery-list--fc .gallery-date--fc {
    display: none;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: left;
    margin-top: 1rem;
    opacity: 0.5; }
  @media (max-width: 767px) {
    .board-wrap--fc .gallery-list--fc {
      margin: -14px -7px 0; }
      .board-wrap--fc .gallery-list--fc figure {
        padding: 0 7px;
        margin-top: 14px; } }

@media (min-width: 1441px) and (max-width: 767px) {
  .board-wrap--fc .gallery-list--fc {
    margin: -40px -20px 0; }
    .board-wrap--fc .gallery-list--fc figure {
      padding: 0 20px;
      margin-top: 40px; } }

@media (min-width: 1200px) {
  .board-wrap--fc .gallery-list--fc figure a:hover .thumb-wrap--fc.embed-responsive-16by9 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

/* 카테고리가 있을 경우  */
.cate-name.in-cate {
  display: block;
  color: #5A2CCE;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3125rem; }

/* 언론보도 */
.board-youtube .cate-name:before,
.board-news .cate-name:before {
  display: block;
  content: '';
  color: #5A2CCE;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3125rem; }

.board-news .cate-name:before {
  content: 'NEWS'; }

.board-youtube .cate-name:before {
  content: 'YOUTUBE'; }

.gallery-top-bor-1 {
  border-top: 1px solid #000;
  margin: 0; }

.board-blog .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 {
  padding-bottom: 100%; }

/* 다운로드 버튼 */
.board-wrap--fc a.btn-download {
  display: inline-flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  padding: 4px 1rem;
  border-radius: 1.125rem;
  gap: 0.625rem;
  border: 1px solid #DADBDF;
  background-color: #DADBDF;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .board-wrap--fc a.btn-download:after {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url("/html/_skin/img/icons/ico_download-b.svg") no-repeat center center/100% auto; }
  .board-wrap--fc a.btn-download:hover {
    color: #fff;
    background-color: #5A2CCE; }
    .board-wrap--fc a.btn-download:hover:after {
      background-image: url("/html/_skin/img/icons/ico_download-w.svg"); }
  .board-wrap--fc a.btn-download.bg-black {
    color: #fff;
    background-color: #1C1E26; }
    .board-wrap--fc a.btn-download.bg-black:after {
      background-image: url("/html/_skin/img/icons/ico_download-w.svg"); }
    .board-wrap--fc a.btn-download.bg-black:hover {
      background-color: #5A2CCE; }

/* 매뉴얼 */
/* 브로슈어 공통 */
.board-wrap--fc .brochure-list figure figcaption > * + * {
  margin-top: 1.125rem; }

.board-wrap--fc .brochure-list figure .gallery-item figcaption .gallery-content--fc {
  height: auto;
  white-space: pre-wrap; }

/* 브로슈어 리스트 */
.board-wrap--fc .gallery-list--fc.brochure-list figure .gallery-item .thumb-wrap--fc.embed-responsive-16by9 {
  border: 1px solid #DADBDF; }

.board-wrap--fc .gallery-list--fc.brochure-list .gallery-title--fc {
  font-size: 1.125rem;
  line-height: 1.3;
  height: auto;
  white-space: pre-wrap; }

.certification-patent__wrap .gallery-top-hr {
  display: block; }

.certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 1.5rem;
  background-color: #F0F1F5; }
  .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 .img-box {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1.875rem;
    overflow: hidden;
    vertical-align: middle; }
    .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 .img-box img {
      position: relative;
      width: auto;
      height: 100%;
      object-fit: contain;
      vertical-align: middle;
      -webkit-box-shadow: 8px 13px 27px 2px rgba(0, 0, 0, 0.14);
      box-shadow: 8px 13px 27px 2px rgba(0, 0, 0, 0.14);
      /*
                            -webkit-transform: scale(1) !important;
                            -moz-transform: scale(1) !important;
                            -ms-transform: scale(1) !important;
                            transform: scale(1) !important;*/ }
    @media (max-width: 1199px) {
      .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 .img-box {
        padding: 10%; } }

.certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .gallery-title--fc {
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 3rem; }

.certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .gallery-date--fc {
  display: none; }

.certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .gallery-etc--fc {
  display: block !important;
  font-size: 1rem;
  margin-top: 0.9375rem; }
  .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .gallery-etc--fc li {
    font-size: 100%;
    line-height: 1.4; }

@media (max-width: 767px) {
  .certification-patent__wrap .board-wrap--fc {
    position: relative; } }

@media (max-width: 575px) {
  .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure {
    width: 50%; } }

/* 인증서 팝업 */
.white-popup {
  width: 620px;
  padding: 1.875rem;
  border-radius: 1.5rem;
  background-color: #F0F1F5; }

.showroom-box .slider,
.showroom-box .slider .slick-list,
.showroom-box .slider .slick-list .slick-slide {
  overflow: visible !important; }

.showroom-box .slider .slick-list .slick-slide .pop-head {
  text-align: center; }
  .showroom-box .slider .slick-list .slick-slide .pop-head .title {
    font-size: 1.5rem;
    line-height: 1.3; }
  .showroom-box .slider .slick-list .slick-slide .pop-head p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.4; }
    .showroom-box .slider .slick-list .slick-slide .pop-head p span {
      white-space: nowrap; }
      .showroom-box .slider .slick-list .slick-slide .pop-head p span + span:before {
        display: inline-block;
        content: '/';
        margin: 0 10px; }

.showroom-box .slider .slick-list .slick-slide .img-box {
  padding: 1.5625rem 1.5625rem 0.625rem; }
  .showroom-box .slider .slick-list .slick-slide .img-box .thumb-img {
    padding: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 8px 13px 27px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 8px 13px 27px 2px rgba(0, 0, 0, 0.14); }
    .showroom-box .slider .slick-list .slick-slide .img-box .thumb-img > p {
      position: relative;
      width: 100%;
      height: auto; }
      .showroom-box .slider .slick-list .slick-slide .img-box .thumb-img > p img {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        border: 0; }

@media (max-width: 1600px) {
  .white-popup {
    width: 31.25rem; }
  .showroom-box .slider .slick-list .slick-slide .pop-head .title {
    font-size: 1.25rem; }
  .showroom-box .slider .slick-list .slick-slide .pop-head p {
    font-size: 1rem; } }

@media (max-width: 575px) {
  .white-popup {
    width: calc(100% - 80px); }
  .showroom-box .slider .slick-list .slick-slide .img-box {
    padding: 0;
    margin-top: 20px; }
    .showroom-box .slider .slick-list .slick-slide .img-box .thumb-img {
      padding: 0; }
  button.mfp-close {
    right: -3rem; } }

/* gallery main slider */
.gallery-main-list + .gallery-list--fc,
.gallery-main-slider + .gallery-list--fc {
  margin-top: 3.125rem; }

.gallery-main-list {
  /* 브로슈어 (지속가능경영) */ }
  .gallery-main-list figure .gallery-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.125rem;
    background-color: #F0F1F5;
    overflow: hidden; }
    .gallery-main-list figure .gallery-item > a {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .gallery-main-list figure .gallery-item > * {
      width: 50%; }
    .gallery-main-list figure .gallery-item .thumb-wrap--fc .img-box {
      position: relative;
      display: block;
      height: auto;
      width: 100%;
      padding-bottom: 56.25%;
      overflow: hidden; }
      .gallery-main-list figure .gallery-item .thumb-wrap--fc .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s;
        transition: all .3s; }
    .gallery-main-list figure .gallery-item figcaption {
      padding: 3.75rem;
      padding-left: 4.375rem; }
      .gallery-main-list figure .gallery-item figcaption > * + * {
        margin-top: 0.9375rem; }
      .gallery-main-list figure .gallery-item figcaption .cate-name {
        display: block;
        color: #5A2CCE;
        font-size: 1.125rem;
        font-weight: 500; }
      .gallery-main-list figure .gallery-item figcaption .gallery-title--fc {
        text-align: left;
        font-weight: 800;
        font-size: 2rem;
        color: #1C1E26;
        line-height: 1.3;
        white-space: pre-wrap; }
      .gallery-main-list figure .gallery-item figcaption .gallery-content--fc {
        display: -webkit-box;
        text-align: left;
        -webkit-line-clamp: 3;
        font-weight: 500;
        font-size: 1.125rem;
        color: #1C1E26;
        line-height: 1.6875rem;
        height: 5.0625rem;
        -webkit-box-orient: vertical;
        white-space: pre-wrap;
        overflow: hidden; }
      .gallery-main-list figure .gallery-item figcaption .gallery-date--fc {
        color: #666;
        font-size: 1rem;
        text-align: left; }
    .gallery-main-list figure .gallery-item.item-hover:hover .img-box img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .gallery-main-list:not(.brochure-list) figure .gallery-item {
    min-height: 450px; }
    .gallery-main-list:not(.brochure-list) figure .gallery-item .thumb-wrap--fc {
      position: absolute;
      height: 100%; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item .thumb-wrap--fc .img-box {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-bottom: 0; }
    .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption {
      margin-left: 50%; }
  @media (max-width: 1440px) {
    .gallery-main-list:not(.brochure-list) figure .gallery-item {
      min-height: 400px; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption {
        padding: 1.875rem;
        padding-left: 3.125rem; } }
  @media (max-width: 1199px) {
    .gallery-main-list:not(.brochure-list) figure .gallery-item {
      min-height: 300px; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item .gallery-content--fc {
        display: none; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption {
        padding: 2.5rem; } }
  @media (max-width: 991px) {
    .gallery-main-list:not(.brochure-list) figure .gallery-item {
      min-height: 30vw; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption {
        padding: 1.25rem;
        padding-left: 2.5rem; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .cate-name,
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .cate-name * {
          font-size: 1.5vw; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .gallery-title--fc {
          font-size: 3vw; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .gallery-date--fc {
          font-size: 1.5vw; } }
  @media (max-width: 575px) {
    .gallery-main-list:not(.brochure-list) figure .gallery-item {
      display: block; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item > * {
        width: 100%; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item .thumb-wrap--fc {
        position: static;
        height: auto; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item .thumb-wrap--fc .img-box {
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 56.25%; }
      .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption {
        margin-left: 0;
        padding: 25px 20px; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .cate-name,
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .cate-name * {
          font-size: 1.125rem; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .gallery-title--fc {
          font-size: 1.5rem; }
        .gallery-main-list:not(.brochure-list) figure .gallery-item figcaption .gallery-date--fc {
          font-size: 1.125rem; } }
  .gallery-main-list.brochure-list figure .gallery-item .thumb-wrap--fc {
    padding: 0 1.875rem; }
    .gallery-main-list.brochure-list figure .gallery-item .thumb-wrap--fc .img-max-box {
      display: block;
      max-width: 530px;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .gallery-main-list.brochure-list figure .gallery-item .thumb-wrap--fc .img-max-box {
          height: 480px; } }
    .gallery-main-list.brochure-list figure .gallery-item .thumb-wrap--fc .img-box {
      border-radius: 1.5rem;
      -webkit-box-shadow: 0 1.5rem 2.25rem rgba(16, 24, 40, 0.18);
      box-shadow: 0 1.5rem 2.25rem rgba(16, 24, 40, 0.18); }
  .gallery-main-list.brochure-list figure .gallery-item .btn-download {
    border: 0;
    background-color: #fff; }
    .gallery-main-list.brochure-list figure .gallery-item .btn-download:hover {
      color: #fff;
      background-color: #5A2CCE; }
      .gallery-main-list.brochure-list figure .gallery-item .btn-download:hover:after {
        background-image: url("/html/_skin/img/icons/ico_download-w.svg"); }
  @media (max-width: 1199px) {
    .gallery-main-list.brochure-list figure .gallery-item {
      padding: 3.125rem 0; } }
  @media (max-width: 1440px) {
    .gallery-main-list.brochure-list figure .gallery-item figcaption {
      padding: 1.875rem;
      padding-left: 0.625rem; } }
  @media (max-width: 991px) {
    .gallery-main-list.brochure-list figure .gallery-item .gallery-content--fc {
      display: none; } }
  @media (max-width: 767px) {
    .gallery-main-list.brochure-list figure .gallery-item {
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .gallery-main-list.brochure-list figure .gallery-item {
      display: block;
      padding: 25px 20px; }
      .gallery-main-list.brochure-list figure .gallery-item > * {
        width: 100%; }
      .gallery-main-list.brochure-list figure .gallery-item .thumb-wrap--fc {
        padding: 0; }
      .gallery-main-list.brochure-list figure .gallery-item figcaption {
        padding: 25px 0 0; } }

/* dots wrap */
.list-progress {
  width: 100%;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  /* Play / Pause Button visibility */
  /* 숨김 처리 → active 버튼만 보이도록 */ }
  .list-progress #customDots {
    position: relative; }
    .list-progress #customDots .slick-dots {
      position: relative;
      bottom: 0;
      display: flex !important;
      gap: 2px;
      border-radius: 2px;
      transform: translateY(0);
      overflow: hidden; }
      .list-progress #customDots .slick-dots li {
        height: 0.375rem;
        width: auto; }
      .list-progress #customDots .slick-dots li button {
        position: relative;
        width: 1.875rem;
        height: 100%;
        padding: 0;
        border-radius: 0.1875rem;
        background: #d0d0d0;
        overflow: hidden;
        /* progress bar inside dot */ }
        @media (max-width: 767px) {
          .list-progress #customDots .slick-dots li button {
            width: 20px; } }
        @media (max-width: 575px) {
          .list-progress #customDots .slick-dots li button {
            width: 10px; } }
        .list-progress #customDots .slick-dots li button span {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #000;
          transform-origin: left center;
          transform: scaleX(0); }
  .list-progress .paging {
    white-space: nowrap; }
  .list-progress .btn-play-pause button {
    background: none;
    border: none;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 0;
    opacity: 0.45;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .list-progress .btn-play-pause button:active, .list-progress .btn-play-pause button:hover {
      opacity: 1; }
  .list-progress .btn-play-pause svg {
    width: 14px;
    height: 14px;
    fill: #000; }
  .list-progress .list-btn-play:not(.active) {
    display: none; }
  .list-progress .list-btn-pause:not(.active) {
    display: none; }

/* 레이아웃이 안정될 때까지 스크롤을 잠그기 main.js 
html.preload-lock,
html.preload-lock body {
  height: 100%;
  overflow: hidden !important;
}*/
/* rotate border */
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false; }

/* 스피너 */
.loading-screen {
  position: fixed;
  inset: 0;
  background: black;
  /* 필요시 브랜드 색상으로 변경 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  /*transition: opacity 0.6s ease, visibility 0.6s ease;*/
  visibility: hidden;
  /* 회전 스피너 */
  /* 회전 키프레임 */ }
  .loading-screen .spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
  .loading-screen .loading-logo {
    display: block;
    width: 150px;
    margin-bottom: 20px; }
  .loading-screen .dots-spinner div {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both; }
  .loading-screen .dots-spinner div:nth-child(2) {
    animation-delay: -0.32s; }
  .loading-screen .dots-spinner div:nth-child(3) {
    animation-delay: -0.16s; }

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
  .loading-screen .ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 2px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: #FF6A4D;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #FF6A4D;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .loading-screen .ring:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid transparent;
    border-top: 2px solid #FF6A4D;
    border-right: 2px solid #FF6A4D;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
    z-index: 5; }
  .loading-screen span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite; }
  .loading-screen span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FF6A4D;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #FF6A4D; }

@keyframes animateC {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes animate {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(405deg); } }

/* 사라질 때 */
.loading-screen.show {
  opacity: 1;
  visibility: visible; }

/* main */
.main_visual {
  position: relative; }

.main_visual__slider {
  margin-bottom: 0 !important; }
  .main_visual__slider.bounce {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
    .main_visual__slider.bounce.forward {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .main_visual__slider.bounce.backwrad {
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }

.slider_item {
  position: relative;
  height: 950px; }
  .slider_item.item01 {
    background: url("/html/_skin/img/main/img_main_visual01.jpg") no-repeat center/cover; }
  .slider_item.item02 {
    background: url("/html/_skin/img/main/img_main_visual02.jpg") no-repeat center/cover; }
  .slider_item.item03 {
    background: url("/html/_skin/img/main/img_main_visual03.jpg") no-repeat center/cover; }
  .slider_item:not(:first-of-type) {
    display: none; }

.slick-initialized .slider_item:not(:first-of-type) {
  display: block; }

.slider_item__inner {
  display: table;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .slider_item__inner .slider_item__inner__txtbox {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 120px;
    font-size: 0; }
    .slider_item__inner .slider_item__inner__txtbox > * {
      position: relative;
      opacity: 0; }
    .slider_item__inner .slider_item__inner__txtbox h2 {
      font-size: 55px;
      font-weight: 300; }
      .slider_item__inner .slider_item__inner__txtbox h2 strong {
        font-weight: 700; }
    .slider_item__inner .slider_item__inner__txtbox p {
      font-size: 30px;
      font-weight: 300;
      margin-top: 20px; }
    .slider_item__inner .slider_item__inner__txtbox a {
      display: inline-block;
      font-size: 16px;
      font-weight: 300;
      color: #fff;
      padding: 10px 15px;
      margin-top: 20px;
      background-color: #5A2CCE; }
      @media (min-width: 1200px) {
        .slider_item__inner .slider_item__inner__txtbox a:hover {
          background-color: #693ed6; } }

.slider_item__more {
  margin-top: 70px;
  font-size: 0; }
  .slider_item__more a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: #90d353 url("/html/_skin/img/main/icon_main_visual_more.png") no-repeat right 25px center;
    text-transform: uppercase;
    padding: 20px 70px;
    border-radius: 30px; }

.main_visual__slider .slick-dots {
  bottom: 272px; }
  .main_visual__slider .slick-dots li {
    width: 10px;
    height: 10px;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .main_visual__slider .slick-dots li.slick-active {
      width: 40px; }
    .main_visual__slider .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      border-radius: 5px;
      background-color: #fff; }
    .main_visual__slider .slick-dots li.slick-active button {
      border-radius: 5px;
      background-color: #5A2CCE; }

.slick-dots li button:before {
  display: none; }

@media (min-width: 1200px) {
  .slider_item__more a:hover {
    background-color: #94de50; } }

@media (max-width: 1199px) {
  .slider_item {
    height: 750px; } }

@media (max-width: 767px) {
  .slider_item {
    height: 520px;
    min-height: 360px; }
  .slider_item__inner {
    margin-top: 0; }
    .slider_item__inner .slider_item__inner__txtbox {
      padding-bottom: 0; }
      .slider_item__inner .slider_item__inner__txtbox h2 {
        font-size: 25px; }
      .slider_item__inner .slider_item__inner__txtbox p {
        font-size: 14px;
        margin-top: 15px; }
      .slider_item__inner .slider_item__inner__txtbox a {
        font-size: 12px;
        margin-top: 15px;
        padding: 6px 10px; }
  .main_visual__slider .slick-dots {
    bottom: 20px; } }

/* quick-wrap */
#quickMenu {
  position: fixed;
  top: 50%;
  right: 100px;
  mix-blend-mode: difference;
  z-index: 9999; }
  @media (max-width: 767px) {
    #quickMenu {
      display: none; } }
  #quickMenu .quick-wrap {
    transform: translateX(-50px);
    opacity: 0; }
    #quickMenu .quick-wrap > li {
      display: block;
      padding: 0.625rem 0;
      mix-blend-mode: normal; }
      #quickMenu .quick-wrap > li a {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -moz-box-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 1.25rem;
        font-size: 1rem;
        font-weight: 300;
        text-align: right;
        color: #fff;
        -moz-transition: color linear 0.2s;
        -o-transition: color linear 0.2s;
        -webkit-transition: color linear 0.2s;
        transition: color linear 0.2s;
        mix-blend-mode: normal; }
        #quickMenu .quick-wrap > li a .quick-icon {
          width: 1.75rem;
          height: 1.75rem;
          border-radius: 50%;
          background: #fff url("/html/_skin/img/icons/ico_arrow-right-b.svg") no-repeat center center/0.9375rem auto;
          -moz-transition: background-color linear 0.2s;
          -o-transition: background-color linear 0.2s;
          -webkit-transition: background-color linear 0.2s;
          transition: background-color linear 0.2s; }
        #quickMenu .quick-wrap > li a:hover {
          color: #5A2CCE;
          mix-blend-mode: normal; }
          #quickMenu .quick-wrap > li a:hover .quick-icon {
            background-color: #5A2CCE; }
      #quickMenu .quick-wrap > li:hover {
        isolation: isolate;
        mix-blend-mode: normal !important;
        color: #5A2CCE; }
  @media (max-width: 1440px) {
    #quickMenu {
      right: 20px; } }

/* 퀵메뉴 개별 */
.quick-item {
  position: fixed;
  top: 50%;
  right: 100px;
  font-size: 1rem;
  font-weight: 300;
  text-align: right;
  color: #fff;
  -moz-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
  mix-blend-mode: difference;
  z-index: 999; }
  .quick-item.quick02 {
    margin-top: 50px; }
  .quick-item a {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.25rem; }
    .quick-item a .quick-icon {
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 50%;
      background: #fff url("/html/_skin/img/icons/ico_arrow-right-b.svg") no-repeat center center/0.9375rem auto;
      -moz-transition: background linear 0.2s;
      -o-transition: background linear 0.2s;
      -webkit-transition: background linear 0.2s;
      transition: background linear 0.2s; }
  .quick-item:hover {
    font-weight: 600;
    color: #5A2CCE;
    mix-blend-mode: normal; }
    .quick-item:hover a .quick-icon {
      background-color: #5A2CCE;
      background-image: url(/html/_skin/img/icons/ico_arrow-right-w.svg); }
  @media (max-width: 767px) {
    .quick-item {
      display: none; } }

/* main section */
.main-section-01 {
  background-color: #000; }
  .main-section-01.main-section {
    padding: 0;
    background-color: #000; }
  .main-section-01 .main-section {
    position: relative;
    background-color: transparent; }
    .main-section-01 .main-section.section01 {
      padding-bottom: 0;
      z-index: 1; }
      @media (min-width: 1441px) {
        .main-section-01 .main-section.section01 {
          min-height: calc(var(--realvh) * 100);
          table-layout: fixed;
          width: 100%;
          display: table; }
          .main-section-01 .main-section.section01 .main-section__inner {
            width: 100%;
            vertical-align: middle;
            display: table-cell; } }
      @media (max-width: 1440px) {
        .main-section-01 .main-section.section01 .main-section__inner {
          padding: 4.375rem 0; } }
      @media (min-width: 1921px) {
        .main-section-01 .main-section.section01 {
          padding-bottom: 140px; } }
      .main-section-01 .main-section.section01 .main-section-header > * {
        position: relative;
        opacity: 0; }
        @media (max-width: 767px) {
          .main-section-01 .main-section.section01 .main-section-header > *.mt10 {
            margin-top: 1.875rem !important; } }
      .main-section-01 .main-section.section01 .main-section-header .ani-brackets {
        position: relative;
        padding: 0 25px; }
        .main-section-01 .main-section.section01 .main-section-header .ani-brackets em {
          position: absolute;
          top: 50%;
          display: inline-block;
          font-size: 150%;
          font-weight: 500 !important;
          background: linear-gradient(180deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
          background-size: 100% 100%;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .main-section-01 .main-section.section01 .main-section-header .ani-brackets em.bracket-left {
          left: 0; }
        .main-section-01 .main-section.section01 .main-section-header .ani-brackets em.bracket-right {
          right: 0; }
        .main-section-01 .main-section.section01 .main-section-header .ani-brackets .zoom-width {
          display: inline-block;
          white-space: nowrap;
          width: 0;
          transition: width 0.9s cubic-bezier(0.6, 0, 0.2, 1);
          vertical-align: middle;
          overflow: hidden; }
  .main-section-01 .bg-video-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
  .main-section-01 .bg-video-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh; }
    .main-section-01 .bg-video-wrap .bg-video {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-section-01 .section02-video {
    z-index: 2; }
    @media (min-width: 768px) {
      .main-section-01 .section02-video {
        min-height: 100vh; } }
  .main-section-01 .main-intro-video {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 1.875rem;
    overflow: hidden;
    opacity: 0; }
    @media (max-width: 1600px) {
      .main-section-01 .main-intro-video {
        max-width: 1100px; } }
    @media (max-width: 1199px) {
      .main-section-01 .main-intro-video {
        max-width: 900px; } }
    @media (max-width: 767px) {
      .main-section-01 .main-intro-video {
        opacity: 1 !important; } }
    .main-section-01 .main-intro-video.vimeo > iframe {
      display: none !important; }
    .main-section-01 .main-intro-video #vimeo-player {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9; }
      .main-section-01 .main-intro-video #vimeo-player iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0; }
    .main-section-01 .main-intro-video .video-controls {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      /*
            top: 50%;
            left: 50%;
            @include transform(translate(-50%, -50%));*/
      z-index: 10; }
      .main-section-01 .main-intro-video .video-controls button {
        width: 6.875rem;
        height: 6.875rem;
        border-radius: 50%;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media (max-width: 575px) {
          .main-section-01 .main-intro-video .video-controls button {
            width: 5.625rem;
            height: 5.625rem; } }
        .main-section-01 .main-intro-video .video-controls button svg {
          width: 60%;
          height: 60%;
          fill: #fff; }
        .main-section-01 .main-intro-video .video-controls button:active, .main-section-01 .main-intro-video .video-controls button:hover {
          background-color: rgba(0, 0, 0, 0.8);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    @media (min-width: 768px) {
      .main-section-01 .main-intro-video.isPlay:not(:hover) .video-controls .btn-pause {
        display: none !important; } }
    @media (max-width: 767px) {
      .main-section-01 .main-intro-video.isPlay.hide-ui .video-controls .btn-pause {
        display: none !important; } }
  .main-section-01 .customer-cases-wrap,
  .main-section-01 .logo-slider {
    opacity: 0; }
  .main-section-01 .customer-cases-wrap .customer-cases-latest.slick-initialized {
    display: block; }
    .main-section-01 .customer-cases-wrap .customer-cases-latest.slick-initialized .slick-slide {
      margin-right: 20px; }
      .main-section-01 .customer-cases-wrap .customer-cases-latest.slick-initialized .slick-slide:last-child {
        margin-right: 0 !important; }
    .main-section-01 .customer-cases-wrap .customer-cases-latest.slick-initialized .slick-list {
      margin-right: -20px; }
  @media (min-width: 576px) {
    .main-section-01 .customer-cases-wrap .customer-cases-latest .slick-slide .item-box,
    .main-section-01 .customer-cases-wrap .customer-cases-latest > li .item-box {
      min-width: 250px; } }
  @media (min-width: 1441px) {
    .main-section-01 .customer-cases-wrap .customer-cases-latest:not(.slick-initialized) {
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main-section-01 .customer-cases-wrap .customer-cases-latest:not(.slick-initialized) > li {
        flex: none; }
    .main-section-01 .customer-cases-wrap .customer-cases-latest .slick-slide .item-box,
    .main-section-01 .customer-cases-wrap .customer-cases-latest > li .item-box {
      min-width: 320px; } }
  @media (max-width: 575px) {
    .main-section-01 .customer-cases-wrap .customer-cases-latest > li {
      width: 100%;
      flex: auto; }
    .main-section-01 .customer-cases-wrap .customer-cases-latest .item-box__bg {
      height: 160px;
      padding-bottom: 0; } }

@media (max-width: 991px) {
  .main-section.section01 .fs-38 {
    font-size: 1.75rem !important; } }

.logo-slider {
  position: relative;
  width: 100%;
  padding: 3.75rem 0;
  overflow: hidden;
  z-index: 5; }
  .logo-slider .board-wrap--fc {
    display: none; }

.logo-slider .board-wrap {
  display: none; }

.logo-slider .marquee-area .logo-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.logo-slider .marquee-area .logo-item {
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625rem;
  height: 3.125rem; }
  .logo-slider .marquee-area .logo-item img {
    max-height: 100%;
    opacity: 0.7; }

@media (max-width: 767px) {
  .logo-slider .marquee-area .logo-track {
    gap: 10px 0; }
    .logo-slider .marquee-area .logo-track + .logo-track {
      display: none; } }

@media (min-width: 768px) {
  .logo-slider .marquee-area {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .logo-slider .marquee-area .logo-track {
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-animation: scroll-x 40s linear infinite;
    -moz-animation: scroll-x 40s linear infinite;
    animation: scroll-x 40s linear infinite; }
    .logo-slider .marquee-area .logo-track .logo-item img {
      opacity: 0.3; }
  .logo-slider .marquee-area .logo-track {
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-animation: scroll-x 30s linear infinite;
    -moz-animation: scroll-x 30s linear infinite;
    animation: scroll-x 30s linear infinite; }
    .logo-slider .marquee-area .logo-track .logo-item img {
      opacity: 0.6; } }

@media (min-width: 1200px) {
  .logo-slider .marquee-area .logo-track {
    animation-duration: 40s; } }

/*
    @include md-max {
        .logo-slider .marquee-area .logo-track {
            animation-duration: 25s;
        }
    }*/
/* 크로스브라우저 keyframes - 데스크톱 */
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-moz-keyframes scroll-x {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); } }

.scroll-bar {
  position: absolute;
  left: calc(50% - 1.5px);
  bottom: 0;
  width: 3px;
  height: 60px;
  border-radius: 1.5px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 5; }
  @media (min-width: 1921px) {
    .scroll-bar {
      bottom: 30px; } }

.scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  border-radius: 1.5px;
  background: #fff;
  animation: scrollMove 2s ease-in-out infinite alternate; }

/* 위 <-> 아래 왕복 모션 */
@keyframes scrollMove {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(calc(60px - 17px));
    /* 바높이 - thumb높이 */ } }

.main-section {
  position: relative;
  padding: 140px 0;
  background-color: #fff;
  z-index: 1; }

/* 고객사례 */
.customer-cases-wrap {
  /* 검색 */
  /* 공통 */
  /* 메인용 */
  /* 서브 리스트용 */ }
  .customer-cases-wrap .board-search-wrap--fc {
    text-align: center; }
    @media (min-width: 1200px) {
      .customer-cases-wrap .board-search-wrap--fc {
        margin-bottom: 60px; } }
    .customer-cases-wrap .board-search-wrap--fc > form {
      float: inherit; }
    @media (min-width: 768px) {
      .customer-cases-wrap .board-search-wrap--fc p.search-select-wrap--fc {
        width: 200px; }
      .customer-cases-wrap .board-search-wrap--fc p.search-input-wrap--fc {
        width: 400px; } }
    @media (max-width: 767px) {
      .customer-cases-wrap .board-search-wrap--fc {
        margin-bottom: 30px; } }
  .customer-cases-wrap .customer-cases-latest,
  .customer-cases-wrap .customer-cases-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .customer-cases-wrap .customer-cases-latest .customer-logo,
    .customer-cases-wrap .customer-cases-list .customer-logo {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .customer-cases-wrap .customer-cases-latest .no-data--fc,
    .customer-cases-wrap .customer-cases-list .no-data--fc {
      width: 100%; }
  .customer-cases-wrap .pdf-file {
    display: none; }
  .customer-cases-wrap .item-box {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer; }
    .customer-cases-wrap .item-box:before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      opacity: 0;
      z-index: 2;
      transition: ease-in-out opacity 0.3s; }
    .customer-cases-wrap .item-box__inner:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      text-align: center;
      opacity: 0;
      transition: ease-in-out all 0.3s;
      z-index: 4; }
    .customer-cases-wrap .item-box:hover:before {
      opacity: 1; }
    .customer-cases-wrap .item-box:hover .item-box__inner:after {
      height: 2rem;
      margin-top: 0.625rem;
      opacity: 1; }
  .customer-cases-wrap .customer-cases-latest {
    margin-top: 110px;
    gap: 2rem; }
    .customer-cases-wrap .customer-cases-latest > li {
      flex: 1; }
    .customer-cases-wrap .customer-cases-latest .item-box {
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: column; }
      .customer-cases-wrap .customer-cases-latest .item-box:before {
        background: linear-gradient(to top, #5A2CCE 10%, rgba(11, 11, 14, 0) 90%); }
      .customer-cases-wrap .customer-cases-latest .item-box__inner {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        z-index: 2; }
        .customer-cases-wrap .customer-cases-latest .item-box__inner:after {
          background: url("/html/_skin/img/icons/ico_circle-plus-w.svg") no-repeat center center/auto 100%; }
      .customer-cases-wrap .customer-cases-latest .item-box__bg {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60.25%;
        overflow: hidden; }
        .customer-cases-wrap .customer-cases-latest .item-box__bg img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .customer-cases-wrap .customer-cases-latest .customer-logo {
      width: 100%;
      height: 2.5rem; }
      .customer-cases-wrap .customer-cases-latest .customer-logo .customer-name {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700; }
        .customer-cases-wrap .customer-cases-latest .customer-logo .customer-name span {
          display: block;
          line-height: 1.4; }
    .customer-cases-wrap .customer-cases-latest .customer-description {
      margin-top: 0.625rem; }
    .customer-cases-wrap .customer-cases-latest .customer-title {
      color: #fff;
      line-height: 1.4;
      font-weight: 500 !important; }
    @media (max-width: 1500px) {
      .customer-cases-wrap .customer-cases-latest {
        margin-top: 4.375rem;
        gap: 0.9375rem; } }
    @media (max-width: 767px) {
      .customer-cases-wrap .customer-cases-latest {
        margin-top: 3.125rem; } }
  .customer-cases-wrap .customer-cases-list {
    gap: 2.5rem; }
    .customer-cases-wrap .customer-cases-list > li {
      width: calc((100% - 7.5rem)  / 4); }
    .customer-cases-wrap .customer-cases-list .item-box {
      padding: 2rem;
      padding-bottom: 2.5rem;
      height: 100%;
      border-radius: 2rem;
      background-color: #F0F1F5;
      transition: ease-in all .3s; }
      .customer-cases-wrap .customer-cases-list .item-box:before {
        border: 3px solid #1C1E26;
        background: linear-gradient(to top, #fff 0%, rgba(11, 11, 14, 0) 50%); }
      .customer-cases-wrap .customer-cases-list .item-box__inner:after {
        position: absolute;
        left: 0;
        bottom: 1.875rem;
        background: url("/html/_skin/img/icons/ico_circle-plus-b.svg") no-repeat center center/auto 100%; }
        @media (min-width: 1441px) {
          .customer-cases-wrap .customer-cases-list .item-box__inner:after {
            bottom: 2.5rem; } }
      .customer-cases-wrap .customer-cases-list .item-box:hover {
        background-color: #fff;
        box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18); }
        @media (min-width: 1441px) {
          .customer-cases-wrap .customer-cases-list .item-box:hover .item-box__inner:after {
            height: 2.5625rem; } }
    .customer-cases-wrap .customer-cases-list .customer-logo {
      width: 100%;
      height: 6.25rem;
      padding: 0 10px;
      margin-bottom: 1.5rem;
      border-radius: 1.25rem;
      background-color: #fff; }
      .customer-cases-wrap .customer-cases-list .customer-logo .logo-thumb {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 3.3125rem; }
        .customer-cases-wrap .customer-cases-list .customer-logo .logo-thumb .list-logo {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          object-fit: contain; }
        .customer-cases-wrap .customer-cases-list .customer-logo .logo-thumb img {
          max-height: 100%; }
        .customer-cases-wrap .customer-cases-list .customer-logo .logo-thumb + .customer-name {
          display: none; }
      .customer-cases-wrap .customer-cases-list .customer-logo .customer-name {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        padding: 0 20px; }
        .customer-cases-wrap .customer-cases-list .customer-logo .customer-name span {
          display: block; }
    .customer-cases-wrap .customer-cases-list .customer-cate {
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.2;
      color: #5A2CCE;
      letter-spacing: -0.32px;
      padding: 0.3em 0.75em;
      border-radius: 1rem;
      background: rgba(90, 44, 206, 0.09); }
    .customer-cases-wrap .customer-cases-list .customer-title {
      line-height: 1.3;
      margin-top: 0.625rem; }
    .customer-cases-wrap .customer-cases-list .customer-txt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-size: 1.125rem;
      line-height: 1.625rem;
      height: 3.25rem;
      font-weight: 500;
      color: #666;
      -webkit-box-orient: vertical;
      white-space: pre-wrap;
      margin-top: 0.625rem;
      overflow: hidden; }
    @media (max-width: 1440px) {
      .customer-cases-wrap .customer-cases-list {
        gap: 1.25rem; }
        .customer-cases-wrap .customer-cases-list > li {
          width: calc((100% - 3.75rem)  / 4); } }
    @media (max-width: 1199px) {
      .customer-cases-wrap .customer-cases-list > li {
        width: calc((100% - 2.5rem)  / 3); } }
    @media (max-width: 991px) {
      .customer-cases-wrap .customer-cases-list > li {
        width: calc((100% - 2.5rem)  / 3); }
      .customer-cases-wrap .customer-cases-list .item-box {
        padding: 1.25rem;
        padding-bottom: 1.875rem;
        border-radius: 1.25rem; } }
    @media (max-width: 767px) {
      .customer-cases-wrap .customer-cases-list > li {
        width: calc((100% - 1.25rem) / 2); }
      .customer-cases-wrap .customer-cases-list .item-box {
        padding: 1.25rem;
        padding-bottom: 1.875rem;
        border-radius: 1.25rem; } }
    @media (max-width: 500px) {
      .customer-cases-wrap .customer-cases-list > li {
        width: 100%; } }

@media (max-width: 767px) {
  .main-section {
    padding: 55px 0; }
    .main-section.section01 {
      padding-top: 100px; } }

/* main section 01 */
.main-section-02 {
  position: relative;
  background: url("/html/_skin/img/main/bg_main-section-02.png") no-repeat center bottom/cover; }
  .main-section-02 .max-inner {
    padding: 0 20px; }
  .main-section-02 .main-section-header h2 {
    opacity: 0; }

.main-caidentia-wrap {
  position: relative;
  display: inline-block;
  margin-top: -50px;
  opacity: 0; }
  @media (min-width: 768px) {
    .main-caidentia-wrap .caidentia-bg-list {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      .main-caidentia-wrap .caidentia-bg-list img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none; }
        .main-caidentia-wrap .caidentia-bg-list img.active {
          opacity: 1; } }

.main-caidentia-list .map-area {
  position: relative;
  opacity: 0; }

.main-caidentia-list .step01 .map-area {
  opacity: 1; }

.main-caidentia-list .btn-view {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0.875rem;
  height: 1.75rem;
  line-height: 1;
  padding: 0 0.625rem;
  background: rgba(20, 95, 219, 0.31); }
  .main-caidentia-list .btn-view:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
    background-size: 200% 100%;
    animation: gradientMove 4s ease-in-out infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: opacity 0.3s ease, filter 0.3s ease;
    opacity: 0; }
  .main-caidentia-list .btn-view:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/html/_skin/img/icons/ico_arrow-sx-w.svg") no-repeat center/50% auto; }

.main-caidentia-list .step01 .card-item {
  position: relative;
  opacity: 0; }
  .main-caidentia-list .step01 .card-item p span {
    position: relative; }
    .main-caidentia-list .step01 .card-item p span:not(:first-child):before {
      content: '';
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.35); }

.main-caidentia-list .step02 {
  color: #fff; }
  .main-caidentia-list .step02 .d-flex {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.4375rem; }

.main-caidentia-list .step03 .icon {
  display: block;
  margin-bottom: 5px; }

.main-caidentia-list .step03 dl dt {
  font-weight: 700;
  line-height: 1.1; }

.main-caidentia-list .step03 dl dd p {
  line-height: 1.2;
  font-weight: 600; }

@media (min-width: 768px) {
  .main-caidentia-list .map-area {
    z-index: 2; }
    .main-caidentia-list .map-area .mobile-link {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .main-caidentia-list .map-area.active .btn-view:before {
      opacity: 1; }
  .main-caidentia-list .step01,
  .main-caidentia-list .step02,
  .main-caidentia-list .step03 > ul > li {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
  .main-caidentia-list .step01 {
    left: 50%;
    bottom: 0; }
    .main-caidentia-list .step01 .card-item h3 {
      padding-bottom: 30px; }
    .main-caidentia-list .step01 .card-item p {
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 100%;
      left: 50%;
      height: 140px;
      /* section padding-bottom 동일 */
      white-space: nowrap;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .main-caidentia-list .step01 .card-item p span {
        display: inline-block;
        white-space: nowrap;
        padding: 0 25px; }
        .main-caidentia-list .step01 .card-item p span:not(:first-child):before {
          position: absolute;
          left: calc(0% - 2.5px);
          top: calc(50% - 2.5px);
          width: 5px;
          height: 5px; }
  .main-caidentia-list .step02 {
    left: 50%;
    bottom: 25.5%; }
  .main-caidentia-list .step03 .btn-view {
    margin-top: 7px;
    background-color: rgba(71, 32, 175, 0.69); }
  .main-caidentia-list .step03 dt, .main-caidentia-list .step03 .btn-view {
    color: #fff; }
  .main-caidentia-list .step03 dd p {
    position: absolute;
    white-space: nowrap; }
  .main-caidentia-list .step03 .step3-1 {
    left: 24%;
    bottom: 7%; }
    .main-caidentia-list .step03 .step3-1 .card-item dd p {
      top: 0;
      right: 185%;
      text-align: right; }
  .main-caidentia-list .step03 .step3-2 {
    left: 34%;
    bottom: 34.5%; }
    .main-caidentia-list .step03 .step3-2 .card-item dd p {
      right: 125%;
      bottom: 125%;
      text-align: right; }
  .main-caidentia-list .step03 .step3-3 {
    left: 50%;
    bottom: 44.8%; }
    .main-caidentia-list .step03 .step3-3 .card-item dd p {
      left: 50%;
      bottom: 145%;
      text-align: center;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .main-caidentia-list .step03 .step3-4 {
    left: 66.5%;
    bottom: 34.5%; }
    .main-caidentia-list .step03 .step3-4 .card-item dd p {
      left: 100%;
      bottom: 125%;
      text-align: left; }
  .main-caidentia-list .step03 .step3-5 {
    left: 76.5%;
    bottom: 7%; }
    .main-caidentia-list .step03 .step3-5 .card-item dd p {
      top: 0;
      left: 185%;
      text-align: left; } }

/* vw */
@media screen and (max-width: 1490px) and (min-width: 768px) {
  .main-caidentia-list .step01 .card-item h3 {
    padding-bottom: 2.0134vw; }
    .main-caidentia-list .step01 .card-item h3 img {
      width: 16.4430vw; }
  .main-caidentia-list .btn-view {
    gap: 0.4698vw;
    font-size: 0.8054vw;
    border-radius: 0.9396vw;
    height: 1.8792vw;
    padding: 0 0.6711vw; }
    .main-caidentia-list .btn-view:after {
      width: 0.8054vw;
      height: 0.8054vw; }
  .main-caidentia-list .fs-38 {
    font-size: 2.5503vw !important; }
  .main-caidentia-list .fs-26 {
    font-size: 1.7450vw !important; }
  .main-caidentia-list .fs-22 {
    font-size: 1.4765vw !important; }
  .main-caidentia-list .step02 .d-flex .icon img {
    width: 2.4832vw; }
  .main-caidentia-list .step03 .icon img {
    width: 2.6846vw; } }

@media (max-width: 767px) {
  .caidentia-bg-list,
  .caidentia-bg,
  #image-map {
    display: none !important; }
  .main-caidentia-wrap {
    display: block;
    margin-top: 30px; }
  .main-caidentia-list > li {
    border-radius: 4.1721vw; }
    .main-caidentia-list > li + li {
      margin-top: 20px; }
      .main-caidentia-list > li + li + li {
        margin-top: 10px; }
  .main-caidentia-list .btn-view {
    gap: 10px;
    font-size: 20px;
    border-radius: 15px;
    height: 30px;
    padding: 0 10px; }
    .main-caidentia-list .btn-view:after {
      width: 16px;
      height: 16px; }
  .main-caidentia-list .step01 {
    padding: 40px 20px 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)); }
    .main-caidentia-list .step01 .card-item .mobile-link {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .main-caidentia-list .step01 .card-item h3 {
      margin-bottom: 30px; }
    .main-caidentia-list .step01 .card-item p {
      font-size: 22px !important; }
      .main-caidentia-list .step01 .card-item p span {
        display: block; }
        .main-caidentia-list .step01 .card-item p span:not(:first-child):before {
          display: block;
          width: 3px;
          height: 3px;
          margin: 5px auto; }
  .main-caidentia-list .step02 {
    position: relative;
    text-align: center;
    padding: 25px 20px 15px; }
    .main-caidentia-list .step02 .mobile-link {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .main-caidentia-list .step02:before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 450%;
      border-radius: inherit;
      background: linear-gradient(0deg, rgba(72, 139, 247, 0) 0%, rgba(72, 139, 247, 0.71) 81.73%, #488BF7 94.23%);
      z-index: -1; }
    .main-caidentia-list .step02 .d-flex .txt {
      font-size: 43px !important;
      font-weight: 500 !important; }
    .main-caidentia-list .step02 .d-flex .icon img {
      width: 2rem; }
    .main-caidentia-list .step02 .btn-view {
      margin-top: 15px; }
  .main-caidentia-list .step03 {
    padding: 0 10px; }
    .main-caidentia-list .step03 > ul > li {
      border-radius: 1.25rem;
      background: linear-gradient(270deg, rgba(90, 44, 206, 0.5) 0%, #5A2CCE 100%); }
      .main-caidentia-list .step03 > ul > li + li {
        margin-top: 0.625rem; }
    .main-caidentia-list .step03 .card-item {
      position: relative;
      padding: 5.2151vw; }
      .main-caidentia-list .step03 .card-item .mobile-link {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%; }
      .main-caidentia-list .step03 .card-item .icon {
        display: none; }
      .main-caidentia-list .step03 .card-item dl {
        color: #fff;
        text-align: left; }
        .main-caidentia-list .step03 .card-item dl br {
          display: none; }
        .main-caidentia-list .step03 .card-item dl dd p {
          font-weight: 300;
          margin-top: 5px; }
    .main-caidentia-list .step03 .btn-view {
      position: absolute;
      /*right: 5.2151vw;*/
      right: 5px;
      top: calc(50% - 15px);
      width: 30px;
      font-size: 0;
      justify-content: center;
      gap: 0;
      padding: 0;
      background-color: transparent; } }

@media (max-width: 575px) {
  .main-caidentia-list .step01 .card-item h3 {
    margin-bottom: 20px; }
    .main-caidentia-list .step01 .card-item h3 img {
      width: 180px; }
  .main-caidentia-list .step01 .card-item p {
    font-size: 17px !important; }
  .main-caidentia-list .step02 .d-flex .txt {
    font-size: 30px !important; }
  .main-caidentia-list .step02 .btn-view {
    height: 26px;
    font-size: 14px;
    margin-top: 10px; }
    .main-caidentia-list .step02 .btn-view:after {
      width: 12px;
      height: 12px; } }

.main-section-03 {
  position: relative;
  background: linear-gradient(to bottom, #3D3D4A 0%, #0B0B0E 100%); }
  .main-section-03 .main-section-header > * {
    opacity: 0; }
  @media (min-width: 576px) {
    .main-section-03:before {
      content: '';
      position: absolute;
      bottom: 110px;
      left: 0;
      width: 100%;
      height: 50vh;
      z-index: 2;
      background: linear-gradient(to top, #0b0b0e 10%, rgba(11, 11, 14, 0) 60%); } }
  .main-section-03__list {
    position: relative;
    margin-top: 6.25rem; }
    .main-section-03__list .img-big,
    .main-section-03__list .img-small {
      opacity: 0; }
    .main-section-03__list .item img {
      border-radius: 0.9375rem;
      box-shadow: 0 10px 50px 0 rgba(47, 65, 113, 0.4); }
    @media (min-width: 576px) {
      .main-section-03__list .item {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .main-section-03__list .item img {
          max-width: none; }
      .main-section-03__list .item1 {
        left: 57%;
        top: 57%;
        z-index: 5; }
      .main-section-03__list .item2 {
        left: 15%;
        top: 59%;
        z-index: 3; }
      .main-section-03__list .item3 {
        left: 82%;
        top: 40%;
        z-index: 6; }
      .main-section-03__list .item4 {
        left: 45%;
        top: 83%;
        z-index: 4; } }
  @media (max-width: 1199px) {
    .main-section-03 {
      padding-bottom: 0; }
      .main-section-03__list {
        padding-bottom: 25%; }
        .main-section-03__list .item1 img {
          width: 33.3333vw; }
        .main-section-03__list .item2 img {
          width: 30vw; }
        .main-section-03__list .item3 img {
          width: 28.3333vw; }
        .main-section-03__list .item4 {
          top: 74%; }
          .main-section-03__list .item4 img {
            width: 29.1667vw; } }
  @media (max-width: 575px) {
    .main-section-03 {
      padding-bottom: 62px; }
      .main-section-03__list {
        margin-top: 2.5rem;
        padding-bottom: 0; }
        .main-section-03__list .img-big {
          position: relative; }
          .main-section-03__list .img-big:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 12vh;
            z-index: 2;
            background: linear-gradient(to top, #0b0b0e 10%, rgba(11, 11, 14, 0) 60%); }
        .main-section-03__list .item {
          position: relative;
          margin-top: -10%; }
          .main-section-03__list .item img {
            width: auto !important; }
        .main-section-03__list .item1,
        .main-section-03__list .item3 {
          text-align: right;
          padding: 0 20px 0 25%; }
        .main-section-03__list .item2,
        .main-section-03__list .item4 {
          text-align: left;
          padding: 0 20% 0 20px; } }

/* case slider */
.customer-cases-slider {
  max-width: 730px;
  margin: 0 auto; }
  .customer-cases-slider .customer-cases-latest {
    display: block !important; }
    .customer-cases-slider .customer-cases-latest li {
      padding: 0 1rem; }
    .customer-cases-slider .customer-cases-latest .slick-list {
      overflow: visible !important; }
    .customer-cases-slider .customer-cases-latest .item-box {
      border-radius: 1.875rem; }
      .customer-cases-slider .customer-cases-latest .item-box__bg {
        padding-bottom: 120%; }
      .customer-cases-slider .customer-cases-latest .item-box .fs-20 {
        font-size: 1.5rem !important; }
  @media (max-width: 575px) {
    .customer-cases-slider {
      padding: 0 20%; }
      .customer-cases-slider .customer-cases-latest li {
        padding: 0 0.5rem; } }
  @media (min-width: 1441px) {
    .customer-cases-slider .item-box:hover .item-box__inner:after {
      height: 2.5625rem;
      margin-top: 1.25rem; } }

/* dots wrap */
.case-progress {
  width: 100%;
  margin-top: 70px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  /* Play / Pause Button visibility */
  /* 숨김 처리 → active 버튼만 보이도록 */ }
  @media (max-width: 991px) {
    .case-progress {
      margin-top: 2.5rem; } }
  @media (max-width: 767px) {
    .case-progress {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .case-progress #customDots {
    position: relative; }
    .case-progress #customDots .slick-dots {
      position: relative;
      bottom: 0;
      display: flex !important;
      gap: 2px;
      border-radius: 2px;
      transform: translateY(0);
      overflow: hidden; }
      .case-progress #customDots .slick-dots li {
        height: 0.375rem;
        width: auto; }
      .case-progress #customDots .slick-dots li button {
        position: relative;
        width: 1.875rem;
        height: 100%;
        padding: 0;
        border-radius: 0.1875rem;
        background: #d0d0d0;
        overflow: hidden;
        /* progress bar inside dot */ }
        @media (max-width: 767px) {
          .case-progress #customDots .slick-dots li button {
            width: 20px; } }
        @media (max-width: 575px) {
          .case-progress #customDots .slick-dots li button {
            width: 10px; } }
        .case-progress #customDots .slick-dots li button span {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #000;
          transform-origin: left center;
          transform: scaleX(0); }
  .case-progress .paging {
    white-space: nowrap; }
  .case-progress .btn-play-pause button {
    background: none;
    border: none;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 0;
    opacity: 0.45;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .case-progress .btn-play-pause button:active, .case-progress .btn-play-pause button:hover {
      opacity: 1; }
  .case-progress .btn-play-pause svg {
    width: 14px;
    height: 14px;
    fill: #000; }
  .case-progress .case-btn-play:not(.active) {
    display: none; }
  .case-progress .case-btn-pause:not(.active) {
    display: none; }

.main-section-05 {
  position: relative;
  background-color: #fff;
  -moz-transition: background-color linear 0.5s;
  -o-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s; }
  .main-section-05:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("/html/_skin/img/main/bg_main-section-05.jpg") no-repeat center bottom/cover;
    -moz-transition: opacity linear 0.5s;
    -o-transition: opacity linear 0.5s;
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
    opacity: 0; }
    @media (max-width: 1199px) {
      .main-section-05:before {
        background-size: 160% auto; } }
    @media (max-width: 767px) {
      .main-section-05:before {
        background-size: 190% auto; } }
  .main-section-05 .main-section-header {
    color: #1C1E26;
    -moz-transition: color linear 0.5s;
    -o-transition: color linear 0.5s;
    -webkit-transition: color linear 0.5s;
    transition: color linear 0.5s; }
  .main-section-05 .max-inner {
    position: relative;
    z-index: 2; }

.main-solution-wrap {
  padding: 5rem 0; }
  @media (max-width: 575px) {
    .main-solution-wrap {
      padding: 2.5rem 0; } }

ul.main-solution-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem; }
  ul.main-solution-list > li {
    flex: 1; }
  ul.main-solution-list .item .img-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    border-radius: 1.25rem;
    overflow: hidden; }
    ul.main-solution-list .item .img-thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  ul.main-solution-list .item .description {
    color: #fff;
    margin-top: 1.875rem; }
    ul.main-solution-list .item .description dt {
      line-height: 1.3; }
    ul.main-solution-list .item .description dd {
      margin-top: 0.75rem; }
  @media (max-width: 1199px) {
    ul.main-solution-list {
      gap: 1.25rem; } }
  @media (max-width: 767px) {
    ul.main-solution-list {
      flex-wrap: wrap; }
      ul.main-solution-list > li {
        flex: inherit;
        width: calc(50% - 3.75rem / 4);
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    ul.main-solution-list {
      gap: 0; }
      ul.main-solution-list > li {
        width: 100%; }
      ul.main-solution-list .item .img-thumb {
        padding-bottom: 40%; } }

.self-solution-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6.875rem 0; }
  .self-solution-wrap .d-flex {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 768px) {
    .self-solution-wrap .d-flex {
      -webkit-box-pack: justify;
      -moz-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .self-solution-wrap .d-flex {
      flex-direction: column;
      gap: 30px 0;
      text-align: center; } }
  @media (max-width: 575px) {
    .self-solution-wrap {
      padding: 60px 0; } }

/* main dark-mode  */
.dark-mode .main-section-05 {
  background-color: #222327; }
  .dark-mode .main-section-05:before {
    opacity: 1; }
  .dark-mode .main-section-05 .main-section-header {
    color: #fff; }

.img-hover {
  position: relative; }
  .img-hover .thumb-wrap--fc img,
  .img-hover .img-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform ease-in-out 0.2s;
    -o-transition: transform ease-in-out 0.2s;
    -webkit-transition: transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s; }
  .img-hover:hover .thumb-wrap--fc img,
  .img-hover:hover .img-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.spin-hover .spin-position {
  position: relative; }
  .spin-hover .spin-position:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: opacity .3s ease;
    pointer-events: none;
    padding: 2px;
    background: linear-gradient(var(--rotate), #FF6A4D, #CA4AF4, #fff 40%, #5A2CCE, #488BF7);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    animation: db-anim-spin 3s  linear infinite;
    z-index: 0; }

.spin-hover:hover .spin-position:before {
  opacity: 1;
  z-index: 2; }

@media (min-width: 992px) {
  .gallery-latest--fc figure:first-child .spin-position:before,
  .main-solution-list .spin-position:before,
  .col-md-4 .spin-position:before,
  .col-lg-3 .spin-position:before,
  .col-lg-4 .spin-position:before {
    padding: 3px; } }

@keyframes db-anim-spin {
  0% {
    --rotate: 0deg; }
  100% {
    --rotate: 360deg; } }

/* 메인 하단 뉴스 게시판 */
.main-news-wrap {
  margin-top: 5rem; }
  @media (max-width: 575px) {
    .main-news-wrap {
      margin-top: 35px; } }

@media (min-width: 768px) {
  .gallery-latest--fc {
    display: grid;
    grid-template-columns: calc(40% - 20px) calc(60% - 20px);
    gap: 24px 40px; } }

@media (min-width: 1641px) {
  .gallery-latest--fc {
    grid-template-columns: calc(40% - 50px) calc(60% - 50px);
    gap: 24px 100px; } }

.gallery-latest--fc figure {
  /* 첫 번째 li = 왼쪽 큰 카드(세로 전체 차지) */
  /* 오른쪽 3개 = 세로로 차곡 */ }
  .gallery-latest--fc figure a .thumb-wrap--fc {
    position: relative;
    height: 0;
    border-radius: 1.25rem;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .gallery-latest--fc figure a .thumb-wrap--fc img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gallery-latest--fc figure a:active .gallery-title--fc2, .gallery-latest--fc figure a:hover .gallery-title--fc2 {
    text-decoration: underline; }
  .gallery-latest--fc figure .gallery-title--fc2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    -moz-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    -webkit-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s; }
    @media (max-width: 767px) {
      .gallery-latest--fc figure .gallery-title--fc2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.875rem;
        height: 3.75rem;
        -webkit-box-orient: vertical;
        white-space: pre-wrap;
        overflow: hidden; } }
    @media (max-width: 575px) {
      .gallery-latest--fc figure .gallery-title--fc2 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        height: 3.5rem; } }
  .gallery-latest--fc figure .gallery-conts--fc2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 3rem;
    font-weight: 500;
    color: #666;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    margin-top: 0.9375rem;
    overflow: hidden; }
  .gallery-latest--fc figure .gallery-date--fc2 {
    font-size: 16px;
    color: #5A2CCE;
    font-weight: 500;
    margin-top: 0.9375rem;
    text-align: left; }
    @media (max-width: 575px) {
      .gallery-latest--fc figure .gallery-date--fc2 {
        font-size: 14px; } }
  .gallery-latest--fc figure:first-child {
    grid-row: span 3;
    /* 오른쪽 3줄 높이 만큼 확장 */
    display: flex;
    flex-direction: column; }
    .gallery-latest--fc figure:first-child a .thumb-wrap--fc {
      border-radius: 2rem; }
    @media (min-width: 768px) {
      .gallery-latest--fc figure:first-child a .spin-hover:before {
        padding: 4px; } }
    .gallery-latest--fc figure:first-child figcaption {
      margin-top: 1.875rem; }
  .gallery-latest--fc figure:nth-child(n+2) a {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px; }
    @media (min-width: 768px) {
      .gallery-latest--fc figure:nth-child(n+2) a {
        flex-direction: row-reverse; } }
    .gallery-latest--fc figure:nth-child(n+2) a .img-area {
      width: 330px; }
    .gallery-latest--fc figure:nth-child(n+2) a figcaption {
      width: calc(100% - 330px); }
    @media (max-width: 767px) {
      .gallery-latest--fc figure:nth-child(n+2) a {
        gap: 20px; }
        .gallery-latest--fc figure:nth-child(n+2) a .img-area {
          width: 40%; }
        .gallery-latest--fc figure:nth-child(n+2) a figcaption {
          width: calc(60% - 10px); } }
    @media (max-width: 575px) {
      .gallery-latest--fc figure:nth-child(n+2) a .img-area {
        width: 45%; }
      .gallery-latest--fc figure:nth-child(n+2) a figcaption {
        width: calc(55% - 10px); } }

@media (max-width: 1440px) {
  .gallery-latest--fc figure .gallery-conts--fc2 {
    display: none; } }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .gallery-latest--fc {
    grid-template-columns: calc(40% - 15px) calc(60% - 15px);
    gap: 24px 30px; }
  .gallery-latest--fc figure .gallery-title--fc2 {
    font-size: 1.6vw; }
  .gallery-latest--fc figure .gallery-conts--fc2 {
    font-size: 1.4vw;
    line-height: 2vw;
    height: 4vw; }
  .gallery-latest--fc figure .gallery-date--fc2 {
    font-size: 1.4vw; }
  .gallery-latest--fc figure:nth-child(n+2) a {
    gap: 15px; }
  .gallery-latest--fc figure:nth-child(n+2) a .img-area {
    width: 40%; }
  .gallery-latest--fc figure:nth-child(n+2) a figcaption {
    width: 60%; } }

@media (max-width: 767px) {
  .gallery-latest--fc figure:first-child {
    margin-bottom: 40px; }
  .gallery-latest--fc figure + figure {
    margin-top: 1.25rem; } }

/* 하단 배너 */
.foot-bnr-section {
  position: relative;
  padding: 5.625rem 0;
  background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5, #488BF7, #5A2CCE, #CA4AF4, #FF6A4D);
  background-size: 200% 100%;
  z-index: 2; }
  .foot-bnr-section .d-flex {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .foot-bnr-section .d-flex .icon-img img {
      max-width: 0.95em;
      margin-top: -0.4em; }
    .foot-bnr-section .d-flex .btn-more {
      white-space: nowrap; }
  @media (max-width: 767px) {
    .foot-bnr-section .d-flex {
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      gap: 20px; } }

@media (max-width: 575px) {
  .main-section .main-section-header .btn-row {
    flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  margin: 0 auto; }

@media (max-width: 1199px) {
  #subWrap {
    width: 100%; } }

sub, sup {
  font-size: 75% !important; }

[data-de] {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity; }

[class*="de_item"],
.ce_item {
  opacity: 0;
  position: relative; }

/* 기본 AOS 초기 상태 */
[data-aos] {
  opacity: 0; }

body.is-back[data-aos],
body.is-back [data-aos] {
  opacity: 1;
  transform: none;
  transition: none; }

.mt40_20 {
  margin-top: 40px; }

.mt0 {
  margin-top: 0 !important; }

.t_c {
  text-align: center !important; }

.t_l {
  text-align: left !important; }

.t_r {
  text-align: right !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.bg_f2f2f2 {
  background-color: #f2f2f2; }

.w100 {
  width: 100% !important; }

.ai-icon-area {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .ai-icon-area .ai-icon {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0.3em 0.75em 0.3em 0.5em;
    border-radius: 1.5em;
    background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
    background-size: 100% 100%;
    gap: 0.2em; }
    .ai-icon-area .ai-icon:before {
      display: inline-block;
      content: '';
      width: 1.875rem;
      height: 1.875rem;
      background: url("/html/_skin/img/main/ico_three-star-w.svg") no-repeat center center/100% auto; }

.sub-visual {
  position: relative;
  display: table;
  width: 100%;
  height: 480px;
  overflow: hidden; }
  .sub-visual .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    -moz-transform: translate(-50%, -50%) scale(1.01);
    -ms-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -webkit-animation: bgScale 1.5s linear;
    animation: bgScale 1.5s linear; }
  .sub-visual.sub1 .bg {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_01.jpg"); }
  .sub-visual.sub2-1 .bg {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_02-1.jpg"); }
  .sub-visual.sub2-2 .bg {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_02-2.jpg"); }
  .sub-visual.sub3 .bg {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_03.jpg"); }
  @media (min-width: 992px) {
    .sub-visual.sub1, .sub-visual.sub3 {
      height: 760px; } }

@-webkit-keyframes bgScale {
  0% {
    transform: translate(-50%, -50%) scale(1.1); }
  100% {
    transform: translate(-50%, -50%) scale(1.01); } }

@keyframes bgScale {
  0% {
    transform: translate(-50%, -50%) scale(1.1); }
  100% {
    transform: translate(-50%, -50%) scale(1.01); } }
  .sub-visual .inner {
    position: relative;
    height: 100%;
    z-index: 2; }
    .sub-visual .inner .sub-vis-conts {
      position: relative;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sub-visual .inner .sub-vis-conts .tit-hid {
        position: relative;
        overflow: hidden; }
        .sub-visual .inner .sub-vis-conts .tit-hid .tit-hid-inner {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          line-height: 1.1;
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%);
          -moz-transition: transform 0.5s;
          -o-transition: transform 0.5s;
          -webkit-transition: transform 0.5s;
          transition: transform 0.5s;
          transition-delay: 0.2s;
          gap: 1.25rem; }
      .sub-visual .inner .sub-vis-conts > * {
        color: #fff; }
        .sub-visual .inner .sub-vis-conts > *.aos-animate .tit-hid-inner, .sub-visual .inner .sub-vis-conts > *.eff-on .tit-hid-inner {
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }
      .sub-visual .inner .sub-vis-conts p {
        line-height: 1.5; }
        .sub-visual .inner .sub-vis-conts p.fs-24 {
          line-height: 1.4; }
        .sub-visual .inner .sub-vis-conts p.fs-32 {
          line-height: 1.3; }
  .sub-visual .depth3-wrap .cateBox {
    position: relative;
    background: rgba(28, 30, 38, 0.85); }
  .sub-visual .depth3-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0s ease;
    transform: translateY(0);
    z-index: 100; }
    .sub-visual .depth3-wrap .category_list--fc > li {
      flex: 1;
      min-width: auto;
      max-width: none; }
      .sub-visual .depth3-wrap .category_list--fc > li a {
        font-size: 24px;
        min-height: 140px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
        border: 0; }
        .sub-visual .depth3-wrap .category_list--fc > li a span {
          font-size: 75%;
          font-weight: 300;
          margin-bottom: 5px; }
      .sub-visual .depth3-wrap .category_list--fc > li.on a {
        color: #fff !important;
        background-color: #5A2CCE; }
        .sub-visual .depth3-wrap .category_list--fc > li.on a:after {
          display: none; }
    @media (min-width: 1200px) {
      .sub-visual .depth3-wrap .category_list--fc > li:not(.on) a:hover {
        background-color: rgba(90, 44, 206, 0.5); } }
    @media (max-width: 1199px) {
      .sub-visual .depth3-wrap .category_list--fc > li a {
        font-size: 18px;
        min-height: auto;
        padding: 12px 10px; } }
    .sub-visual .depth3-wrap.fixed {
      position: fixed;
      top: 0;
      bottom: auto;
      transform: translateY(-100%); }
      .sub-visual .depth3-wrap.fixed.show {
        transform: translateY(0);
        transition: transform 0.2s ease; }
      .sub-visual .depth3-wrap.fixed .category_list--fc > li a {
        transition: min-height 0.2s 0.5s, font-size 0.2s; }
        @media (min-width: 1200px) {
          .sub-visual .depth3-wrap.fixed .category_list--fc > li a {
            font-size: 18px;
            min-height: auto;
            padding: 12px 10px; } }

@media (max-width: 991px) {
  .sub-visual {
    height: auto;
    padding: 6.25rem 0; }
    .sub-visual.sub1 {
      padding-bottom: 12.5rem; }
    .sub-visual > div {
      padding-top: 0;
      padding-bottom: 0; } }

@media (max-width: 767px) {
  .sub-visual h2 {
    font-size: 20px; }
  .sub-visual .depth3-wrap .inner {
    padding: 0; }
  .sub-visual .depth3-wrap .category_list--fc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sub-visual .depth3-wrap .category_list--fc > li {
      flex: auto;
      width: 33.333%; }
      .sub-visual .depth3-wrap .category_list--fc > li a {
        font-size: 2.8vw;
        padding: 8px 10px; }
        .sub-visual .depth3-wrap .category_list--fc > li a span {
          margin-bottom: 0; }
        .sub-visual .depth3-wrap .category_list--fc > li a br {
          display: none; }
  .sub-visual .depth3-wrap #depth3Wrap.prd-nav .category_list--fc > li {
    width: 50%; }
    .sub-visual .depth3-wrap #depth3Wrap.prd-nav .category_list--fc > li > a {
      min-height: 40px; }
  .sub-visual .depth3-wrap.fixed .cateBox3 {
    transform: translateY(0);
    transition: transform .25s ease, opacity .25s ease;
    opacity: 1; }
  .sub-visual .depth3-wrap.fixed.hide .cateBox3 {
    transform: translateY(-100%);
    opacity: 0; } }

/* location */
.location-wrap {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans KR', 'Montserrat'; }
  .location-wrap ul.location-ul {
    margin: -20px auto 0;
    font-size: 0;
    line-height: 0;
    background-color: #5A2CCE;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .location-wrap ul.location-ul > li {
      position: relative;
      display: inline-block;
      margin-right: -1px;
      vertical-align: top; }
      .location-wrap ul.location-ul > li:before {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "";
        width: 13px;
        height: 7px;
        background: url(/html/_skin/img/sub/icon_location_down_arrow.png) no-repeat center;
        margin-top: -3.5px;
        pointer-events: none; }
      .location-wrap ul.location-ul > li.location-home a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        min-width: 65px;
        height: 60px;
        text-align: center;
        border-left: 0;
        background-color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .location-wrap ul.location-ul > li.location-home:before {
        display: none; }
  .location-wrap li a {
    display: block;
    padding: 0 40px 0 20px;
    min-width: 170px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 0 1px;
    font-size: 16px;
    line-height: 60px;
    word-break: keep-all;
    font-weight: 300;
    color: #fff; }
  .location-wrap ul.location-ul > li:last-child > a, .location-wrap ul.location-ul > li.on > a {
    background: #5A2CCE; }
  .location-wrap .location-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0;
    background-color: #fff; }
    .location-wrap .location-depth2 a {
      padding: 15px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: transparent;
      line-height: 17px;
      color: #333; }
    .location-wrap .location-depth2 li.on a {
      color: #5A2CCE !important; }

/* 2depth */
@media (max-width: 1199px) {
  .location-wrap ul.location-ul {
    margin: 0 -20px 0; } }

@media (min-width: 1200px) {
  .location-wrap li:not(.location-home) a:hover,
  .location-wrap ul.location-ul > li:last-child > a:hover {
    background: #693ed6; }
  .location-wrap .location-depth2 li:not(.location-home) a:hover {
    background: #f1f1f1;
    color: #000; } }

@media (max-width: 767px) {
  .location-wrap ul.location-ul > li {
    display: none; }
    .location-wrap ul.location-ul > li.location-home {
      display: inline-block; }
    .location-wrap ul.location-ul > li:last-of-type {
      display: inline-block;
      width: calc(100% - 53px); }
      .location-wrap ul.location-ul > li:last-of-type > a {
        background: #5A2CCE;
        text-align: center; }
  .location-wrap li a {
    line-height: 50px; }
  .location-wrap ul.location-ul > li.location-home a {
    min-width: 55px;
    height: 50px; }
  .location-wrap ul.location-ul > li.location-home img {
    width: 16px; }
  .location-wrap .location-depth2 {
    top: 50px; } }

/*
	--- sub conts
*/
#subConts {
  width: 100%; }

@media (max-width: 1199px) {
  #subConts {
    float: none;
    width: 100%; } }

.YouTubePopUp-Close:before {
  content: 'X';
  position: relative;
  top: -10px;
  font-weight: 300;
  font-size: 35px;
  font-family: 'NanumSquare';
  color: #fff; }

/* question */
.qtable {
  max-width: 600px;
  margin: 0 auto; }
  .qtable table {
    width: 100%; }
    .qtable table tr th, .qtable table tr td {
      padding: 10px;
      vertical-align: middle; }
    .qtable table tr th {
      font-size: 0; }
    .qtable table tr td {
      text-align: right; }

.q_name--fc {
  display: inline-block;
  font-size: 16px;
  color: #666;
  vertical-align: middle; }

.q_num--fc {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 13px;
  margin-right: 10px; }

.qtable .board-write-btn-wrap--fc {
  margin: 20px 0 30px;
  padding-top: 35px;
  border-top: 1px solid #ddd; }
  .qtable .board-write-btn-wrap--fc .btn-cancel--fc {
    background: #fff;
    color: #464646;
    border: 1px solid #d2d2d3; }
  .qtable .board-write-btn-wrap--fc .btn-confirm--fc {
    background: #ffa500;
    border: 1px solid #ffa500; }

.qtable .jq-star {
  width: 30px !important;
  height: 30px !important; }

@media (max-width: 767px) {
  .qtable table {
    display: block; }
    .qtable table tbody {
      display: block; }
    .qtable table tr {
      display: block; }
      .qtable table tr th {
        display: block; }
      .qtable table tr td {
        display: block;
        padding: 0 10px 20px 10px; } }

/* 회원가입 */
#displaySearch, #displaySearchCount {
  margin-right: 0 !important; }

@media (max-width: 767px) {
  #zipcode {
    width: 60% !important;
    margin-bottom: 5px; }
  .member-wrap .form-table {
    display: block;
    width: 100%; }
    .member-wrap .form-table tbody {
      display: block;
      width: 100%; }
    .member-wrap .form-table tr {
      display: block;
      width: 100%; }
      .member-wrap .form-table tr th, .member-wrap .form-table tr td {
        display: block;
        width: 100%; }
      .member-wrap .form-table tr th {
        padding: 20px 10px 0 !important;
        background: #fff; }
      .member-wrap .form-table tr td {
        margin-bottom: 20px; }
  #displaySearch {
    margin-right: 5px !important; }
  .member-wrap .form-table tr td input + input {
    margin-top: 5px; } }

/*  */
.sub_data__tit {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  color: #333;
  margin: 60px 0 30px; }
  .sub_data__tit:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #5A2CCE; }
  .sub_data__tit span {
    font-weight: 400; }

.sub_data__txt {
  font-size: 18px;
  font-weight: 350;
  color: #333; }

.dtable {
  overflow-x: auto; }
  .dtable table {
    width: 100%;
    border-top: 2px solid #5A2CCE; }
    .dtable table tbody tr th, .dtable table tbody tr td {
      font-size: 18px;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #e9e9e9;
      border-left: 1px solid #e9e9e9;
      vertical-align: middle; }
    .dtable table tbody tr th:last-child, .dtable table tbody tr td:last-child {
      border-right: 1px solid #e9e9e9; }
    .dtable table tbody tr th {
      color: #333;
      font-weight: 400;
      background-color: #f0f1f5; }
    .dtable table tbody tr td {
      color: #444;
      font-weight: 300;
      background-color: #fff; }

.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.6666666666666em;
    left: 0;
    width: 0.277777777777em;
    height: 0.277777777777em;
    background-color: #333;
    border-radius: 50%; }

.bullet_ul.color_fff li:before {
  background-color: #fff; }

@media (max-width: 767px) {
  .sub_data__tit {
    font-size: 16px;
    margin: 30px 0 15px;
    padding-left: 10px; }
    .sub_data__tit:before {
      top: 6px;
      width: 3px;
      height: 14px; }
  .sub_data__txt {
    font-size: 14px; }
  .dtable table tbody tr th, .dtable table tbody tr td {
    font-size: 12px;
    padding: 10px; } }

/* product / board tab */
.category-tab--fc {
  margin-bottom: 2.5rem; }

.category-tab--fc > ul,
.category_list--fc {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .category-tab--fc > ul > li,
  .category_list--fc > li {
    /*-webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
    text-align: center;
    color: #666;
    flex: auto;
    max-width: 220px; }
    .category-tab--fc > ul > li button,
    .category_list--fc > li button {
      outline: none;
      background-color: transparent; }
    .category-tab--fc > ul > li button,
    .category-tab--fc > ul > li a,
    .category_list--fc > li button,
    .category_list--fc > li a {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      line-height: 1.3;
      font-size: 20px;
      font-weight: 500;
      padding: 16px 10px;
      border-bottom: 2px solid #DADBDF; }
    .category-tab--fc > ul > li.on button,
    .category-tab--fc > ul > li.on a,
    .category_list--fc > li.on button,
    .category_list--fc > li.on a {
      color: #1C1E26 !important;
      font-weight: 700; }
      .category-tab--fc > ul > li.on button:after,
      .category-tab--fc > ul > li.on a:after,
      .category_list--fc > li.on button:after,
      .category_list--fc > li.on a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        right: 0;
        left: 0;
        height: 0.3125rem;
        background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
        background-size: 200% 100%;
        animation: gradientMove 6s ease-in-out infinite;
        transition: opacity 0.3s ease, filter 0.3s ease; }

@media (min-width: 1200px) {
  .category-tab--fc > ul > li a:hover,
  .category_list--fc > li a:hover {
    font-weight: 700; } }

@media (max-width: 767px) {
  .category-tab--fc > ul,
  .category_list--fc {
    /*
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .category-tab--fc > ul > li,
    .category_list--fc > li {
      /*
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            padding: 1px;*/
      flex: 1;
      min-width: inherit; }
      .category-tab--fc > ul > li button,
      .category-tab--fc > ul > li a,
      .category_list--fc > li button,
      .category_list--fc > li a {
        font-size: 12px;
        padding: 5px; } }

@media (max-width: 575px) {
  .category-nav.sm-inner-0 .cateBox .inner {
    padding: 0; } }

/*
@include md-max {
    .category-nav {
        .category_list--fc {
            flex-wrap: nowrap;
            @include justify-content-center;

            > li {
                flex: 1;
                min-width: inherit;
            }
        }
    }
} */
.img_full_wrap {
  font-size: 0;
  text-align: center; }

figure.img_full_wrap figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  figure.img_full_wrap figcaption * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.subCommon--fc {
  display: none; }
  .subCommon--fc h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    color: #1C1E26;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px; }

.sub-cont-section {
  padding: 120px 0; }
  .sub-cont-section.sub-cont-title-section {
    padding: 80px 0; }
  .sub-cont-section:last-of-type {
    padding-bottom: 130px; }

.tab_conts_box > ul > li {
  display: block; }
  .tab_conts_box > ul > li:not(:first-child) {
    display: none; }

.sub_cont_tit {
  font-size: 30px;
  font-weight: 350;
  color: #333;
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 1199px) {
  .sub-cont-section {
    padding: 90px 0; }
    .sub-cont-section.sub-cont-title-section {
      padding: 3.75rem 0; }
    .sub-cont-section:last-of-type {
      padding-bottom: 100px; } }

@media (max-width: 767px) {
  .subCommon--fc h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .sub-cont-section {
    padding: 50px 0; }
    .sub-cont-section:last-of-type {
      padding-bottom: 60px; } }

/* history */
.history-section {
  position: relative; }
  .history-section .progress-wrap {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 0.1875rem;
    height: 100%;
    background: #eee; }
    @media (max-width: 767px) {
      .history-section .progress-wrap {
        left: 8px; } }
  .history-section .progress-line {
    position: absolute;
    top: 0;
    width: 0.1875rem;
    left: 0;
    background: linear-gradient(to bottom, #5e3bea 0%, #7d6af7 40%, #cfd0d5 100%);
    height: 0;
    border-radius: 0.1875rem; }

.tab-section {
  display: none; }
  .tab-section.active {
    display: block; }

/* history */
#hisSection {
  position: relative; }
  @media (min-width: 992px) {
    #hisSection .history-inner .row {
      margin: 0; }
      #hisSection .history-inner .row > div {
        padding: 0;
        margin: 0; }
        #hisSection .history-inner .row > div:first-child {
          text-align: right;
          padding-right: 3.125rem; } }
  @media (max-width: 991px) {
    #hisSection .his-title {
      margin-bottom: 40px; } }

.history_wrap1--fc {
  position: relative; }
  .history_wrap1--fc .history-list {
    padding-left: 0.6875rem; }
    .history_wrap1--fc .history-list > li {
      position: relative;
      padding-bottom: 5rem;
      padding-left: 3.75rem; }
      .history_wrap1--fc .history-list > li:last-child:before {
        content: '';
        position: absolute;
        left: -5px;
        top: 0.5rem;
        width: 10px;
        height: 200%;
        background-color: #fff; }
  .history_wrap1--fc .history_conts--fc > li:not(:last-child) {
    margin-bottom: 1.25rem; }
  .history_wrap1--fc .history_conts--fc dl {
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem; }
    .history_wrap1--fc .history_conts--fc dl dt,
    .history_wrap1--fc .history_conts--fc dl dd {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.6; }
    .history_wrap1--fc .history_conts--fc dl dt {
      font-variant-numeric: tabular-nums;
      font-feature-settings: "tnum";
      white-space: nowrap; }

.history_tit1--fc {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum"; }
  .history_tit1--fc .dot {
    position: absolute;
    top: 0.5rem;
    left: calc(0% - 4.1875rem); }
    .history_tit1--fc .dot:before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background: #ccc;
      z-index: 1; }
    .history_tit1--fc .dot.active:before {
      background-color: #5A2CCE; }

/* awards */
@media (min-width: 992px) {
  .history-inner.type-awards {
    width: 50%;
    margin-left: auto; }
    .history-inner.type-awards .history_tit1--fc strong {
      position: absolute;
      right: calc(100% + 125px);
      top: -0.2em; } }

@media (max-width: 767px) {
  .history-inner.type-awards .fs-38 {
    font-size: 1.5rem !important; } }

/* history2 */
.history_line--fc {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 30px; }
  .history_line--fc:nth-child(odd) {
    margin: 0 auto 0 0;
    padding-right: 30px; }
  .history_line--fc:nth-child(even) {
    display: block;
    margin: 0 0 0 auto;
    padding-left: 30px; }
  .history_line--fc:last-child {
    padding-bottom: 0; }
  .history_line--fc:before {
    content: "";
    position: absolute;
    top: 0;
    right: -.5px;
    bottom: 0;
    width: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_line--fc:nth-child(even):before {
    right: auto;
    left: -.5px; }
  .history_line--fc:first-child:before {
    top: 10px; }
  .history_line--fc:last-child:before {
    bottom: auto;
    height: 10px; }

.history_tit--fc {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px; }
  .history_tit--fc:before {
    content: "";
    position: absolute;
    right: -30.5px;
    top: 13px;
    width: 26px;
    height: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_tit--fc:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #FF6A4D;
    border: 2px solid #5A2CCE;
    border-radius: 50%;
    top: 9px;
    right: -35.5px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.history_line--fc:nth-child(even) .history_tit--fc {
  text-align: left; }
  .history_line--fc:nth-child(even) .history_tit--fc:before {
    right: auto;
    left: -30.5px; }
  .history_line--fc:nth-child(even) .history_tit--fc:after {
    right: auto;
    left: -35.5px; }

.history_line--fc .offset-md-6 {
  text-align: right;
  word-break: keep-all;
  margin-left: 0; }

.history_line--fc:nth-child(even) .offset-md-6 {
  text-align: left; }

.history_line--fc dl {
  margin-top: 20px; }

.history_line--fc dt {
  display: none; }

.history_line--fc dd {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333132;
  padding-left: 30px; }
  .history_line--fc dd span {
    position: absolute;
    top: 0;
    left: 0;
    color: #555; }

.history_inner_img {
  width: 220px; }

@media (max-width: 767px) {
  .history_line--fc {
    width: 100%;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .history_line--fc:before {
      display: none; }
    .history_line--fc dl {
      margin-top: 10px; }
  .history_tit--fc {
    text-align: left;
    font-size: 18px; }
    .history_tit--fc:before, .history_tit--fc:after {
      display: none; }
  .history_line--fc .offset-md-6 {
    text-align: left; }
  .history_line--fc dd {
    font-size: 14px; } }

/* sitemap */
.sitemap__nav__depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem; }
  .sitemap__nav__depth1 > li {
    width: 25%;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem; }
    .sitemap__nav__depth1 > li > a {
      display: block;
      padding: 1.1875rem 0;
      background: #333;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1;
      color: #fff;
      border-left: 6px solid #5A2CCE;
      padding-left: 14px; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth1 > li > a:hover {
          background: #525252; } }
    @media (max-width: 991px) {
      .sitemap__nav__depth1 > li {
        width: 50%; } }
    @media (max-width: 767px) {
      .sitemap__nav__depth1 > li {
        width: 100%;
        padding: 0; } }
  @media (max-width: 767px) {
    .sitemap__nav__depth1 {
      margin: 0; } }

.sitemap__nav__depth2 {
  padding: 1.25rem;
  font-size: 1.125rem; }
  .sitemap__nav__depth2 > li + li {
    margin-top: 0.625rem; }
  .sitemap__nav__depth2 > li > a {
    position: relative;
    display: inline-block;
    padding-left: 0.625rem; }
    .sitemap__nav__depth2 > li > a:before {
      content: "";
      position: absolute;
      top: 0.6875rem;
      left: 0;
      width: 0.1875rem;
      height: 0.1875rem;
      border-radius: 50%;
      background-color: #5A2CCE;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    @media (min-width: 1200px) {
      .sitemap__nav__depth2 > li > a:hover:before {
        top: 0;
        height: 100%;
        border-radius: 0; } }

.sitemap__nav__depth3 {
  padding-left: 0.625rem;
  font-size: 1rem; }
  .sitemap__nav__depth3 > li {
    margin-top: 0.3125rem; }
    .sitemap__nav__depth3 > li > a {
      position: relative;
      display: inline-block;
      padding-left: 0.9375rem;
      color: #999; }
      .sitemap__nav__depth3 > li > a:before {
        content: "-";
        position: absolute;
        top: -0.0625rem;
        left: 0; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth3 > li > a:hover {
          color: #333; } }

.subcontents--fc {
  font-size: 1.125rem; }
  .subcontents--fc strong {
    display: inline-block;
    font-weight: 700; }
  .subcontents--fc table {
    table-layout: auto;
    width: 100%;
    margin: 5px 0 20px; }
    .subcontents--fc table thead tr th {
      background-color: #f0f1f5; }
    .subcontents--fc table tr th, .subcontents--fc table tr td {
      font-size: 1rem;
      height: 2.5rem;
      padding: 0.3em 0.5em;
      border: 1px solid #ccc;
      vertical-align: middle; }
  .subcontents--fc ul li {
    position: relative;
    padding-left: 0.7777777777em;
    font-size: inherit;
    line-height: 1.8; }
    .subcontents--fc ul li + li {
      margin-top: 0.1777777777em; }
    .subcontents--fc ul li:before {
      content: "";
      position: absolute;
      top: 0.6666666666666em;
      left: 0;
      width: 0.277777777777em;
      height: 0.277777777777em;
      background-color: #333;
      border-radius: 50%; }
  .subcontents--fc ol {
    list-style-position: outside;
    margin: 1em 0 1em 1.5em;
    padding-left: 1em; }
    .subcontents--fc ol li {
      list-style: inherit !important; }
  .subcontents--fc ol {
    list-style-type: decimal; }

.terms-ver-list a {
  color: #5e3bea; }

/* ---------------------------------- sub page */
/*
	sub page 
*/
.img-bg-copy {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .img-bg-copy .bg {
    opacity: 0; }

.sub-visual-area {
  position: relative;
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 768px) {
    .sub-visual-area.h400 {
      height: 25rem; } }
  @media (max-width: 767px) {
    .sub-visual-area {
      padding: 80px 0; } }
  @media (max-width: 575px) {
    .sub-visual-area.sm-pd50 {
      padding: 50px 0; } }
  .sub-visual-area .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    -moz-transform: translate(-50%, -50%) scale(1.01);
    -ms-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -webkit-animation: bgScale 1.1s linear;
    animation: bgScale 1.1s linear; }
  .sub-visual-area__inner {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
    .sub-visual-area__inner h3 {
      line-height: 1.3; }
  .sub-visual-area .patent-status-info * {
    color: #fff; }
  .sub-visual-area .patent-status-info p {
    line-height: 1.4; }
  .sub-visual-area .patent-status-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 2.5rem 0 0.75rem; }
    .sub-visual-area .patent-status-info ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 5.25rem;
      padding: 0 1.875rem;
      border-radius: 12px;
      background: rgba(46, 55, 76, 0.6); }
  @media (max-width: 800px) {
    .sub-visual-area .patent-status-info ul li {
      flex: auto;
      max-width: 24%; } }
  @media (max-width: 640px) {
    .sub-visual-area .patent-status-info ul li {
      flex: inherit;
      width: calc(50% - 0.75rem);
      max-width: none; } }

/* button */
.btn-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem; }
  .btn-row > * {
    display: inline-block; }

.btn-more {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  color: #1C1E26;
  padding: 0 2rem;
  border: 1px solid #1C1E26;
  background-color: #fff;
  border-radius: 0.9375rem;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .btn-more .ico-arrow {
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .btn-more:hover {
    color: #fff;
    background-color: #1C1E26; }
  .btn-more.btn-h66 {
    font-weight: 700;
    height: 3.125rem;
    border-radius: 1.5625rem; }
    @media (min-width: 1200px) {
      .btn-more.btn-h66 {
        font-size: 1.5rem;
        height: 4.125rem;
        padding: 0 2.5rem;
        border-radius: 2.0625rem;
        border-width: 3px; } }
    @media (max-width: 575px) {
      .btn-more.btn-h66 {
        height: 50px;
        font-size: 16px;
        border-radius: 25px;
        padding: 0 30px; } }
  .btn-more.btn-h50 {
    height: 3.125rem;
    border-radius: 1.5625rem; }
    @media (max-width: 575px) {
      .btn-more.btn-h50 {
        height: 45px;
        font-size: 16px;
        border-radius: 23px;
        padding: 0 30px; } }
  .btn-more.btn-h40 {
    height: 2.5rem;
    border-radius: 1.25rem; }
    @media (max-width: 575px) {
      .btn-more.btn-h40 {
        height: 45px;
        font-size: 16px;
        border-radius: 23px;
        padding: 0 30px; } }
  .btn-more.btn-h30 {
    font-size: 1rem;
    height: 1.875rem;
    border-radius: 0.9375rem; }
  .btn-more.btn-g-loop {
    position: relative;
    border: 0; }
    .btn-more.btn-g-loop:not(.btn-reverse) {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5); }
      .btn-more.btn-g-loop:not(.btn-reverse) .ico-arrow {
        background-image: url("/html/_skin/img/icons/ico_arrow-right-w.svg"); }
    .btn-more.btn-g-loop:before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 50px;
      padding: 2px;
      background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      background-size: 200% 100%;
      animation: gradientMove 4s ease-in-out infinite;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      transition: opacity 0.3s ease, filter 0.3s ease; }
    @media (min-width: 1200px) {
      .btn-more.btn-g-loop.btn-h66:before {
        padding: 3px; } }
    .btn-more.btn-g-loop .ico-arrow {
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 0.9375rem;
      background: url("/html/_skin/img/icons/ico_arrow-right-b.svg") no-repeat center center/1.125rem auto; }
    .btn-more.btn-g-loop:hover {
      color: #1C1E26;
      background-color: #fff; }
      .btn-more.btn-g-loop:hover .ico-arrow {
        background-image: url("/html/_skin/img/icons/ico_arrow-right-b.svg"); }
    .btn-more.btn-g-loop.btn-reverse:hover {
      color: #fff;
      background-color: #000;
      /*-webkit-box-shadow: 0px 0px rem(20) rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px rem(20) rgba(0, 0, 0, 0.3);*/ }
      .btn-more.btn-g-loop.btn-reverse:hover .ico-arrow {
        background-image: url("/html/_skin/img/icons/ico_arrow-right-w.svg"); }
  .btn-more.btn-g-hover {
    position: relative; }
    .btn-more.btn-g-hover:before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 50px;
      padding: 2px;
      background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      background-size: 200% 100%;
      animation: gradientMove 4s ease-in-out infinite;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      transition: opacity 0.3s ease, filter 0.3s ease;
      opacity: 0; }
    .btn-more.btn-g-hover.btn-g-defult-hover {
      border-color: transparent; }
      .btn-more.btn-g-hover.btn-g-defult-hover:before {
        opacity: 1; }
      .btn-more.btn-g-hover.btn-g-defult-hover:hover {
        color: #000;
        background-color: #FDFDFD; }
    .btn-more.btn-g-hover.btn-g-defult-hover2:hover {
      color: #000;
      background-color: #FDFDFD; }
      .btn-more.btn-g-hover.btn-g-defult-hover2:hover:before {
        opacity: 0; }
    .btn-more.btn-g-hover:hover {
      border-color: transparent; }
      .btn-more.btn-g-hover:hover:before {
        opacity: 1; }
  .btn-more.btn-white:not(.btn-g-hover):hover {
    color: #1C1E26;
    border-color: #fff;
    background-color: #fff; }
  .btn-more.btn-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .btn-more.btn-white .ico-arrow {
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 0.9375rem;
      background: url("/html/_skin/img/icons/ico_arrow-right-w.svg") no-repeat center center/1.125rem auto; }
    .btn-more.btn-white:hover .ico-arrow {
      background-image: url("/html/_skin/img/icons/ico_arrow-right-b.svg"); }

.button-wrap {
  position: relative;
  display: inline-block;
  border-radius: 50px; }

.button-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 4px;
  background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
  background-size: 200% 100%;
  animation: gradientMove 4s ease-in-out infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s ease, filter 0.3s ease; }

/* 라인을 따라 흐르는 그라데이션 효과 */
.button-wrap.flowing-border {
  position: relative;
  overflow: hidden; }

.button-wrap.flowing-border::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(from 0deg, transparent 0%, transparent 60%, #FF6A4D 70%, #CA4AF4 75%, #5A2CCE 80%, #488BF7 85%, #40CCC5 90%, transparent 100%);
  animation: flowingBorder 3s linear infinite; }

@keyframes flowingBorder {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* 더 진한 흐름 효과 */
.button-wrap.thick-flow::before {
  background: conic-gradient(from 0deg, transparent 0%, transparent 50%, #FF6A4D 60%, #CA4AF4 70%, #5A2CCE 80%, #488BF7 90%, #40CCC5 95%, transparent 100%);
  animation: flowingBorder 2.5s linear infinite; }

/* 다중 그라데이션 스트림 */
.button-wrap.multi-stream::before {
  background: conic-gradient(from 0deg, transparent 0%, #FF6A4D 5%, #CA4AF4 10%, transparent 15%, transparent 30%, #5A2CCE 35%, #488BF7 40%, transparent 45%, transparent 60%, #40CCC5 65%, #FF6A4D 70%, transparent 75%, transparent 100%);
  animation: flowingBorder 2s linear infinite; }

/* 부드러운 긴 꼬리 효과 */
.button-wrap.long-tail::before {
  background: conic-gradient(from 0deg, transparent 0%, transparent 40%, #FF6A4D 45%, #CA4AF4 55%, #5A2CCE 65%, #488BF7 75%, #40CCC5 85%, #FF6A4D 95%, transparent 100%);
  animation: flowingBorder 4s linear infinite; }

/* 반짝이는 효과 */
.button-wrap.sparkle::before {
  background: conic-gradient(from 0deg, transparent 0%, transparent 70%, rgba(236, 115, 87, 0.3) 75%, #FF6A4D 80%, #CA4AF4 82%, #5A2CCE 84%, #488BF7 86%, #40CCC5 88%, rgba(108, 200, 195, 0.3) 90%, transparent 95%);
  animation: flowingBorder 2s linear infinite;
  filter: blur(1px); }

/* 느린 흐름 */
.button-wrap.slow-flow::before {
  background: conic-gradient(from 0deg, transparent 0%, transparent 60%, #FF6A4D 70%, #CA4AF4 75%, #5A2CCE 80%, #488BF7 85%, #40CCC5 90%, transparent 100%);
  animation: flowingBorder 6s linear infinite; }

/* 역방향 흐름 */
.button-wrap.reverse-flow::before {
  background: conic-gradient(from 0deg, transparent 0%, transparent 60%, #FF6A4D 70%, #CA4AF4 75%, #5A2CCE 80%, #488BF7 85%, #40CCC5 90%, transparent 100%);
  animation: flowingBorder 3s linear infinite reverse; }

/* hover 시 속도 증가 */
.button-wrap.hover-fast:hover::before {
  animation-duration: 1s; }

.button {
  position: relative;
  padding: 15px 30px;
  border-radius: 50px;
  background: transparent;
  color: #1C1E26;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; }

@keyframes gradientMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradientMoveVer {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

/* 다양한 보더 두께 옵션 */
.thick-border::before {
  padding: 3px; }

.thin-border::before {
  padding: 1px; }

/* 다양한 애니메이션 속도 옵션 */
.slow::before {
  animation-duration: 8s; }

.fast::before {
  animation-duration: 2s; }

/* 대각선 그라데이션 옵션 */
.diagonal::before {
  background: linear-gradient(45deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
  background-size: 200% 200%;
  animation-name: gradientMoveDiagonal;
  animation-duration: 6s; }

@keyframes gradientMoveDiagonal {
  0% {
    background-position: 0% 0%; }
  25% {
    background-position: 100% 0%; }
  50% {
    background-position: 100% 100%; }
  75% {
    background-position: 0% 100%; }
  100% {
    background-position: 0% 0%; } }

/* 텍스트 그라데이션 스타일 */
.gradient-text {
  background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s ease-in-out infinite;
  font-weight: bold; }

.gradient-text-x2 {
  background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5, #488BF7, #5A2CCE, #CA4AF4, #FF6A4D);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s ease-in-out infinite; }

.gradient-text-fix {
  background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

/* 텍스트 애니메이션 옵션들 */
.gradient-text.fast {
  animation-duration: 2s; }

.gradient-text.slow {
  animation-duration: 8s; }

.gradient-text.diagonal {
  background: linear-gradient(45deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
  background-size: 200% 200%;
  animation-name: gradientMoveDiagonal;
  animation-duration: 6s; }

/* 정적 그라데이션 텍스트 (애니메이션 없음) */
.gradient-text.static {
  animation: none;
  background-size: 100% 100%; }

/* 추가 버튼들을 위한 스타일 */
.button-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center; }

/* 엠로의 경쟁력 */
.competitiveness-wrap .item__description {
  padding-bottom: 1.25rem; }

/* 솔루션 미리보기 */
.page-url-solution-preview--fc #header,
.page-url-solution-preview--fc .foot-bnr-section {
  display: none; }

.page-url-solution-preview--fc #contents {
  padding-top: 0 !important; }

.page-url-solution-preview--fc .sub-cont-section {
  /* form */ }
  @media (min-width: 1200px) {
    .page-url-solution-preview--fc .sub-cont-section {
      padding: 100px 0; } }
  .page-url-solution-preview--fc .sub-cont-section .basic-board-row--fc {
    margin-top: 0; }

.page-url-solution-preview--fc .logo-slider {
  filter: brightness(0.5);
  padding-bottom: 0; }
  @media (min-width: 1921px) {
    .page-url-solution-preview--fc .logo-slider {
      margin-top: 1.875rem; } }

.page-url-solution-preview--fc .solution-row .d-flex-col.left {
  width: calc(100% - 674px); }

.page-url-solution-preview--fc .solution-row .d-flex-col.right {
  width: 674px; }

@media (max-width: 1199px) {
  .page-url-solution-preview--fc .solution-row .d-flex-col.left, .page-url-solution-preview--fc .solution-row .d-flex-col.right {
    width: 50%; } }

@media (max-width: 991px) {
  .page-url-solution-preview--fc .solution-row .d-flex-col.left {
    width: calc(100% - 420px); }
  .page-url-solution-preview--fc .solution-row .d-flex-col.right {
    width: 420px; } }

@media (max-width: 767px) {
  .page-url-solution-preview--fc .solution-row {
    display: block; }
    .page-url-solution-preview--fc .solution-row .d-flex-col.left, .page-url-solution-preview--fc .solution-row .d-flex-col.right {
      width: 100%; }
    .page-url-solution-preview--fc .solution-row .d-flex-col.left {
      margin-bottom: 30px; } }

.data-line-tit {
  position: relative;
  padding-left: 0.8em; }
  .data-line-tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.17em;
    width: 0.2em;
    height: 0.8em;
    background-color: #5A2CCE; }

.solution-conts-box {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  text-align: left; }
  @media (max-width: 991px) {
    .solution-conts-box {
      gap: 3.125rem 0; } }
  .solution-conts-box .numbering-ul {
    display: inline-block; }
    .solution-conts-box .numbering-ul li {
      position: relative;
      line-height: 1.2;
      padding: 10px 0;
      padding-left: 3.75rem; }
      .solution-conts-box .numbering-ul li:not(:last-child) {
        border-bottom: 1px solid #DADBDF; }
      .solution-conts-box .numbering-ul li > * {
        display: inline-block;
        line-height: 1.2; }
      .solution-conts-box .numbering-ul li strong {
        font-weight: 800; }
      .solution-conts-box .numbering-ul li .num {
        position: absolute;
        left: 0;
        top: calc(50% - 1.25rem);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        color: #5A2CCE;
        font-weight: 800;
        border-radius: 50%;
        background-color: #fff; }
    @media (max-width: 767px) {
      .solution-conts-box .numbering-ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px; }
        .solution-conts-box .numbering-ul li {
          width: calc(50% - 2.5px); }
          .solution-conts-box .numbering-ul li:last-child {
            border-bottom: 1px solid #DADBDF; } }
    @media (max-width: 575px) {
      .solution-conts-box .numbering-ul li {
        width: 100%; } }

.solution-form-box {
  padding: 60px 80px;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1.5rem 3rem -0.75rem rgba(16, 24, 40, 0.18);
  box-shadow: 0 1.5rem 3rem -0.75rem rgba(16, 24, 40, 0.18); }
  .solution-form-box .header .fs-32 .logo-caidentia {
    width: 170px;
    margin: 0 0.2em;
    vertical-align: middle;
    margin-top: -0.2em; }
  .solution-form-box .form-write-wrap {
    margin-top: 1.875rem; }
  .solution-form-box .board-write-btn-wrap--fc {
    margin: 40px 0 0; }
  @media (max-width: 1199px) {
    .solution-form-box {
      padding: 3.125rem; } }
  @media (max-width: 991px) {
    .solution-form-box {
      padding: 3.125rem 1.875rem; } }

/* 문의폼 */
.form-write-wrap {
  /* file */
  /*
    @include lg-min {
        input[type="checkbox"]:checked + label:before,
        input[type="checkbox"] + label:before {
            top: 0;
            font-size: 12px;
            width: 24px;
            height: 24px;
            line-height: 24px;
        }
    }*/ }
  .form-write-wrap .form-label {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1C1E26; }
    .form-write-wrap .form-label.d-flex {
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .form-write-wrap .basic-board-row--fc {
    table-layout: fixed;
    margin-top: 0;
    border: none;
    margin-top: 1.25rem;
    /* input date */
    /* 참석인원 */
    /* radio area */ }
    .form-write-wrap .basic-board-row--fc .captcha_box--fc {
      margin-top: 0; }
      .form-write-wrap .basic-board-row--fc .captcha_box--fc a {
        border: none;
        margin: 0; }
      @media (min-width: 768px) {
        .form-write-wrap .basic-board-row--fc .captcha_box--fc input {
          width: calc(100% - 170px - 45px) !important; } }
      @media (max-width: 767px) {
        .form-write-wrap .basic-board-row--fc .captcha_box--fc input {
          margin-bottom: 5px; } }
    .form-write-wrap .basic-board-row--fc tr {
      border-bottom: none; }
    .form-write-wrap .basic-board-row--fc tr th,
    .form-write-wrap .basic-board-row--fc tr td {
      color: #1C1E26;
      font-size: 1.125rem;
      line-height: 1.2;
      padding: 0.5rem 1.25rem;
      background-color: transparent; }
    .form-write-wrap .basic-board-row--fc tr th {
      color: #1C1E26;
      font-weight: 500;
      padding-left: 0;
      padding-right: 5px; }
      .form-write-wrap .basic-board-row--fc tr th.required:after {
        content: '*';
        display: inline-block;
        margin-top: -0.5rem;
        margin-left: 0.5rem;
        width: auto;
        height: auto;
        background: none;
        vertical-align: middle;
        color: #f00; }
    .form-write-wrap .basic-board-row--fc tr td {
      font-weight: 400;
      padding-left: 0;
      padding-right: 0; }
    .form-write-wrap .basic-board-row--fc .select-date {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.625rem; }
      .form-write-wrap .basic-board-row--fc .select-date input {
        width: 10.125rem; }
      .form-write-wrap .basic-board-row--fc .select-date span {
        white-space: nowrap; }
    .form-write-wrap .basic-board-row--fc .participants-area .d-flex {
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.25rem; }
      .form-write-wrap .basic-board-row--fc .participants-area .d-flex input {
        width: 100%; }
    .form-write-wrap .basic-board-row--fc .radio-area input[type="radio"] + label:before {
      top: 1px; }
      @media (max-width: 767px) {
        .form-write-wrap .basic-board-row--fc .radio-area input[type="radio"] + label:before {
          top: 3px; } }
    .form-write-wrap .basic-board-row--fc .radio-area .d-flex {
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.25rem; }
    .form-write-wrap .basic-board-row--fc .filebox label,
    .form-write-wrap .basic-board-row--fc .filebox .upload-name,
    .form-write-wrap .basic-board-row--fc .privacy_box--fc,
    .form-write-wrap .basic-board-row--fc input[type="text"],
    .form-write-wrap .basic-board-row--fc select,
    .form-write-wrap .basic-board-row--fc textarea {
      border-radius: 0.5rem; }
    .form-write-wrap .basic-board-row--fc .upload-name,
    .form-write-wrap .basic-board-row--fc input[type="text"],
    .form-write-wrap .basic-board-row--fc select {
      padding: 0 1.5625rem; }
    .form-write-wrap .basic-board-row--fc textarea {
      height: 12.5rem; }
    .form-write-wrap .basic-board-row--fc .privacy_box--fc,
    .form-write-wrap .basic-board-row--fc textarea {
      padding: 1rem 1.5625rem; }
    .form-write-wrap .basic-board-row--fc .w-100 {
      width: 100%; }
      .form-write-wrap .basic-board-row--fc .w-100 input,
      .form-write-wrap .basic-board-row--fc .w-100 textarea {
        width: 100%; }
    @media (max-width: 991px) {
      .form-write-wrap .basic-board-row--fc tr th,
      .form-write-wrap .basic-board-row--fc tr td {
        padding: 0.625rem 0;
        font-size: 0.875rem; } }
    @media (min-width: 768px) {
      .form-write-wrap .basic-board-row--fc .filebox label {
        line-height: 45px; }
      .form-write-wrap .basic-board-row--fc .filebox label,
      .form-write-wrap .basic-board-row--fc .filebox .upload-name,
      .form-write-wrap .basic-board-row--fc input[type="text"],
      .form-write-wrap .basic-board-row--fc input[type="password"],
      .form-write-wrap .basic-board-row--fc input[type="tel"],
      .form-write-wrap .basic-board-row--fc select {
        height: 45px; }
      .form-write-wrap .basic-board-row--fc tr td + th {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .form-write-wrap .basic-board-row--fc tr {
        overflow: visible;
        padding: 10px 0 0;
        border: 0; }
        .form-write-wrap .basic-board-row--fc tr:first-child {
          border: 0; }
      .form-write-wrap .basic-board-row--fc tr th {
        font-size: 1.125rem;
        padding: 0; }
      .form-write-wrap .basic-board-row--fc tr td {
        font-size: 1rem; }
      .form-write-wrap .basic-board-row--fc tr th,
      .form-write-wrap .basic-board-row--fc tr td {
        width: 100%; } }
  .form-write-wrap .filebox {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse; }
    .form-write-wrap .filebox label {
      color: #fff;
      background-color: #5A2CCE; }
      .form-write-wrap .filebox label:hover {
        background-color: #693ed6; }
    .form-write-wrap .filebox .upload-name {
      width: calc(100% - 120px);
      margin-right: 10px;
      background-color: #fff; }
    @media (min-width: 992px) {
      .form-write-wrap .filebox label {
        width: 170px;
        font-size: 1.125rem; }
      .form-write-wrap .filebox .upload-name {
        width: calc(100% - 180px);
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .form-write-wrap .filebox .upload-name {
        font-size: 0.875rem; } }
  .form-write-wrap .agree-wrap {
    color: #1C1E26;
    margin-top: 2.5rem; }
    .form-write-wrap .agree-wrap .form-label {
      border-bottom-width: 1px; }
    .form-write-wrap .agree-wrap ul {
      margin-top: 1.25rem; }
      .form-write-wrap .agree-wrap ul > li + li {
        margin-top: 0.5rem; }
  .form-write-wrap .agree-area {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .form-write-wrap .agree-area .privacy_box--fc {
      display: none; }
    .form-write-wrap .agree-area .agree-btn {
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.2;
      color: #1C1E26;
      letter-spacing: -0.32px;
      padding: 0.3em 0.75em;
      border-radius: 1rem;
      border: 1px solid #1C1E26;
      background: #fff; }
  .form-write-wrap input[type="checkbox"]:checked + label:before,
  .form-write-wrap input[type="checkbox"] + label:before {
    top: 2px; }
  @media (min-width: 992px) {
    .form-write-wrap .fs24 input[type="radio"] + label,
    .form-write-wrap .fs24 input[type="checkbox"] + label {
      font-size: 1.125rem;
      padding-left: 32px; }
      .form-write-wrap .fs24 input[type="radio"] + label:before,
      .form-write-wrap .fs24 input[type="checkbox"] + label:before {
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 14px; } }
  .form-write-wrap .txt-important {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    padding-left: 2.375rem; }
    .form-write-wrap .txt-important:before {
      position: absolute;
      left: 0;
      top: calc(50% - 0.75rem);
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      background: url("/html/_skin/img/common/ico_important.svg") no-repeat center/100% auto; }
  .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    height: 4.25rem;
    line-height: 1.2;
    padding: 0 2.5rem;
    border-radius: 2.125rem;
    background-color: #1C1E26;
    overflow: hidden; }
    .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.bg-g {
      position: relative;
      min-width: 18.75rem;
      background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      background-size: 200% 100%;
      animation: gradientMove 6s ease-in-out infinite;
      transition: opacity 0.3s ease, filter 0.3s ease; }
      .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.bg-g span {
        position: relative;
        z-index: 1; }
      .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.bg-g:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        -moz-transition: opacity ease 0.2s;
        -o-transition: opacity ease 0.2s;
        -webkit-transition: opacity ease 0.2s;
        transition: opacity ease 0.2s; }
      .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.bg-g:hover {
        opacity: 1; }
        .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.bg-g:hover:before {
          opacity: 1; }
    .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.btn-g-loop {
      position: relative;
      min-width: 15.625rem;
      color: #1C1E26 !important;
      background-color: #fff;
      border: 0; }
      .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.btn-g-loop:before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 50px;
        padding: 4px;
        background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
        background-size: 200% 100%;
        animation: gradientMove 4s ease-in-out infinite;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        transition: opacity 0.3s ease, filter 0.3s ease; }
      .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.btn-g-loop:hover {
        color: #fff !important;
        background-color: #000; }
  .form-write-wrap .board-write-btn-wrap--fc .btn-cancel--fc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C1E26;
    height: 4.25rem;
    line-height: 1.2;
    padding: 0 2.5rem;
    border-radius: 2.125rem;
    border: 1px solid #1C1E26;
    background-color: #fff; }
  @media (min-width: 1200px) {
    .form-write-wrap.type-basic .basic-board-row--fc .captcha_box--fc input {
      width: 280px !important; } }

.privacy_box--fc {
  min-height: 9.6875rem;
  margin-top: 0;
  background-color: #fff; }
  .privacy_box--fc:not(.display-block) {
    display: none; }
  .privacy_box--fc pre {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 400;
    white-space: pre-wrap; }

.privacy_txt--fc input[type="checkbox"] + label {
  color: #1C1E26;
  font-weight: 500; }
  .privacy_txt--fc input[type="checkbox"] + label:before {
    border-radius: 50%; }

/** 
company 
**/
/* 엠로 소개 */
.company-about-wrap .section-01 {
  position: relative;
  color: #fff; }
  .company-about-wrap .section-01:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.63);
    z-index: 1; }
  .company-about-wrap .section-01 .about-sec-01-inner {
    position: relative;
    z-index: 2; }
  .company-about-wrap .section-01 .about-bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover; }

/*
#aboutSec01 {
    position: relative;
    height: auto;
    min-height: 100vh;

    .box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
        text-align: center;
        transition: none;
      }
      
      .box.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
}*/
.overview-major-business-area .item {
  display: block; }
  .overview-major-business-area .item .img-r-box.img-thumb {
    padding-bottom: 100%; }
  @media (max-width: 767px) {
    .overview-major-business-area .item .img-r-box.img-thumb {
      padding-bottom: 50%; } }
  .overview-major-business-area .item__description dl dt {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .overview-major-business-area .item__description dl dt .ico-arrow {
      margin-left: 0.9375rem;
      -moz-transition: transform 0.2s;
      -o-transition: transform 0.2s;
      -webkit-transition: transform 0.2s;
      transition: transform 0.2s; }
  .overview-major-business-area .item:hover .ico-arrow {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

@media (max-width: 767px) {
  .overview-major-business-area .row > * + * {
    margin-top: 30px; } }

#aboutSec03 {
  padding: 0; }
  #aboutSec03 .sub-container {
    position: relative;
    width: 100%; }
    #aboutSec03 .sub-container .about-sec {
      position: relative; }
  #aboutSec03 .about-sec-01 {
    min-height: calc(var(--realvh) * 100); }
    #aboutSec03 .about-sec-01 .main-title {
      position: relative;
      width: 100%;
      height: 100%; }
    #aboutSec03 .about-sec-01 .title-item {
      position: absolute;
      left: 25%;
      top: 50%;
      width: 50%;
      color: #fff;
      font-size: 50px;
      line-height: 1.4;
      transform: translateY(-50%);
      text-align: center;
      z-index: 2; }
      #aboutSec03 .about-sec-01 .title-item.item02 h4 {
        width: 90%;
        margin-left: 5%; }
      @media (min-width: 576px) {
        #aboutSec03 .about-sec-01 .title-item {
          letter-spacing: -0.05em; } }
      #aboutSec03 .about-sec-01 .title-item .item-in {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center; }
      #aboutSec03 .about-sec-01 .title-item.item01 .item-in {
        transform: translateY(0); }
      #aboutSec03 .about-sec-01 .title-item.item02 .item-in {
        opacity: 0;
        transform: translateY(100%) scale(0.8); }
    #aboutSec03 .about-sec-01 .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(var(--realvh) * 100);
      clip-path: inset(20%); }
      #aboutSec03 .about-sec-01 .bg-img .title-item {
        left: 0;
        width: 100%; }
      #aboutSec03 .about-sec-01 .bg-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(0) scale(0.5);
        -moz-transform: translateY(0) scale(0.5);
        -ms-transform: translateY(0) scale(0.5);
        transform: translateY(0) scale(0.5);
        object-fit: cover; }

.about-sec-area {
  position: relative; }
  .about-sec-area .circle-box .circle-in {
    position: relative;
    display: inline-block;
    width: 432px;
    height: 432px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
    .about-sec-area .circle-box .circle-in p {
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
    .about-sec-area .circle-box .circle-in:before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 50%;
      padding: 6px;
      background: linear-gradient(var(--rotate), #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      animation: db-anim-spin 3s  linear infinite; }
  .about-sec-area .txt-item {
    letter-spacing: -0.5px;
    opacity: 0; }
    .about-sec-area .txt-item dt {
      padding: 10px 0;
      margin-bottom: 15px;
      border-bottom: 2px solid #fff; }
    @media (min-width: 768px) {
      .about-sec-area .txt-item {
        position: absolute;
        top: 50%;
        width: 460px; }
        .about-sec-area .txt-item.txt01 {
          right: calc(50% + 216px);
          transform: translate(30px, -50%);
          text-align: left; }
        .about-sec-area .txt-item.txt02 {
          left: calc(50% + 216px);
          text-align: right;
          transform: translate(-30px, -50%); } }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  #aboutSec03 .about-sec-01 .title-item {
    font-size: 3.4722vw; }
  #aboutSec03 .fs-24 {
    font-size: 1.6667vw !important; }
  #aboutSec03 .fs-32 {
    font-size: 2.2222vw !important; }
  #aboutSec03 .fs-38 {
    font-size: 2.6389vw !important; }
  #aboutSec03 .fs-58 {
    font-size: 4.0278vw !important; }
  .about-sec-area .circle-box .circle-in {
    width: 30vw;
    height: 30vw; }
  .about-sec-area .txt-item {
    width: 29.9444vw; }
    .about-sec-area .txt-item.txt01 {
      right: calc(50% + 15vw); }
    .about-sec-area .txt-item.txt02 {
      left: calc(50% + 15vw); } }

@media (max-width: 767px) {
  .about-sec-area {
    text-align: center; }
    .about-sec-area .circle-box .circle-in {
      width: 300px;
      height: 300px; }
    .about-sec-area .txt-item {
      display: inline-block; }
      .about-sec-area .txt-item.txt01 {
        margin-bottom: 40px; }
      .about-sec-area .txt-item.txt02 {
        margin-top: 30px; } }

@media (max-width: 575px) {
  .about-sec-area .circle-box .circle-in {
    width: 220px;
    height: 220px; }
    .about-sec-area .circle-box .circle-in:before {
      padding: 3px; } }

.overview-growth-area .d-flex {
  padding: 12.5rem 0;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .overview-growth-area .d-flex > li {
    flex: 1; }
    .overview-growth-area .d-flex > li p.fs-60 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      white-space: nowrap;
      text-align: center; }
      .overview-growth-area .d-flex > li p.fs-60 .ico-plus-w {
        display: inline-block;
        width: 0.53em;
        height: 0.53em;
        margin-left: 0.25em;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M18.4961 -0.5V13.5039H32.5V18.4961H18.4961V32.5H13.5039V18.4961H-0.5V13.5039H13.5039V-0.5H18.4961Z' fill='white' stroke='white'/></svg>");
        background-repeat: no-repeat;
        background-size: contain; }
      .overview-growth-area .d-flex > li p.fs-60 small {
        display: block;
        width: 100%;
        font-size: 0.4em;
        font-weight: 400;
        margin-top: 0.22em; }

@media (max-width: 1440px) {
  .overview-growth-area p.fs-60 {
    font-size: 4.35vw !important; } }

@media (max-width: 991px) {
  .overview-growth-area .d-flex {
    flex-wrap: wrap;
    gap: 0; }
    .overview-growth-area .d-flex > li {
      flex: inherit;
      width: 33.333%;
      padding: 1.25rem 10px; } }

@media (max-width: 575px) {
  .overview-growth-area .d-flex {
    padding: 100px 0 50px; }
  .overview-growth-area p.fs-60 {
    font-size: 5.3vw !important; } }

/* ceo */
.company-ceo-wrap .section-01 {
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #F0F1F5 76.92%); }
  .company-ceo-wrap .section-01 .ceo-photo {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% + 460px);
    width: 330px;
    height: 591px;
    /*
            background: url('/html/_skin/img/sub/company/img_ceo-photo.png')no-repeat bottom right/contain;*/ }
    .company-ceo-wrap .section-01 .ceo-photo img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom; }
  .company-ceo-wrap .section-01 .row {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.company-ceo-wrap .ceo-message-conts.first {
  max-width: 580px; }

.company-ceo-wrap .ceo-message-conts.second {
  max-width: 360px;
  margin-top: 150px; }

.company-ceo-wrap .ceo-message-conts .ceo-sign {
  padding-right: 2.5rem; }
  .company-ceo-wrap .ceo-message-conts .ceo-sign p {
    display: inline-block; }
  .company-ceo-wrap .ceo-message-conts .ceo-sign img {
    display: block;
    margin-left: auto; }

.company-ceo-wrap .company-values-area .item {
  height: 18.75rem;
  padding: 2.5rem;
  border-radius: 2rem;
  background-color: rgba(90, 44, 206, 0.1); }
  .company-ceo-wrap .company-values-area .item__cont {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .company-ceo-wrap .company-values-area .item__cont > p {
      padding-right: 3.75rem; }
    .company-ceo-wrap .company-values-area .item__cont img {
      position: absolute;
      right: 0;
      top: 0;
      width: 5rem;
      height: 5rem; }

@media (max-width: 1440px) {
  .company-ceo-wrap .section-01 .ceo-photo {
    left: auto;
    right: -70px; }
  .company-ceo-wrap .ceo-message-conts.second {
    margin-right: 150px; } }

@media (max-width: 991px) {
  .company-ceo-wrap .ceo-message-conts {
    margin-right: 200px; }
    .company-ceo-wrap .ceo-message-conts.second {
      max-width: none;
      margin-top: 3.125rem;
      margin-right: 200px; } }

@media (max-width: 767px) {
  .company-ceo-wrap .section-01 .ceo-photo {
    width: 250px;
    height: 491px; }
  .company-ceo-wrap .ceo-message-conts {
    margin-right: 120px; }
    .company-ceo-wrap .ceo-message-conts.second {
      margin-right: 120px; } }

@media (max-width: 575px) {
  .company-ceo-wrap .section-01 .ceo-photo {
    height: 300px; }
  .company-ceo-wrap .ceo-message-conts.first {
    margin-right: 0; } }

/* 
수상·인증·특허 
*/
/* 특허 보유 현황 */
.sub-cont-section .patent-area + .patent-area {
  margin-top: 5rem; }

.patent-table-list.domestic .only-overseas {
  display: none; }

table.table-st01 {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #1C1E26; }
  table.table-st01 th {
    background-color: #f0f1f5; }
  table.table-st01 th, table.table-st01 td {
    height: 3.75rem;
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
    border-right: 1px solid #DADBDF;
    border-bottom: 1px solid #DADBDF;
    vertical-align: middle; }
    table.table-st01 th:last-child, table.table-st01 td:last-child {
      border-right: 0; }
  table.table-st01 td.td-subject {
    text-align: left; }
  table.table-st01 thead th {
    border-bottom: 0; }

@media (max-width: 575px) {
  table.table-st01 th, table.table-st01 td {
    height: 3.125rem;
    font-size: 1rem;
    padding: 0.625rem 0.9375rem; } }

table.table-st02 {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #1C1E26; }
  table.table-st02 th {
    background-color: #f0f1f5; }
  table.table-st02 th, table.table-st02 td {
    height: 3.75rem;
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
    border-bottom: 1px solid #DADBDF;
    vertical-align: middle; }
  table.table-st02 thead th {
    border-bottom: 0; }

@media (max-width: 575px) {
  table.table-st01 th, table.table-st01 td {
    height: 3.125rem;
    font-size: 1rem;
    padding: 0.625rem 0.9375rem; } }

/* 오시는 길 */
.directions-item {
  padding-top: 1.875rem;
  border-top: 1px solid #1C1E26; }
  .directions-item__conts .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem 3.125rem;
    margin-bottom: 1.875rem; }
    .directions-item__conts .contact-list > li.display-block {
      width: 100%; }
    .directions-item__conts .contact-list > li .d-flex {
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.625rem;
      line-height: 1.3; }
    .directions-item__conts .contact-list > li .icon {
      width: 2rem;
      min-width: 2rem;
      height: 2rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
      .directions-item__conts .contact-list > li .icon.marker {
        background-image: url("/html/_skin/img/sub/company/ico_marker-b.svg"); }
      .directions-item__conts .contact-list > li .icon.tel {
        background-image: url("/html/_skin/img/sub/company/ico_tel-b.svg"); }
      .directions-item__conts .contact-list > li .icon.fax {
        background-image: url("/html/_skin/img/sub/company/ico_fax-b.svg"); }
  .directions-item__conts .directions-map {
    border-radius: 1.5rem;
    overflow: hidden; }
    .directions-item__conts .directions-map > * {
      width: 100% !important;
      height: 21.875rem !important; }
  .directions-item + .directions-item {
    margin-top: 5rem; }

/* 
투자정보
*/
/* 주가정보 */
.stock__header .title-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #1C1E26;
  gap: 10px; }
  .stock__header .title-area .stock-date {
    color: #666; }

.stock__header .stock-index-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.125rem;
  padding: 2.5rem 0; }
  .stock__header .stock-index-area .current-row {
    white-space: nowrap; }
  .stock__header .stock-index-area .current-price {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1; }
  .stock__header .stock-index-area .sub-info {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem; }
    .stock__header .stock-index-area .sub-info p {
      font-weight: 500;
      white-space: nowrap; }
  @media (max-width: 575px) {
    .stock__header .stock-index-area {
      gap: 1.25rem 2.5rem; }
      .stock__header .stock-index-area .current-price {
        font-size: 3.125rem; } }

.stock-index-area .sub-info .stock-index-state {
  margin-left: 10px; }

.stock-index-area .sub-info .up .stock-index-state {
  color: #D60000; }

.stock-index-area .sub-info .down .stock-index-state {
  color: #488BF7; }

.stock__layout table td.stock-index .up {
  color: #D60000; }

.stock__layout table td.stock-index .down {
  color: #488BF7; }

.stock-index-area .sub-info .stock-index-state:before,
.stock__layout table td.stock-index .stock-index-state:before {
  content: '';
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 5px;
  margin-top: -1px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat; }

.stock-index-area .sub-info .up .stock-index-state:before,
.stock__layout table td.stock-index .up .stock-index-state:before {
  background-image: url("/html/_skin/img/sub/investment-info/stock/ico_up.svg"); }

.stock-index-area .sub-info .down .stock-index-state:before,
.stock__layout table td.stock-index .down .stock-index-state:before {
  background-image: url("/html/_skin/img/sub/investment-info/stock/ico_down.svg"); }

@media (max-width: 767px) {
  .stock__layout .table-st02 {
    table-layout: auto; } }

/* 재무정보 테이블 */
.vertical-table-area table {
  table-layout: fixed;
  width: 100%; }

.vertical-table-area table.table-outer {
  border-top: 1px solid #1C1E26; }
  .vertical-table-area table.table-outer > tbody > tr > td {
    vertical-align: middle; }
    .vertical-table-area table.table-outer > tbody > tr > td:not(:last-child) {
      border-right: 1px solid #DADBDF; }
  .vertical-table-area table.table-outer td.td-item table td {
    text-align: center; }

.vertical-table-area table.table-inner th, .vertical-table-area table.table-inner td {
  height: 3.75rem;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.3125rem 1.875rem;
  vertical-align: middle;
  border-bottom: 1px solid #DADBDF; }

.vertical-table-area table.table-inner td {
  text-align: right; }

.vertical-table-area table.table-inner thead th {
  background-color: #f0f1f5; }

.vertical-table-area table.table-inner tr.fw-700 {
  background-color: #EDE8FA; }

@media (max-width: 1440px) {
  .vertical-table-area table.table-outer > tbody > tr > td.td-item {
    width: 25% !important; } }

@media (max-width: 575px) {
  .vertical-table-area table.table-outer > tbody > tr > td.td-item {
    width: 30% !important; }
  .vertical-table-area table.table-inner th, .vertical-table-area table.table-inner td {
    font-size: 12px;
    padding: 0.3125rem 0.625rem; } }

/* 바이블 커뮤니티 */
.bible-main-area__inner {
  position: relative;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.125rem;
  background-color: #F0F1F5;
  overflow: hidden; }
  .bible-main-area__inner > * {
    width: 50%; }
  .bible-main-area__inner .img-box {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .bible-main-area__inner .img-box img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s;
      transition: all .3s; }
  .bible-main-area__inner .conts {
    padding: 3.75rem;
    padding-left: 4.375rem; }
    .bible-main-area__inner .conts .cate-name {
      display: block;
      font-weight: 500; }
    .bible-main-area__inner .conts .bible-content {
      line-height: 1.5;
      font-weight: 500; }

@media (min-width: 992px) {
  .bible-main-area__inner {
    min-height: 450px; }
    .bible-main-area__inner .d-flex-col.img {
      position: absolute;
      height: 100%; }
      .bible-main-area__inner .d-flex-col.img .img-box {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-bottom: 0; }
    .bible-main-area__inner .d-flex-col.conts {
      margin-left: 50%; } }

.bible-main-area figure .gallery-item {
  min-height: 450px; }

@media (max-width: 1440px) {
  .bible-main-area__inner {
    min-height: 400px; }
    .bible-main-area__inner .d-flex-col.conts {
      padding: 1.875rem;
      padding-left: 3.125rem; } }

@media (max-width: 1199px) {
  .bible-main-area__inner {
    min-height: 300px; }
    .bible-main-area__inner .d-flex-col.conts {
      padding: 2.5rem; } }

@media (max-width: 991px) {
  .bible-main-area__inner {
    display: block;
    min-height: auto; }
    .bible-main-area__inner > * {
      width: 100%; } }

.bible-list-area .item {
  height: 18.75rem;
  padding: 2.5rem 1.25rem;
  border-radius: 2rem;
  background-color: #EEF4FF; }
  .bible-list-area .item__cont {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    gap: 2.5rem; }
    .bible-list-area .item__cont .icon img {
      width: 3rem;
      height: 3rem; }

/* 주주초회 */
.accordion-list {
  border-top: 1px solid #1C1E26; }
  .accordion-list .acc-item {
    border-bottom: 1px solid #1C1E26; }
    .accordion-list .acc-item .acc-title {
      position: relative;
      width: 100%;
      text-align: left;
      font-size: 1.5rem;
      padding: 1.25rem 0;
      padding-right: 2.5rem;
      border: none;
      outline: none;
      cursor: pointer;
      background: #fff; }
      .accordion-list .acc-item .acc-title:after {
        content: '';
        position: absolute;
        top: calc(50% - 1.25rem);
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.125rem auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.2826 1.28318L6.28255 6.28318C6.21287 6.3531 6.13008 6.40857 6.03892 6.44643C5.94775 6.48428 5.85001 6.50377 5.7513 6.50377C5.65259 6.50377 5.55485 6.48428 5.46369 6.44643C5.37252 6.40857 5.28973 6.3531 5.22005 6.28318L0.220051 1.28318C0.0791548 1.14228 -2.09952e-09 0.951183 0 0.751926C2.09952e-09 0.552669 0.0791548 0.361572 0.220051 0.220676C0.360947 0.0797797 0.552044 0.000625136 0.751301 0.000625134C0.950558 0.000625131 1.14165 0.0797797 1.28255 0.220676L5.75193 4.69005L10.2213 0.220051C10.3622 0.079155 10.5533 0 10.7526 0C10.9518 0 11.1429 0.079155 11.2838 0.220051C11.4247 0.360948 11.5039 0.552044 11.5039 0.751301C11.5039 0.950559 11.4247 1.14165 11.2838 1.28255L11.2826 1.28318Z' fill='%23111'/%3E%3C/svg%3E"); }
    .accordion-list .acc-item.active .acc-title:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .accordion-list .acc-item .acc-content {
      display: none;
      padding: 2.5rem 0 6.25rem;
      background: #F0F1F5; }
      .accordion-list .acc-item .acc-content__area + .acc-content__area {
        margin-top: 3.125rem; }
      .accordion-list .acc-item .acc-content__area .area-tit {
        margin-bottom: 1.25rem; }
      .accordion-list .acc-item .acc-content__btn {
        margin-bottom: 1.25rem; }
        .accordion-list .acc-item .acc-content__btn .d-flex {
          flex-wrap: wrap;
          -webkit-box-align: center;
          -moz-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -moz-box-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          gap: 0.5rem; }
        .accordion-list .acc-item .acc-content__btn .btn-down {
          position: relative; }
          .accordion-list .acc-item .acc-content__btn .btn-down > span {
            display: inline-flex;
            -webkit-box-align: center;
            -moz-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: auto;
            font-size: 100%;
            font-weight: 700;
            padding: 4px 1rem;
            border-radius: 1.25rem;
            gap: 0.625rem;
            border: 1px solid #1C1E26;
            background-color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .accordion-list .acc-item .acc-content__btn .btn-down > span:after {
              content: '';
              width: 1rem;
              height: 1rem;
              background: url("/html/_skin/img/icons/ico_download-b.svg") no-repeat center center/100% auto; }
          .accordion-list .acc-item .acc-content__btn .btn-down:hover > span {
            color: #fff;
            background-color: #1C1E26; }
            .accordion-list .acc-item .acc-content__btn .btn-down:hover > span:after {
              background-image: url("/html/_skin/img/icons/ico_download-w.svg"); }
          .accordion-list .acc-item .acc-content__btn .btn-down a {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            font-size: 0;
            z-index: 2; }
          .accordion-list .acc-item .acc-content__btn .btn-down img {
            display: none; }
      .accordion-list .acc-item .acc-content .ul-link {
        margin-top: 2.5rem; }
        .accordion-list .acc-item .acc-content .ul-link .d-flex {
          flex-wrap: wrap;
          -webkit-box-align: center;
          -moz-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          gap: 0.75rem; }
        .accordion-list .acc-item .acc-content .ul-link .btn-link {
          display: inline-flex;
          -webkit-box-align: center;
          -moz-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: auto;
          font-size: 100%;
          font-weight: 500;
          color: #fff;
          padding: 0.4375rem 1rem;
          border-radius: 1.25rem;
          gap: 0.625rem;
          border: 1px solid #1C1E26;
          background-color: #1C1E26;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .accordion-list .acc-item .acc-content .ul-link .btn-link:after {
            display: inline-block;
            content: '';
            width: 0.75rem;
            height: 0.75rem;
            background: url("/html/_skin/img/icons/ico_link-w.svg") no-repeat center center/100% auto; }
          .accordion-list .acc-item .acc-content .ul-link .btn-link:hover {
            background-color: #5A2CCE; }
      .accordion-list .acc-item .acc-content .ul-list {
        margin-bottom: 0.9375rem; }
        .accordion-list .acc-item .acc-content .ul-list ul li {
          position: relative;
          padding-left: 0.777777777em;
          font-size: inherit;
          line-height: 1.8; }
          .accordion-list .acc-item .acc-content .ul-list ul li:before {
            content: "";
            position: absolute;
            top: 0.7266666666666em;
            left: 0;
            width: 0.277777777777em;
            height: 0.277777777777em;
            background-color: #333;
            border-radius: 50%; }
      .accordion-list .acc-item .acc-content .table-wrap table {
        width: 100%;
        table-layout: auto; }
        .accordion-list .acc-item .acc-content .table-wrap table thead th {
          color: #fff;
          background-color: #A2A6B4; }
        .accordion-list .acc-item .acc-content .table-wrap table tr th, .accordion-list .acc-item .acc-content .table-wrap table tr td {
          height: 2.5rem;
          padding: 0.625rem;
          border: 1px solid #F0F1F5;
          vertical-align: middle; }
          @media (min-width: 576px) {
            .accordion-list .acc-item .acc-content .table-wrap table tr th, .accordion-list .acc-item .acc-content .table-wrap table tr td {
              padding: 0.625rem 1.5rem; } }
        .accordion-list .acc-item .acc-content .table-wrap table tr td {
          text-align: center;
          background-color: #fff; }
          .accordion-list .acc-item .acc-content .table-wrap table tr td:nth-child(2) {
            text-align: left; }

/* 575이하 */
@media (max-width: 575px) {
  table.responsive-table,
  table.responsive-table tbody,
  table.responsive-table tbody tr,
  table.responsive-table tbody tr th,
  table.responsive-table tbody tr td {
    display: block; }
  table.responsive-table tbody tr th,
  table.responsive-table tbody tr td {
    height: auto;
    padding: 0.875rem 20px; } }

/* ---------------------------------- product */
.g-under-bar {
  position: relative;
  display: inline-block;
  padding-bottom: 0.625rem; }
  .g-under-bar:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    height: 0.3125rem;
    background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
    background-size: 100% 100%; }

.prd-top-section .prd-top-icon img {
  width: 5rem; }

@media screen and (max-width: 1440px) and (min-width: 992px) {
  .prd-top-section .fs-48 {
    font-size: 2.5rem !important; } }

.prd-view-list {
  counter-reset: keyFeature; }
  .prd-view-list .prd-view-item:not(:last-child) {
    padding-bottom: 100px;
    border-bottom: 1px solid #DADBDF; }
    @media (max-width: 991px) {
      .prd-view-list .prd-view-item:not(:last-child) {
        padding-bottom: 5rem; } }
  .prd-view-list .prd-view-item + .prd-view-item {
    padding-top: 100px; }
    @media (max-width: 991px) {
      .prd-view-list .prd-view-item + .prd-view-item {
        padding-top: 5rem; } }
  .prd-view-list .prd-view-item .key-feature-number {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #5A2CCE;
    padding: 0.2em 1em;
    border-radius: 2rem;
    background-color: rgba(90, 44, 206, 0.1); }
    .prd-view-list .prd-view-item .key-feature-number:after {
      content: " " counter(keyFeature); }
    .prd-view-list .prd-view-item .key-feature-number[data-num]:after {
      content: " " attr(data-num); }
  .prd-view-list .prd-view-item .title-df {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem; }
  .prd-view-list .prd-view-item .ai-icon2 {
    display: inline-block;
    width: 1.55em;
    min-width: 1.55em;
    height: 1.55em;
    background: url("/html/_skin//img/icons/ico_three-star.svg") no-repeat center center/2.3125rem auto;
    /*
            @include linearGradientFix;  
            -webkit-mask: url('/html/_skin/img/main/ico_three-star-w.svg') no-repeat center center / 100% auto;
            mask: url('/html/_skin/img/main/ico_three-star-w.svg') no-repeat center center / 100% auto;
            */ }
  .prd-view-list .prd-view-item .ai-icon2,
  .prd-view-list .prd-view-item .ai-icon-area {
    display: none; }
  .prd-view-list .prd-view-item[data-type^="ai"] .ai-icon2 {
    display: block; }
  .prd-view-list .prd-conts-box .ul-list {
    margin-bottom: 0.9375rem; }
    .prd-view-list .prd-conts-box .ul-list ul li {
      position: relative;
      padding-left: 0.777777777em;
      font-size: inherit;
      line-height: 1.8; }
      .prd-view-list .prd-conts-box .ul-list ul li:before {
        content: "";
        position: absolute;
        top: 0.7266666666666em;
        left: 0;
        width: 0.277777777777em;
        height: 0.277777777777em;
        background-color: #333;
        border-radius: 50%; }
  .prd-view-list .prd-img-box {
    position: relative; }
    .prd-view-list .prd-img-box .ai-icon-area {
      position: absolute;
      right: 1.25rem;
      top: 1.25rem;
      z-index: 2; }
      .prd-view-list .prd-img-box .ai-icon-area .ai-icon {
        letter-spacing: 0.5px;
        padding: 0.5em 1em 0.5em 0.75em; }
        .prd-view-list .prd-img-box .ai-icon-area .ai-icon:before {
          width: 1.25rem;
          height: 1.25rem; }
    .prd-view-list .prd-img-box .prd-img-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }

.prd-img-dots .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  margin: 0 0.375rem; }
  .prd-img-dots .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #BFC2CF;
    opacity: 1; }
    .prd-img-dots .slick-dots li button:before {
      display: none; }
  .prd-img-dots .slick-dots li.slick-active button {
    background-color: #1C1E26; }

.prd-view-area__row {
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 992px) {
    .prd-view-area__row .col-lg-55 {
      -ms-flex: 0 0 47%;
      flex: 0 0 47%;
      max-width: 47%; }
    .prd-view-area__row .col-lg-65 {
      -ms-flex: 0 0 53%;
      flex: 0 0 53%;
      max-width: 53%; } }

.prd-img-box__slider {
  height: 450px;
  border-radius: 2rem;
  background-color: #F0F1F5;
  overflow: hidden; }
  .prd-img-box__slider .item {
    position: relative;
    height: 450px !important;
    padding: 40px 40px 10px;
    /* 스크롤이 생겼을때 */ }
    .prd-img-box__slider .item[data-type^="ai"] .ai-icon-area {
      display: block; }
    .prd-img-box__slider .item.on-scroll:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F0F1F5 70%); }
    .prd-img-box__slider .item .item-scroll {
      position: relative;
      height: 100%;
      overflow-y: auto; }
      .prd-img-box__slider .item .item-scroll img {
        display: block;
        margin: 0 auto; }

@media (max-width: 1640px) {
  .prd-img-box__slider,
  .prd-img-box__slider .item {
    height: 27.4390vw !important; } }

@media (max-width: 1199px) {
  .prd-img-box__slider .item {
    padding: 1.5625rem;
    padding-bottom: 10px; } }

@media (max-width: 991px) {
  .prd-img-box__slider,
  .prd-img-box__slider .item {
    height: 48vw !important; }
  .prd-img-box__slider .item {
    padding: 2.5rem;
    padding-bottom: 10px; } }

@media (max-width: 575px) {
  .prd-img-box__slider .item {
    padding: 1.25rem;
    padding-bottom: 10px; } }

body.modal-open,
body.modal-open html {
  transform: none !important; }

/* ----- Modal 기본 ----- */
/* Bootstrap Modal CSS Only */
.layer-dim {
  visibility: hidden; }

.layer-dim,
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.layer-dim.active {
  visibility: visible; }

.layer-dim.active,
.modal-backdrop.show {
  opacity: 0.7; }

/* Modal Container */
.layer-modal,
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.layer-modal.active {
  display: block; }

.layer-modal .modal-dialog,
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

.layer-modal.active .modal-dialog,
.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

/* Modal Dialog */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* Modal Content */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

/* Modal Header */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

/* Modal Title */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* Modal Body */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* Modal Footer */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

/* Modal Scrollbar Measure */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* Modal Open State */
.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* Modal Sizes */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 768px) {
  .modal-md {
    max-width: 640px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 780px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 906px; } }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border-radius: 1.25rem;
  outline: 0;
  background-color: #fff;
  box-shadow: 0px 10px 13px 0 rgba(0, 0, 0, 0.22); }

.normal-modal {
  /* 결과 popup */ }
  .normal-modal .modal-header,
  .normal-modal .modal-body {
    border-radius: 0; }
  .normal-modal .modal-content {
    position: relative;
    overflow: visible;
    padding-bottom: 0;
    border: 0; }
    .normal-modal .modal-content.t_c .modal-header {
      justify-content: center; }
  .normal-modal .modal-header {
    text-align: left;
    padding: 2rem;
    border-bottom: 0; }
  .normal-modal .modal-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000; }
  .normal-modal .modal-body {
    padding: 0 2rem; }
    .normal-modal .modal-body img {
      height: auto !important; }
  .normal-modal .close {
    position: absolute;
    top: 0;
    opacity: 1;
    display: block;
    right: calc((2.5rem + 1.5rem) * -1);
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/html/_skin/img/icons/ico_close.svg");
    background-position: center;
    background-size: 40%;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    /*
    &:before {
        content: '' !important; 
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 0 0 auto;
        color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-position: center; 
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45px' height='45px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0,0,0)' d='M43.194,0.716 L44.284,1.806 L1.805,44.284 L0.716,43.194 L43.194,0.716 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0,0,0)' d='M0.716,1.806 L1.805,0.716 L44.284,43.194 L43.194,44.284 L0.716,1.806 Z'/%3E%3C/svg%3E");
        background-size: 45%;
        background-position: center;
        background-color: transparent;
        border: 0;
        font-size: 1rem;
    } */
    margin: 0;
    border-radius: 50%;
    background-color: #fff; }
    .normal-modal .close, .normal-modal .close:active {
      top: 0; }
    @media (min-width: 768px) {
      .normal-modal .close {
        right: -3.4375rem; } }
    .normal-modal .close:hover {
      opacity: 0.5; }
  .normal-modal .modal-footer {
    justify-content: center;
    border-top: 0;
    padding: 3.125rem 2rem; }
    .normal-modal .modal-footer .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 15rem;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      height: 4.25rem;
      line-height: 1.2;
      padding: 0 4.375rem;
      border-radius: 2.125rem;
      background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      background-size: 200% 100%;
      animation: gradientMove 6s ease-in-out infinite;
      transition: opacity 0.3s ease, filter 0.3s ease; }

@media (max-width: 1199px) {
  .normal-modal .modal-dialog {
    padding-top: 5rem; }
  .normal-modal .close {
    right: 0;
    width: 3rem;
    height: 3rem; }
    .normal-modal .close, .normal-modal .close:active {
      top: -4rem; } }

/* 결과 팝업 */
#confirmSubmitModal .modal-header {
  padding: 3.5rem 2rem; }

#confirmSubmitModal .modal-footer {
  padding-top: 5rem; }

#pdfModal .modal-header {
  padding: 0; }
  #pdfModal .modal-header .modal-title {
    font-size: 0; }

#pdfModal .modal-body {
  padding: 1.25rem; }
  #pdfModal .modal-body .pdf-box {
    width: 100%;
    height: 90vh;
    max-height: calc(470px * 1.414 - 20px);
    overflow: hidden;
    /*
            @include bp-min(1441px){
                max-height: 806px;
            }*/ }
    #pdfModal .modal-body .pdf-box #pdfFrame {
      width: 100%;
      height: 100%;
      border: none; }
    @media (min-width: 768px) {
      #pdfModal .modal-body .pdf-box {
        max-height: calc(600px * 1.414 - 40px); } }
    @media (max-width: 575px) {
      #pdfModal .modal-body .pdf-box {
        max-height: calc(95vw * 1.414 - 50px); } }

/* agree popup */
#agreeModal .modal-body {
  padding-bottom: 2.5rem; }

#agreeModal .agree-box {
  overflow-y: auto;
  max-height: 500px; }
  #agreeModal .agree-box pre {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    white-space: pre-wrap; }

/* 1분 셀프 체크 */
#checkModal {
  /* ---------- Progress Bar ---------- */
  /* ---------- Slides ---------- */
  /* ---------- Result Page ---------- */ }
  #checkModal .modal-dialog {
    max-width: 600px; }
  #checkModal .self-container {
    min-height: 40rem;
    padding: 2.5rem; }
  #checkModal .modal-content {
    border-radius: 1.5rem; }
  #checkModal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.75rem;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    background-color: #2C3048; }
    #checkModal .modal-header .modal-title {
      color: #fff;
      font-weight: 600;
      font-size: 1.5rem; }
  #checkModal .modal-body {
    padding: 3.75rem 0 0; }
  #checkModal .start-screen {
    text-align: center;
    height: 35rem;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 3.75rem; }
    #checkModal .start-screen p {
      line-height: 1.3;
      font-weight: 500; }
    #checkModal .start-screen h2 {
      line-height: 1.2;
      font-weight: 400;
      margin-top: 1.875rem; }
      #checkModal .start-screen h2 strong {
        font-weight: 800; }
    #checkModal .start-screen .btn-bg-g {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 15rem;
      height: 4.25rem;
      line-height: 1.2;
      font-weight: 700;
      font-size: 1.5rem;
      color: #fff;
      padding: 0 2.5rem;
      margin-top: 3.75rem;
      border-radius: 2.125rem;
      background-color: #1C1E26;
      background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
      background-size: 200% 100%;
      animation: gradientMove 6s ease-in-out infinite;
      transition: opacity 0.3s ease, filter 0.3s ease; }
      #checkModal .start-screen .btn-bg-g:hover {
        -webkit-box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.3s; }
  #checkModal .progress-wrap {
    position: relative;
    height: 0.625rem; }
  #checkModal .progress-bar-bg {
    width: 100%;
    height: 0.625rem;
    background: #F0F1F5;
    border-radius: 0.625rem; }
  #checkModal .progress-bar-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.625rem;
    width: 0%;
    border-radius: 0.625rem;
    background: linear-gradient(90deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
    transition: width 0.35s ease; }
  #checkModal .self-slide {
    display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.35s ease; }
  #checkModal .self-slide.active {
    display: block;
    opacity: 1;
    transform: translateX(0); }
  #checkModal .choice-slide {
    position: relative;
    min-height: 31.875rem; }
    #checkModal .choice-slide .self-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  #checkModal .q-title {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
    line-height: 1.2;
    font-weight: 800;
    margin: 2.1875rem 0;
    gap: 1.875rem; }
    #checkModal .q-title span {
      font-size: 70%;
      font-weight: 800;
      width: 4.375rem;
      height: 2.75rem;
      line-height: 2.75rem;
      text-align: center;
      border-right: 1px solid #1C1E26; }
  #checkModal .choice-list li + li {
    margin-top: 0.75rem; }
  #checkModal .choice-list {
    padding-bottom: 3.125rem; }
    #checkModal .choice-list input[type="radio"] + label {
      font-size: 1.25rem;
      width: 100%;
      min-height: 3.5rem;
      color: #1C1E26;
      font-weight: 500;
      padding: 0.75rem;
      padding-left: 3.4375rem;
      border-radius: 0.75rem;
      border: 1px solid #F0F1F5;
      background: #F0F1F5;
      cursor: pointer; }
      #checkModal .choice-list input[type="radio"] + label:before {
        left: 1.25rem;
        top: 0.875rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.8125rem;
        color: #fff;
        line-height: 1.5rem; }
    #checkModal .choice-list input[type="radio"]:checked + label {
      font-weight: 700;
      border-color: #1C1E26;
      background-color: #fff; }
      #checkModal .choice-list input[type="radio"]:checked + label:before {
        content: "\f00c";
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.8125rem;
        line-height: 1.5rem;
        background: #1C1E26;
        border-color: #1C1E26; }
  #checkModal .self-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem; }
    #checkModal .self-nav .prev,
    #checkModal .self-nav .next {
      font-weight: 600;
      background-color: transparent; }
      #checkModal .self-nav .prev[disabled],
      #checkModal .self-nav .next[disabled] {
        opacity: 0.6;
        cursor: default; }
      #checkModal .self-nav .prev.prev-hidden,
      #checkModal .self-nav .next.prev-hidden {
        opacity: 0;
        cursor: default;
        pointer-events: none; }
    #checkModal .self-nav .prev:before,
    #checkModal .self-nav .next:after {
      content: '';
      display: inline-block;
      width: 1.3125rem;
      height: 1.3125rem;
      vertical-align: middle;
      margin-top: -2px; }
    #checkModal .self-nav .prev:before {
      margin-right: 0.625rem;
      background: url("/html/_skin/img/common/ico_slider-prev.svg") no-repeat center/100% auto; }
    #checkModal .self-nav .next:after {
      margin-left: 0.625rem;
      background: url("/html/_skin/img/common/ico_slider-next.svg") no-repeat center/100% auto; }
    #checkModal .self-nav .page {
      color: #999; }
      #checkModal .self-nav .page .current {
        color: #1C1E26; }
  #checkModal .result-slide .result-box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    #checkModal .result-slide .result-box .gauge-box {
      position: relative;
      width: 410px;
      height: 205px;
      margin: 0 auto; }
      #checkModal .result-slide .result-box .gauge-box__inner {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      #checkModal .result-slide .result-box .gauge-box .gauge-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 55px;
        padding-bottom: 0;
        pointer-events: none; }
        #checkModal .result-slide .result-box .gauge-box .gauge-bg-img img {
          width: 100%;
          height: auto; }
      #checkModal .result-slide .result-box .gauge-box .gauge-svg {
        position: relative;
        z-index: 2; }
      #checkModal .result-slide .result-box .gauge-box .gauge-number {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.75rem;
        font-weight: 800;
        line-height: 1.1;
        z-index: 3; }
    #checkModal .result-slide .result-box .result-info-list .result-info-item + .result-info-item {
      margin-top: 1.5rem; }
    #checkModal .result-slide .result-box .result-info-list .result-info-item {
      padding: 1.25rem 2.5rem 1.875rem;
      border-radius: 1.25rem;
      background-color: #F0F1F5; }
      #checkModal .result-slide .result-box .result-info-list .result-info-item h4 {
        line-height: 1.3; }
      #checkModal .result-slide .result-box .result-info-list .result-info-item .result-info-conts {
        margin-top: 1.25rem; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item .result-info-conts * {
          line-height: 1.3; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item .result-info-conts > p {
          font-weight: 600;
          padding: 0.3em 0; }
          #checkModal .result-slide .result-box .result-info-list .result-info-item .result-info-conts > p:not(:last-child) {
            border-bottom: 1px solid #DADBDF; }
      #checkModal .result-slide .result-box .result-info-list .result-info-item.item01 h4 {
        color: #666; }
      #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 {
        background-color: #EAF2FF; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 h4 {
          color: #488BF7; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 dl dt {
          font-weight: 700;
          padding: 0.2em 0;
          border-bottom: 1px solid #BFCEE6; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 dl dd {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 0.5rem;
          margin-top: 0.625rem; }
          #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 dl dd span {
            font-weight: 500;
            padding: 0.2em 0.5em;
            border-radius: 0.5rem;
            background-color: #fff; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item02 dl + dl {
          margin-top: 1.5rem; }
      #checkModal .result-slide .result-box .result-info-list .result-info-item.item03 {
        background-color: #EDE8FA; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item03 h4 {
          color: #5A2CCE; }
        #checkModal .result-slide .result-box .result-info-list .result-info-item.item03 .result-info-conts > p {
          border-bottom-color: #CCC1E8; }
    #checkModal .result-slide .result-box .result-foot {
      text-align: center; }
      #checkModal .result-slide .result-box .result-foot > p.txt-important {
        position: relative;
        display: inline-block;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        padding-left: 2.375rem; }
        #checkModal .result-slide .result-box .result-foot > p.txt-important:before {
          position: absolute;
          left: 0;
          top: calc(50% - 0.75rem);
          content: '';
          width: 1.5rem;
          height: 1.5rem;
          background: url("/html/_skin/img/common/ico_important.svg") no-repeat center/100% auto; }
    #checkModal .result-slide .result-box .result-type {
      text-align: center; }
      #checkModal .result-slide .result-box .result-type p {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        padding: 0.625rem 1.875rem;
        border-radius: 1.875rem;
        background: #1C1E26; }
    #checkModal .result-slide .result-box .btn-inquiry {
      position: relative;
      width: 10.3125rem;
      height: 4.125rem;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 4.125rem;
      padding: 0 0.625rem;
      border-radius: 2.0625rem;
      margin: 0 auto;
      background-color: transparent; }
      #checkModal .result-slide .result-box .btn-inquiry:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50px;
        padding: 3px;
        background: linear-gradient(130deg, #FF6A4D, #CA4AF4, #5A2CCE, #488BF7, #40CCC5);
        background-size: 200% 100%;
        animation: gradientMove 4s ease-in-out infinite;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        transition: opacity 0.3s ease, filter 0.3s ease; }
      #checkModal .result-slide .result-box .btn-inquiry:hover {
        color: #fff;
        background-color: #000;
        transition: box-shadow 0.3s; }
  @media (max-width: 575px) {
    #checkModal .self-container {
      padding: 30px 20px; }
    #checkModal .q-title {
      gap: 1.25rem; }
      #checkModal .q-title.fs-32 {
        font-size: 1.5rem !important; }
    #checkModal .result-slide .result-box .gauge-box {
      width: 290px;
      height: 146px; }
      #checkModal .result-slide .result-box .gauge-box .gauge-bg-img {
        padding: 40px 40px 0; }
      #checkModal .result-slide .result-box .gauge-box .gauge-number {
        bottom: 10px; }
    #checkModal .result-slide .result-box .result-info-list .result-info-item {
      padding: 20px 20px 25px; } }

/* ----------------------------------  reservation page */
/*
IR미팅 신청
*/
/* 캘린더 */
.schedule_calendar {
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: #F0F1F5;
  /* arrows */
  /* 모든 날짜 공통 */
  /* 이전/다음달 날짜 */
  /* 배지 */ }
  .schedule_calendar .cal-toobar {
    text-align: center;
    margin-bottom: 1.25rem;
    position: relative; }
    .schedule_calendar .cal-toobar .cal-center {
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1.25rem; }
  .schedule_calendar .cal-title {
    font-size: 2rem;
    font-weight: 800; }
  .schedule_calendar .btn-nav {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .schedule_calendar .btn-nav:hover {
      opacity: 0.8; }
  .schedule_calendar .cal-prev-btn {
    background-image: url("/html/_skin/img/sub/newsroom/ico_col-prev.svg"); }
  .schedule_calendar .cal-next-btn {
    background-image: url("/html/_skin/img/sub/newsroom/ico_col-next.svg"); }
  .schedule_calendar .calendar-box .cal-table {
    width: 100%;
    table-layout: fixed;
    text-align: center; }
    .schedule_calendar .calendar-box .cal-table .cal-sun {
      color: #F04438; }
    .schedule_calendar .calendar-box .cal-table th, .schedule_calendar .calendar-box .cal-table td {
      font-size: 1rem; }
    .schedule_calendar .calendar-box .cal-table thead th {
      height: 2.5rem;
      font-weight: 600;
      vertical-align: middle;
      background-color: #fff; }
      .schedule_calendar .calendar-box .cal-table thead th:first-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem; }
      .schedule_calendar .calendar-box .cal-table thead th:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
    .schedule_calendar .calendar-box .cal-table .cal-space-row td {
      height: 1.875rem; }
    .schedule_calendar .calendar-box .cal-table tbody td {
      height: 5rem;
      vertical-align: top;
      position: relative; }
      .schedule_calendar .calendar-box .cal-table tbody td.checked {
        /* 예약가능 체크 */ }
        .schedule_calendar .calendar-box .cal-table tbody td.checked .badge.able {
          font-size: 0;
          padding: 0;
          border-radius: 50%; }
          .schedule_calendar .calendar-box .cal-table tbody td.checked .badge.able:before {
            content: "\f00c";
            display: inline-block;
            width: 1.25rem;
            height: 1.25rem;
            color: #fff;
            font-family: 'FontAwesome';
            font-size: 0.75rem;
            line-height: 1.25rem;
            text-align: center;
            border-radius: inherit;
            background: #4d8efc;
            z-index: 1; }
        .schedule_calendar .calendar-box .cal-table tbody td.checked:before {
          content: "";
          position: absolute;
          left: 0;
          top: -0.35rem;
          width: 100%;
          height: 90%;
          border-radius: 0.8em;
          background: #6d4cff; }
          @media (max-width: 575px) {
            .schedule_calendar .calendar-box .cal-table tbody td.checked:before {
              top: -0.5rem;
              height: 100%; } }
        .schedule_calendar .calendar-box .cal-table tbody td.checked .day {
          color: #fff; }
  .schedule_calendar .day {
    position: relative;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #1C1E26;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 3;
    /* 오늘 날짜 */ }
    .schedule_calendar .day.current {
      color: #fff;
      font-weight: 600;
      background: #000; }
  .schedule_calendar .mon-prev .day,
  .schedule_calendar .mon-next .day {
    color: #cfcfcf; }
  .schedule_calendar .badge {
    position: relative;
    display: inline-block;
    font-size: 90%;
    line-height: 1.1;
    color: #fff;
    margin-top: 4px;
    padding: 3px 10px;
    border-radius: 1em;
    white-space: nowrap;
    z-index: 3; }
    .schedule_calendar .badge.today-badge {
      background: #6d4cff; }
    .schedule_calendar .badge.able {
      cursor: pointer;
      background: #4d8efc; }
  @media (max-width: 1199px) {
    .schedule_calendar {
      margin-bottom: 1.875rem; } }
  @media (max-width: 500px) {
    .schedule_calendar {
      padding: 1.25rem 0.625rem;
      /* 배지 */ }
      .schedule_calendar .badge {
        font-size: 80%; }
        .schedule_calendar .badge.able {
          max-width: 38px;
          white-space: normal; } }

/* 상단 */
.ir-metting-apply-wrap .ir-metting-top .d-flex {
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem; }
  .ir-metting-apply-wrap .ir-metting-top .d-flex p.fs-18 {
    white-space: nowrap; }
    .ir-metting-apply-wrap .ir-metting-top .d-flex p.fs-18 .icon {
      margin-right: 0.625rem; }
      .ir-metting-apply-wrap .ir-metting-top .d-flex p.fs-18 .icon img {
        width: 2rem; }

@media (max-width: 575px) {
  .ir-metting-apply-wrap .ir-metting-top .d-flex {
    gap: 10px 15px; }
    .ir-metting-apply-wrap .ir-metting-top .d-flex .fs-24 {
      font-size: 1.5rem !important;
      width: 100%;
      text-align: center; } }

html:lang(ko) .only-en {
  display: none; }

html:lang(en) {
  /* 메인 */
  /* sub */
  /* 개요 */
  /* 인사말 */
  /* 솔루션 미리보기 */
  /* 인증서 팝업 */
  /* ir */
  /* form */ }
  html:lang(en) .only-ko {
    display: none; }
  @media screen and (max-width: 1760px) and (min-width: 1601px) {
    html:lang(en) #header .gnb {
      margin-right: 190px; }
      html:lang(en) #header .gnb > ul > li {
        width: 180px; } }
  @media screen and (max-width: 1600px) and (min-width: 1301px) {
    html:lang(en) #header .gnb {
      margin-right: 220px; }
    html:lang(en) #header .gnb > ul > li {
      width: 150px; }
      html:lang(en) #header .gnb > ul > li:nth-child(5) {
        width: 155px; }
      html:lang(en) #header .gnb > ul > li > a {
        font-size: 15px; }
    html:lang(en) #header .gnb .depth2 > li > a,
    html:lang(en) #header .pc-utill-menu > ul > li a,
    html:lang(en) .pc-utill-menu > ul > li[data-url="solution-preview"] a {
      font-size: 15px; } }
  @media screen and (max-width: 1300px) and (min-width: 1200px) {
    html:lang(en) #header .gnb {
      margin-right: 250px; }
      html:lang(en) #header .gnb > ul > li {
        width: 125px; }
        html:lang(en) #header .gnb > ul > li:nth-child(5) {
          width: 140px; }
      html:lang(en) #header .gnb .depth2 {
        width: calc(100% + 20px); } }
  @media (min-width: 1601px) {
    html:lang(en) .pc-utill-menu > ul > li[data-url="solution-preview"] a {
      min-width: 148px;
      justify-content: center; } }
  @media (min-width: 1200px) {
    html:lang(en) #header .gnb .depth2 > li > a:after {
      display: none; }
    html:lang(en) #header .gnb .depth2 > li > a:hover {
      text-decoration: underline; }
    html:lang(en) #footer .footer-policy .policy-dropdown__btn {
      min-width: 9.375rem; } }
  html:lang(en) .main-caidentia-list .btn-view {
    letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    html:lang(en) .self-solution-wrap .btn-area {
      min-width: 310px; } }
  html:lang(en) .category-tab--fc > ul > li,
  html:lang(en) .category_list--fc > li {
    max-width: 260px; }
  html:lang(en) .page-url-history--fc .category-tab--fc > ul > li,
  html:lang(en) .page-url-history--fc .category_list--fc > li {
    max-width: 360px; }
  @media (max-width: 1199px) {
    html:lang(en) .sub-visual-area.h400.en-h400 {
      height: 31.25rem; }
    html:lang(en) .sub-visual-area .patent-status-info ul li {
      flex: auto;
      max-width: 24%;
      height: 7.25rem; } }
  @media (max-width: 991px) {
    html:lang(en) .sub-visual-area .patent-status-info ul li {
      flex: inherit;
      max-width: none;
      width: calc(50% - 0.75rem);
      height: 5.25rem; } }
  @media (min-width: 768px) {
    html:lang(en) .category-tab--fc > ul > li button,
    html:lang(en) .category-tab--fc > ul > li a,
    html:lang(en) .category_list--fc > li button,
    html:lang(en) .category_list--fc > li a {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html:lang(en) .category-tab--fc > ul > li button,
    html:lang(en) .category-tab--fc > ul > li a,
    html:lang(en) .category_list--fc > li button,
    html:lang(en) .category_list--fc > li a {
      font-size: 18px; } }
  @media (min-width: 1441px) {
    html:lang(en) .prd-view-area__row .prd-conts-box {
      max-width: 580px; } }
  html:lang(en) .overview-growth-area .inner {
    max-width: 1300px; }
  @media (max-width: 575px) {
    html:lang(en) .about-sec-area .circle-box .circle-in {
      width: 190px;
      height: 190px; }
      html:lang(en) .about-sec-area .circle-box .circle-in p {
        font-size: 1.375rem !important; }
    html:lang(en) .about-sec-area .txt-item {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    html:lang(en) .overview-growth-area .d-flex > li p.fs-60 small {
      font-size: 0.6em; } }
  @media (min-width: 992px) {
    html:lang(en) .overview-growth-area .d-flex {
      flex-wrap: wrap;
      gap: 0; }
      html:lang(en) .overview-growth-area .d-flex > li {
        flex: inherit;
        width: 33.333%;
        padding: 1.5rem 10px; }
    html:lang(en) .company-ceo-wrap .ceo-message-conts.second {
      max-width: 400px;
      margin-top: 250px; }
      html:lang(en) .company-ceo-wrap .ceo-message-conts.second h3 {
        line-height: 2.2; } }
  @media (max-width: 1440px) {
    html:lang(en) .overview-growth-area p.fs-60 {
      font-size: 4.35vw !important; } }
  html:lang(en) .company-ceo-wrap .ceo-message-conts.first {
    max-width: 100%; }
  html:lang(en) .solution-conts-box .numbering-ul li {
    padding-top: 20px;
    padding-bottom: 20px; }
  html:lang(en) .form-write-wrap .agree-area .agree-btn {
    min-width: 6.875rem; }
    @media (max-width: 767px) {
      html:lang(en) .form-write-wrap .agree-area .agree-btn {
        min-width: 7.5rem; } }
  html:lang(en) .showroom-box .slider .slick-list .slick-slide .pop-head p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse; }
    html:lang(en) .showroom-box .slider .slick-list .slick-slide .pop-head p span + span:before {
      display: none; }
  html:lang(en) .certification-patent__wrap .board-wrap--fc .gallery-list--fc figure a .gallery-etc--fc {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  html:lang(en) .vertical-table-area table.table-inner th,
  html:lang(en) .vertical-table-area table.table-inner td {
    height: 3.875rem;
    line-height: 1.1; }
  @media (max-width: 1100px) {
    html:lang(en) .vertical-table-area table.table-outer > tbody > tr > td.td-item {
      width: 250px !important; } }
  @media (max-width: 767px) {
    html:lang(en) .vertical-table-area table.table-outer > tbody > tr > td.td-item {
      width: 180px !important; } }
  @media (max-width: 575px) {
    html:lang(en) {
      /* 주주총회 */ }
      html:lang(en) .vertical-table-area table.table-inner th,
      html:lang(en) .vertical-table-area table.table-inner td {
        padding: 0.125rem 0.5rem; }
      html:lang(en) .vertical-table-area table.table-outer > tbody > tr > td.td-item {
        width: 110px !important; }
      html:lang(en) .accordion-list .acc-item .acc-content__btn .d-flex > li {
        width: 100%; }
      html:lang(en) .accordion-list .acc-item .acc-content__btn .btn-down > span {
        width: 100%; } }
  @media (max-width: 575px) {
    html:lang(en) {
      /* 주주총회 */ }
      html:lang(en) .vertical-table-area table.table-inner th,
      html:lang(en) .vertical-table-area table.table-inner td {
        padding: 0.125rem 0.5rem; }
      html:lang(en) .vertical-table-area table.table-outer > tbody > tr > td.td-item {
        width: 110px !important; }
      html:lang(en) .accordion-list .acc-item .acc-content__btn .d-flex > li {
        width: 100%; }
      html:lang(en) .accordion-list .acc-item .acc-content__btn .btn-down > span {
        width: 100%; } }
  html:lang(en) .form-write-wrap .board-write-btn-wrap--fc .btn-confirm--fc.btn-g-loop {
    min-width: 20rem; }
  @media (min-width: 768px) {
    html:lang(en) .customer-cases-wrap .board-search-wrap--fc p.search-select-wrap--fc {
      width: 285px; } }
  html:lang(en) .customer-cases-wrap .board-search-wrap--fc select {
    white-space: pre-wrap;
    padding-right: 30px; }
  @media (max-width: 575px) {
    html:lang(en) .customer-cases-wrap .board-search-wrap--fc p.search-select-wrap--fc {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px; }
    html:lang(en) .customer-cases-wrap .board-search-wrap--fc p.search-input-wrap--fc {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */