@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 */
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: #679eed;
  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: #679eed;
  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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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: #679eed;
  -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 #679eed, 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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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: #679eed;
  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 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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 #E9E9E9;
  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", sans-serif;
  color: #000;
}

@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: #679eed;
}

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

address {
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

* {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* ==========================================================================
  게시판
   ========================================================================== */
.board-wrap--fc {
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #606060;
}

.board-wrap--fc input,
.board-wrap--fc select,
.board-wrap--fc textarea {
  display: inline-block;
  font-size: 0.9125rem;
  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 .category-tab--fc {
  margin: 0 0 50px;
  width: 100%;
}

.board-wrap--fc .category-tab--fc ul {
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.board-wrap--fc .category-tab--fc ul li {
  display: inline-block;
  margin: 0 15px;
}

.board-wrap--fc .category-tab--fc ul li a {
  position: relative;
  display: block;
  padding: 0 3px;
  font-size: 1.076rem;
  line-height: 40px;
  color: #303030;
}

.board-wrap--fc .category-tab--fc ul li.on a {
  font-weight: bold;
  color: #111;
}

.board-wrap--fc .category-tab--fc ul li.on a:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 55;
  width: 100%;
  height: 2px;
  background: #111;
}

.board-wrap--fc .board-view--fc {
  border-top: 1px solid #679eed;
}

.board-wrap--fc .board-view--fc header {
  padding: 15px 32px 14px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f6f6f6;
  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;
}

.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 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-view-file--fc {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 32px;
  border-top: 1px solid #e8e8e8;
  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 #679eed;
  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;
}

.board-wrap--fc .gallery-list--fc figure a figcaption li {
  font-size: 13px;
  line-height: 20px;
  color: #414141;
}

.board-wrap--fc .gallery-list--fc figure a figcaption li strong {
  clear: both;
  width: 40px;
  font-weight: bold;
}

.board-wrap--fc .gallery-list--fc figure a figcaption li: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.board-subject--fc a {
  /*
          font-size: 0.75rem;
          line-height: 17px;
          color: #414141;
          vertical-align: middle;
          text-decoration: none;
          transition: all .2s ease;
            */
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a:hover {
  color: #000;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a:hover strong {
  text-decoration: underline;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div {
  vertical-align: middle;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
  padding: 0;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:first-child {
  width: 150px;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong {
  display: inline-block;
  margin: 5px 0;
  font-weight: 400;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong:hover {
  text-decoration: underline;
}

.board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
  display: inline-block;
  margin: 10px 0 5px;
  text-align: left;
  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: 17px;
  height: 34px;
}

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
    font-size: 1rem;
  }
}

.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: 575px) {
  .board-wrap--fc input, .board-wrap--fc select, .board-wrap--fc textarea {
    font-size: 0.75rem;
  }
}

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

@media (max-width: 767px) {
  .board-wrap--fc .category-tab--fc ul li a {
    display: block;
    font-size: 0.92rem;
    color: #606060;
    text-decoration: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .board-wrap--fc .category-tab--fc ul li a: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: 767px) {
  .board-wrap--fc .webzine-board-list--fc {
    table-layout: auto;
  }
}

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

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr {
    display: inline-block;
    width: 100%;
    min-height: 101px;
  }
  .board-wrap--fc .webzine-board-list--fc tbody tr:first-child {
    border-top: 1px solid #303030;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td {
    float: left;
    width: 100%;
    padding: 0 10px 0 130px;
    text-align: left;
  }
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-num--fc {
    display: none;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    display: table;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    display: block;
    position: relative;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:first-child {
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: -120px;
    width: 110px;
    height: 80px;
  }
}

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:last-child {
    padding-left: 23px;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong {
    margin: 10px 0 5px;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
    margin: 0 0 5px;
  }
}

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-date--fc {
    margin: 5px 0 5px;
  }
}

/* // 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: #679eed;
  border: 1px solid #679eed;
  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: #679eed;
  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 #679eed;
  border-bottom: 1px solid #e8e8e8;
}

@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: #f6f6f6;
  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 #e8e8e8;
}

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

.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;
  line-height: 17px;
  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 20px 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: #679eed;
  }
}

@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;
  }
  .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;
  line-height: 17px;
  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 #679eed;
  border-bottom: 1px solid #e8e8e8;
}

.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: #f6f6f6;
  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 30px;
  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 {
  border: 1px solid #d7d7d7;
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 2rem;
}

.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: 15px 40px 15px 70px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  background-color: #f7f7f7;
  color: #333;
}

.faq-wrap--fc .f-wrap--fc a: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: #818181;
  font-size: 1.3rem;
}

.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: #999;
}

@media (min-width: 1200px) {
  .faq-wrap--fc .f-wrap--fc a:hover {
    background-color: #efefef;
  }
}

@media (max-width: 767px) {
  .faq-wrap--fc .f-wrap--fc a {
    padding: 15px 40px;
  }
  .faq-wrap--fc .f-wrap--fc a:before {
    top: 15px;
    left: 10px;
  }
}

.faq-wrap--fc .f-wrap--fc.on a:before {
  content: 'Q.';
  color: #679eed;
}

.faq-wrap--fc .f-wrap--fc.on a:after {
  content: "\f107";
  color: #111;
}

.faq-wrap--fc .q-wrap--fc {
  display: none;
}

.faq-wrap--fc .q-wrap--fc p {
  position: relative;
  padding: 20px 40px 20px 70px;
  border-top: 1px solid #d7d7d7;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
}

.faq-wrap--fc .q-wrap--fc p: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: #FF8774;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .faq-wrap--fc .q-wrap--fc p {
    padding: 15px 40px;
  }
  .faq-wrap--fc .q-wrap--fc p: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;
}

.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: #679eed;
  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: #8AB8FB;
  }
  .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;
  margin-bottom: 6.25rem;
}

.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: 0.8125rem;
  line-height: 1;
  vertical-align: middle;
}

.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;
  height: 2.1875rem;
}

.member-wrap--fc select {
  padding: 0 0.4375rem;
  height: 2.1875rem;
}

.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;
  padding-top: 9.375rem;
  width: 31.25rem;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}

.member-wrap--fc .login-form-wrap--fc: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: '';
}

@media (max-width: 767px) {
  .member-wrap--fc .login-form-wrap--fc:before {
    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: 50px;
}

.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: 1rem;
}

.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 {
  padding: 30px 0 10px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 20px;
  color: #303030;
}

.member-wrap--fc .join-form-wrap--fc legend span {
  display: inline-block;
  margin: 7px 0 0;
  width: 100%;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}

.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: 14px;
  line-height: 18px;
  color: #666;
  text-align: left;
}

.member-wrap--fc .join-form-wrap--fc .box-wrap--fc + .join-agree--fc label strong {
  color: #f84a4a;
}

.member-wrap--fc .form-table--fc {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #679eed;
  border-bottom: 1px solid #e8e8e8;
}

.member-wrap--fc .form-table--fc tr {
  border-bottom: 1px solid #e8e8e8;
}

.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: #f6f6f6;
  font-weight: bold;
  font-size: 13px;
  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: 7px 13px 8px;
  font-size: 13px;
  line-height: 18px;
  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 .check-btn--fc {
  display: inline-block;
  margin-right: -5px;
  margin-right: 0;
  border: 1px solid #dedede;
  background: #f3f3f3;
  font-weight: bold;
  font-size: 14px;
  line-height: 33px;
  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;
  height: 35px;
  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 span {
  display: inline-block;
  margin-top: 7px;
  width: 100%;
}

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

.member-wrap--fc .join-result-wrap--fc .result-text--fc {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
}

.member-wrap--fc .join-result-wrap--fc .result-text--fc span {
  font-weight: bold;
  color: #303030;
}

.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 {
  margin: 0 auto;
  width: 65%;
  margin-bottom: 50px;
}

.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.025rem;
  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: #679eed;
  border-color: #679eed;
  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: 1201px) {
  .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: #8AB8FB;
    border-color: #8AB8FB;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .member-wrap--fc .form-table--fc tr td .check-btn--fc {
    margin-left: 10px;
    padding: 0 15px;
  }
  .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 {
    padding: 20px 0 10px;
    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%;
  }
  .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 {
    float: right;
    width: 38%;
    font-size: 12px;
    text-align: center;
  }
  .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.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-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;
}

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

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

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

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

.a_s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

.flex{
  display: flex;
}
.j_c_between{
  justify-content: space-between;
}
.blind{
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .t_l--sm {
    text-align: left !important;
  }
  .t_c--sm {
    text-align: center !important;
  }
}

.mt130 {
  margin-top: 8.125rem !important;
}

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

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

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

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

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

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

.mb100 {
  margin-bottom: 6.26rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ml30 {
  margin-left: 1.875rem !important;
}

.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

.ml8 {
  margin-left: 0.5rem !important;
}

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

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

.mt14 {
  margin-top: 0.875rem !important;
}

.mt12 {
  margin-top: 0.75rem !important;
}

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

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

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

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

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

.mt8 {
  margin-top: 0.5rem !important;
}

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

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

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !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;
}

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

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

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

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

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

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

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

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

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

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

.mt-95 {
  margin-top: -5.9375rem;
}

.pt95 {
  padding-top: 5.9375rem;
}

.color_111 {
  color: #111 !important;
}

.color_444 {
  color: #444 !important;
}

.color_555 {
  color: #555 !important;
}

.color_666 {
  color: #666 !important;
}
/*[20240207][hm.lee][웹접근성][디자인팀확인240123] 명도대비 - 디자인팀가이드8*/
.color_7e7e7e{
	color: #7e7e7e !important;
}
.color_999 {
  color: #999 !important;
}
/*[20240207][hm.lee][웹접근성][디자인팀확인240123] 명도대비 - 디자인팀가이드8*/
.color_909090 {
	color: #909090 !important;
}
.color_fff {
  color: #fff !important;
}

.color_white_60 {
  color: rgba(255, 255, 255, 0.6);
}

.color_333_80 {
  color: rgba(51, 51, 51, 0.8);
}

.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_7562e9 {
  color: #7562e9 !important;
}

.color_004c98 {
  color: #004c98 !important;
}

.color_071360 {
  color: #071360 !important;
}

.color_174dae {
  color: #174dae !important;
}

.color_006BE8 { /* 20231211 ch.byeon */
  color: #006BE8 !important;
}

.color_1bbee5 {
  color: #1bbee5 !important;
}

.color_484848 {
  color: #484848 !important;
}

.color_7f7f7f {
  color: #7f7f7f !important;
}

.color_727272 {
  color: #727272 !important;
}
.color_7e7e7e {
  color: #7e7e7e !important;
}

.color_red {
	/*[20240207][hm.lee][웹접근성][사전진단2차] 명도대비 - 디자인팀가이드15*/
  color: #F82235 !important; /* 20231211 ch.byeon */
}

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

.bg_base {
  background-color: #679eed !important;
}

/* .color_base {
  color: #679eed !important;
}

.color_base {
  color: #4E92FC !important;
} */
.color_base {
  color: #3D89FF !important; /* 20231211 ch.byeon */
}

.color_point {
  color: #FF8774 !important;
}

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

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

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

.bg_f6f6f6 {
  background-color: #f6f6f6 !important;
}

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

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

.bg_f3f3f3 {
  background-color: #f3f3f3 !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_0ebde3 {
  background-color: #0ebde3 !important;
}

.bg_ebf3fd {
  background-color: #ebf3fd !important;
}

.bg_06135f {
  background-color: #06135f !important;
}

.bg_071360 {
  background-color: #071360 !important;
}

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

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

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

.bor_0 {
  border: 0 !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_80 {
  font-size: 5rem !important;
}

.fs_78 {
  font-size: 4.875rem !important;
}

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

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

.fs_64 {
  font-size: 4rem !important;
}

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

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

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

.fs_54 {
  font-size: 3.375rem !important;
}

.fs_52 {
  font-size: 3.25rem !important;
}

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

.fs_49 {
  font-size: 3.1rem !important;
}

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

.fs_46 {
  font-size: 2.875rem !important;
}

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

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

.fs_40 {
  font-size: 2.5rem !important;
}

.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_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.437rem !important;
}

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

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

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

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

.fs_16 {
  font-size: 1rem !important;
}

.fs_15 {
  font-size: 0.9375rem !important;
}

.fs_14 {
  font-size: 0.875rem !important;
}

.fs_13 {
  font-size: 0.8125rem !important;
}

.fs_12 {
  font-size: 0.75rem !important;
}

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

@media (max-width: 575px) {
  .fs_100 {
    font-size: 30px !important;
  }
  .fs_80 {
    font-size: 30px !important;
  }
  .fs_78 {
    font-size: 30px !important;
  }
  .fs_70 {
    font-size: 28px !important;
  }
  .fs_65 {
    font-size: 28px !important;
  }
  .fs_60 {
    font-size: 28px !important;
  }
  .fs_50 {
    font-size: 28px !important;
  }
  .fs_48 {
    font-size: 26px !important;
  }
  .fs_45 {
    font-size: 26px !important;
  }
  .fs_43 {
    font-size: 26px !important;
  }
  .fs_40 {
    font-size: 24px !important;
  }
  .fs_38 {
    font-size: 24px !important;
  }
  .fs_35 {
    font-size: 22px !important;
  }
  .fs_33 {
    font-size: 22px !important;
  }
  .fs_32 {
    font-size: 22px !important;
  }
  .fs_30 {
    font-size: 20px !important;
  }
  .fs_25 {
    font-size: 18px !important;
  }
  .fs_22 {
    font-size: 18px !important;
  }
  .fs_20 {
    font-size: 17px !important;
  }
  .fs_18 {
    font-size: 16px !important;
  }
  .fs_17 {
    font-size: 15px !important;
  }
  .fs_16 {
    font-size: 14px !important;
  }
  .fs_15 {
    font-size: 13px !important;
  }
  .fs_14 {
    font-size: 12px !important;
  }
  .fs_13 {
    font-size: 11px !important;
  }
}
@media (max-width: 400px) {
  .fs_22 {
    font-size: 17px !important;
  }
}
@media (max-width: 400px) {
  .fs_22 {
    font-size: 16px !important;
  }
}
@media (max-width: 280px) {
  .fs_48 {
    font-size: 22px !important;
  }
  .fs_32 {
    font-size: 20px !important;
  }
  .mt100{
    margin-top: 4.25rem !important;
  }
}

.ff_roboto {
  font-family: Roboto, "Wooridaum", sans-serif;
}

.ver_mid {
  vertical-align: middle;
}

.lh_1_8 {
  line-height: 1.8 !important;
}

.lh_1_5 {
  line-height: 1.5 !important;
}

.lh_1_3 {
  line-height: 1.3 !important;
}

.lh_1_2 {
  line-height: 1.2 !important;
}

.lh_1 {
  line-height: 1 !important;
}

p {
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -.5px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}

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

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

#wrapper {
  background: #fff;
  max-width: 2560px;
  margin: 0 auto;
  font-size: 1.0625rem;
  overflow: hidden;
}

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

.inner--sm {
  max-width: 1240px;
}

.inner--xs {
  max-width: 1080px;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

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

select {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background-color: #fff;
  color: #414141;
}

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

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #679eed;
  outline: none;
}

input[type="radio"] {
  display: none !important;
}

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #111;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
}

input[type="radio"] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 50%;
  content: "";
  -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: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #679eed;
  border-color: #679eed;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

/* input[type="checkbox"] {
  display: none !important;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #111;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 0;
  content: "";
  -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;
  background: #679eed;
  border-color: #679eed;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 20px;
  text-align: center;
} */

@media (max-width: 767px) {
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding-left: 23px;
  }
  input[type="radio"] + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type="radio"]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type="checkbox"] + label:before {
    /* width: 15px;
    height: 15px;
    line-height: 15px; */
  }
  input[type="checkbox"]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}

/* layer */
.layer {
  display: none;
  position: fixed;
  position: absolute;
  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%;
}

body.gnb-open {
  overflow: hidden;
}

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

body.pop_open {
  overflow: hidden !important;
}

body.overflow-hidden {
  overflow: hidden !important;
}

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

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

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
  padding-top: 100px; /* 20240125 ch.byeon */ /* 20240129 scyang !important 삭제 */
  transition: padding 0.3s; /* 20240129 scyang */
}

body.main #contents {
  padding-top: 0 !important;
}
/* ---------- 20240129 scyang 브라우저 크기에 따라 padding 값이 달라질 필요가 없기에 주석처리
@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px);
    padding-top: 90px;
  }
  #header.fixed ~ #contents {
    padding-top: 90px;
  }
}

@media (max-width: 1199px) {
  #contents {
    padding-top: 80px;
  }
  #header.fixed ~ #contents {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 288px);
    padding-top: 55px;
  }
  #header.fixed ~ #contents {
    padding-top: 55px;
  }
} */

/*
.top-btn {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #679eed url("../img/common/ico_top_btn.png") no-repeat center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  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 {
    opacity: .8;
    -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: 1550px) {
  .top-btn {
    bottom: 80px;
  }
  .top-btn.on {
    bottom: 60px;
  }
}

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

@media (max-width: 767px) {
  .top-btn {
    width: 40px;
    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(./assets/img/common/ico_path_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* header */
body:not(.main) #header {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}

body:not(.main) #header.fixed--fff {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

body:not(.main) #header .language_wrap p {
  background: url(../img/common/ico_globe.png) no-repeat left center;
  background-size: 1rem;
}

.logo_fix_only {
  display: none;
}

#header {
  position: fixed;
  /* top: 0; */ /* 20240125 ch.byeon */
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10000;
  -moz-transition: 0.2s background ease-in;
  -o-transition: 0.2s background ease-in;
  -webkit-transition: 0.2s background ease-in;
  transition: 0.2s background ease-in;
}

#header.fixed {
  position: fixed;
  top: -38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.6);
  top: 0 !important;
}

#header.fixed--fff {
  background: white !important;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

#header.fixed--fff .logo_fix_none {
  display: none;
}

#header.fixed--fff .logo_fix_only {
  display: inline;
}

#header.fixed--fff .logo a {
  color: #006BE8;
}

#header.fixed--fff .language_wrap:before {
  background-color: rgba(0, 0, 0, 0.2);
}
#header.sub .logo a{
  color: #006BE8;
}
#header.sub .header-bottom .gnb > ul > li > a{
  color:#000;
}
#header.sub .header-bottom .gnb > ul > li:hover >a,
#header.sub .header-bottom .gnb > ul > li > a.on{
  color:#4E92FD;
}  
/* #header.sub .header__login{
  color: #fff;
  background-color: #000;
} */
#header.sub .language_wrap p {
  /* background: url(./assets/img/common/ico_triangle_bottom_black.png) no-repeat right 1px center; */
  /* border-bottom-color: #333; */
  color: #000;
}
@media (min-width: 1200px) {
  #header.fixed--fff .header-bottom .gnb > ul > li > a {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
  }
}
.gnb_2depth{
  padding: 1.875rem 1.625rem;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.gnb_2depth > li{
    height: 21px;
}
.gnb_2depth > li > a{
  display: block;
  height: 21px;
  padding: 0px 7px 2px 7px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.46px;
  color:#484848;
}

/* #header.fixed--fff .header-bottom .gnb > ul > li > a.current:after {
  background-color: #679eed;
} */

@media (min-width: 1200px) {
  #header.fixed--fff .header-bottom .gnb > ul > li:hover > a:before {
    background-color: #333;
  }
  /* #header.fixed--fff .header-bottom .gnb > ul > li:hover > a.current:before {
    background-color: #679eed;
  } */
}

#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}

#header .header-bottom {
  position: relative;
  margin: 0 auto;
  max-width: 1810px;
  padding: 0 20px;
  text-align: right;
}

#header .header-bottom:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 1200px) {
  #header .header-bottom {
    padding: 0 328px;
  }
}

#header .logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .logo a {
  display: block;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: 'Wooridaum';
}

@media (min-width: 1200px) {
  #header .logo {
    top: 32px;
    left: 2rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sta {
  position: relative;
  display: none;
  height: 35px;
  background-color: #679eed;
  text-align: right;
  font-size: 0;
  z-index: 10000;
  height: 0 !important;
}

.sta .lang-depth1 {
  position: relative;
  height: 100%;
}

.sta .lang-depth1 > ul {
  display: inline-block;
}

.sta .lang-depth1 > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.sta .lang-depth1 > ul > li.type-member {
  display: none;
}

.sta .lang-depth1 > ul > li.line-r:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.3);
}

.sta .lang-depth1 > ul > li > a {
  display: block;
  font-family: Titillium;
  font-size: 13px;
  color: #fff;
  background-color: #679eed;
  padding: 0 15px;
  line-height: 35px;
}

.sta .lang-depth1 > ul > li.lang-depth1-li {
  display: inline-block;
}

.sta .lang-depth1 > ul > li.lang-depth1-li > a {
  position: relative;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
  content: "\f0d7";
  position: absolute;
  top: 13px;
  right: 10px;
  line-height: 1;
  font-family: 'FontAwesome';
}

.sta .lang-depth1 > ul .lang-depth2 {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  left: 0;
}

.sta .lang-depth1 > ul .lang-depth2 > li {
  background-color: #679eed;
  border-top: 0;
  text-align: left;
}

.sta .lang-depth1 > ul .lang-depth2 > li a {
  display: block;
  font-family: Titillium;
  font-size: 13px;
  color: #fff;
  padding: 0 15px;
  line-height: 35px;
}

.sta .lang-depth1 > ul .lang-depth2 > li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sta .lang-depth1 > ul > li:hover .lang-depth2 {
  display: block;
}

@media (min-width: 1200px) {
  .sta .lang-depth1 > ul > li > a:hover {
    color: #fff;
    background-color: #8AB8FB;
  }
  .sta .lang-depth1 > ul .lang-depth2 > li:hover > a {
    color: #fff;
    background-color: #8AB8FB;
  }
  .pc_sitemap_btn {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 30px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  .pc_sitemap_btn span {
    height: 2px;
    background: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: 0;
  }
  .pc_sitemap_btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
  }
  .pc_sitemap_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .pc_sitemap_btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .pc_sitemap_btn.on {
    top: 37px;
    height: 30px;
  }
  .pc_sitemap_btn.on span {
    background: #333;
  }
  .pc_sitemap_btn.on span:nth-child(1) {
    opacity: 0;
  }
  .pc_sitemap_btn.on span:nth-child(2) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  .pc_sitemap_btn.on span:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
}

@media (max-width: 1199px) {
  #header .header-top {
    display: none;
  }
  #header .header-bottom {
    width: 100%;
    height: 80px;
  }
  body:not(.main) #header .m-menu-btn:not(.on) span {
    background-color: #333;
  }
  #header .logo a img {
    width: auto;
    max-width: 100%;
  }
  .pc_sitemap_btn {
    display: none;
  }
  .sta .inner {
    padding: 0;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  #header.fixed {
    top: -28px;
  }
  #header .header-bottom {
    padding: 0 20px;
    height: 55px;
  }
  #header .logo a img {
    height: 100%;
  }
  .sta {
    height: 28px;
  }
  .sta .lang-depth1 > ul > li > a {
    line-height: 28px;
  }
  .sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
    top: 8px;
  }
}

/* sns link */
.social_link_wrap--fc {
  display: none;
}

#header .social_link_wrap--fc {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
}

@media (max-width: 767px) {
  #header .social_link_wrap--fc {
    display: none;
  }
}

.social_link--fc {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border-radius: 12px;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.social_link--fc + .social_link--fc {
  margin-left: 5px;
}

.social_link--fc svg {
  width: 24px;
  height: 24px;
  overflow: hidden;
  -moz-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}

.social_link--fc.twitter--fc {
  background-color: #790006;
}

.social_link--fc.twitter--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.twitter--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.twitter--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.facebook--fc {
  background-color: #790006;
}

.social_link--fc.facebook--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.facebook--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.facebook--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.linkedin--fc {
  background-color: #790006;
}

.social_link--fc.linkedin--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.linkedin--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.linkedin--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.instagram--fc {
  background-color: #790006;
}

.social_link--fc.instagram--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.instagram--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.instagram--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.youtube--fc {
  background-color: #790006;
}

.social_link--fc.youtube--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.youtube--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.youtube--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.blog--fc {
  background-color: #790006;
}

.social_link--fc.blog--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.blog--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.blog--fc:hover svg {
    fill: #fff;
  }
}

.social_link--fc.kakao--fc {
  background-color: #790006;
}

.social_link--fc.kakao--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  .social_link--fc.kakao--fc:hover {
    background-color: #960008;
  }
  .social_link--fc.kakao--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link_wrap--fc {
  margin-bottom: 20px;
  width: 67.83333333333333%;
}

@media (max-width: 767px) {
  #footer .social_link_wrap--fc {
    text-align: center;
    width: 100%;
  }
}

#footer .social_link--fc.twitter--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.twitter--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.twitter--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.twitter--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.facebook--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.facebook--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.facebook--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.facebook--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.linkedin--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.linkedin--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.linkedin--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.linkedin--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.instagram--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.instagram--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.instagram--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.instagram--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.youtube--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.youtube--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.youtube--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.youtube--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.blog--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.blog--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.blog--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.blog--fc:hover svg {
    fill: #fff;
  }
}

#footer .social_link--fc.kakao--fc {
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .social_link--fc.kakao--fc svg {
  fill: #cfcfce;
}

@media (min-width: 1200px) {
  #footer .social_link--fc.kakao--fc:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #footer .social_link--fc.kakao--fc:hover svg {
    fill: #fff;
  }
}

/* language */
.header__lang {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 20px;
  line-height: 90px;
  font-size: 0;
  -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;
}

.language_wrap {
  position: relative;
  display: inline-block;
  z-index: 9999;
  width: auto;
  margin-right: 1.5rem;
  vertical-align: middle;
}

/* .language_wrap:hover > ul {
  display: block;
} */

/* .language_wrap:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: -1.25rem;
  width: 1px;
  height: 0.8125rem;
  background-color: rgba(255, 255, 255, 0.2);
} */

.language_wrap:before {
  content: "";
  position: absolute;
}

@media (max-width: 1199px) {
  .language_wrap {
    margin-left: 1.25rem;
  }
  .language_wrap:before {
    display: none;
  }
}

.language_wrap.on {
  z-index: 10001;
}

.language_wrap p {
  display: block;
  padding: 0 0.125rem 0 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;  
  background: url(../img/common/ico_globe_white.png) no-repeat left center;
  background-size: 1rem;
  color: #fff;
  line-height: 3rem;
}

.language_wrap ul {
  display: none;
  position: absolute;
  top: 65%;
  left: 50%;
  /* min-width: 100%; */
  background-color: #ffffff;
  text-align: center;
  margin-top: 0.9375rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 0;
  border-radius: 10px;
  transform: translateX(-50%);
}

.language_wrap ul li a {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  color: #484848;
  padding: 1rem 0;
  width: 5rem;
  text-align: center;
  font-weight: 700;
}
.language_wrap ul li a:hover {
  color: #4E92FD;
}

#header.fixed--fff .language_wrap p {
  /* background: url(../img/common/ico_triangle_bottom_black.png) no-repeat right 1px center; */
  background-image: url(../img/common/ico_globe.png);
  border-bottom-color: #000;
  color: #000;
  font-weight: 700;
}

#header.fixed--fff .language_wrap ul {
  border-color: #333;
}

@media (min-width: 1200px) {
  /* .language_wrap p:hover {
    color: #679eed !important;
  }
  .language_wrap ul li:hover a {
    color: #679eed;
  } */
}

@media (max-width: 1199px) {
  .header__lang {
    position: relative;
    right: auto;
    line-height: 1;
  }
  .language_wrap p {
    /* color: #fff !important; */
    background: url(../img/common/ico_globe.png) no-repeat left center !important;
    background-size: 1rem !important;
    /* border-bottom-color: #fff !important;
    background-image: url(./assets/img/common/ico_triangle_bottom_white.png) !important; */
  }
  .language_wrap ul li a {
    padding: 1rem !important;
  }
}

/* web gnb */
#header .w-lang {
  overflow: hidden;
  float: right;
  padding: 32px 0;
}

#header .w-lang dd {
  float: left;
  margin-left: 8px;
}

#header .w-lang dd a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

html[lang="ko"] #header .w-lang dd.lang.ko a:after,
html[lang="en"] #header .w-lang dd.lang.en a:after,
html[lang="zh"] #header .w-lang dd.lang.zh a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -3px;
}

#header .w-lang dd a img {
  border: 1px solid #cecece;
}

@media (min-width: 1200px) {
  #header {
    /* max-height:84px; */
  }
  #header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    opacity: 0;
  }
  #header .m-menu-btn,
  #header .m-gnb-bg,
  #header .m-lang {
    display: none;
  }
  #header .header-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2560px;
    margin-left: -1280px;
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
    opacity: 0;
  }
  #header .gnb {
    position: relative;
    right: 0 !important;
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: left;
  }
  #header .gnb > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }
  #header .gnb > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 230px;
  }
  #header .gnb > ul > li + li .depth2:before {
    content: "";
    position: absolute;
    top: 120px;
    bottom: 30px;
    left: 0;
    width: 1px;
    /* background-color: #d4d4d4; */
  }
  #header .gnb > ul > li:hover {
    background-color: #fff;
  }
  #header .gnb > ul > li:hover .depth2 {
    border-top: 3px solid #679eed;
  }
  #header .gnb > ul > li:hover .depth2:before {
    display: none;
  }
  #header .gnb > ul > li:hover + li .depth2:before {
    display: none;
  }
  #header .gnb > ul > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    padding: 0 45px;
    height: 90px;
    color: #fff;
    font-weight: 700;
  }
  /* #header .gnb > ul > li > a.current:after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 20px;
    left: 28px;
    height: 2px;
    background-color: #fff;
    display: none;
  } */
  #header .gnb > ul > li:hover > a {
    /* color: #679eed !important; */
  }
  #header .gnb > ul > li:hover > a:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -2.5px;
    background-color: #fff;
    display: none;
  }
  #header .gnb .depth2 {
    top: calc(90px - 3px);
    left: 50%;
    z-index: 0;
    margin-left: -100px;
    width: 200px;
    height: 0;
    border-top: 3px solid #679eed;
    background: #fff;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    display: block !important;
    position: static;
    top: auto;
    left: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    border-top: 3px solid transparent;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    height: 0;
    overflow: hidden;
  }
  #header .gnb .depth2 li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  #header .gnb .depth2 a {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    letter-spacing: -1px;
    word-break: keep-all;
    font-weight: 500;
  }
  #header .gnb .depth2 a:hover {
    color: #111;
  }
  #header .gnb .depth2 li.in > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .gnb .depth2 li.in > a:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 10px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 li:hover {
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  #header .gnb .depth2 li:hover.in > a:after {
    color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 ul {
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
    left: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  #header .gnb .depth2 ul li:hover {
    background: #f2f2f2;
  }
  #header .gnb .depth2 ul li a {
    color: #111;
    border-top: 1px solid #ebebeb;
  }
  #header .gnb .depth2 ul li a:hover {
    color: #679eed;
  }
  #header .gnb .depth2 > li:hover ul {
    display: block;
  }
  #header .gnb > ul > li:hover .depth2 {
    z-index: 9999;
    height: auto;
    opacity: 1;
  }
  #header:hover .logo_fix_none {
    display: none;
  }
  #header:hover .logo_fix_only {
    display: inline;
  }
  #header:hover .logo a {
    color: #006BE8;
  }
  #header:hover .language_wrap:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #header:hover:before {
    opacity: 1;
  }
  #header:hover .header-bottom:before {
    opacity: 1;
  }
  #header:hover .header-bottom .gnb > ul > li > a {
    color: #000;
  }
  #header:hover .header-bottom .gnb .depth2 {
    opacity: 1;
    height: auto;
    padding: 18px 0;
  }
  /* #header:hover .header__login {
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
  } */
  /* #header:hover .header__login:hover {
    color: #679eed !important;
  } */
  .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);
  }
  #header .w-lang dd a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #headerSitemap {
    position: absolute;
    background-color: rgba(42, 44, 54, 0.9);
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    opacity: 0;
    top: 90px;
  }
  #headerSitemap.on {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  #headerSitemap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #headerSitemap > ul > li {
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(205, 208, 215, 0.3);
    padding: 35px 20px;
    font-size: 16px;
  }
  #headerSitemap > ul > li:last-child {
    border-right: 1px solid rgba(205, 208, 215, 0.3);
  }
  #headerSitemap > ul > li > a {
    display: block;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #headerSitemap > ul > li > a:hover {
    color: #fff;
  }
  #headerSitemap > ul > li > .depth2 {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
  }
  #headerSitemap > ul > li > .depth2 li {
    margin-bottom: 10px;
  }
  #headerSitemap > ul > li > .depth2 li:last-child {
    margin-bottom: 0;
  }
  #headerSitemap > ul > li > .depth2 li a {
    color: #c0c2d2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #headerSitemap > ul > li > .depth2 li.in ul {
    padding: 10px;
    font-size: 14px;
  }
  #headerSitemap > ul > li > .depth2 li.in ul li a {
    color: #c0c2d2;
  }
  #headerSitemap > ul > li > .depth2 li.in ul li a:before {
    content: "- ";
  }
  #headerSitemap > ul > li:hover > a {
    /* color: $color-base-hover; */
  }
  #headerSitemap > ul > li > .depth2 > li > a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #headerSitemap > ul > li > .depth2 .depth3 li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

@media (min-width: 1200px) and (max-width: 1470px) {
  #header .gnb > ul > li > a {
    font-size: 16px;
    padding: 0 30px;
  }
}
@media (max-width: 1024px){
  .dropdown > a::after {
    background-image: url(../img/common/ico_down_arrow_black.png) !important;
  }
}
@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: 20px;
    width: 34px;
    height: 24px;
    z-index: 9999;
    cursor: pointer;
    -moz-transition: 0.5s right ease-in-out;
    -o-transition: 0.5s right ease-in-out;
    -webkit-transition: 0.5s right ease-in-out;
    transition: 0.5s right ease-in-out;
  }
  #header .m-menu-btn span {
    height: 3px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 0;
  }
  #header .m-menu-btn span:nth-child(1) {
    position: absolute;
    top: 55%;
    margin-top: -2px;
    width: 100%;
  }
  #header .m-menu-btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .m-menu-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #header .m-menu-btn.on {
  	position: fixed; /* 20240129 scyang 추가 */
    z-index: 100000;
    top: 13px; /* 20240125 ch.byeon */ /* 20240129 scyang 값 수정 -88px -> 13px */
    width: 34px;
    height: 34px;
    right: 60%;
    margin-right: 10px;
  }
  #header.fixed .m-menu-btn.on {
    top: 24px;
  }
  #header .m-menu-btn.on span {
    background: #fff;
  }
  #header .m-menu-btn.on span:nth-child(1) {
    opacity: 0;
  }
  #header .m-menu-btn.on span:nth-child(2) {
    height: 3px;
    border-radius: 5px;
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  #header .m-menu-btn.on span:nth-child(3) {
    height: 3px;
    border-radius: 5px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 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%;
    z-index: 100001;
    padding: 1rem 0 0 2rem;
    width: 60%;
    height: 80px;
    background: #fff;
    opacity: 0;
    font-size: 0;
  }
  #header .m-lang .w-lang {
    display: block;
    float: left;
    padding: 5px 0;
  }
  #header .m-lang .w-lang dd {
    margin-left: 0;
    margin-right: 10px;
  }
  #header .m-lang .w-lang dd a {
    font-size: 23px;
    text-align: center;
  }
  #header.fixed--fff .m-menu-btn:not(.on) span {
    background: #333;
  }
  html[lang="ko"] #header .m-lang .w-lang dd.lang.ko a:after,
  html[lang="en"] #header .m-lang .w-lang dd.lang.en a:after,
  html[lang="zh"] #header .m-lang .w-lang dd.lang.zh a:after {
    bottom: 0;
  }
  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 100000;
    width: 60%;
    height: calc(100% - 80px);
    background: #fff;
  }
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
  }
  #header .gnb > ul > li {
    width: 100%;
  }
  #header .gnb > ul > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: 1px solid #ddd; */
    font-size: 20px;
    font-weight: 500;
    color: #232323 !important;
    background-color: #fff;
  }
  #header .gnb > ul > li.mb-in > a:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: "\f107";
    display: block;
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
  }
  #header .gnb > ul > li:first-child > a {
    /* border-top: 0 none; */
  }
  #header .gnb > ul > li:last-child > a {
    /* border-bottom: 1px solid #ddd; */
  }
  #header .gnb > ul > li > ul {
    display: none;
    width: 100%;
    background: #F5F7F9;
    position: relative;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    text-align: left;
    padding: 0;
  }
  #header .gnb > ul > li > ul > li {
    width: 100%;
    background: #F5F7F9;
  }
  #header .gnb > ul > li > ul > li a {
    padding: 20px 0 20px 36px;
    /* border-top: 1px solid #d1d1d1; */
    font-size: 16px;
    text-align: left;
  }
  #header .gnb > ul > li > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li.on > a {
    /* background: #3f3f40; */
    /* border-top: 0 none; */
    /* color: #fff !important; */
  }
  #header .gnb > ul > li.on > a:before {
    /* content: '\f106'; */
  }
  #header .gnb > ul > li .depth2 > li > ul li a {
    font-weight: 400;
  }
  #header .gnb > ul > li .depth2 > li > ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
  #headerSitemap {
    display: none;
  }
}

.m-lang .language_wrap p {
  color: #000;
}

@media (max-width: 767px) {
  #header .m-menu-btn {
    top: 15px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
  #header .m-menu-btn.on {
    top: 15px;
    width: 28px;
    height: 23px;
  }
  #header.fixed .m-menu-btn.on {
    top: 15px;
  }
  #header .m-menu-btn span {
    height: 3px;
    
  }
  #header .m-menu-btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }
  #header .m-menu-btn.on span:nth-child(2) {
    height: 3px;
    border-radius: 5px;
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    -ms-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header .m-menu-btn.on span:nth-child(3) {
    height: 3px;
    border-radius: 5px;
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    -ms-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
  }
  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
  }
  #header .gnb ul a {
    padding-left: 20px;
  }
  #header .gnb > ul > li.mb-in > a:before {
    top: 12px;
    right: 20px;
    font-size: 23px;
  }
  #header .m-lang {
    /* padding: 20px 0 0 20px; */
    height: 55px;
  }
  #header .m-lang .w-lang {
    padding: 7px 0;
  }
  #header .m-lang .w-lang dd a {
    font-size: 13px;
  }
  #header .gnb > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .dropdown > ul > li > a {
    padding-left: 20px !important;
  }

  .sub-visual > div > h2 {
    font-size: 32px !important;
  }

  .sub-visual > div > p, .sub-visual > div > h2 {
    margin-left: 10px;
  }

  .sub-visual > div > p {
    margin-top: 30px !important;
  }
}

.header__search_wrap {
  position: absolute;
  top: 50%;
  right: 85px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__search_wrap .header__search__inner {
  position: relative;
  width: 18.75rem;
  font-size: 0;
}

.header__search_wrap .header__search__inner input {
  width: 100%;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 2.5rem 0 1.25rem;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 1.25rem;
  -moz-transition: 0.3s background ease-in-out;
  -o-transition: 0.3s background ease-in-out;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}

.header__search_wrap .header__search__inner button {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  background: none;
  outline: none;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .header__search_wrap {
    right: 90px;
  }
}

@media (max-width: 767px) {
  .header__search_wrap {
    right: 70px;
  }
}

#header.fixed--fff .header__search_wrap .header__search__inner input {
  background-color: #f2f2f2;
}

@media (min-width: 1200px) and (max-width: 1470px) {
  .header__search_wrap .header__search__inner {
    width: 240px;
  }
  .columns-3 > *{
    width: 20%;
  }
}

@media (max-width: 575px) {
  .header__search_wrap .header__search__inner {
    width: 12rem;
  }
}

.header__login {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: #000;
  border:1px solid #000;
  vertical-align: middle;
  border-radius: 5px;
  transition: all .4s cubic-bezier(.645,.045,.355,1);
}
.header__login:hover{
  color:#000;
  background: #fff;
}
@media (max-width: 1199px) {
  .header__login {
    /* color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important; */
  }
}

/* #header.fixed--fff .header__login {
  color: #333;
  background-color: rgba(0, 0, 0, 0.1);
} */

/* footer */
#footer {
  position: relative;
  width: 100%;
  /* height: 254px; */
  min-height: 254px; /* 20231114 */
  background: #2B313F;
}

#footer .footer-addr {
  font-size: 0;
  margin-top: 3.375rem;
  color: #fff;
  text-align: left;
}

#footer .footer-addr li {
  margin: 0 -0.625rem;
  line-height: 1.25rem;
}

#footer .footer-addr li strong {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.625rem;
  padding-right: 0;
  font-size: 0.9375rem;
  font-weight: 500;
}

#footer .footer-addr li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.625rem;
  font-size: 15px;
  font-weight: 300;
}

#footer .footer-addr li span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.875rem;
  margin-top: -0.4375rem;
  background-color: #666;
}
#footer .footer-addr li span a:hover{
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer .footer-addr li span{
    font-size: 13px;
  }
  #footer .footer-addr li span:after {
    display: none;
  }
}

#footer .footer-addr li span:last-child:after {
  display: none;
}

#footer .footer-copy {
  font-size: 0.8125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  #footer .footer-copy {
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 210px;
    text-align: left;
    border-top: 0;
    margin-top: 20px;
  }
}

#footer .footer-bottom {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  /* max-width: 1280px; */
  max-width: 1440px; /* 20231114 */
  font-size: 0;
}

#footer .footer-bottom address {
  display: inline-block;
  width: 67.83333333333333%;
  font-weight: 100;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: middle;
  color: #fff;
  margin-top: 20px;
}

#footer .footer-bottom address span {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
  word-break: keep-all;
  font-size: 15px;
  line-height: 1.5;
}

ul.footer-bottom-link {
  font-size: 0;
  width: auto;
  text-align: left;
}

ul.footer-bottom-link li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  line-height: 1;
}

ul.footer-bottom-link li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.875rem;
  background-color: #676768;
  top: 50%;
  right: -1rem;
  margin-top: -0.4375rem;
}
ul.footer-bottom-link li:first-child {
  margin-left:0;
}
ul.footer-bottom-link li:last-child:after {
  display: none;
}

ul.footer-bottom-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.familySite {
  position: relative;
  display: none;
  z-index: 1;
}

.familySite h3 {
  border: 1px solid rgba(191, 191, 191, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.familySite h3 a {
  color: #4793ff;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.8125rem 3.125rem 0.8125rem 1.25rem;
  text-align: left;
}

.familySite.on {
  z-index: 10000;
}

.familySite.on h3 {
  background-color: #232323;
  border-radius: 0;
}

.familySite .footSelect {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  background-color: #fff;
}

.footSelect ul {
  overflow: hidden;
  display: none;
  border: 1px solid #afafaf;
}

.familySite li {
  padding: 0;
  border-bottom: 1px solid #afafaf;
}

.familySite li:last-child {
  border-bottom: 0;
}

.footSelect ul li a {
  display: block;
  color: #333;
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
}

@media (min-width: 1200px) {
  ul.footer-bottom-link li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footSelect ul li a:hover {
    background-color: #f7f7f7;
  }
}

@media (max-width: 1550px) {
  body:not(.main) #footer {
    padding-bottom: 45px;
  }
}

@media (max-width: 1200px) {
  body:not(.main) #footer {
    padding-bottom: 0;
  }
  .img_full_wrap {
    text-align: left !important;
  }
  .footer_down_box{
    position: absolute !important;
    top: 40% !important;
    right: 20px !important;
    text-align: right !important;
    padding: 0 !important;
  }
}

@media (max-width: 1199px) {
  #footer .footer-bottom {
    width: 100%;
    display: block;
    padding: 0.75rem 1.875rem;
  }
  #footer .footer-bottom > div {
    padding: 16px 0 0.625rem 0; 
    width: 100%;
  }
  #footer .footer-bottom dl {
    right: 30px;
  }
  .footer_down_box {
    text-align: left !important;
    right: auto !important;
    position: relative !important
  }
  #footer .footer-addr {
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  body:not(.main) #footer {
    padding-bottom: 0;
  }
  #footer .footer-bottom dl {
    right: 30px;
  }
  .img_full_wrap {
    text-align: left !important;
  }

  .footer-info-wrap .footer-info--lg {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  #footer {
    height: initial;
  }
  #footer .footer-bottom {
    padding: 1.875rem 0 3rem;
  }
  #footer .footer-bottom dl dt {
    text-align: center;
  }
  ul.footer-bottom-link {
    width: auto;
    margin: 0 -6px;
  }
  ul.footer-bottom-link li {
    margin: 2px 6px;
  }
  ul.footer-bottom-link li:after {
    right: -6px;
  }
  ul.footer-bottom-link li a {
    font-size: 13px;
  }
  #footer .footer-bottom address {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom address span {
    font-size: 13px;
  }
  #footer .footer-bottom dl {
    float: none;
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;
    right: auto;
    top: 0;
  }
  #footer .footer-bottom dt {
    text-align: center;
  }
  .footer_down_box .familysite {
    margin: 0 auto;   
    width: 170px !important;
    height: 37px !important;
    text-align: center;    
    box-sizing: border-box o !important;
  }
  .footer_down_box .familysite>a {
    font-size: 12px !important;
    padding-right: 30px !important;
    line-height: 1.5 !important;
  }
  .footer_down_box .familysite>a .icon {
    right: 25px !important;
    overflow: visible !important;
  }
  .familysite ul {
    margin-top: -35px !important;
    width: 170px !important;
    border-radius: 5px 5px 0 0 !important;    
  }
  .familysite ul.opacity {
    opacity: 1 !important;
  }
  #footer .footer-bottom > div, .footer-info-wrap .footer-info--lg, .footer-info-wrap .footer-info--lg * {
    text-align: center !important;
  }
}

.footer-logo {
  margin-top: 0.3125rem;
}

.footer-logo a {
  font-size: 0;
}

@media (max-width: 767px) {
  .footer-logo a img {
    height: 30px;
  }  
}

@media (max-width: 1023px) {
  ul.footer-bottom-link {
    text-align: left;
  }
}

.footer-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 72px 0;
}

@media (max-width: 1199px) {
  .footer-info-wrap {
    padding-top: 1.875rem;
  }
}

@media (max-width: 991px) {
  .footer-info-wrap {
    margin: 0;
    display: block;
  }
  .main_section01__conts ul li {
    /* width: 21em !important; */
  }
}

.footer-info-wrap .footer-info__table {
  width: 100%;
}

.footer-info-wrap .footer-info__table th,
.footer-info-wrap .footer-info__table td {
  font-size: 0.9375rem;
  padding: 0.3125rem 0;
  text-align: left;
}

.footer-info-wrap .footer-info__table th {
  color: #b2b2b2;
  font-weight: 500;
  padding-right: 0.9375rem;
}

.footer-info-wrap .footer-info__table td {
  color: #fff;
  font-weight: 300;
  width: 100%;
}

.footer-info-wrap .footer-info--sm {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-info-wrap .footer-info--sm .footer-info__table td {
  font-weight: 400;
}

@media (max-width: 991px) {
  .footer-info-wrap .footer-info--sm {
    width: 100%;
    padding: 0;
  }
}

.footer-info-wrap .footer-info--lg {
  width: 100%;
  padding: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-info-wrap .footer-info--lg {
    width: 100%;
    padding: 0;
  }
}

.footer-info-wrap .footer-info--sns {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .footer-info-wrap .footer-info--sns {
    width: 100%;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.footer_logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  margin: 0 -0.5625rem;
}

.footer_logo_box li {
  padding: 0 0.5625rem;
}

.footer_down_box {
  position: absolute;
  top: 6.25rem;
  right: -4rem;
}
.footer_down_box label {
  font-size: 0;
}

.footer_down_box .familysite {
  width: 13.125rem;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.footer_down_box .familysite>a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 22px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 16px;
  transition: all .2s;
  z-index: 10;
}
.footer_down_box .familysite .icon {
  position: absolute;
  display: inline-block;
  top: 0.6875rem;
  right: 1.25rem;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.footer_down_box .familysite .icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent url("../img/common/ico_family_arrow.png") center no-repeat ;
}
.footer_down_box .familysite .icon.rotate::before {
  transform: rotate(180deg);
}
.familysite ul { 
  position: absolute;
  top: 0; /* 231031 scyang 수정 */
  width: 13.125rem;
  margin-top: 45px; /* 231031 scyang 수정 */
  margin-left: -1px;
  background: #F8F8F8;
  border: 1px solid #A5A5A580;
  border-radius: 0 0 5px 5px;
  padding: 0.75rem 0;
  box-sizing: border-box;
  opacity: 0;
}
.familysite ul li a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  color: #666;
  padding: 0 1rem;
}
.familysite ul li:hover a{
  color: #000
} 
.familysite ul.opacity {
  opacity: 0.9;
}


@media (min-width: 1200px) {
  .footer_down_box select:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }  
}
@media (max-width: 1200px) {
  .familysite ul {
    margin-top:-45px;
    border-radius: 5px 5px 0 0;
  }
  .familysite ul.opacity {
    opacity: 1 !important;
  }
}

.footer_down_box a {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  /* background-color: rgba(255, 255, 255, 0.1); */
}

@media (min-width: 1200px) {
  .footer_down_box a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.footer_down_box a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.footer_down_box a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.25rem;
}

@media (max-width: 1199px) {
  .footer_down_box {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 3.125rem;
  }
}

.footer-top {
  position: relative;
  width: 100%;
  background: #383737;
}

.footer-top ul {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 30px 16.5px;
  width: 100%;
}

.footer-top ul li {
  color: white;
  position: relative;
  display: inline-block;
  margin: 0 10px 3.5px;
}

.thumb_fig {
  position: relative;
  overflow: hidden;
}

.thumb_fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.thumb_fig.on img {
  opacity: 1;
}

.ef_hover_wrap .ef_hover {
  position: relative;
  cursor: pointer;
}

.ef_hover_wrap .ef_hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid #679eed;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  pointer-events: none;
  -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;
}

.ef_hover_wrap .ef_hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.1875rem;
  height: 6.3125rem;
  margin-top: -3.15625rem;
  margin-left: -2.59375rem;
  background: url(./assets/img/sub/products/icon_product_list_more.png) no-repeat center/5.1875rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  pointer-events: none;
  -moz-transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@media (min-width: 1200px) {
  .ef_hover_wrap:hover .ef_hover:before {
    background-color: rgba(103, 158, 237, 0.7);
    border: 6px solid #679eed;
  }
  .ef_hover_wrap:hover .ef_hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

ul.flex_box--fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}

ul.flex_box--fc.a_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.flex_box--fc.j_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.flex_box--fc.j_b {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

ul.flex_box--fc > li {
  margin-top: 1.875rem;
}

ul.flex_box--fc.space-top-4 {
  margin-top: -0.25rem;
}

ul.flex_box--fc.space-top-4 > li {
  margin-top: 0.25rem;
}

ul.flex_box--fc.space-top-10 {
  margin-top: -0.625rem;
}

ul.flex_box--fc.space-top-10 > li {
  margin-top: 0.625rem;
}

ul.flex_box--fc.space-top-20 {
  margin-top: -1.25rem;
}

ul.flex_box--fc.space-top-20 > li {
  margin-top: 1.25rem;
}

ul.flex_box--fc.space-top-30 {
  margin-top: -1.875rem;
}

ul.flex_box--fc.space-top-30 > li {
  margin-top: 1.875rem;
}

ul.flex_box--fc.space-top-40 {
  margin-top: -2.5rem;
}

ul.flex_box--fc.space-top-40 > li {
  margin-top: 2.5rem;
}

ul.flex_box--fc.space-top-50 {
  margin-top: -3.125rem;
}

ul.flex_box--fc.space-top-50 > li {
  margin-top: 3.125rem;
}

ul.flex_box--fc.space-top-60 {
  margin-top: -3.75rem;
}

ul.flex_box--fc.space-top-60 > li {
  margin-top: 3.75rem;
}

ul.flex_box--fc.space-top-80 {
  margin-top: -5rem;
}

ul.flex_box--fc.space-top-80 > li {
  margin-top: 5rem;
}

ul.flex_box--fc.space-2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}

ul.flex_box--fc.space-2 > li {
  padding: 0 0.125rem;
}

ul.flex_box--fc.space-8 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

ul.flex_box--fc.space-8 > li {
  padding: 0 0.5rem;
}

ul.flex_box--fc.space-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

ul.flex_box--fc.space-10 > li {
  padding: 0 0.625rem;
}

ul.flex_box--fc.space-15 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

ul.flex_box--fc.space-15 > li {
  padding: 0 0.9375rem;
}

ul.flex_box--fc.space-20 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

ul.flex_box--fc.space-20 > li {
  padding: 0 1.25rem;
}

ul.flex_box--fc.space-30 {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

ul.flex_box--fc.space-30 > li {
  padding: 0 1.875rem;
}

ul.flex_box--fc.space-40 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

ul.flex_box--fc.space-40 > li {
  padding: 0 2.5rem;
}

ul.flex_box--fc.ea-1 > li {
  width: 100%;
}

ul.flex_box--fc.ea-2 > li {
  width: 50%;
}

ul.flex_box--fc.ea-3 > li {
  width: 33.333333%;
}

ul.flex_box--fc.ea-4 > li {
  width: 25%;
}

ul.flex_box--fc.ea-5 > li {
  width: 20%;
}

ul.flex_box--fc.ea-6 > li {
  width: 16.666666%;
}

ul.flex_box--fc.ea-7 > li {
  width: 14.285%;
}

ul.flex_box--fc.ea-8 > li {
  width: 12.5%;
}

ul.flex_box--fc.ea-9 > li {
  width: 11.111111%;
}

ul.flex_box--fc.ea-10 > li {
  width: 10%;
}

@media (max-width: 1199px) {
  ul.flex_box--fc.ea-xl-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-xl-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-xl-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-xl-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-xl-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-xl-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-xl-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-xl-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-xl-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-xl-10 > li {
    width: 10%;
  }
}

@media (max-width: 991px) {
  ul.flex_box--fc.ea-lg-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-lg-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-lg-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-lg-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-lg-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-lg-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-lg-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-lg-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-lg-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-lg-10 > li {
    width: 10%;
  }
}

@media (max-width: 767px) {
  ul.flex_box--fc.ea-md-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-md-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-md-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-md-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-md-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-md-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-md-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-md-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-md-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-md-10 > li {
    width: 10%;
  }
}

@media (max-width: 575px) {
  ul.flex_box--fc.ea-sm-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-sm-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-sm-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-sm-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-sm-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-sm-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-sm-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-sm-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-sm-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-sm-10 > li {
    width: 10%;
  }
}

.flex_box--img--fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box--img--fc > figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  padding-right: 4.375rem;
}

.flex_box--img--fc > div {
  width: 100%;
}

@media (max-width: 767px) {
  .flex_box--img--fc {
    display: block;
  }
  .flex_box--img--fc > figure {
    padding-right: 0;
  }
  .flex_box--img--fc > div {
    margin-top: 2.5rem;
  }
}

.de_item {
  opacity: 0;
}

/* 팝업 */
.transition--popup {
  -webkit-transition: all 300ms cubic-bezier(0.425, -0.47, 0.735, 0.045);
  -o-transition: all 300ms cubic-bezier(0.425, -0.47, 0.735, 0.045);
  transition: all 300ms cubic-bezier(0.425, -0.47, 0.735, 0.045);
}

.transition--popup.on {
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.67, 1.535);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.67, 1.535);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.67, 1.535);
}

#paper_check{
  background-color: rgba(0, 0, 0, 0.7);
}

#paper_check .page_inner{
  width : 460px;
  height: auto;
  max-width: 100%;
  padding: 60px 20px;
}
#paper_check .page_inner__board{
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  width: 100%
}
#paper_check .page_inner__board .contact_conts{
  padding-botton: 3.75rem;
}

.page_wrap {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10300;
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* overflow-y: auto; */
}

.page_wrap_two {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10300;
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* overflow-y: auto; */
}

.page_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  height: 100%;
  /* max-width: 100%; */
  /* padding: 60px 20px; */
  z-index: 1050;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 575px) {
  /* 
  .page_inner {
  top: 1.875rem;
  } */
}

.page_inner.on {
  margin-top: 0;
}

.page_inner__board {
  position: relative;
  background-color: #fff;
  /* -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  border-radius: 20px; */
  width: 100%;
}
.page_inner__board .contact_conts{
  padding: 0;
}
.page_inner__board .contact_conts .contact_conts_title{
  padding: 28px !important;
}

.page_inner__board .contact_conts_title > button {
  background: transparent;
  padding: 0 5px;
}
.page_inner__board .contact_conts_title > button > img {
  filter: invert(1);
  width: 14px;
  text-align: center;
}
.page_inner__board .contact_conts .fs_14{
  font-size: 14px !important;
}
.page_inner__board .contact_conts .fs_16{
  font-size: 16px !important;
}
.page_inner__board .contact_conts .mt50{
  margin-top: 48px !important;
} 
.page_inner__board .contact_conts .mt50{
  margin-bottom: 48px !important;
}
.page_inner__board .contact_conts .pd_60{
  padding: 0 65px !important;
}
.page_inner__board .contact_conts .mt10{
  margin-top: 16px !important; 
}
.page_inner__board .contact_conts .color_a5a5a5{
  margin-top: 20px;
}
.page_inner__board .contact_conts  a:hover{
  text-decoration: underline;
}
.page_inner__board .input-title label{
  margin-bottom: 6px;
  font-size: 12px;
}
.page_inner__board .input-title input{
  height: 35px;
  font-size: 13px;
}
.page_inner__board .input-title button{
  font-size: 13px;
}
.page_inner__board .btn_link{
  font-size: 14px;
  padding: 0.75rem 1.5rem;
}
.page_inner__board .error_btn .btn_link{
  margin: 0 8px;
  padding: 0.75rem 1.5rem;
  font-size: 16px;
}
.page_inner__board .error_btn{
  margin-top: 40px;
}
.page_inner__board .btn_link::before,
.page_inner__board .error_btn .btn_link::before{
  display: none;
}
.page_inner__board .btn_link:hover,
.page_inner__board .error_btn .btn_link:hover{
  background:#fff !important;
  text-decoration: none !important;
}
.page_inner__board .error_btn .close_btn{
  background:#fff;
  border:1px solid #4E92FC;
  color:#4E92FC;
}
.page_inner__board .error_btn .close_btn:hover{
  background:#4E92FC !important;
  color:#fff !important;
}
.page_inner__board .password_error .error_cont{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  height: 100%;
}

.page_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.page_btn > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.alert_design_form {
  position: fixed;
  right: 20px;
  bottom: 50px;
  left: 20px;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  background-color: rgba(36, 36, 36, 0.6);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
}

.alert_design_form.on {
  bottom: 30px;
  opacity: 1;
}

.alert_design_form p {
  font-size: 15px;
  color: #fff;
}

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

.main_visual__slider {
  margin-bottom: 0 !important;
  height: 950px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main_visual__slider {
    height: 950px;
  }
}

@media (max-width: 767px) {
  .main_visual__slider {
    height: calc(100vh - 45px);
  }
}

.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.item1 {
  background: url("../img/main/bg_main_visual_01.jpg") no-repeat center/cover;
}

.slider_item.item2 {
  background: url("../img/main/bg_main_visual_02.jpg") no-repeat center/cover;
}

.slider_item.item3 {
  background: url("../img/main/bg_main_visual_03.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: #679eed;
}

@media (min-width: 1200px) {
  .slider_item__inner .slider_item__inner__txtbox a:hover {
    background-color: #8AB8FB;
  }
}

.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("../img/main/icon_main_visual_more.png") no-repeat right 25px center;
  text-transform: uppercase;
  padding: 20px 70px;
  border-radius: 30px;
}

.main_visual__slider_wrap .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_wrap .slick-dots li.slick-active {
  width: 35px;
  height: 2px;
}

.main_visual__slider_wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  -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_wrap .slick-dots li.slick-active button {
  border-radius: 0;
  background-color: #fff;
  border-width: 1px;
}

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

@media (min-width: 1200px) {
  .slider_item__more a:hover {
    background-color: #94de50;
  }
  .main_visual_quick ul li:hover .main_visual_quick__txt {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1199px) {
  .slider_item {
    height: 950px;
    background-position: right -200px center !important;
  }
}

@media (max-width: 767px) {
  .slider_item {
    height: calc(100vh - 45px);
    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_wrap {
  position: relative;
  background-color: #000;
}

.main_visual__slider_wrap .main_visual__slider__slogan {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column; /* 20240422 sc.yang */
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-top: -60px; /* 20240422 sc.yang */
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner p {
  line-height: 1.1;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_color {
  font-size: 2.75rem;
  font-weight: 400;
  -moz-transition: 0.8s color ease-in-out;
  -o-transition: 0.8s color ease-in-out;
  -webkit-transition: 0.8s color ease-in-out;
  transition: 0.8s color ease-in-out;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_white {
  font-size: 2.5rem;
  font-weight: 400;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_name {
  font-size: 0;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_name h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: 600;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_dots {
  margin-top: 2.5rem;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_dots .slick-dots {
  position: relative;
  bottom: auto;
  text-align: left;
  font-size: 0;
}

.main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_dots .slick-dots li button {
  -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 (max-width: 991px) {
  .main_visual__slider_wrap .main_visual__slider__slogan {
    padding-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 575px) {
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_color {
    font-size: 24px;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_white {
    font-size: 18px;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_name h2 {
    font-size: 32px;
    margin-right: 0;
    /* margin-bottom: 1.25rem; */
    width: 100%;
    font-size: 3rem !important;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner p {
    margin-top: 0 !important;
    line-height: 1.2 !important;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .mt40{
    margin-top: 3rem !important; /* 20240422 sc.yang */
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_dots {
    margin-top: 2.5rem;
  }
  
}

.main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll {
  position: absolute;
  /* left: 50%; */
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll p{
  margin-bottom: 20px;
  color:#fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.46px;
}
.main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a.scroll_button{
  position: relative;
  display: block;
  width: 20px;
  height: 32px;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 1.625rem;
  text-indent: -9999px;
}
.main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a.scroll_button::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 6px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  animation-name: dot1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a.scroll_button::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
  animation-name: dot2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
/* Slider Scroll Button Animation */
@keyframes dot1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 9px)
  }
}
@keyframes dot2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 9px)
  }
}

@media (min-width: 1200px) {
  .main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1199px) {
  .main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll {
    bottom: 100px;
  }
}

@media (max-width: 991px) {
  .main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll {
    bottom: 0;
  }
}

.main_visual__slider_wrap .main_visual__link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  margin: 0 -35px;
}

.main_visual__slider_wrap .main_visual__link > ul li {
  margin-top: 30px;
  padding: 0 35px;
  width: 33.333333%;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner {
  position: relative;
  height: 100%;
  padding: 0 1.875rem 1.875rem;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.4);
  -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_wrap .main_visual__link > ul li .main_visual__link__inner h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  height: 5.625rem;
  -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_wrap .main_visual__link > ul li .main_visual__link__inner h6:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: .3;
  -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_wrap .main_visual__link > ul li .main_visual__link__inner p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.25rem;
  text-align: center;
  color: #fff;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner .ico_scroll {
  margin-top: 1.25rem;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner .ico_scroll span {
  position: relative;
  display: block;
  width: 2rem;
  height: 2.875rem;
  background: url("../img/main/ico_scroll_arrow_down.png") no-repeat bottom 0.875rem center/0.75rem;
  margin: 0 auto;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner .ico_scroll span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  border: 2px solid;
  opacity: .3;
  -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_wrap .main_visual__link > ul li .main_visual__link__inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner:hover h6 {
  color: #fff !important;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner:hover h6:after {
  background-color: #fff !important;
}

.main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner:hover .ico_scroll span:before {
  border-color: #fff !important;
}

@media (max-width: 991px) {
  .main_visual__slider_wrap .main_visual__link > ul {
    padding-top: 3.125rem;
    margin: 0 -20px;
  }
  .main_visual__slider_wrap .main_visual__link > ul li {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .main_visual__slider_wrap .main_visual__link > ul {
    margin: 0 -10px;
  }
  .main_visual__slider_wrap .main_visual__link > ul li {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .main_visual__slider_wrap .main_visual__link > ul {
    display: block;
  }
  .main_visual__slider_wrap .main_visual__link > ul li {
    width: 100%;
    margin-top: 1.25rem;
  }
  .main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.25rem;
  }
  .main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner h6 {
    height: auto;
    font-size: 1.25rem;
  }
  .main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner h6:after {
    display: none;
  }
  .main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner p {
    display: none;
  }
  .main_visual__slider_wrap .main_visual__link > ul li .main_visual__link__inner .ico_scroll {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .m_block{
    display: block;
  }
}
/* @media (max-width: 400px) {
  .m_block{
    display: inline-block;
  }
} */

.main_visual__slider_wrap.item1 .slogan_color {
  color: #7562e9;
}

.main_visual__slider_wrap.item1 .slick-dots li.slick-active button {
  background-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li .main_visual__link__inner {
  border-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li .main_visual__link__inner h6 {
  color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li .main_visual__link__inner h6:after {
  background-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li .main_visual__link__inner .ico_scroll span:before {
  border-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li .main_visual__link__inner:hover {
  background-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li:nth-child(1) .main_visual__link__inner {
  background-color: #7562e9;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li:nth-child(1) .main_visual__link__inner h6 {
  color: #fff !important;
}

.main_visual__slider_wrap.item1 .main_visual__link > ul li:nth-child(1) .main_visual__link__inner h6:after {
  background-color: #fff !important;
}

.main_visual__slider_wrap.item2 .slogan_color {
  color: #508cef;
}

.main_visual__slider_wrap.item2 .slick-dots li.slick-active button {
  background-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li .main_visual__link__inner {
  border-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li .main_visual__link__inner h6 {
  color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li .main_visual__link__inner h6:after {
  background-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li .main_visual__link__inner .ico_scroll span:before {
  border-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li .main_visual__link__inner:hover {
  background-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li:nth-child(2) .main_visual__link__inner {
  background-color: #508cef;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li:nth-child(2) .main_visual__link__inner h6 {
  color: #fff !important;
}

.main_visual__slider_wrap.item2 .main_visual__link > ul li:nth-child(2) .main_visual__link__inner h6:after {
  background-color: #fff !important;
}

.main_visual__slider_wrap.item3 .slogan_color {
  color: #0ebde3;
}

.main_visual__slider_wrap.item3 .slick-dots li.slick-active button {
  background-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li .main_visual__link__inner {
  border-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li .main_visual__link__inner h6 {
  color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li .main_visual__link__inner h6:after {
  background-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li .main_visual__link__inner .ico_scroll span:before {
  border-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li .main_visual__link__inner:hover {
  background-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li:nth-child(3) .main_visual__link__inner {
  background-color: #0ebde3;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li:nth-child(3) .main_visual__link__inner h6 {
  color: #fff !important;
}

.main_visual__slider_wrap.item3 .main_visual__link > ul li:nth-child(3) .main_visual__link__inner h6:after {
  background-color: #fff !important;
}
a.btn_squ {
  display: flex;
  width: 11.875rem;
  height: 3.75rem;
  padding: 0.25rem 1rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  line-height: 250%;
}
a.btn_squ ::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  line-height: 20em;
  left: -5.5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}
a.btn_squ :hover {
  color: #fff;
}
a.btn_squ :hover::before {
  box-shadow: inset 0 0 0 10em #ffffff29;
}
a.btn_squ + .btn_squ {
  margin-left: 1rem;
}
a.btn_squ span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  font-weight: 700;
}

a.btn_squ img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
a.btn_squ.type_gray {
  background-color: #333;
}
a.btn_squ.type_gray:hover {
  background-color: #111;
}
.fp-tableCell {
  height: 100% !important;
}
/* .main_section.section05 .fp-tableCell > .inner {
  padding-top: 50px;
}   */
@media (max-width: 991px), (max-height: 900px) {
  .fp-section.fp-table,
  .fp-tableCell {
    height: auto !important;
  }
}

@media (min-width: 992px) and (min-height: 901px) {
  .main_visual__slider_wrap,
  .main_visual__slider,
  .main_visual__slider .slick-list,
  .main_visual__slider .slick-list .slick-track,
  .main_visual__slider .slick-list .slick-track .slick-slide,
  .main_visual__slider .slick-list .slick-track .slick-slide > div,
  .main_visual__slider .slick-list .slick-track .slider_item {
    height: 100%;
  }
  .main_visual__slider__slogan,
  .fp-tableCell > .inner {
    padding-right: 60px;
    padding-left: 60px;
  }
  .fp-tableCell > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 1720px;
    height: 100%;
    /* padding-top: 80px; */
    padding-bottom: 94px;
  }
  .main_section.section03 .fp-tableCell > .inner {
    /* padding-top: 50px; */
    padding-bottom: 64px;
  }
  .main_section.section04 .fp-tableCell > .inner {
    padding-bottom: 150px;
  }
  /* .main_section.section05 .fp-tableCell > .inner {
    padding-top: 50px;
  }   */
  .main_section {
    padding: 94px 0 0 0 !important;
  }
}
@media (max-width: 575px){
  .main_section.section05 .fp-tableCell .inner p{
    margin-bottom: 1rem;
    font-size: 1.5rem !important;
  }
  .main_section.section05 .fp-tableCell .inner h1{
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1200px) and (min-height: 901px) {
  .main_section.section04 .fp-tableCell > .inner {
    padding-top: 10px;
    padding-bottom: 150px;
  }
}

.footer_section,
.footer_section .fp-tableCell {
  height: auto !important;
}

#fp-nav {
  -moz-transition: 500ms all;
  -o-transition: 500ms all;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

#fp-nav ul li {
  width: 10px;
  height: auto;
  margin: 15px 7px;
}

#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li a span,
#fp-nav ul li:hover a span {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  width: 8px;
  height: 8px;
  background: #679eed;
  border: 0;
  border-radius: 4px;
  margin: 0 auto;
  -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;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  width: 8px;
  height: 42px;
  margin: 0 auto;
  border-radius: 4px;
  border-width: 0;
}

#fp-nav.right.white li a span {
  background: #fff !important;
}

/* main section */
.main_section {
  padding: 110px 0;
}

@media (max-width: 767px) {
  .main_section {
    padding: 55px 0;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.main_section01__conts{
  width: 980px;
  margin: 0 auto;
}
/* main section 01 */
.main_section01__conts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin: 0 -0.9375rem; */
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.main_section01__conts ul li {
  padding:0;
  width: 25rem;
  height: 16.25rem;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin:20px;

}

.main_section01__conts ul li:nth-child(2n - 1) {
  margin: 10px 10px 10px 0;
}

.main_section01__conts ul li:nth-child(2n) {
  margin: 10px 0 10px 10px;
}

.main_section01__conts ul li:not(.on) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main_section01__conts ul li .main_section01__conts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main_section01__conts ul li .main_section01__conts__inner dl {
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: -.5px;
  padding: 1.25rem 0.625rem;
  -moz-transition: 0.5s padding ease-in-out;
  -o-transition: 0.5s padding ease-in-out;
  -webkit-transition: 0.5s padding ease-in-out;
  transition: 0.5s padding ease-in-out;
}
/*
.main_section01__conts ul li .main_section01__conts__inner dl dt:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  margin: 1.5625rem auto 0;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
*/
.main_section01__conts ul li .main_section01__conts__inner dl dd {
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -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_section01__conts ul li .de_item:hover {
  cursor: pointer;
}

/* [2024.03.11][유도열][웹접근성][사전진단3차] 디자인팀 가이드 랜딩페이지  */
.main_section01__conts ul li .de_item:hover dt,
.main_section01__conts ul li .de_item dt.on {
  height: 5rem;
}
.main_section01__conts ul li .de_item:hover dt img,
.main_section01__conts ul li .de_item dt.on img {
  opacity: 0;
  height: 0;
}
.main_section01__conts ul li .de_item:hover dd,
.main_section01__conts ul li .de_item dd.on {
  /* display: block; */
  height: 3.75rem;
  opacity: 1;
}
.main_section01__conts ul li .main_section01__conts__inner.on {
  background-color:#000;
}
.main_section01__conts ul li .main_section01__conts__inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main_section01__conts ul li.item01 .main_section01__conts__inner {
  background: url("../img/main/bg_benefit1.png") no-repeat center/cover rgba(0,0,0,0.8);
  border-radius: 20px 20px 0px 20px;
}

/* .main_section01__conts ul li.item01 .main_section01__conts__inner dl dd span {
  letter-spacing: -.3px;
} */

.main_section01__conts ul li.item02 .main_section01__conts__inner {
  background: url("../img/main/bg_benefit2.png") no-repeat center/cover rgba(0,0,0,0.8);
  border-radius: 20px 20px 20px 0px;
}

.main_section01__conts ul li.item03 .main_section01__conts__inner {
  background: url("../img/main/bg_benefit3.png") no-repeat center/cover rgba(0,0,0,0.8);
  border-radius: 20px 0px 20px 20px;
}

.main_section01__conts ul li.item04 .main_section01__conts__inner {
  background: url("../img/main/bg_benefit4.png") no-repeat center/cover rgba(0,0,0,0.8);
  border-radius: 0px 20px 20px 20px;
}
/* ch.byeon 20231103 */
.main_section01__conts ul li.item01:hover .main_section01__conts__inner {
  background-color:#000;
}

.main_section01__conts ul li.item02:hover .main_section01__conts__inner {
  background-color:#000;
}

.main_section01__conts ul li.item03:hover .main_section01__conts__inner {
  background-color:#000;
}

.main_section01__conts ul li.item04:hover .main_section01__conts__inner {
  background-color:#000;
}

.main_section01__conts ul li.on {
  /*width: calc(100% - 43.125rem);*/
}
.main_section01__conts ul li .main_section01__conts__inner dt img{
  width:28px;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  size: cover;
}
/*
.main_section01__conts ul li.on .main_section01__conts__inner {
  border-radius: 2px;
  background-position: center !important;
  background-size: cover !important;
}

.main_section01__conts ul li.on .main_section01__conts__inner dl {
  text-align: left;
  padding: 3.125rem;
}

.main_section01__conts ul li.on .main_section01__conts__inner dl dt:after {
  margin-left: 0;
}
*/
@media (max-width: 991px), (max-height: 900px) {
  .main_section01__conts {
    /* margin-top: 6.25rem; */
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .main_section01__conts {
    width: 100%;
  }

  .main_section01__conts ul li {
    width: 100%;
    height: 15rem;
    margin: 20px !important;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl dt {
    text-align: center;
  }
  .main_section01__conts ul li .main_section01__conts__inner {
    border-radius: 20px !important;
  }
  .main_section01__conts ul li .main_section01__conts__inner dl dd {
    text-align: center;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl dt:after {
    /* display: none; */
  }
  .main_section01__conts ul li.on {
    /* width: calc(100% - 17.8125rem); */
  }
}

@media (max-width: 575px) {
  .main_section01__conts {
    margin-top: 2.5rem;
  }
  .main_section01__conts ul {
    display: block;
    margin: 0;
  }
  .main_section01__conts ul li {
    width: calc(100% - 40px);
    height: auto !important;
    padding: 0.625rem 0;
  }
  .main_section01__conts ul li .main_section01__conts__inner {
    border-radius: 20px !important;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl {
    text-align: left;
    padding: 1.25rem 3.125rem;
    height: 12rem;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl dt {    
    margin-top: 1.25rem;
    height: 3.7rem;
  }
  .main_section01__conts ul li.on {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 415px) {
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl {
    text-align: left;
    padding: 1.85rem 3.125rem 1rem;
    height: 13.7rem;
  }
  .main_section01__conts ul li .main_section01__conts__inner dt img {
    margin-top: 1rem
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner.effect_on dt {
    margin-top: 1.25rem;
    height: 3.7rem;
  }
  .main_section01__conts ul li:nth-child(3) .main_section01__conts__inner.effect_on dt {
    height: 4.8rem;
  }
  .main_section01__conts ul li .main_section01__conts__inner dl dd {
    overflow: visible;
  }
}
@media (max-width: 280px) {
  .main_section .de_item.de_main_up.effect_on p{
    font-size: 1rem;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner p{
    font-size: 2.0625rem !important;
    line-height: 1.2;
  }
  .main_visual__slider_wrap .main_visual__slider__slogan .main_visual__slider__slogan__inner .slogan_name h2{
    line-height: 1;
  }
  .main_section .de_item.de_main_center.effect_on{
    margin-top: 2rem !important;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd:nth-child(2){
    line-height: 1;
  }
  .main_section01__conts ul li{
    padding: 0;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner dl {
    text-align: left;
    padding: 1rem 1rem 1rem;
    height: 10rem;
  }
  .main_section01__conts ul li:not(.on) .main_section01__conts__inner.effect_on dt{
    margin-top: 0.625rem;
    height: 3.7rem;
  }
  .main_section01__conts ul li .de_item:hover dd {
    margin-top:-0.5625rem;
    line-height: 1.2;
    font-size:12px !important;
  }
  .main_section01__conts ul li .main_section01__conts__inner dl dd{
    margin-top: -0.375rem;
  }  
  .main_section04__conts__list li .main_section04__conts__list__inner{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 60px 18px !important; 
  }
  .main_section04__conts__list li .main_section04__conts__list__inner dl{
    width: 100%;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner dl dt{
    font-size:20px !important;
    white-space: normal !important;
  }
  .main_section.section05 h1{
    margin-top: 0.625rem;
    line-height: 1;
  }
  .img_page ~ dl{
    margin: 1.5rem 2rem 0 !important;
  }
  .img_page ~ dl > *{
    line-height: 1.2;
  }

  .section_title_wrap{
    overflow: auto !important;
  }
  #container .loginBox .option_box a{
    font-size: 12px !important;
  }
  #container .loginBox .option_box .hr_ver{
    margin: 0 5px -3px !important;
  }
  .loginBox input[type="checkbox"] + label {
    padding-left: 22px !important;
    font-size: 12px !important;
  }
  input[type="checkbox"] + label:before{
    width: 16px !important;
    height: 16px !important;
    background-size: 16px 16px !important;
  }
  .loginBox form button{
    margin-top: 20px !important;
  } 
  .loginBox .fs_12,
  .loginBox .copyright{
    font-size: 12px !important;
  }

}

/* main section 02 */
.main_section.section02 {
  
}

@media (max-width: 991px), (max-height: 900px) {
  .main_section02__conts,
  .main_section03__conts,
  .main_section04__conts {
    margin-top: 6.25rem !important;
  }
}

@media (max-width: 575px) {
  .main_section02__conts,
  .main_section03__conts,
  .main_section04__conts {
    margin-top: 2.5rem !important;
  }
}

.main_section02__slider {
  margin: 0 -0.9375rem;
}

.main_section02__slider .slick-list {
  overflow: visible;
}

.main_section02__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_section02__slider li.main_section02__slider__item {
  height: auto;
  padding: 0 0.9375rem;
}

.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner {
  position: relative;
  margin:0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 1.875rem;
  height: 100%;
}

.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box img {
  width:430px;
  height:346px;
  float:right;
}

.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .num {
  padding-top: 1.25rem;
  font-family: "Pretendard", sans-serif;
  font-size: 8.75rem;
  font-weight: 100;
  padding-right: 1.875rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box  .item_box__txt {
  width: 958px;
  margin:0 auto;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl {
  padding-left: 10px;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd:nth-child(2){/*2023.10.23 pjsuny*/
  color: #000;
  line-height:44px;
  margin: 20px 0 34px 0;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd:nth-child(2) .half_yellow{
  background: linear-gradient(to top, #ffe585 50%, transparent 50%);
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dt{
  padding-top:10px;
}
.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd{
  color:#949494;
  line-height:28px;
}

.main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .style_reverse img {
  float: left;
  margin-right: 6.875rem;
}
.main_section02__slider.slick-initialized li.main_section02__slider__item:not(:first-of-type) {
  display: block;
}
@media (max-width: 1024px) {
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .style_reverse img{
    margin-right: 3.75rem;
  }
}
@media (max-width: 575px) {
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner {
    padding: 2.5rem 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box {
    display: block;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .num {
    font-size: 50px;
    padding-top: 0;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt {
    margin-top: 1.25rem;
    width: 100%;
  }
}

/* main section 03 */
.main_section03__conts .main_section03__conts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 {
  padding: 0 5rem;
  width: 37%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #D5D5D5;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #D5D5D5;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:first-of-type {
  position: relative;
  z-index: -1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:first-of-type img {
  width: 27rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:nth-child(2) {
  width: 19.5rem;
  z-index: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:nth-child(3) {
  width: 13.5625rem;
  z-index: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:not(:first-of-type) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  width: 31.5%;
  z-index: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info {
  padding-right: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico span {
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img + img {
  margin-left: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(1) {
  width: 3.375rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(2) {
  width: 3.6875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(3) {
  width: 2.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__txt {
  padding-top: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__txt p {
  font-size: 1.25rem;
  font-weight: 300;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape02 > figure {
  width: 9.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 31.5%;
  z-index: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info {
  padding-left: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico span {
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img + img {
  margin-left: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(1) {
  width: 2.8125rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(2) {
  width: 3.3125rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(3) {
  width: 3.8125rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__txt {
  padding-top: 1.875rem;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__txt p {
  font-size: 1.25rem;
  font-weight: 300;
}

.main_section03__conts .main_section03__conts__inner .main_section03__shape03 > figure {
  width: 9.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1720px) {
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01 {
    padding: 0 2.906976744186047vw;
    width: 34.41860465116279vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:first-of-type img {
    width: 25.11627906976744vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:nth-child(2) {
    width: 18.13953488372093vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01 figure:nth-child(3) {
    width: 12.61627906976744vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 {
    width: 29.30232558139535vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info {
    padding-right: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico {
    padding-top: 0.5813953488372093vw;
    padding-bottom: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico span {
    top: -2.906976744186047vw;
    font-size: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img + img {
    margin-left: 1.162790697674419vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(1) {
    width: 3.197674418604651vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(2) {
    width: 3.430232558139535vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico img:nth-child(3) {
    width: 2.732558139534884vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__txt {
    padding-top: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__txt p {
    font-size: 1.162790697674419vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__txt p br {
    display: inline-block;
    content: " ";
    padding: 0 2px;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 > figure {
    width: 8.72093023255814vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 {
    width: 29.30232558139535vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info {
    padding-left: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico {
    padding-top: 0.5813953488372093vw;
    padding-bottom: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico span {
    top: -2.906976744186047vw;
    font-size: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img + img {
    margin-left: 1.162790697674419vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(1) {
    width: 2.616279069767442vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(2) {
    width: 3.081395348837209vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico img:nth-child(3) {
    width: 3.546511627906977vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__txt {
    padding-top: 1.744186046511628vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__txt p {
    font-size: 1.162790697674419vw;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__txt p br {
    display: inline-block;
    content: " ";
    padding: 0 2px;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 > figure {
    width: 8.72093023255814vw;
  }
}

@media (max-width: 767px) {
  .main_section03__conts .main_section03__conts__inner {
    display: block;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01 {
    position: relative;
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01:before {
    top: -30px;
    left: 50%;
    width: 1px;
    height: calc(50% + 30px);
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape01:after {
    bottom: -30px;
    left: 50%;
    width: 1px;
    height: calc(50% + 30px);
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 {
    display: block;
    text-align: center;
    width: auto;
    margin-top: 70px;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info {
    padding-right: 0;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 .main_section03__shape02__info .main_section03__shape02__info__ico {
    padding-bottom: 0;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape02 > figure {
    margin: 20px auto;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 {
    display: block;
    margin-top: 20px;
    width: auto;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info {
    margin-top: 70px;
    padding-left: 0;
    text-align: center;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 .main_section03__shape03__info .main_section03__shape03__info__ico {
    padding-bottom: 0;
  }
  .main_section03__conts .main_section03__conts__inner .main_section03__shape03 > figure {
    margin: 20px auto;
  }
}

.main_section03__conts.effect_on .main_section03__conts__inner .main_section03__shape01 figure:first-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: 0.8s 1.8s transform ease-in-out;
  -o-transition: 0.8s 1.8s transform ease-in-out;
  -webkit-transition: 0.8s 1.8s transform ease-in-out;
  transition: 0.8s 1.8s transform ease-in-out;
}

/* main section 04 */
.main_section.section04 {
  background: #FAFAFC;
  padding-bottom: 110px;
}

.main_section04__conts__list {
  margin: -1.875rem -0.9375rem 0;
}

.main_section04__conts__list li {
  width: 25%;
  padding: 0 20px;
  /* margin-top: 1.875rem; */
}

.main_section04__conts__list li .main_section04__conts__list__inner {
  padding: 60px 40px 40px;
  background-color: #fff;
  height: 31.75rem;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-shadow: 0 10px 20px -2px rgba(236, 236, 236, 0.3);
  box-shadow: 0 10px 20px -2px rgba(236, 236, 236, 0.3);
}
.main_section04__conts__list li .main_section04__conts__list__inner .num { /* 231101 scyang 추가 */
  position: absolute;
  top: -0.8rem;
  left: 3.9rem;
  width: 3.1rem;
  height: 3.4rem;
  box-sizing: border-box;
  background: url(../img/main/slide_num_bg.png) left top no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding: 0.375rem 0.8rem 0 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.main_section04__conts__list li .main_section04__conts__list__inner dl {
  text-align: left;
}
.main_section04__conts__list li .main_section04__conts__list__inner dl dt {
  line-height: 1.2em;
  margin-bottom: 12px;
  min-height: 6.5rem; /* 231031 scyang 수정. 원래 값 : 5.5rem */
  /* white-space: nowrap; */
}
.main_section04__conts__list li .main_section04__conts__list__inner dl dd p{
  color:#949494;
}
.main_section04__conts .slick-dots {
  bottom: -50px;
}
.main_section04__conts .slick-dots li { /* 231031 scyang 추가 */
  width: 10px;
  height: 10px;
  border-radius: 20px;
  padding: 0;
  background-color: #ddd; 
}
.main_section04__conts .slick-dots li.slick-active { /* 231031 scyang 추가 */  
  /* background-color: #4E92FC; */
  /* [2024.02.23][이혜민][웹접근성][디자인가이드] 명도 대비 수정 */
  background-color: #3D89FF;
  /* [2025.04.04][최관우][웹접근성] 스타일 추가 */
  width : 25px; 
}
.main_section04__conts .slick-dots li button{
  position: absolute; 
  top: -5px; 
  left: -5px;
}
.main_section04__conts__list li .main_section04__conts__list__inner .de_item_bigdata br:first-of-type {
  display: none;
}

@media (max-width: 1720px) {
  .main_section04__conts__list li .main_section04__conts__list__inner dl dd p br {
    display: inline-block;
    content: " ";
    padding: 0 2px;
  }
  .main_section04__conts .slick-dots li { /* 231031 scyang 추가 */
    width: 10px;
    height: 10px;
  }  
}
@media (max-width: 1500px) {
  .main_section04__conts__list li .main_section04__conts__list__inner .de_item_bigdata br:first-of-type {
    display: block;
  }
}
@media (max-width: 1199px) {
  .main_section04__conts__list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .main_section04__conts__list li {
    width: 50%;
    padding: 0 0.5rem;
  } 
  .main_section04__conts__list li .main_section04__conts__list__inner {
    padding: 3.5rem 1.875rem 0;
  }
  .main_section04__conts .slick-dots li { /* 231031 scyang 추가 */
    width: 10px;
    height: 10px;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner .num {
    top: -0.6rem;
    left: 2.45rem;
    width: 2.8rem;
    height: 3.05rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .main_section04__conts__list li {
    width: 50%;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner {
    padding: 50px 30px 30px;
  } 
  .main_section04__conts .slick-dots li { /* 231031 scyang 추가 */
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box img {
    float: none;
    width: 100%;
    height: auto;
    display: block;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dt{
    font-size: 1.25rem !important;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd:nth-child(2){
    margin: 16px 0;
    line-height: 36px;
    font-size: 2.25rem !important;
  }
  .main_section02__slider li.main_section02__slider__item .main_section02__slider__item__inner .item_box .item_box__txt dl dd{
    font-size: 1.375rem !important;
    line-height: 24px;
  }
  .slick-dots li { /* 231031 scyang 추가 */
    width: 10px;
    height: 10px;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner .de_item_bigdata br:first-of-type {
    display: none;
  }  
  .main_section04__conts__list li .main_section04__conts__list__inner .num {
    left: 3rem;
    width: 3.1rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }
}


@media (max-width: 575px) {
  .main_section04__conts__list li {
    width: 100%;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner {
    -webkit-box-shadow: 0 2px 6px 2px rgba(236, 236, 236, 0.8);
    box-shadow: 0 2px 6px 2px rgba(236, 236, 236, 0.8);
  }
  .slick-dots li { /* 231031 scyang 추가 */
    width: 10px;
    height: 10px;
  }
  .main_section04__conts__list li .main_section04__conts__list__inner .de_item_bigdata br:first-of-type {
    display: block;
  }
}

.main_section .de_item.de_main_up {
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.main_section .de_item.de_main_up.effect_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main_section .de_item.de_main_down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.main_section .de_item.de_main_down.effect_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main_section .de_item.de_main_right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.main_section .de_item.de_main_right.effect_on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main_section .de_item.de_main_left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.main_section .de_item.de_main_left.effect_on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main_section .de_item.de_main_center {
  opacity: 0;
}

.main_section .de_item.de_main_center.effect_on {
  opacity: 1;
}

.main_section .de_item.de_main_zoomout {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.main_section .de_item.de_main_zoomout.effect_on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.ce_item {
  opacity: 0;
}

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

.pd_20 {
  padding: 1.25rem !important;
}

.pd_60 {
  padding: 0 3.75rem !important;
}

.bg_f2f2f2 {
  background-color: #f2f2f2;
}

.w100 {
  width: 100% !important;
}

.sub-visual {
  position: relative;
  display: block;
  margin: 110px 60px 0 60px;
  width: auto;
  border-radius: 20px;
}

.sub-visual > .sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.sub-visual > .sub > img {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;

  -webkit-animation: sub-visual-zoom 3s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    sub-visual-zoom 3s linear infinite alternate; /* Fx 5+ */
  -o-animation:      sub-visual-zoom 3s linear infinite alternate; /* Opera 12+ */
  animation:         sub-visual-zoom 3s linear infinite alternate; /* IE 10+, Fx 29+ */
}

.sub-visual > .sub > .dim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.45);
  margin: 0;
  padding: 0;
  max-width: 100%;
  border-radius: 20px;
}

.sub-visual.sub01 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../img/sub/bg_sub_visual_01.jpg") no-repeat center/cover;
}

.sub-visual.sub02 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../img/sub/bg_sub_visual_02.jpg") no-repeat center/cover;
}

.sub-visual.sub03 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../img/sub/bg_sub_visual_03.jpg") no-repeat center/cover;
}

.sub-visual.sub04 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../img/sub/bg_sub_visual_04.jpg") no-repeat center/cover;
}

.sub-visual.sub05 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../img/sub/bg_sub_visual_05.jpg") no-repeat center/cover;
}

.sub-visual > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 5.9375rem 0;
}

.sub-visual > div > * {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  margin-left: 15rem;
}
.en_text{
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .sub-visual > div {
    padding: 170px 0 100px;
  }
}

@media (max-width: 991px) {
  .sub-visual {
    height: auto;
  }
}

@media (max-width: 767px) {
  .mt40_20 {
    margin-top: 20px;
  }
  .sub-visual {
    height: auto;
  }
  .sub-visual > div {
    padding: 105px 0 50px;
  }
}

.sub_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.sub_breadcrumb li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 350;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  line-height: 1.3;
}

.sub_breadcrumb li.sub_breadcrumb__home {
  font-size: 0;
}

.sub_breadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.1563rem;
  width: 0.3125rem;
  height: 0.625rem;
  background: url("../img/sub/ico_breadcrumb_arrow.png") no-repeat center/100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub_breadcrumb li:last-child {
  font-weight: 700;
  margin-right: 0;
  padding-right: 0;
}

.sub_breadcrumb li:last-child:after {
  display: none;
}

/* location */
.location-wrap {
  position: relative;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  display: none;
}

.location-wrap ul.location-ul {
  margin: -20px auto 0;
  font-size: 0;
  line-height: 0;
  background-color: #679eed;
  -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(./assets/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: #679eed;
}

.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: #679eed !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: #8AB8FB;
  }
  .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: #679eed;
    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: #679eed;
}

.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 #679eed;
}

.dtable table tbody tr th,
.dtable table tbody tr td {
  font-size: 18px;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  vertical-align: middle;
}

.dtable table tbody tr th:last-child,
.dtable table tbody tr td:last-child {
  border-right: 1px solid #e8e8e8;
}

.dtable table tbody tr th {
  color: #333;
  font-weight: 400;
  background-color: #f6f6f6;
}

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


/* SERVICE */
.category_list--fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category_list--fc > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #666;
}

.category_list--fc > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dadada;
  border-right-width: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 350;
  padding: 16px 10px;
}

.category_list--fc > li.on a {
  color: #333 !important;
  font-weight: 700;
  border-bottom-color: transparent;
}

.category_list--fc > li.on a:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #679eed;
}

.category_list--fc > li:last-child a {
  border-right-width: 1px;
}

@media (min-width: 1200px) {
  .category_list--fc > li a:hover {
    background-color: #f7f7f7;
  }
}

@media (max-width: 767px) {
  .category_list--fc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category_list--fc > li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 1px;
  }
  .category_list--fc > li a {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #dadada;
  }
  .category_list--fc > li.on a {
    border-bottom-color: #dadada;
  }
}
.main_section04__conts__list li .main_section04__conts__list__inner .img_full_wrap {
  font-size: 0;
  padding: 0;
}

.img_full_wrap {
  font-family: 'Wooridaum';
  font-size: 25px;
  text-align: left;
  position: relative;
  color: #fff;   
  padding: 6.75rem 0;
  box-sizing: border-box; 
}

figure.img_full_wrap figcaption {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

figure.img_full_wrap figcaption * {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

.subCommon--fc {
  display: none;
}

.subCommon--fc h2 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 20px;
}

.subCommon--fc h2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  border-bottom: 20px solid #FF8774;
  border-right: 9px solid #FF8774;
  border-left: 9px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -6px;
}

.subCommon--fc h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 20px solid #FF8774;
  border-right: 9px solid transparent;
  border-left: 9px solid #FF8774;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 5px;
}

.cateBox {
  border-top: 1px solid #dadada;
  padding-top: 50px;
  margin-bottom: 50px;
}

.sub-cont-section {
  padding: 100px 0;
}

.sub-cont-section:last-of-type {
  padding-bottom: 120px;
}

.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: 767px) {
  .subCommon--fc h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .subCommon--fc h2:before {
    border-bottom-width: 10px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-left: -4px;
  }
  .subCommon--fc h2:after {
    border-top-width: 10px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-left: 4px;
  }
  .cateBox {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .sub-cont-section {
    padding: 50px 0;
  }
  .sub-cont-section:last-of-type {
    padding-bottom: 60px;
  }
  .sub_cont_tit {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

/* history */
.history_wrap1--fc {
  overflow: hidden;
  margin-top: 50px;
}

.history_wrap1--fc .col-md-6 {
  display: block;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: none;
}

.history_wrap1--fc .offset-md-6 {
  margin-left: 0;
  width: 100%;
}

.history_wrap1--fc .col-md-6,
.history_wrap1--fc .offset-md-6 {
  float: right;
  margin-bottom: 30px;
  padding-top: 20px;
  width: calc(100% - 155px);
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .history_wrap1--fc .col-md-6,
  .history_wrap1--fc .offset-md-6 {
    width: 100%;
    border-top: 0 none;
  }
}

.history_wrap1--fc dl {
  clear: both;
}

.history_wrap1--fc dl dt,
.history_wrap1--fc dl dd {
  float: left;
  margin-bottom: 20px;
  color: #666;
  font-family: 'Noto Sans KR', 'Noto Sans JP';
}

.history_wrap1--fc dl dt {
  width: 120px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}

.history_wrap1--fc dl dd {
  width: calc(100% - 120px);
  font-size: 15px;
  line-height: 1.6;
}

.history_tit1--fc {
  clear: both;
  float: left;
  padding-top: 10px;
  width: 140px;
  border-top: 1px solid #e21f25;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #e21f25;
  letter-spacing: -2px;
}

@media (max-width: 767px) {
  .history_tit1--fc {
    width: 100%;
  }
}

/* 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: #FF8774;
  border: 2px solid #679eed;
  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 #679eed;
  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: #679eed;
  -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;
  }
}

/* category tab */
.category-tab {
  margin-bottom: 3.75rem;
}

.category-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-tab ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 4.375rem;
}

.category-tab ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #f6f6f6;
  padding: 0.8125rem;
  height: 100%;
}

.category-tab ul li a:hover {
  background-color: #eaeaea;
}

.category-tab ul li.on a {
  background-color: #e2dff8;
  color: #7562e9;
  font-weight: 700;
}

.category-tab ul li.on a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  background-color: #7562e9;
}

@media (max-width: 575px) {
  .category-tab ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 1px;
  }
}

.category-tab.type_base ul li.on a {
  background-color: #dde7f8;
  color: #679eed;
}

.category-tab.type_base ul li.on a:after {
  background-color: #679eed;
}

@media (max-width: 575px) {
  .category-tab.partner_tab ul li {
    width: calc(50% - 2px);
  }
}

/* Contact Us */
.contact_banner {
  text-align: center;
  color: #fff;
  padding: 2.3125rem 20px;
  background: url("../img/sub/img_contactus_banner.jpg") no-repeat center/cover;
}

.btn {
  cursor: pointer;
}

.contact_conts {
  /* padding: 6.25rem 3.125rem; */
  padding-bottom: 3.75rem;
}

.contact_conts .contact_conts_title {
  padding: 28px;

}

.contact_conts__inner {
  border: 1px solid #DFDFDF;
  padding: 1.875rem;
}

.contact_conts__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
  margin: 0 -2.5rem;
}

.contact_conts__inner ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 2.5rem;
}

.contact_conts__inner ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 46px;
  margin-top: -23px;
  background-color: #D5D5D5;
}

@media (max-width: 575px) {
  .contact_conts {
    padding: 2.5rem 2.5rem;
  }
  .contact_conts .contact_conts_title{
    padding: 0 !important;
  }
  .contact_conts .pd_60{
    padding: 0 !important;
  }
  .contact_conts .fs_12{
    font-size: 12px !important;
  }
}


@media (max-width: 1199px) {
  .contact_conts__inner ul li:after {
    display: none;
  }
}

.contact_conts__inner ul li:last-child:after {
  display: none;
}

.contact_conts__inner ul li figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  padding-right: 1.875rem;
}

@media (max-width: 575px) {
  .contact_conts__inner ul li {
    display: block;
  }
  .contact_conts__inner ul li figure {
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.contact_conts__inner__comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5625rem 1.875rem 1.5625rem 4.6875rem;
  font-size: 1rem;
  background-color: #F8F8F8;
  margin-top: 0.9375rem;
}

.contact_conts__inner__comment img {
  position: absolute;
  top: 1.5625em;
  left: 1.875em;
  width: 1.875em;
}

.contact_conts__inner__comment p {
  font-size: 1em;
  font-weight: 300;
  padding-right: 1.875rem;
  width: 100%;
}

.contact_conts__inner__comment a {
  display: block;
  padding: 0.3125rem 0.9375rem;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .contact_conts__inner__comment a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .contact_conts__inner__comment {
    display: block;
    text-align: center;
    padding: 1.5625rem 1.875rem;
  }
  .contact_conts__inner__comment img {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0 auto;
  }
  .contact_conts__inner__comment p {
    padding-right: 0;
    margin-top: 1.25rem;
  }
  .contact_conts__inner__comment a {
    display: inline-block;
    margin-top: 1.875rem;
  }
}

/* download */
.hr_sub_tit_sm {
  width: 2.5rem;
  height: 2px;
  margin: 1.25rem auto;
  border-color: #DFDFDF;
}

.btn_download_lg {
  display: inline-block;
  padding: 1.5rem;
  text-align: center;
  font-size: 0;
  max-width: 530px;
  margin: 0 auto;
  background-color: #3D89FF; /* 20231211 ch.byeon */
  border-radius: 5px;
  width: 22.9rem;
  margin-top: 5.6rem;
  max-width: 100%;
}

.btn_download_lg span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.btn_download_lg img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.25rem;
  width: 20px;
}

/* faq */
/* [2025.04.04][최관우][웹접근성] 명도대비로 인한 색상 추가 */
.faq-accent {
  color:#FD4646;
}
.faq_accordion_box {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.faq_accordion_box .faq_accordion + .faq_accordion {
  border-top: 1px solid #E9E9E9;
}

.faq_accordion_box .faq_accordion dt {
  position: relative;
  padding: 1.5em 4.8em 1.5em 2.5em;
  background-color: #fff;
  cursor: pointer;
  line-height: 1.7;
  -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;
  color: #232323;
  font-size: 1.125rem;
  font-weight: 600;
}

.faq_accordion_box .faq_accordion.on dt {
  background: #F8F8F8;
}

.faq_accordion_box .faq_accordion.on dd {
  border: none;
}
.faq_accordion_box .faq_accordion.on dd p{
  line-height: 1.5;
}

/* .faq_accordion_box .faq_accordion dt:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 0.15em;
  height: 1.5em;
  background-color: #679eed;
} */

/* .faq_accordion_box .faq_accordion dt:after {
  content: "";
  position: absolute;
  top: 1.25em;
  right: 1.5em;
  width: 1.8em;
  height: 1.8em;
  background: url("../img/sub/ico_faq_arrow.svg") no-repeat center/100%;
  -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;
} */

.faq_accordion_box .faq_accordion dt:after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 1.8em;
  height: 1.8em;
  background: url("../img/sub/ico_down_arrow.png") no-repeat center/100%;
  -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;
}

/* [2024.03.28][유도열][웹접근성][1차심사] faq.html 디자인팀 가이드 */
.faq_accordion_box .faq_accordion dt:focus-visible {
  outline-offset: -2px;
}

/* 20240419 ch.byeon */
/*** Quick Link ***/ 
.section06 {
  background: #FAFAFC;
  height: auto !important;
}
.partner_box .itemBox {
  margin: -20px 40px 10px 40px; /* 20240422 sc.yang margin-top 값 수정 */
  height: 100px; 

}
.partner_box .itemBox .slick-track >li { /* 20240422 sc.yang 선택자 수정 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  margin:0 14px;
  height: 100px; 
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.partner_box .itemBox li img {
  width: 100%;
}
.partner_box .itemBox button {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 30px;
  border: none;
  opacity: 0.8;
  cursor: pointer;
}
.partner_box .itemBox button.slick-prev {
  left:-40px;
  font-size:0;
  color:transparent;
  background: url(../img/main/arr_left.svg) no-repeat;
}
.partner_box .itemBox button.slick-prev:hover{
  background: url(../img/main/arr_left_over.svg) no-repeat;
}
.partner_box .itemBox button.slick-next:hover{
  background: url(../img/main/arr_right_over.svg) no-repeat;
}
.partner_box .itemBox button.slick-next {
  right:-40px;
  font-size:0;
  color:transparent;
  background: url(../img/main/arr_right.svg) no-repeat;
}

/* 20240422 sc.yang */
/* Quick Link dot style */
.partner_inner {
  margin-top: 55px;
}
.partner_box .slick-dots {
  bottom: -40px;
}
.partner_box .slick-dots li {
  /* [2025.04.04][최관우][웹접근성] 스타일 변경 */
  /* width: 20px !important; */
  height: 20px !important;
  border: 0px;
  display:inline-block !important;
  margin:0 5px;
}
.partner_box .slick-dots li button {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  margin:0px; 
  padding:0px; 
}
.partner_box .slick-dots li button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;  
  padding: 0;
  background-color: #ddd;  
  transition: background 0.4s;
}

/* [2025.04.04][최관우][웹접근성] 스타일 추가 */
.partner_box .slick-dots li.slick-active {
  width:25px !important;
}

.partner_box .slick-dots li.slick-active button::after {
  background: #3D89FF !important;
  /* [2025.04.04][최관우][웹접근성] 스타일 변경 */
  width:25px !important;
  margin:0px !important;
}
/* Section07 style */
.section07.main_section,
.section07 .inner {
  padding-bottom: 0 !important;
  height: 70% !important;
  text-align: center;
}
.main_visual__slider__slogan .inner{
  max-width: 800px;
}
@media (max-width: 767px) {
  .partner_box .itemBox .slick-track {
    padding-top: 10px;
  }
  .partner_box .itemBox .slick-track >li{
    margin:0 10px;
    height: 84px;
  }
}
@media (max-width:640px) {
  .partner_box .itemBox .slick-track >li{
    margin:0 20px;
    height: 80px;
  }
  .partner_box .itemBox li img {
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  /* .faq_accordion_box .faq_accordion dt:hover:after {
    background-image: url("../img/sub/ico_faq_arrow_hover.svg");
  } */
}

.faq_accordion_box .faq_accordion dd {
  position: relative;
  padding: 1.5em 1.5em 1.5em 2.5em;
  border-top: 1px solid #DFDFDF;
  background-color: #F8F8F8;
  display: none;
  padding-top: 0;
}
.faq_accordion_box .faq_accordion dd p{
  padding-top: 0.625rem;
  opacity: 0;
  line-height: 2.1;
  -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;
  color: #7e7e7e;
  font-size: 1.125rem;
}
.faq_accordion_box .faq_accordion dd ul{
  padding-left: 1.25rem;
}
.faq_accordion_box .faq_accordion dd ul>li{
  margin-bottom: 10px;
  color: #484848;
  line-height: 1.5;
}
.faq_accordion_box .faq_accordion dd ul>li>ul>li{
  margin-bottom: 0;
}
.faq_accordion_box .faq_accordion dd a {
  display: inline-block;
  margin-top: 0.625rem;
  color: #fff;
  background-color: #3D89FF; /* 20231211 ch.byeon */
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}

.faq_accordion_box .faq_accordion dd a img {
  width: 1rem;
  margin: 0 -4px -2px 5px;
}

/* .faq_accordion_box .faq_accordion dd:before {
  content: "";
  position: absolute;
  top: 1.65em;
  left: 1.5em;
  width: 0.15em;
  height: 1.5em;
  background-color: #FF8774;
  opacity: 0;
  -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;
} */

.faq_accordion_box .faq_accordion.on dt:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq_accordion_box .faq_accordion.on dd:before,
.faq_accordion_box .faq_accordion.on dd p {
  opacity: 1;
  -moz-transition: 0.2s 0.3s all ease-in-out;
  -o-transition: 0.2s 0.3s all ease-in-out;
  -webkit-transition: 0.2s 0.3s all ease-in-out;
  transition: 0.2s 0.3s all ease-in-out;
}

@media (max-width: 575px) {
  .faq_accordion_box .faq_accordion .fs_20 {
    font-size: 14px !important;
  }
  .faq_accordion_box .faq_accordion dd p{
    line-height: 1.5 !important;
  }
}

@-webkit-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-moz-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@-o-keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
@keyframes zoom-a {
    0% { background-size: 100% auto; }
    100% { background-size: 120% auto; }
}
.type-a {
  -webkit-animation: zoom-a 10s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-a 10s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-a 10s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-a 10s linear infinite alternate; /* IE 10+, Fx 29+ */
}
.swiper {
  width: 100%;
  /* height: 500px; 231031 scyang 주석으로 바꿈 */
  overflow: visible;
}
.swiper-container {overflow: visible;}
/* 퀵메뉴 */
.main-quick-btn {
  display: block;  
  position: fixed; 
  width: 60px; 
  height: 60px; 
  bottom: 60px; 
  background: linear-gradient(180deg, #4E92FC 0%, #20C4F4 99.99%, rgba(78, 146, 252, 0.01) 100%);
  border-radius: 100%;
  right: 2.75rem; 
  z-index: 999999; 
  cursor: pointer; 
  transition: bottom 0.4s; /* 231031 scyang 추가 */
}
.main-quick-btn::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:42px;
  height:42px;
  background:url(../img/main/quick.svg) center no-repeat;
}
.main-quick-btn:hover{
  background:#4E92FC;
}
.main-quick-btn.main-on {bottom: 125px;}
.main-quick-btn img {max-width: 100%;}
/* 메인 탑 메뉴 */
.main-to-top-btn{
    position:fixed; 
    bottom: -10rem; 
  right: 2.75rem; 
    display:block; 
  width: 58px; 
  height: 58px; 
    background-color:#fff; 
  border-radius: 100%;
    z-index:99;
    /* border:1px solid #eee; */
    opacity:0;
  box-shadow:0px 1px 12px rgba(39, 39, 39, 0.1);
  transition: all 0.4s; /* 231031 scyang 추가 */
}
.main-to-top-btn::after{
  content:'';
  display: inline-block;
  margin: 12px;
  width:32px;
  height:32px;
  background:url(../img/main/btn_top.svg) center no-repeat;
  transition: transform 0.35s ease-in-out;
}
.main-to-top-btn.bottom-fixed {bottom: 60px; opacity:1.0;}
.main-to-top-btn:hover::after{
  transform: translate(0, -3px);
}
/* #fullpage .main-to-top-btn{display:none;} */
.main-to-top-btn.main-on { bottom:60px; opacity:1.0; z-index: 99999;}

@media (max-width: 992px) {
  .main-quick-btn, 
  .main-to-top-btn{
    right: 1.25rem; 
  }
  .quick_child,
  .quick_child.quick_on{
    right: 0; 
  }
}


/* 231024 scyang 수정 */
.quick_child{
  opacity: 0;
  position: fixed;
  width: 100px;
  height: 0px;
  overflow: hidden;
  bottom: 148px;
  right: 1.875rem;
  z-index: 999;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.20);
  /* border: 1px solid #555d5f; */
  padding: 20px 10px;
  box-sizing: border-box;
}
.quick_child li {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  margin: 10px 0;
}
.quick_child li div{
  letter-spacing: -0.0156rem;
  line-height: 1.2;
}
/* .quick_child li:first-child {
  margin-top: 11px;
} 
.quick_child li:last-child {
  margin-bottom: 11px;
}*/
.quick_child a:focus-visible {
    outline: 2px solid #3D89FF !important; /*240229 ch.byeon*/
    z-index: 9999;
  }

.quick_child.main-on {bottom: 213px;}
.quick_child.quick_on{
opacity: 1;
height: 310px;
}
.quick_child.quick_on li:hover{
filter: brightness(0) saturate(100%) invert(45%) sepia(70%) saturate(917%) hue-rotate(192deg) brightness(103%) contrast(98%);
}
.quick_child.main-on li:hover {
filter: none;
}
.quick_bgwhite {
  background:#fff;
  /* background: rgba(255, 255, 255, 0.20); */
  border: 1px solid #e1eff3;
}
.quick_bgwhite img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(78%) saturate(3383%) hue-rotate(197deg) brightness(97%) contrast(105%);
}
.quick_bgwhite li{
  color:#4E92FD;
}
.quick_bgwhite li:hover{
  color:#0C5EDD;
}
.quick_bgwhite li:hover img{
  filter: invert(44%) sepia(97%) saturate(7488%) hue-rotate(213deg) brightness(95%) contrast(91%);
}

.get_start {
  margin: 3.125rem auto 0 auto;
  display: flex;
  /* width: 260px;
  height: 70px;
  padding: 4px 16px; */
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  height: 4.375rem;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
  background: #2b313f;
  border:1px solid #2b313f;
  overflow: hidden;
  transition: color 0.4s 0.1s ease-out;
  line-height: 250%;
}
.get_start::before {
  position: absolute;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  line-height: 20em;
  left: -4.5em;
  text-align: center;
  transition: box-shadow 0.4s ease-out;
  z-index: -1;
}
.get_start:hover {
  color: #2b313f;
}
.get_start:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
}
.section05 {
  margin: 0px auto 100px;
  text-align: center;
  height: auto !important;
}
.columns-3 {
  width: 100%;
  display:flex;
}
.columns-3 > *{
  width: 23%;
}
.columns-3 > .footer-info-wrap{
  /* width: calc(100% - 40%); */
  width: calc(100% - 45%); /* 20231114 */
}

/*# sourceMappingURL=style.css.map */

/* mj */
.rect-big {
  background-color: #F3F7F8;
  border-radius: 20px;
}
.sub-cont-section .gray-box {
  background-color: #F3F7F8;
  border-radius: 20px;
  padding: 6.8rem 5.5rem;
}
.sub-cont-section .gray-box .label{ /* 20231211 ch.byeon */
  display: inline-block;
  padding: 0.1875rem 1.25rem;
  color: #006BE8;
  background: #b9d7ff;
  border-radius: 50px;
}
.sub-cont-section .gray-box h4{
  margin-top: 0.5rem;
  line-height: 1.1;
}
.ws-pre {
  white-space: pre;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  border-left-style: hidden;
  border-right-style: hidden;
}
.table table thead th, .table table tbody td {
  border: 1px solid #E9E9E9;
}
.table table thead th {
  background-color: #F5F7F9;
  line-height: 3.75rem;
  border-top: 1px solid #707070;
  font-weight: 700;
  color: #232323;
  font-size: 1.125rem;
}
.table table tbody td {
  font-size: 1.125rem;
  font-weight: 400;
  color: #7F7F7F;
  text-align: center;
  padding: 0.82rem 0.5rem;
  vertical-align: middle;
}
.table table tbody td[scope="row"] {
  vertical-align: middle;
}
.flex_box--fc > .card {
  border: 1px solid #E9E9E9;
  background-color: #fff;
  border-radius: 20px;
  padding: 2.7rem 2rem;
  margin-top: 0;
  /* width: 21.625rem;
  height: 21.625rem; */
  overflow: hidden;
}
.flex_box--fc > .card.full {
  border-radius: 20px;
  border: 1px solid #F3F7FA;
  background: #F5F5F5;
}
.flex_box--fc > .card > .ico_img {
  overflow: hidden;
}
.flex_box--fc > .card > .ico_img > img {
  float: right;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .flex_box--fc > .card > .ico_img > img{
    width: 5rem;
  }
}
.flex_box--fc > .card > .ico_img.center > img {
  float: none;
  display: block;
  margin: 1rem auto 2rem auto;
  width: 5rem;
}
.flex_box--fc > .card > .title {
  font-size: 1.437rem;
  color: #484848;
  padding-left: 2.5rem;
  position: relative;
  clear: both;
  margin-top: 1.8rem;
  line-height: 1.4;
}
.flex_box--fc > .card > .sub_title {
  font-size: 1.5rem;
  color: #484848;
  font-weight: 700px;
  margin-top: 3rem;
}
.flex_box--fc > .card > .title:before {
  content: ' ';
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #3D89FF; /* 20231211 ch.byeon */
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.437rem;
  font-weight: 700;
}
.flex_box--fc > .card > .title.one:before {
  content: '1';
}
.flex_box--fc > .card > .title.two:before {
  content: '2';
}
.flex_box--fc > .card > .title.three:before {
  content: '3';
}
.flex_box--fc > .card > .title.four:before {
  content: '4';
}
.flex_box--fc > .card > .card_txt {
  margin-top: 1.062rem;
  font-size: 1rem;
  color: #7F7F7F;
  line-height: 1.5rem;
}
.flex_box--fc > .card > a {
  width: 8.625rem;
  /* padding: 0.32rem 0; */
  font-weight: 700;
  margin-top: 2.1rem;
  display: block;
}
/* .flex_box--fc > .card > a::after{
  content: '';
  display:block;
  clear:both;
} */
.flex_box--fc > .card > a.white {
  background-color: #fff;
  border: 1px solid #4E92FC;
  color: #4E92FC;
}
.flex_box--fc > .card > a > img {
  width: 1rem;
  margin-bottom: -0.13rem;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
.li_circle {
  padding-left: 1rem;
  position: relative;
}
.li_circle::before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #7F7F7F;
  border-radius: 50%;
  left: 0.312rem;
  top: 0.4rem;
}
ul.flex_box--fc.ea-3-gap > li {
  width: calc(33.333% - 1rem);
}
ul.flex_box--fc.ea-4-gap > li {
  width: calc(25% - 1rem);
}
ul.flex_box--fc.ea-2-gap > li {
  width: calc(50% - 1rem);
}
.flex_box--fc > .card > .logo_img {
  width: 11.25rem;
  display: block;
  margin: 1.25rem auto;
}
.flex_box--fc > .card > .logo_txt {
  color: #000;
  text-align: center;
  font-size: 1.75rem;
  font-family: 'Wooridaum';
  margin: 2rem 0 1rem;
}
ul.sub-tab-menu {
  margin: 0 auto;
  width: 1280px;
  background: #fff;
  display: flex;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.07);
  margin-top: -2.5rem;
}
ul.sub-tab-menu > li {
  background-color: #fff;
  color: #484848;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.46px;
  line-height: 5rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
ul.sub-tab-menu > li > a {
  display: block;
}
ul.sub-tab-menu > li:first-of-type {
  border-radius: 20px 0 0 20px;
}
ul.sub-tab-menu > li:last-child {
  border-radius: 0 20px 20px 0;
}
ul.sub-tab-menu > li:not(:last-child):not(.on):after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 2rem;
  background-color: #DBDBDB;
  top: 1.5rem;
  right: 0rem;
}
ul.sub-tab-menu > li.on {
  background-color: #3D89FF; /* 20231211 ch.byeon */
  color: #fff;
}
.contact-us-box {
  margin: 6.25rem 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  text-align: center;
  padding: 3.125rem 2.5rem 2.5rem;
}

.contact-us-box.card {
  border: 1px solid #E9E9E9;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 3.375rem;
}

.contact-us-box > p {
  color: #232323;
  font-size: 1.25rem;
  font-weight: 500;
}
.contact-us-box > p > svg {
  vertical-align: text-top;
}
.contact-us-box > a {
  display: block;
  width: 10.5rem;
  margin: 2rem auto 0 auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background-color: #3D89FF;/* 20231211 ch.byeon */
  border-radius: 8px;
  padding: 0.5rem 0;
}
.contact-us-box > a > img {
  width: 1rem;
  height: 1rem;
  margin-bottom: -2px;
  margin-left: 0.2rem;
  margin-right: -0.4rem;
}
.color_232323 {
  color: #232323;
}
.color_8e8e8e {
  color: #8e8e8e;
}
.color_a5a5a5 {
  color: #a5a5a5;
}
.color_aeaeae {
  color: #aeaeae;
}
.section_title_wrap {
  /* overflow: hidden; */
}
.section_title_wrap > :first-child {
  display: inline-block;
}
.section_title_wrap > :last-child {
  float: right;
}
.btn_link {
  background-color: #3D89FF;/* 20231211 ch.byeon */
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid #3D89FF;/* 20231211 ch.byeon */
  overflow: hidden;
  transition: color 0.4s ease-out;
  position: relative;
}
.btn_link span {
  z-index: 3;
}
.btn_link::before{
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  /* right: 0;
  bottom: 0;  */
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em; /* 231115 > 20240111 고재량 22 > 23으로 수정 > 20240229 ch.byeon 20으로 수정 */
  height: 20em;
  line-height: 20em;
  text-align: center;
  transform: translate(-50%,-50%) !important;
  transition: box-shadow 0.5s ease-out;
  z-index: 1;
}
.btn_link:hover {
  color: #3D89FF !important;   /* 20231211 ch.byeon */
}
.btn_link:hover::before {
  box-shadow: inset 0 0 0 10em #fff !important;
}
.btn_setup::before{ /* 20240229 ch.byeon  버튼hover 효과 추가*/
	width:23em;
}
.btn_link.h_big::before{
  width: 28em !important;
  height: 28em !important;
  line-height: 28em !important;
}
.btn_link.h_big:hover::before {
  box-shadow: inset 0 0 0 28em #fff !important;
}
.btn_link.center {
  display: block;
  margin: 0 auto;
}
.btn_link.download {
  display: inline-block;
  padding: 1.5rem;
  max-width: 100%;
  width: 22.9rem;
  margin-top: 3.5rem;
}
.btn_link.download span {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.btn_link.download span::after {
  content: '';
  background-image: url(../img/sub/ico_download.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  margin-left: 20px;
  width: 24px;
  height: 24px;
  transition: background 0.3s 0.1s;
}
.btn_link.download:hover span::after {
  background-image: url(../img/sub/ico_download_blue.png);
}
.btn_link.view span::after {
  background-image: url(../img/sub/ico_view.png);
}
.btn_link.view:hover span::after {
  background-image: url(../img/sub/ico_view_blue.png);
}
@media (max-width: 575px) {
  .btn_link.download span::after {
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }
}
@media (max-width: 280px) {
  .btn_link.download span::after {
    margin-top: 3px;
  }
}
  

.btn_link.next span {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.btn_link.next span::after {
  content: '';
  background-image: url(../img/sub/ico_next_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: background 0.3s 0.1s;
}
.btn_link.next:hover span::after {
  background-image: url(../img/sub/ico_next_blue.svg);
}
/* 
.btn_link:not(.disabled):hover {
  color: #4E92FC;
  background-color: #fff;
}
.btn_link:not(.disabled):hover img {
  color: #4E92FC;
}*/
.btn_link.white {
  background-color: #fff;
  color: #3D89FF;
  border: 1px solid #3D89FF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  margin-left: 2rem;
}
.btn_link.white:hover{
  color:#fff !important;
}
.btn_link.white:hover span::after,
.program > .btn_link.white:hover span::after{
  background-image: url(../img/sub/ico_next_white.svg); 
}
.btn_link.white:hover::before {
  box-shadow: inset 0 0 0 26em #4E92FC !important;
}
.btn_link.white span{
  position: relative;
  padding-right: 15px;
}
.disabled,
.btn_link.disabled {
  opacity: 0.5;
}
.disabled:hover{
  background: #4E92FC !important;
  color: #fff !important;
}
.btn_link.disabled:hover span::after{
  background-image: url(../img/sub/ico_next_white.svg) !important;
}
.btn_link.disabled:hover::before{
  box-shadow: initial !important;
}
.btn_link > img {
  width: 1rem;
  margin-bottom: -2px;
}
.program > .btn_link span::after{
  background-image: url(../img/sub/ico_next_white.svg); 
  right: -2%;
}
.program > .btn_link.white span::after{
  content:'';
  position: absolute;
  background-image: url(../img/sub/ico_next_blue.svg); 
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2%;
  width: 16px;
  height: 16px;
}
.contact-us-box > ul {
  margin-left: 3.437rem;
  margin-top: -0.5rem;
}
.contact-us-box > ul > li {
  text-align: left;
  font-size: 1.125rem;
  color: #7f7f7f;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
}
.contact-us-box > ul > li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #232323;
  border-radius: 50%;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* sub */
@-webkit-keyframes sub-visual-zoom {
  0% {
    transform: scale(1);
  }
    100% {
    transform: scale(1.1);
  }
}

@keyframes sub-visual-zoom {
  0% {
    transform: scale(1);
  }
    100% {
    transform: scale(1.1);
  }
}

#login_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 254px;
}
#login_footer{
  position: relative;
  transform: translateY(-100%);
  height: 254px !important;
}
#container {
  margin-top: 10.625rem;
  width: 398px;
  box-sizing: border-box;
  padding: 0;
}
#container .loginBox {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  line-height: 1;
}
#container .loginBox > a {
  display: block;
  margin: 0 auto; 
}
#container .loginBox > a + a:hover{
  text-decoration: underline;
}
#container .loginBox .option_box{
  line-height: 1.5;
}
#container .loginBox .option_box a:hover{
  text-decoration: underline;
}
.form-field {
  position: relative;
}
.form-field label {
  position: absolute;
  left: 1.5rem;
  top: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 37px;
  /* [2025.04.04][최관우][웹접근성] 명도대비로 인한 색상 변경 */
  /* color: #A5A5A5; */
  color: #919191; 
  margin-top: 1.1rem;
  margin-bottom: 5px;
}
.form-field input:not([type="checkbox"]) {
  outline: none;
  color: #232323;
  margin-top: 10px;
  padding: 0 1.5rem;
  font-weight: 500;
  font-size: 18px;
  box-shadow: none;
  width: 100%;
  height: 3.25rem;
  background: transparent;
  border: 1px solid #DCDCDC;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.loginBox .form-field input:not([type="checkbox"]):focus + label,
.loginBox :not([type="checkbox"]):not(:placeholder-shown) ~ label {
  top: -15px;
  left: 16px;
  font-weight: 600;       
  font-size: 1rem;
  background: #fff;
  line-height: 12px;
    z-index: 2;
  padding: 0 4px 0 5px;
  color: #4E92FC;
}
.loginBox .form-field input:focus {
	/*[20240223][hm.lee][웹접근성][디자인팀가이드] 초점이동 - 디자인팀가이드18*/
  border: 2px solid #4E92FC;
}
/*[20240223][hm.lee][웹접근성][디자인팀가이드] 초점이동 - 디자인팀가이드18*/
.loginBox .from-field input:focus-visible{
	outline: 0 !important;
}

.loginBox input[type="checkbox"] {
  width: 0;
  height: 0;
  position: relative;
  background: initial !important;
  margin: 0;
  padding: 0;
}
.loginBox input[type="checkbox"]:focus + label:before {
  outline: 1px auto #4E92FC;
}
/* .loginBox input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sub/ico_checkbox.png) center/cover;
} */
.loginBox input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #999;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  margin-left: -3px;
}
input[type="checkbox"] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border-radius: 0;
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/sub/ico_checkbox.png) center/cover;
  background-position: center;
}
input[type="checkbox"]:checked + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #679eed;
  border-color: #679eed;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: url(../img/sub/ico_checkbox_check.png) center/cover;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto #4E92FC;
  outline-offset: 0px;
}
.hr_ver {
  display: inline-block;
  background: #E1E1E1;
  width: 1px;
  height: 14px;
  vertical-align: baseline;
  margin: 0 8px -1px;
}
.loginBox form button[type=submit] {
  border-radius: 35px;
  background: #3D89FF; /* 20231211 ch.byeon */
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  width: 100%;
  padding: 1.375rem 0;
  border: 1px solid #3D89FF; /* 20231211 ch.byeon */
  transition: all .4s cubic-bezier(.645,.045,.355,1)
}
.loginBox form button[type=submit]:hover {
  background-color: #fff;
  color: #3D89FF; /* 20231211 ch.byeon */
}

.loginBox button[type=button] {
  border-radius: 35px;
  background: #3D89FF; /* 20231211 ch.byeon */
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  width: 100%;
  padding: 1.375rem 0;
  border: 1px solid #3D89FF; /* 20231211 ch.byeon */
  transition: all .4s cubic-bezier(.645,.045,.355,1)
}
.loginBox button[type=button]:hover {
  background-color: #fff;
  color: #3D89FF; /* 20231211 ch.byeon */
}
.loginInfo{
  line-height: 1;
}
.loginInfo .hr_ver{
  height: 12px; 
}
.loginInfo a:hover{
  text-decoration: underline;
}
.copyright{
  letter-spacing: 0;
}
.comment{
  line-height: 1.375rem;
}
.secu-list {
  /* background-color: #fff;
  border-radius: 10px; */
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}
.secu-list dt {
  background-color: #F5F5F5;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #E9E9E9;
  padding: 0.8rem 1.8rem;
}
.secu-list dt span:last-child {
  float: right;
}
.secu-list dd {
  padding: 1.8rem;
}
.secu-list dd > ul {
  padding-left: 1.1rem;
  margin-bottom: 1.5rem;
}
.secu-list dd > ul > li {
  color: #7f7f7f;
  line-height: 2rem;
  position: relative;
}
.secu-list dd > ul > li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #232323;
  border-radius: 50%;
  left: -1rem;
  top: 1rem;
}
.color_green {
	/*[20240207][hm.lee][웹접근성][디자인팀확인240123] 명도대비 - 디자인팀가이드15*/
  color: #049925 !important;
}
.float_right {
  overflow: hidden;
}
.float_right > * {
  float: right;

}
.dropdown > a {
  position: relative;
}
.dropdown > a::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_down_arrow_white.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-color: transparent;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.dropdown:hover > a::after, body:not(.main) #header .dropdown > a::after {
  background-image: url(../img/common/ico_down_arrow_black.png);
}
.dropdown:hover > ul {
  display: block;
}
.dropdown > ul {
  display: none;
  position: absolute;
  top: 65%;
  left: 50%;
  min-width: 100%;
  background-color: #ffffff;
  text-align: left;
  margin-top: 0.9375rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 0;
  border-radius: 10px;
  transform: translateX(-50%)
}
.dropdown > ul > li > a {
  display: block;
  margin: auto;
  font-size: 1rem;
  line-height: 1.4;
  color: #484848;
  padding: 1rem 0;
  width: 10rem;
  text-align: center;
  font-weight: 700;
}
.dropdown > ul > li > a:hover {
  color: #4E92FD;
}
#header.fixed--fff .dropdown > a::after {
  background-image: url(../img/common/ico_down_arrow_black.png);
}

/* main text */
.slogan_text {
  position: relative;
  height: 180px !important;
}
@media (max-width: 575px) {
  .slogan_text {
    height: 170px !important;
  }
}
.slogan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0; /* 2024.03.28 scyang 추가 */
}
/* 2024.03.28 scyang 추가 시작 */
.slogan.blur-in { 
  -webkit-animation: blur-txt-in 4s linear forwards alternate;
  -moz-animation:    blur-txt-in 4s linear forwards alternate;
  -o-animation:      blur-txt-in 4s linear forwards alternate;
  animation:         blur-txt-in 4s linear forwards alternate;
}
.slogan.blur-out { 
  -webkit-animation: blur-txt-out 4s linear forwards alternate;
  -moz-animation:    blur-txt-out 4s linear forwards alternate;
  -o-animation:      blur-txt-out 4s linear forwards alternate;
  animation:         blur-txt-out 4s linear forwards alternate;
}
.slogan_btnArea {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.slogan_btnArea button {
  padding: 5px;
  min-width: 20px;
  height: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slogan_btnArea button::after {
  content: '';
  display: inline-block;
  background-color: #707F9A;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  transition: width 0.5s;
}
.slogan_btnArea button.on::after {
  background-color: #FFF;
  width: 25px;
}
@-webkit-keyframes blur-txt-in {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  10% {
    filter: blur(4px);
    opacity: 0;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur-txt-in {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  10% {
    filter: blur(4px);
    opacity: 0;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur-txt-out {
  0% {
    filter: blur(0px);
    opacity: 1;
  }
  10% {
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    filter: blur(4px);
    opacity: 0;
  }
}
@keyframes blur-txt-out {
  0% {
    filter: blur(0px);
    opacity: 1;
  }
  10% {
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    filter: blur(4px);
    opacity: 0;
  }
}
/* 2024.03.28 scyang 추가 끝 */
.blur.once {
  -webkit-animation: blur-once 5s linear forwards alternate;
  -moz-animation:    blur-once 5s linear forwards alternate;
  -o-animation:      blur-once 5s linear forwards alternate;
  animation:         blur-once 5s linear forwards alternate;
}
.blur:not(.once, .delay) {
  filter: blur(4px);
  opacity: 0;

  -webkit-animation: blur-text 8s linear infinite forwards;
  -moz-animation:    blur-text 8s linear infinite forwards;
  -o-animation:      blur-text 8s linear infinite forwards;
  animation:         blur-text 8s linear infinite forwards;
}

.blur.delay {
  filter: blur(4px);
  opacity: 0;

  -webkit-animation: blur-text2 8s linear infinite forwards;
  -moz-animation:    blur-text2 8s linear infinite forwards;
  -o-animation:      blur-text2 8s linear infinite forwards;
  animation:         blur-text2 8s linear infinite forwards;
}
@keyframes blur-text {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  10% {
    filter: blur(0px);
    opacity: 1;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
  }
  50% {
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    filter: blur(4px);
    filter: 0;
  }
}
@keyframes blur-text2 {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  50% {
    filter: blur(4px);
    opacity: 0;
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  90% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(4px);
    opacity: 0;
  }
}
@-webkit-keyframes blur-text {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  10% {
    filter: blur(0px);
    opacity: 1;
  }
  40% {
    filter: blur(0px);
    opacity: 1;
  }
  50% {
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    filter: blur(4px);
    filter: 0;
  }
}
@-webkit-keyframes blur-text2 {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  50% {
    filter: blur(4px);
    opacity: 0;
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  90% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(4px);
    opacity: 0;
  }
}

@-webkit-keyframes blur-once {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  25% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes blur-once {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  25% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}


.img_page {
  position: relative;
  width: 28rem;
  float: left;
  border-radius: 10px;
}
.img_page span{
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1;
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background:#fff;
  border-radius: 0.3125rem;
  font-weight: 600;
}
.sub-tab-mmenu {
  display: none;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  width: 92%;
  margin: 20px auto 0;
}

.sub-tab-mmenu button {
  /* color: #fff;
  background-color: #4E92FC; */
  color: #fff;
  background-color: #4E92FC;
  width: 100%;
  border-radius: 8px;
  padding: 1rem 0;
  font-weight: 600;
}

.sub-tab-mmenu button img {
  width: 18px;
  transform: rotate(90deg);
  -webkit-filter: brightness(0) invert(1); 
  filter: brightness(0) invert(1);
  margin-left: 4px;
  vertical-align: text-bottom;
}

.sub-tab-mmenu ul {
  display: none;

  border: 1px solid #E9E9E9;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  z-index: 9;
  left: 0;
  right: 0;
}

.sub-tab-mmenu ul li {
  padding: 13px 12px;
  color: #232323;
  text-align: center;
  font-weight: 500;

}

.sub-tab-mmenu ul li.on {
  color: #4E92FC;
}

@media (min-width: 1023px) {
  /* .mySwiper {
    width: calc(100vw - 6%);
    padding-left: 50px !important; 231031 scyang 주석으로 바꿈
  } */
}
@media (min-width: 1439px) {
  .mySwiper {
    width: calc(100vw - 4%);
    /* padding-left: 50px !important; 231031 scyang 주석으로 바꿈 */
  }
}
@media (min-width: 1919px) {
  .mySwiper {
    width: calc(100vw - 10%);
    /* padding-left: 100px !important; 231031 scyang 주석으로 바꿈 */
  }
}


@media (max-width: 1440px) {
  .sub-visual > div > * {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .img_page {
    width: 80%;
    float: none;
    border-radius: 10px;
    margin: 0 auto !important;
    display: block;
  }
  .btn_link.download {
    margin: 20px auto 0 auto;
    display: block;
  }
  .img_page ~ dl {
    margin: 2rem 5rem;
  }
  .img_page ~ dl > * {
    text-align: center;
  }
  .btn_download_lg {
    margin: 30px auto 0 auto !important;
    display: block;
  }
  .sub-visual > div {
    padding: 100px 0;
  }
  .sub-visual > div > * {
    margin-left: 50px;
  }
  .sub-cont-section {
    padding: 100px 60px;
  }
  ul.sub-tab-menu {
    width: 80%;
    margin-top: -2rem;
  }
  ul.sub-tab-menu > li {
    line-height: 4rem;
  }

  ul.sub-tab-menu > li:not(:last-child):after {
    top: 16px;
  }
  .secu-list {
    margin: 0 10%;
  }
  .footer-info-wrap .footer-info--lg {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  ul.flex_box--fc {
    display: block;
  }
  ul.flex_box--fc.ea-3-gap > li, ul.flex_box--fc.ea-2-gap > li, ul.flex_box--fc.ea-4-gap > li {
    width: 100%;
    margin-bottom: 16px;
  }
  ul.sub-tab-menu > li {
    font-size: 1rem;
  }
  .contact-us-box.card {
    margin-bottom: 46px;
  }

  .main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a {
    width: 3.5rem; 
  }
}

@media (max-width: 767px) {
  .sub-visual {
    margin: 55px 0 0 0;
  }
  .sub-visual > .sub, .sub-visual > .sub > .dim {
    border-radius: 0;
  }
  .sub-cont-section .gray-box {
    padding: 20px 10px;
    border-radius: 0;
  }
  .sub-cont-section {
    padding: 50px 16px;
  }

  ul.sub-tab-menu {
    display: none;
  }

  .sub-tab-mmenu {
    display: block;
  }

  .btn_link img {
    display: none;
  }

  .btn_link.white {
    margin-left: 1rem;
  }

  .img_page ~ dl > h4 {
    font-size: 30px !important;
  }

  .img_page ~ dl > * {
    text-align: center;
  }

  #header .gnb > ul > li > ul > li a {
    padding: 16px 0 16px 20px !important;
  }

  #container {
    width: 100%;
  }

  #container .loginBox {
    padding: 0 20px;
  }

  .loginBox .form-field input:not([type="checkbox"]):focus + label, .loginBox :not([type="checkbox"]):not(:placeholder-shown) ~ label {
    top: -20%;
    left: 4%;
  }

  .loginBox input[type="checkbox"] + label {
    font-size: 14px;
  }

  input[type="checkbox"] + label:before {
    
  }

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

  .main_visual__slider_wrap .main_visual__slider__slogan .ico_scroll a {
    width: 4rem; 
  }
}
@media (max-width: 575px) {
  .contact-us-box > ul{
    margin-left: 1.5rem !important;
  }
  .contact-us-box > ul > li{
    margin-bottom: 0.5rem;
    line-height: 1.5 !important;
  }
  .contact-us-box > ul > li::before{
    top: 10px;
  }
}

.input-title label {
  display: block;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 10px;

}
.input-title input {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  color: #232323;
  font-size: 0.875rem;
  line-height: 2.25;
  width: 100%;
  padding: 0 1.5rem ;
}
/* .input-title input:focus {
  border-color: #4E92FC;
} */
.input-title button {
  white-space: pre;
  background-color: #4E92FC;
  border: 1px solid #4E92FC;
  color: #fff;
  line-height: 2.25;
  padding: 0 10px;
  margin-left: 10px;
}
.input-title button:hover{
  background-color: #fff;
  color:#4E92FC;
}
.input-title input, .input-title button {
  border-radius: 8px;
  font-size: 0.875rem;
}
.hover_underline:hover {
  text-decoration: underline;
}

.main_visual #video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* mj */


/* 231024 scyang 추가 */
/* main skip-navigation */
#skip-navigation a {
  position: absolute;
  left: -3000%;
}
#skip-navigation a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  line-height: 30px;
  background-color: #125784;
  color: #FFF;
  text-align: center;
}
/* main 슬라이드 width */
.main_section.section04 .fp-tableCell > .inner {
  max-width: 100% !important;
  /* padding: 50px 0 150px; */
}
.mySwiper {
  padding-left: 0 !important;
  width: 100%;
}
.main_section04__conts__list {
  margin: 0;
}
.main_section.section04 .slick-list {
  overflow: visible;
  /* padding-left: 10.5vw !important; */
}


/* 웹접근성 */
sc-loadmask {
    outline: none !important; 
}

sc-loadmask:focus {
    outline: none !important; 
}

sc-loadmask:focus-visible {
    outline: none !important; 
}

/* [focused] {
    outline: 2px solid #4E92FC !important;
} */

:focus-visible {
/* [2024.02.23][이혜민][웹접근성][디자인가이드] 초점 아웃라인 색상 수정 */
	outline: 2px solid #3D89FF !important; /*240229 ch.byeon*/
	z-index: 9999;
}

/* [2024.02.26][이혜민][웹접근성][디자인가이드] 푸터 포커스 색상수정 */
.footer-info--lg a:focus-visible{
	outline: 2px solid #fff !important;
	z-index:9999;
}

.capslock {
  border: 1px solid gray;
  padding: 10px;
  position: absolute;
  border-radius: 5px;
  background: white;
  font-size: 16px;
  font-weight: bold;
  display: none;
  left: 6%;
}

.capslock.show {
  display: block;
}

/*
:focus:not(:focus-visible) {
    outline: none;
    box-shadow: 1px 1px 5px rgba(1, 1, 0, 0.7);
}
*/

sc-tab.active-focus-visible {    
	height: 28px !important;
	top: 2px;
}

.page_inner_paper {
  position: absolute; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 460px;
  max-width: 100%;
  padding: 60px 20px;
  z-index: 1050;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}


.page_inner__board_paper {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  width: 100%;
} 

.page_inner__board_paper .contact_conts_title > button {
  /* position: absolute; */
  background: transparent;
  padding: 0 5px;
}

.page_inner__board_paper .contact_conts_title > button > img {
  filter: invert(1);
  width: 14px;
} 

/* 231101 scyang */
@media (max-width: 1199px) {
  .sub-cont-section .gray-box .label {
    margin-top: 20px;
  }
  .img_page ~ dl > h4 {
    line-height: 1.2;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  ul.flex_box--fc.ea-3-gap > li:nth-child(2) a {
    width: 10rem;
  }
}
@media (max-width: 575px) {
  .sub-cont-section .gray-box {
    padding: 40px 10px;
  }  
  .img_page ~ dl {
    margin: 1.5rem 4rem 0;
  }  
}

/* 20231114 ch.byeon */
.web_a11y {
	position: absolute;
	top: 6.25rem;
	right: 20px;
}

@media (max-width: 1199px) {
	.web_a11y {
		position: initial;
		padding-top: 0 !important;
	}
}

/* 20231211 ch.byeon */
.bidding-table, .api-table{
  width: 100%;
}
.bidding-table table, .api-table table{
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}
.bidding-table table thead th:nth-child(1){
  width: 15%;
}
.bidding-table table thead th:nth-child(2){
  width: 5%;
}
.bidding-table table thead th:nth-child(3){
  width: 25%;
}
.bidding-table table thead th:nth-child(4){
  width: 8%;
}
.bidding-table table thead th:nth-child(5){
  width: 15%;
}
.bidding-table table thead th:nth-child(6){
  width: 8%;
}
.bidding-table table thead th:nth-child(7){
  width: 12%;
}
.bidding-table table thead th:nth-child(8){
  width: 12%;
}
.bidding-table table tbody td{
  height: 3.75rem;
  padding: 0.25rem 0.875rem;
  box-sizing: border-box;
}
.bidding-table table thead th, 
.bidding-table table tbody td{
  border: 0;
  border-bottom: 1px solid #E9E9E9;
}
.bidding-table table tbody td a:hover{
  text-decoration: underline;
}
.bidding-table table thead th{
  border-top: 1px solid #707070;
}
.bidding-table table tbody td:nth-child(3){
  text-align: left;
  width: 25%;
  overflow: hidden;
}
.bidding-table table tbody td:nth-child(3) a{
  float: left;
  display: table-cell;
  overflow: hidden;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.bidding-table table tbody td:nth-child(5){
  text-align: left;
  width: 20%;
  overflow: hidden;
}
.bidding-table table tbody td:nth-child(5) span{
  float: left;
  display: table-cell;
  overflow: hidden;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
/* popup 추가 시 주석처리 */
#paper_bidding{
    background-color: rgba(0, 0, 0, 0.7);
}
#paper_bidding .page_inner {
  width: 800px;
  height: auto;
  max-width: 100%;
  padding: 60px 20px;
}
#paper_bidding .page_inner__board {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  width: 100%;
}
#paper_bidding_sup{
  background-color: rgba(0, 0, 0, 0.7);
}
#paper_bidding_sup .page_inner{
  width:460px;
  height: auto;
  max-width: 100%;
  padding: 60px 20px;
}
#paper_bidding_sup .page_inner__board {
-webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
border-radius: 20px;
width: 100%;
} 

/* popup */
#paper_bidding .sub_title{
  display: flex;
  align-items: center;
  margin: 0 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B8DCFE;
}
#paper_bidding .sub_title p::before{
  position: absolute;
  content:'';
  top: 0.5rem;
  left: 0;
  width: 5px;
  height: 5px;
  background:#4E92FC;
  border-radius: 50%;
}
#paper_bidding .sub_title p{
  position: relative;
  padding-left: 0.625rem;
}
#paper_bidding .page_inner__board .btn_link{
  padding: 0.5625rem 1.5rem;
  min-height: 2.125rem;
}
#paper_bidding_sup .page_inner__board .btn_link{
  padding: 0.75rem 2.5rem;
}
#paper_bidding .page_inner__board .btn_link span,
#paper_bidding_sup .page_inner__board .btn_link span{
  position: relative;
}
#paper_bidding .page_inner__board .btn_link::before,
#paper_bidding_sup .page_inner__board .btn_link::before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  line-height: 20em;
  text-align: center;
  transform: translate(-50%,-50%) !important;
  transition: box-shadow 0.5s ease-out;
  z-index: 1;
}
#paper_bidding .page_inner__board .btn_link:hover,
#paper_bidding_sup .page_inner__board .btn_link:hover{
  color:#3D89FF !important;
}
#paper_bidding .page_inner__board .btn_link:hover::before,
#paper_bidding_sup .page_inner__board .btn_link:hover::before{
  box-shadow: inset 0 0 0 10em #fff  !important;
}
#paper_bidding .bidding-sub-table{
  width: 100%;
  padding: 0 28px 30px 28px;
  white-space: nowrap;
  overflow-x: auto;
}
#paper_bidding .bidding-sub-table table{
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}
#paper_bidding .bidding-sub-table td{
  padding: 0.625rem 0.5rem;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  color: #000;
  border: 0;
}
/* [2023.03.28][이혜민][웹접근성][1차심사 - 21] 데이터 테이블에 th태그 추가 */
#paper_bidding .bidding-sub-table th{
  padding: 0.625rem 0.5rem;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  color: #000;
  border: 0;
}
#paper_bidding .bidding-sub-table input,
#paper_bidding .bidding-sub-table sc-textarea-field textarea{
  width:100%;
  border-radius: 5px;
  color: #484848;
}
#paper_bidding .bidding-sub-table sc-textarea-field textarea{
  padding: 0 10px;
  resize: none;
  text-align: left;
}
#paper_bidding .bidding-sub-table input[readonly] , 
#paper_bidding .bidding-sub-table textarea[readonly] {
  background:#F4F7F9;
}
#paper_bidding .bidding-sub-table td .w130{
  width: 8.125rem !important;
}
#paper_bidding .bidding-sub-table td .w44{
  width: 2.75rem !important;
}
#paper_bidding .file_box a{
  display: block;
  color: #3D89FF;
}
#paper_bidding .file_box a:hover{
  text-decoration: underline;
}

#paper_bidding_sup .copy_box input{
  height: 2.25rem;
  border-radius: 5px;
  color: #000;
}
#paper_bidding_sup .copy_box input::placeholder{
  color: #000; 
}
#paper_bidding_sup .copy_box .btn_link{
  margin-left: 0.625rem;
  padding: 0.625rem 1.5rem;
  background: #484848;
  border: 1px solid #484848;
  width:6.5rem;
  height: 2.25rem;
  cursor: pointer;
}
#paper_bidding_sup .copy_box .btn_link::before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  line-height: 20em;
  text-align: center;
  transform: translate(-50%,-50%) !important;
  transition: box-shadow 0.5s ease-out;
  z-index: 1;
}
#paper_bidding_sup .copy_box .btn_link:hover{
  color:#484848 !important;
}
#paper_bidding_sup .copy_box .btn_link:hover::before{
  box-shadow: inset 0 0 0 10em #fff ;
}
#paper_bidding_sup .check_btn{
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .bidding-table table thead th:nth-child(4),
  .bidding-table table thead th:nth-child(6),
  .bidding-table table thead th:nth-child(7),
  .bidding-table table thead th:nth-child(8),
  .bidding-table table tbody td:nth-child(4),
  .bidding-table table tbody td:nth-child(6),
  .bidding-table table tbody td:nth-child(7),
  .bidding-table table tbody td:nth-child(8){
    display: none;
    visibility: hidden;
    width: 0%;
  }
  .bidding-table table thead th:nth-child(1){
    width: 20%;
  }
  .bidding-table table thead th:nth-child(2){
    width:10%;
  }
  .bidding-table table thead th:nth-child(3){
    width:30%;
  }
  .bidding-table table thead th:nth-child(5){
    width:40%;
  }
}
@media (max-width: 575px) {
  .bidding-table table thead th:nth-child(1){
    width: 25%;
  }
  .bidding-table table thead th:nth-child(2){
    width: 10%;
  }
  .bidding-table table thead th:nth-child(3){
    width: 30%;
  }
  .bidding-table table thead th:nth-child(5){
    width: 35%;
  }
  #paper_bidding .bidding-sub-table{
    padding: 0 28px 30px 28px;
    white-space: nowrap;
    overflow-x: auto;
  }
  #paper_bidding .bidding-sub-table table{
    width: 500px;
    table-layout: initial;
  }
  #paper_bidding_sup .copy_box .btn_link{
    padding: 0.625rem 0.625rem;
    font-size: 12px;
    font-weight: normal;
  }

}
@media (max-width: 375px) {
  #paper_bidding .page_inner__board{
    height: 600px;
    overflow: auto;
  }
  #paper_bidding .page_inner__board .contact_conts .fs_16{
    font-size: 14px !important;
  }
  #paper_bidding .page_inner__board .btn_link{
    padding:0.5625rem 0.75rem;
  }
  #paper_bidding .bidding-sub-table td{
    font-size: 12px;
  }
  .bidding-table{
    white-space: nowrap;
    overflow-x: auto;
  }
  .bidding-table table{
    table-layout: initial;
  }
}
@media (max-width: 280px) {
  #paper_bidding_sup .copy_box input{
    width: 95%;
    font-size: 12px;
  }
  #paper_bidding_sup .page_inner__board .contact_conts .fs_16{
    font-size: 14px !important;
  }
}  
.pagination {
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px
}
.pagination .pagi-module {
  display: inline-flex
}
.pagination .btn-pagi {
  background: #fff;
  align-items: center;
  color: #7E7E7E;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700
}
.pagination .btn-pagi:hover{
  color: #484848;
}
.pagination .btn-pagi:disabled {
  color: #C6C6C6;
}
.pagination .btn-pagi:disabled .btn-prev {
  background-image: url(../img/sub/icon_paging_prev_off.svg);
}
.pagination .btn-pagi:disabled .btn-next {
  background-image: url(../img/sub/icon_paging_next_off.svg);
}
.pagination .number {
  align-items: center;
  display: inline-flex;
  margin: 0 20px;
}
.pagination .number:before {
  margin-right: 32px
}
.pagination .number:after,.pagination .number:before {
  background-color: #E7E7E7;
  content: "";
  height: 28px;
  width: 1px
}
.pagination .number:after {
  margin-left: 32px
}
.pagination .number button {
  color: #9b9eae;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  width: 30px
}
.pagination .number button:hover{
  background: #3D89FF;
  color: #fff;
  border-radius: 5px;
}
.pagination .number .active {
  background: #3D89FF;
  border-radius: 5px;
  color: #fff;
}
.pagination .number .active:hover{
  background: #3D89FF;
}
.pagination .ico {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px
}
.pagination .btn-prev {
  background-image: url(../img/sub/icon_paging_prev.svg);
  margin-right: 6px
}
.pagination .btn-next {
  background-image: url(../img/sub/icon_paging_next.svg);
  margin-left: 6px
}
@media (max-width: 390px) {
  .pagination .number{
    margin: 0 10px;
  }
  .pagination .number:after {
    margin-left: 12px;
  }
  .pagination .number:before {
    margin-right: 12px;
  }
  .pagination .btn-pagi{
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  .pagination .number{
    margin: 0 5px;
  }
  .pagination .number:after {
    margin-left: 10px;
  }
  .pagination .number:before {
    margin-right: 10px;
  }
  .pagination .number:after, .pagination .number:before{
    display: none;
  }
  .pagination .btn-next{
    margin-left: 0;
  }
  .pagination .btn-prev{
    margin-right: 0;
  }
}
.api-table  table tbody td{
  padding: 0.82rem 1.25rem;
}
.api-table  table tbody td:nth-child(1){
  text-align: center;
}
.api-table table tbody td{
  display: table-cell;
  overflow: hidden;
  text-align: left;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .api-table table tbody td{
    padding: 0.82rem 0.125rem;
  }
}
@media (max-width: 390px) {
  .api-table{
    white-space: nowrap;
    overflow-x: auto;
  }
  .api-table table{
    width:800px;
  }
}

/* 20240125 ch.byeon */
.top-header-wrap{
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  transition: top 0.3s;
}
/* top-banner*/
.top-banner-wrap{
  width: 100%;
  height: 100%;
}
.top-banner-conts{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  background:url(../img/main/banner.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
.top-banner-conts > p{
  font-size: 28px;
  font-weight: 700;
  color:#000;
}
.top-banner-wrap > a{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/main/close_btn.svg) center no-repeat;
}
/* 2025.04.25 상단 배너 스타일 추가 */
.top-banner-conts-two{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  background:url(../img/main/banner2.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
.top-banner-conts-two > p{
  font-size: 28px;
  font-weight: 700;
  color:#000;
}
/* 2024.03.07 jr.go 인증수단 버튼 추가. */
.tb_btn_link {
  background-color: #3D89FF;/* 20231211 ch.byeon */
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid #3D89FF;/* 20231211 ch.byeon */
  overflow: hidden;
  transition: color 0.4s ease-out;
  position: relative;
}
.tb_btn_link::before{
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  line-height: 20em;
  text-align: center;
  transform: translate(-50%,-50%) !important;
  transition: box-shadow 0.5s ease-out;
  z-index: 1;
}
.tb_btn_link:hover {
  color: #3D89FF !important;   
  background:#fff;
  border:1px solid #4E92FC;
}
/* 2024.03.07 jr.go 인증수단 버튼 추가. end */
@media (max-width: 767px) {
  .top-banner-conts > p{
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .top-banner-conts > p{
    font-size: 20px;
  }
  .tb_btn_link{ /*20240423 ch.byeon*/
    padding: 0.625rem 0.3125rem;
  }
}
/* 20240229 scyang 퀵링크 추가 스타일 */
.quick.section, 
.quick.section .fp-tableCell {
  height: auto !important;
} }