@charset "UTF-8";

.snb__inner { width:1200px; margin:0 auto;   }
.sub_conwrap {  width:1200px; margin:0 auto; }


/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.fc-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-grow:hover, .fc-grow:focus, .fc-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.fc-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-shrink:hover, .fc-shrink:focus, .fc-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes fc-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes fc-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.fc-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse:hover, .fc-pulse:focus, .fc-pulse:active {
    -webkit-animation-name: fc-pulse;
    animation-name: fc-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes fc-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes fc-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.fc-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse-grow:hover, .fc-pulse-grow:focus, .fc-pulse-grow:active {
    -webkit-animation-name: fc-pulse-grow;
    animation-name: fc-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes fc-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes fc-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.fc-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pulse-shrink:hover, .fc-pulse-shrink:focus, .fc-pulse-shrink:active {
    -webkit-animation-name: fc-pulse-shrink;
    animation-name: fc-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes fc-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fc-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.fc-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-push:hover, .fc-push:focus, .fc-push:active {
    -webkit-animation-name: fc-push;
    animation-name: fc-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes fc-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes fc-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.fc-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-pop:hover, .fc-pop:focus, .fc-pop:active {
    -webkit-animation-name: fc-pop;
    animation-name: fc-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.fc-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-in:hover, .fc-bounce-in:focus, .fc-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.fc-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .fc-bounce-out:hover, .fc-bounce-out:focus, .fc-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.fc-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-rotate:hover, .fc-rotate:focus, .fc-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.fc-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-grow-rotate:hover, .fc-grow-rotate:focus, .fc-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.fc-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .fc-float:hover, .fc-float:focus, .fc-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.fc-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .fc-sink:hover, .fc-sink:focus, .fc-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.fc-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-bob:hover, .fc-bob:focus, .fc-bob:active {
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes fc-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes fc-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes fc-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes fc-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.fc-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-hang:hover, .fc-hang:focus, .fc-hang:active {
    -webkit-animation-name: fc-hang-sink, fc-hang;
    animation-name: fc-hang-sink, fc-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.fc-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-skew:hover, .fc-skew:focus, .fc-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.fc-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-skew-forward:hover, .fc-skew-forward:focus, .fc-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.fc-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-skew-backward:hover, .fc-skew-backward:focus, .fc-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fc-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-vertical:hover, .fc-wobble-vertical:focus, .fc-wobble-vertical:active {
    -webkit-animation-name: fc-wobble-vertical;
    animation-name: fc-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes fc-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fc-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fc-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-horizontal:hover, .fc-wobble-horizontal:focus, .fc-wobble-horizontal:active {
    -webkit-animation-name: fc-wobble-horizontal;
    animation-name: fc-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes fc-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fc-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.fc-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-to-bottom-right:hover, .fc-wobble-to-bottom-right:focus, .fc-wobble-to-bottom-right:active {
    -webkit-animation-name: fc-wobble-to-bottom-right;
    animation-name: fc-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes fc-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fc-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.fc-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-to-top-right:hover, .fc-wobble-to-top-right:focus, .fc-wobble-to-top-right:active {
    -webkit-animation-name: fc-wobble-to-top-right;
    animation-name: fc-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes fc-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .fc-wobble-top:hover, .fc-wobble-top:focus, .fc-wobble-top:active {
    -webkit-animation-name: fc-wobble-top;
    animation-name: fc-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes fc-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .fc-wobble-bottom:hover, .fc-wobble-bottom:focus, .fc-wobble-bottom:active {
    -webkit-animation-name: fc-wobble-bottom;
    animation-name: fc-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes fc-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes fc-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.fc-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-wobble-skew:hover, .fc-wobble-skew:focus, .fc-wobble-skew:active {
    -webkit-animation-name: fc-wobble-skew;
    animation-name: fc-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes fc-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes fc-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.fc-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-buzz:hover, .fc-buzz:focus, .fc-buzz:active {
    -webkit-animation-name: fc-buzz;
    animation-name: fc-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes fc-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes fc-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.fc-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .fc-buzz-out:hover, .fc-buzz-out:focus, .fc-buzz-out:active {
    -webkit-animation-name: fc-buzz-out;
    animation-name: fc-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.fc-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-forward:hover, .fc-forward:focus, .fc-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.fc-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .fc-backward:hover, .fc-backward:focus, .fc-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.fc-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .fc-fade:hover, .fc-fade:focus, .fc-fade:active {
    background-color: #209ed5;
    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: #209ed5;
    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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    -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: #209ed5;
    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: #209ed5;
  -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: #209ed5;
  -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: #209ed5;
    -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: #209ed5;
  -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: #209ed5;
    -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: #209ed5;
  -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: #209ed5;
    -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 #209ed5, 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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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: #209ed5;
    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 #c7c7c7;
  margin: 1em 0;
  padding: 0; }

img {
  border: 0 none;
  max-width: 100%; }

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

form {
  min-width: auto; }

input[type="image"] {
  border: 0 none; }

button, input[type="submit"] {
  cursor: pointer;
  border: 0 none; }

button::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

html {
  font-size: 100%;
  font-family: "Noto Sans KR", sans-serif;
  color: #111; }


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%;*/ }

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: #209ed5; }

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; }



/* ==========================================================================
  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; }



/* 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: #209ed5;
  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: #00416c; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna:hover {
    background-color: #525252; } }




/* ==========================================================================
  회원가입 & 로그인
   ========================================================================== */


/* common */
br {
  font-family: '돋움', '굴림', sans-serif; }

[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);
    -moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-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%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-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; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.color_666 {
  color: #666 !important; }

@media (min-width: 1200px) {
  .pc_none {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .pc_only {
    display: none !important; } }

@media (min-width: 768px) {
  .tb_only {
    display: none !important; } }

@media (max-width: 767.98px) {
  .tb_none {
    display: none !important; } }

@media (min-width: 768px) {
  .mb_only {
    display: none !important; } }

@media (max-width: 767.98px) {
  .mb_none {
    display: none !important; } }

#wrapper {
  background: #fff;  min-width:1200px;  }

.inner {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto; }

.inner-md {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }

/* --- placeholder */
input::placeholder,
textarea::placeholder {
  color: #c4c4c4; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c4c4c4; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c4c4c4; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c4c4c4; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c4c4c4; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent; }

input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid #ccd0d7;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #414141; }

input[type="text"],
input[type="password"],
input[type="tel"],
select {
  height: 2.1875rem; }

textarea {
  padding: 10px; }

input:focus,
select:focus,
textarea:focus {
  border-color: #209ed5;
  outline: none; }

input[type="radio"] {
  display: none !important; }
  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1rem;
    color: #666;
    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;
      transition: all 0.3s ease;
      border-radius: 50%;
      content: ""; }
  input[type="radio"]:checked + label:before {
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #209ed5;
    border-color: #209ed5;
    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: #666;
    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;
      transition: all 0.3s ease;
      border-radius: 0;
      content: ""; }
  input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #209ed5;
    border-color: #209ed5;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center; }

@media (max-width: 767.98px) {
  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: 0.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;
    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 */
body,
html {
  height: 100%; }

#wrapeer {
  overflow: hidden;
  width: 100%; }



/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%; }
/*
@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px); } }

@media (max-width: 767.98px) {
  #contents {
    min-height: calc(100vh - 288px); } }
*/
.top-btn {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: transparent;
  font-size: 14px;
  line-height: 54px;
  color: #209ed5;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -o-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -moz-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); }
  .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; }
  .top-btn .top-btn__txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    text-align: center; }
    .top-btn .top-btn__txt:before {
      content: '';
      display: block;
      width: 100%;
      height: 18px;
      height: 1.125rem;
      margin-bottom: 0.25rem;
      background-image: url("/images/ico_btn_top.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      font-size: 0; }

@media (min-width: 1200px) {
  .top-btn.on:hover {
    border: 1px solid #209ed5;
    background-color: #fff;
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; } }

@media (max-width: 1199.98px) {
  .top-btn {
    right: 20px; }
    .top-btn.on {
      bottom: 20px; } }

@media (max-width: 767.98px) {
  .top-btn {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px; }
    .top-btn.fixed {
      top: -20px; } }

/*
	path
*/
.path-wrap .path {
  font-size: 0; }
  .path-wrap .path > li {
    display: inline-block;
    padding-right: 20px;
    font-size: 0.875rem;
    color: #999;
    line-height: 60px; }
    .path-wrap .path > li:last-child {
      color: #222; }
      .path-wrap .path > li:last-child > span:after {
        display: none; }
    .path-wrap .path > li > span {
      display: inline-block;
      position: relative;
      line-height: 1; }
      .path-wrap .path > li > span:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 1px;
        width: 20px;
        height: 100%;
        background-image: url("/html/_skin/img/common/ico_path_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center center; }

/* header */
#header {
  position: relative;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1000; }

 /* #header.fixed {
    position: fixed;
    top: -38px;
    top: 0 !important; }*/

  #header .header-top {
    width: 100%;
    background-color: #f1f1f1; }
  #header .header-bottom {
	width:1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; }
    #header .header-bottom:after {
      content: '';
      display: block;
      clear: both; }
  #header .logo {
    position: absolute;
    top: 50%;
    left: 320px;
    z-index: 1;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .logo a {
      display: block;
      width: 100%; }
  #header .top_tel {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
	letter-spacing: -0.015em;
    line-height: 104px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
	color: #2f3192;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .logo a {
      display: block;
      width: 100%; }

.pc-lang {
  display: block;
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 36px; }


.pc-lang a.current {
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.875rem 0.5rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #111;
  font-size: 0.75rem;
  text-align: center;
  color: #111;
  box-sizing: border-box;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/html/_skin/img/common/ico_lang_drop.png");
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.pc-lang a.current + ul {
  position: absolute;
  top: 9px;
  display: none;
  width: 100%;
  padding: 1.875rem 1rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: left; }
  .pc-lang a.current + ul > li {
    padding: 0.3em 0;
    line-height: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    color: #111; }
    .pc-lang a.current + ul > li:hover a {
      color: #209ed5; }

.sta {
  position: relative;
  display: none;
  height: 35px;
  background-color: #209ed5;
  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: #209ed5;
          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: #209ed5;
          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: #00416c; }
  .sta .lang-depth1 > ul .lang-depth2 > li:hover > a {
    color: #fff;
    background-color: #00416c; }
  .pc_sitemap_btn {
    display: none;
    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: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.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); } }



/* sns link */
.social_link_wrap--fc {
  display: none; }

#header .social_link_wrap--fc {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px; }


.social_link--fc {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border-radius: 12px;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -moz-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;
    -webkit-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    -moz-transition: fill 0.1s;
    transition: fill 0.1s;
    overflow: hidden; }
  .social_link--fc.twitter--fc {
    background-color: #790006; }
    .social_link--fc.twitter--fc svg {
      fill: #cfcfce; }



#footer .social_link_wrap--fc {
  margin-bottom: 20px;
  width: 67.83333333333333%; }



#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; } }

/* web gnb_new */
#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: 1px) {
  #header {
    /* max-height:84px; */ }
    #header .m-gnb_new-bg,
    #header .m-lang,
    #header .m-menu-btn {
      display: none; }
    #header .gnb_new {
      position: relative;
      right: 0 !important;
      display: inline-block;
	 float:right;
      width: auto;
	  /*border:1px solid #000;*/
      vertical-align: top;
      text-align: left; }
      #header .gnb_new > ul {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0; }
        #header .gnb_new > ul > li {
          position: relative;
          display: inline-block;
          vertical-align: top; }
	#header .gnb_new > ul > li > span {
          position: relative;
          display: block;
		padding: 0 32px;
		letter-spacing: -0.015em;
            line-height: 104px;
		 font-size: 20px;
		font-weight: bold;
			 font-family: "Noto Sans KR", sans-serif;
			color: #2f3192;}
          #header .gnb_new > ul > li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 16px;
            background-color: #e1e1e1;
            top: 50%;
            left: 0;
            margin-top: -8px;
            -webkit-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
          #header .gnb_new > ul > li:first-of-type:before {
            display: none; }
          #header .gnb_new > ul > li > a {
            position: relative;
            display: block;
            padding: 0 32px;
            letter-spacing: -0.015em;
            line-height: 104px;
            color: #3a3d4a;
            font-weight: 500;
            font-size: 20px;
			      font-family: "Noto Sans KR", sans-serif;
			 }
            #header .gnb_new > ul > li > a.current {
              color: #209ed5; }
          #header .gnb_new > ul > li:hover > a {
            color: #004c99; }
      #header .gnb_new .depth2 {
        display: none;
        position: absolute;
        top: calc(104px - 5px);
        left: 50%;
        z-index: 0;
        margin-left: -100px;
        width: 200px;
        height: 0;
        border-top: 5px solid #209ed5;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        transition: 0.3s;
        opacity: 0; }
        #header .gnb_new .depth2 li {
          position: relative;
          transition: 0.3s;
          border-top: 1px solid rgba(51, 51, 51, 0.7); }
        #header .gnb_new .depth2 a {
          position: relative;
          display: block;
          padding: 12px 10px;
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          letter-spacing: -1px;
          text-transform: uppercase;
          word-break: keep-all;
          font-weight: 400; }
          #header .gnb_new .depth2 a:hover {
            color: #fff; }
        #header .gnb_new .depth2 li.in > a {
          padding-left: 20px;
          padding-right: 20px; }
          #header .gnb_new .depth2 li.in > a:after {
            position: absolute;
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 10px;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: rgba(255, 255, 255, 0.8); }
        #header .gnb_new .depth2 li:hover {
          background: #000;
          transition: 0.3s; }
          #header .gnb_new .depth2 li:hover.in > a:after {
            color: rgba(255, 255, 255, 0.8); }
        #header .gnb_new .depth2 ul {
          position: absolute;
          display: none;
          width: 100%;
          top: -1px;
          left: 100%;
          background: rgba(6, 6, 6, 0.7); }
          #header .gnb_new .depth2 ul li {
            border-top: 1px solid rgba(76, 76, 76, 0.7); }
            #header .gnb_new .depth2 ul li:hover {
              background: #000; }
            #header .gnb_new .depth2 ul li a {
              color: #fff; }
              #header .gnb_new .depth2 ul li a:hover {
                color: #fff; }
        #header .gnb_new .depth2 > li:hover ul {
          display: block; }
      #header .gnb_new > ul > li:hover .depth2 {
        display: block;
        z-index: 9999;
        height: auto;
        opacity: 1; }
  .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%;
      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;
          transform: rotate(-45deg); }
        .all-menu-wrap p span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          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);
    transform-origin: top;
    -webkit-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    top: 104px; }
    #headerSitemap.on {
      -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1; }
    #headerSitemap > ul {
      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;
          -ms-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;
              -ms-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; } }






/* footer */
#footer {
  position: relative;
	 height: 100px; 
  background: #fff;
  border-top: 1px solid #f0f2f4;
	margin: 0 auto; 
}
#footer .copy_wrap{position: relative; width: 1400px; height: 80px; margin: 0 auto; padding:30px 0 50px 0;  }
#footer .copy_logo{float:left; }
#footer .copy_txt{float:left;  margin-left:50px;  }
  #footer .footer-bottom {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 60px;
    font-size: 0; }
    #footer .footer-bottom p {
      display: inline-block;
      margin-right: 50px;
      vertical-align: middle; }
    #footer .footer-bottom address {
      display: inline-block;
      width: 100%;
      line-height: 1.3;
      vertical-align: middle;
      color: #666;
      font-weight: 300;
      font-size: 15px;
      font-size: 0.9375rem; }
      #footer .footer-bottom address .addr-dfn {
        display: inline-block;
        vertical-align: top;
        padding: 0 2.5rem; }
        #footer .footer-bottom address .addr-dfn > dt,
        #footer .footer-bottom address .addr-dfn dd {
          display: inline-block;
          vertical-align: top; }
        #footer .footer-bottom address .addr-dfn > dt {
          color: #333;
          font-weight: 600;
          margin-right: 0.25rem; }
      #footer .footer-bottom address span {
        display: block;
        margin-bottom: 7px;
        font-weight: 400;
        word-break: keep-all;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5; }



ul.footer-bottom-link {
  font-size: 0;
  width: 67.83333333333333%; }
  ul.footer-bottom-link li {
    position: relative;
    display: inline-block;
    margin: 0 10px; }
    ul.footer-bottom-link li:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: #4e4e4e;
      top: 50%;
      left: -10px;
      margin-top: -0.4rem; }
    ul.footer-bottom-link li:first-child {
      margin-left: 0; }
      ul.footer-bottom-link li:first-child:before {
        display: none; }
    ul.footer-bottom-link li a {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 600;
      color: #222; }

ul.footer-sns-link {
  margin-left: -5px;
  margin-right: -5px;
  text-align: center; }
  ul.footer-sns-link > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  ul.footer-sns-link .ico {
    width: 2.625rem;
    height: 2.625rem; }

@media (min-width: 768px) {
  ul.footer-sns-link {
    text-align: left; } }

@media (min-width: 1440px) {
  ul.footer-sns-link {
    text-align: right; } }

#footer p.footer-copy {
  margin-top: 1rem;
  margin-right: 0;
  color: #666;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem; }

.footer-right {
  margin-top: 1rem; }
  .footer-right .footer-right__left {
    margin-bottom: 1rem; }
  .footer-right .footer-right__right {
    text-align: center; }

@media (min-width: 768px) {
  .footer-right .footer-right__right {
    text-align: left; } }

@media (min-width: 1440px) {
  .footer-right .footer-right__left,
  .footer-right .footer-right__right {
    display: inline-block;
    vertical-align: top; }
  .footer-right .footer-right__left {
    width: 800px;
    margin-bottom: 0; }
  .footer-right .footer-right__right {
    width: calc(100% - 800px);
    text-align: right; } }



.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: 13px 20px;
  font-size: 14px; }

@media (min-width: 1440px) {
  .footer-logo,
  .footer-right {
    display: inline-block;
    vertical-align: top; }
  .footer-logo {
    text-align: left; }
  .footer-right {
    width: calc(100% - 200px);
    margin-top: 0;
    padding-left: 56px;
    padding-left: 3.5rem; }
  ul.footer-bottom-link li a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .familySite h3:hover {
    background: #333 url(/html/_skin/img/common/plus_icon.png) no-repeat right 20px center;
    background-size: 16px; }
  .footSelect ul li a:hover {
    background-color: #f7f7f7; } }



#header .gnb_new a.outLink {
  position: relative;
  padding-right: 24px; }
  #header .gnb_new a.outLink:before {
    content: '\f08e';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 14px;
    font-family: "FontAwesome";
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.location-wrap a.outLink .fa {
  margin-left: 0.5rem; }


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row.equal-row > [class^="col-"] {
  overflow: hidden; }
  .row.equal-row > [class^="col-"] > .col-inner {
    height: 100%; }

.row.gt-basic > [class^="col-"] {
  margin-bottom: 30px; }

.row.gt-1 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.gt-1 > [class^="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
  .row.gt-1 > [class^="col-"] {
    margin-bottom: 40px; }

.row.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gutters > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mt-1,
.my-1 {
  margin-top: 0.5em !important; }

.mt-2,
.my-2 {
  margin-top: 1em !important; }

.mt-3,
.my-3 {
  margin-top: 1.5em !important; }

.mt-4,
.my-4 {
  margin-top: 2em !important; }

.mt-5,
.my-5 {
  margin-top: 2.5em !important; }

.mt-6,
.my-6 {
  margin-top: 3em !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5em !important; }

.mb-2,
.my-2 {
  margin-bottom: 1em !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.5em !important; }

.mb-4,
.my-4 {
  margin-bottom: 2em !important; }

.mb-5,
.my-5 {
  margin-bottom: 2.5em !important; }

.mb-6,
.my-6 {
  margin-bottom: 3em !important; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,
.col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xxl-6_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.377779%;
    flex: 0 0 51.377779%;
    max-width: 51.377779%; }
  .col-xxl-6_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.3%;
    flex: 0 0 48.3%;
    max-width: 48.3%; }
  .col-xxl-5_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.622221%;
    flex: 0 0 48.622221%;
    max-width: 48.622221%; }
  .col-xxl-3_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.85%;
    flex: 0 0 25.85%;
    max-width: 25.85%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/* main */
.main-visual {
  position: relative; }

.main-visual__slider {
  margin-bottom: 0 !important; }
  .main-visual__slider.bounce {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    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; }
    .main-visual__slider.bounce.forward {
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
    .main-visual__slider.bounce.backwrad {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }

.mv-slider-item {
  position: relative;
  height: 850px; }
  .mv-slider-item.item01 {
    background: url("/html/_skin/img/main/img_main_visual01.jpg") no-repeat center/cover; }
  .mv-slider-item.item02 {
    background: url("/html/_skin/img/main/img_main_visual02.jpg") no-repeat center/cover; }
  .mv-slider-item.item03 {
    background: url("/html/_skin/img/main/img_main_visual03.jpg") no-repeat center/cover; }
  .mv-slider-item:not(:first-of-type) {
    display: none; }

.slick-initialized .mv-slider-item:not(:first-of-type) {
  display: block; }

.mv-slider-item__inner {
  display: table;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 104px; }
  .mv-slider-item__inner .mv-slider-item__inner__txtbox {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 120px;
    font-size: 0; }
    .mv-slider-item__inner .mv-slider-item__inner__txtbox > div > * {
      position: relative;
      opacity: 0; }
    .mv-slider-item__inner .mv-slider-item__inner__txtbox h3 {
		left: 200px;
      margin-bottom: 1.5rem;
      font-weight: 300;
      font-size: 28px;
      font-size: 1.75rem; }
      .mv-slider-item__inner .mv-slider-item__inner__txtbox h3 strong {
        font-weight: 400; }
.mv-slider-item__inner .mv-slider-item__inner__txtbox h4 {
      margin-bottom: 1.5rem;
      font-weight: 300;
      font-size: 28px;
      font-size: 1.75rem;
	color: #fff;
	text-align: center;
		}
    .mv-slider-item__inner .mv-slider-item__inner__txtbox h2 span{
      margin-bottom: 2.5rem;
      line-height: 1.2;
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      font-size: 60px;
		text-align: center;
font-size: 2.000rem; }/*  4.6875rem;*/
    .mv-slider-item__inner .mv-slider-item__inner__txtbox h2 {
      margin-bottom: 2.5rem;
      line-height: 1.2;
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      font-size: 60px;
		text-align: center;
font-size: 4.000rem; }/*  4.6875rem;*/
    .mv-slider-item__inner .mv-slider-item__inner__txtbox p {
      font-weight: 300;
      font-size: 20px;
      font-size: 1.25rem; }
    .mv-slider-item__inner .mv-slider-item__inner__txtbox a {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      color: #000;
      margin-top: 2rem;
      background-color: #fff; }

      @media (min-width: 1200px) {
        .mv-slider-item__inner .mv-slider-item__inner__txtbox a:hover {
          color: #fff;
          border-color: #209ed5;
          background-color: #209ed5; } }



.mv-slider-item__more {
  margin-top: 70px;
  font-size: 0; }
  .mv-slider-item__more a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: #90d353 url("/html/_skin/img/main/icon_main_visual_more.png") no-repeat right 25px center;
    text-transform: uppercase;
    padding: 20px 70px;
    border-radius: 30px; }

.main-visual__slider__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right; }

.main-visual__slider-arrows, .main-visual__slider-dots {
  z-index: 10;
  display: inline-block;
  vertical-align: middle; }


.main-visual__slider-arrows {
  margin: 0 1.5rem; }
  .main-visual__slider-arrows .slick-arrow {
    position: relative;
    top: auto;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.75rem 0.2rem;
    transform: none;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .main-visual__slider-arrows .slick-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 26px;
      height: 12px;
      width: 1.625rem;
      height: 0.75rem;
      margin-top: 5px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 1; }
    .main-visual__slider-arrows .slick-arrow:not(:first-of-type):after {
      content: "";
      position: absolute;
      width: 1px;
      height: 1.5625rem;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      top: 0;
      left: -0.8125rem;
      margin-top: -0.1rem; }
    .main-visual__slider-arrows .slick-arrow:hover {
      opacity: 0.4; }
  .main-visual__slider-arrows .slick-prev {
    left: auto; }
    .main-visual__slider-arrows .slick-prev:before {
      left: 0;
      background-image: url("/images/ico_slick_arrow_prev.png"); }
  .main-visual__slider-arrows .slick-next {
    right: auto; }
    .main-visual__slider-arrows .slick-next:before {
      right: 0;
      background-image: url("/images/ico_slick_arrow_next.png"); }



.main-visual__slider-dots .slick-dots {
  position: relative;
  bottom: auto;
  padding: 1.875rem 3rem;
  background-color: rgba(0, 0, 0, 0.5); }
  .main-visual__slider-dots .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 0 10px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .main-visual__slider-dots .slick-dots li:not(:first-of-type):before {
      content: "";
      position: absolute;
      width: 1px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.5);
      top: 50%;
      left: -5px;
      margin-top: -4px;
      -webkit-transform: skewX(-25deg);
      -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .main-visual__slider-dots .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #fff;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 1.25;
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "GmarketSans", sans-serif; }
    .main-visual__slider-dots .slick-dots li.slick-active button {
      font-weight: 600; }

.slick-dots li button:before {
  display: none; }




@media (min-width: 1200px) {
  .mv-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); } }



/* main section */
.main-section {
  padding: 110px 0; 
}

.main-section-head .btn {
  margin-top: 48px;
  margin-top: 3rem; }

.main-conts-tit__sup {
  margin-bottom: 2em;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #209ed5; }
  .main-conts-tit__sup strong {
    font-weight: 600; }

.main-conts-tit {
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 40px;
  font-size: 2.8125rem; }
  .main-conts-tit small {
    font-size: 35px;
    font-weight: 300; }

.main-conts-tit--md {
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 1.875rem; }

.main-conts-desc {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem; }



/* main-quick-menu-wrap */
.main-company .main-section-head-wrap {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto; }

.main-company__quick {
  position: relative; }
  .main-company__quick .main-quick-menu-wrap {
    margin-top: 90px;
    margin-top: 5.625rem; }
    .main-company__quick .main-quick-menu-wrap .main-quick-menu {
      font-size: 0; }
      .main-company__quick .main-quick-menu-wrap .main-quick-menu a {
        display: block; }
      .main-company__quick .main-quick-menu-wrap .main-quick-menu > li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%; }
    .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure {
      font-weight: 300;
      letter-spacing: -0.025em;
      font-size: 16px;
      font-size: 1rem; }
      .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure .thumb-wrap-eff--fc {
        padding-bottom: 113.3%; }
        .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure .thumb-wrap-eff--fc:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          transform: translateY(100%);
          border-radius: 100%;
          background-color: #209ed5;
          -webkit-transition-property: transform, border-radius;
          -moz-transition-property: transform, border-radius;
          -ms-transition-property: transform, border-radius;
          -o-transition-property: transform, border-radius;
          transition-property: transform, border-radius;
          -webkit-transition-duration: 0.8s;
          -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
          -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
          transition-delay: 0, 2s; }
        .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure .thumb-wrap-eff--fc:hover:after {
          transform: translateY(90%); }
      .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure .dfn-main-quick {
        padding: 1.5rem 0.5rem; }
        .main-company__quick .main-quick-menu-wrap .main-quick-menu__figure .dfn-main-quick > dt {
          margin-bottom: 0.625rem;
          font-weight: 600;
          font-size: 25px;
          font-size: 1.5625rem; }



@media (min-width: 1px) {
  .main-company__quick {
    position: relative;
    padding: 0 20px;
    height: 700px; }
    .main-company__quick .main-quick-menu-wrap {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 20px;
      width: 100%; } }

@media (min-width: 1480px) {
  .main-company .main-section-head-wrap {
    max-width: none;
    width: 1500px;
    margin-left: auto;
    margin-right: 0; }
  .main-company__quick .main-quick-menu-wrap {
    width: 1500px;
    padding-right: 0; } }

/* main construction */
.main-construction {
  margin-top: 100px;
  margin-top: 6.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom center;
  background-image: url("/images/bg_main_construction.jpg");
  color: #fff; }
  .main-construction .gallery-list--fc {
    border-top: 0;
    margin-top: 80px;
    margin-top: 5rem;
    white-space: nowrap; }
    .main-construction .gallery-list--fc .thumb-wrap--fc,
    .main-construction .gallery-list--fc .thumb-wrap-eff--fc {
      padding-bottom: 64.65%; }
    .main-construction .gallery-list--fc figure {
      width: 478px; }
      .main-construction .gallery-list--fc figure a {
        position: relative;
        border-bottom: 0; }
        .main-construction .gallery-list--fc figure a figcaption {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 0.75rem 2.5rem;
          color: #fff;
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
          .main-construction .gallery-list--fc figure a figcaption .gallery-title--fc,
          .main-construction .gallery-list--fc figure a figcaption li {
            color: #fff;
            transition: all, 0.3s; }
          .main-construction .gallery-list--fc figure a figcaption .gallery-title--fc {
            width: 100%;
            margin-bottom: 0.5rem;
            font-size: 25px;
            font-size: 1.5625rem; }
          .main-construction .gallery-list--fc figure a figcaption li {
            font-weight: 300;
            font-size: 16px;
            font-size: 1rem; }
        .main-construction .gallery-list--fc figure a:hover .gallery-title--fc {
          color: #209ed5; }
        .main-construction .gallery-list--fc figure a:hover li {
          color: #fff; }
  .main-construction .board-wrap--fc {
    max-width: 1480px;
    margin: 0 auto; }



.main-construction__slider-wrap {
  position: relative;
  overflow: visible !important; }

.main-construction-scroll-bar {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }
  .main-construction-scroll-bar .scrollbar {
    max-width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 0; }
    .main-construction-scroll-bar .scrollbar .handle {
      width: 100%;
      height: 100%;
      background: none;
      cursor: pointer; }
      .main-construction-scroll-bar .scrollbar .handle .mousearea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.3); }

@media (min-width: 120rem) {
  .main-construction-scroll-bar {
    position: absolute;
    left: 0;
    width: 1680px;
    max-width: none;
    margin-right: 0; } }

.main-construction-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
  .main-construction-arrows .arrows-btn {
    z-index: 100;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0; }
    .main-construction-arrows .arrows-btn.disabled {
      opacity: 0.3; }
    .main-construction-arrows .arrows-btn:before {
      content: '';
      display: inline-block;
      width: 21px;
      height: 40px; }
    .main-construction-arrows .arrows-btn.prev {
      left: 0; }
      .main-construction-arrows .arrows-btn.prev:before {
        background-image: url("/html/_skin/img/main/img_main_arrow_prev.png"); }
    .main-construction-arrows .arrows-btn.next {
      right: 0; }
      .main-construction-arrows .arrows-btn.next:before {
        background-image: url("/html/_skin/img/main/img_main_arrow_next.png"); }

@media (min-width: 992px) {
  .main-construction-arrows .arrows-btn.prev {
    left: -25px; }
  .main-construction-arrows .arrows-btn.next {
    right: -25px; } }

/* main-board */
.main-boards .main-section-head {
  text-align: left; }

.main-boards .col-board {
  position: relative; }
  .main-boards .col-board .board-wrap--fc {
    margin-bottom: 7.375rem;
    border-top: 2px solid #111; }
  .main-boards .col-board .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 4.375rem;
    width: 100%; }

.main-boards .board-write-btn-wrap--fc .btn-confirm--fc,
.main-boards .btn {
  padding: 1.5rem;
  font-weight: 300;
  line-height: 1;
  background-color: #209ed5;
  min-width: 150px; }
  .main-boards .board-write-btn-wrap--fc .btn-confirm--fc:hover,
  .main-boards .btn:hover {
    background-color: #00416c; }

.main-boards .board-wrap--fc .basic-board-list--fc td,
.main-boards .board-wrap--fc .webzine-board-list--fc td {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem; }
  .main-boards .board-wrap--fc .basic-board-list--fc td.board-subject--fc a,
  .main-boards .board-wrap--fc .webzine-board-list--fc td.board-subject--fc a {
    padding-left: 0; }
  .main-boards .board-wrap--fc .basic-board-list--fc td.board-date--fc,
  .main-boards .board-wrap--fc .webzine-board-list--fc td.board-date--fc {
    color: #666;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem; }

.main-boards .page-main__form_table .form_table__col table {
  table-layout: fixed; }
  .main-boards .page-main__form_table .form_table__col table td,
  .main-boards .page-main__form_table .form_table__col table th {
    padding: 5px; }
    .main-boards .page-main__form_table .form_table__col table td input[type="text"],
    .main-boards .page-main__form_table .form_table__col table td textarea,
    .main-boards .page-main__form_table .form_table__col table th input[type="text"],
    .main-boards .page-main__form_table .form_table__col table th textarea {
      margin: 0; }
    .main-boards .page-main__form_table .form_table__col table td input[type="text"],
    .main-boards .page-main__form_table .form_table__col table th input[type="text"] {
      height: 50px; }
    .main-boards .page-main__form_table .form_table__col table td textarea,
    .main-boards .page-main__form_table .form_table__col table th textarea {
      height: 68px; }
  .main-boards .page-main__form_table .form_table__col table td[colspan] {
    padding-left: 5px;
    padding-right: 5px; }
  .main-boards .page-main__form_table .form_table__col table .filebox {
    margin-top: 0; }
    .main-boards .page-main__form_table .form_table__col table .filebox label {
      border: solid 1px #a0a0a0;
      background-color: #f2f2f2; }
      .main-boards .page-main__form_table .form_table__col table .filebox label:hover {
        background-color: #888; }
  .main-boards .page-main__form_table .form_table__col table .privacy_box--fc {
    display: none; }
  .main-boards .page-main__form_table .form_table__col table .privacy_txt--fc {
    text-align: center; }

.main-boards .board-write-btn-wrap--fc {
  margin-top: 1rem;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .main-boards .col-board .board-wrap--fc {
    margin-bottom: 3rem; }
  .main-boards .col-board .btn-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 2rem; } }

@media (min-width: 768px) {
  .form_table.page-main__form_table .filebox {
    width: 100%; }
    .form_table.page-main__form_table .filebox .upload-name {
      width: calc(100% - 116px); }
    .form_table.page-main__form_table .filebox label {
      width: 108px; } }

.main-boards__row {
  overflow: hidden;
  text-align: center; }
  .main-boards__row .main-conts-article {
    margin-top: 48px;
    margin-top: 3rem;
    padding: 4.375rem;
    height: 100%;
    background-color: #f4f4f4; }

@media (max-width: 1199.98px) {
  .main-boards__row .main-conts-article {
    padding: 2.5rem 2rem; } }

@media (max-width: 991.98px) {
  .main-boards__row > [class^="col-"] {
    margin-bottom: 55px; }
  .main-boards__row .basic-board-list--fc,
  .main-boards__row .webzine-board-list--fc {
    border-top: 0; } }

@media (max-width: 767.98px) {
  .main-boards__row .page-main__form_table .form_table__col table {
    display: block; }
    .main-boards__row .page-main__form_table .form_table__col table tbody,
    .main-boards__row .page-main__form_table .form_table__col table td,
    .main-boards__row .page-main__form_table .form_table__col table th,
    .main-boards__row .page-main__form_table .form_table__col table tr {
      display: block; } }

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
  position: relative;
  overflow: hidden;
  min-width:1200px;
  min-height: 310px;
  margin: 0 auto; }

@media (max-width: 1199.98px) {
  #subWrap {
    width: 100%; } }

@media (max-width: 767.98px) {
  #subWrap {
    min-height: 280px; } }

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; }

.bg_f2f2f2 {
  background-color: #f2f2f2; }

.w100 {
  width: 100% !important; }

.sub-visual {
  display: table;
  width: 100%;
  padding-top: 0px;
  height: 326px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom center;
  background-size: 100% 100%; }
  .sub-visual.sub01 {
    background-image: url("/images/bg_sub_visual_00.jpg"); }
  .sub-visual.sub02 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_02.jpg"); }
  .sub-visual.sub03 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_03.jpg"); }
  .sub-visual.sub04 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_04.jpg"); }
  .sub-visual.sub05 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_05.jpg"); }
  .sub-visual.sub06 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_06.jpg"); }
  .sub-visual > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 10px;
    color: #f3fbff;
    font-weight: 300; }
  .sub-visual h2 {
    letter-spacing: -0.05em;
    font-weight: 300;
    font-size: 45px;
    font-size: 2.8125rem; }
  .sub-visual .sub-visual__desc {
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 14px;
    font-size: 0.875rem; }



/* location */
.location-wrap {
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif; }
  .location-wrap ul.location-ul {
    margin: -20px auto 0;
    font-size: 0;
    line-height: 0;
    background-color: #209ed5;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .location-wrap ul.location-ul > li {
      position: relative;
      display: inline-block;
      margin-right: -1px;
      vertical-align: top; }
      .location-wrap ul.location-ul > li:before {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "";
        width: 13px;
        height: 7px;
        background: url("/html/_skin/img/sub/icon_location_down_arrow.png") no-repeat center;
        margin-top: -3.5px;
        pointer-events: none; }
      .location-wrap ul.location-ul > li.location-home a {
        display: flex;
        padding: 0;
        min-width: 65px;
        height: 65px;
        text-align: center;
        border-left: 0;
        background-color: #fff;
        align-items: 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;
    line-height: 60px;
    word-break: keep-all;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
    .location-wrap li a > span {
      display: inline-block;
      vertical-align: middle;
      padding: 7px 0;
      line-height: 1.25; }
    .location-wrap li a:hover {
      text-decoration: none; }
  .location-wrap ul.location-ul > li.on > a,
  .location-wrap ul.location-ul > li:last-child > a {
    background: #209ed5; }
  .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: 0;
      background: transparent;
      line-height: 17px;
      color: #333; }

	 .location-wrap .location-depth2 li {
     color: #000 !important; border-bottom:5px solid #fff; }

    .location-wrap .location-depth2 li:hover {
      color: #209ed5 !important; border-bottom:5px solid #209ed5; }
	   .location-wrap .location-depth2 a:hover { color: #209ed5 !important;     }

/* 2depth */


@media (min-width: 1px) {
  .location-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1; }
    .location-wrap ul.location-ul {
      background-color: #fff;
      box-shadow: none; }
      .location-wrap ul.location-ul li.location-drop2 > a,
      .location-wrap ul.location-ul li.location-home,
      .location-wrap ul.location-ul li:not(.location-drop2) {
        display: none; }
      .location-wrap ul.location-ul li.location-drop2 {
        width: 100%;
        margin-right: 0; }
      .location-wrap ul.location-ul li.location-drop2 .location-depth2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex !important;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border: 0;
        background: transparent; }
      .location-wrap ul.location-ul li.location-drop2 > ul > li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #e1e1e1; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li:first-of-type {
          border-left: 1px solid #e1e1e1; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li > a {
          position: relative; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li > a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 4px;
            background-color: transparent; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li > a:active {
            color: #5c98cb; }
            .location-wrap ul.location-ul li.location-drop2 > ul > li > a:active:after {
              bottom: 0;
              background-color: #5c98cb; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li.on a {
          color: #209ed5;
          font-weight: 500; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li.on a:after {
            background-color: #209ed5; }
      .location-wrap ul.location-ul li.location-drop2 > ul > li a {
        width: 100%;
        padding: 1.75rem 1rem 1.61rem;
        border-bottom: 0;
        text-align: center;
        font-size: 1.125rem; } }



/*
	--- sub conts
*/
#subConts {
  width: 100%; }



/* question */
.qtable {
  max-width: 600px;
  margin: 0 auto; }
  .qtable table {
    width: 100%; }
    .qtable table tr td,
    .qtable table tr th {
      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: 767.98px) {
  .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; } }

/* 회원가입 */
#displaySearch,
#displaySearchCount {
  margin-right: 0 !important; }

@media (max-width: 767.98px) {
  #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 td,
      .member-wrap .form-table tr th {
        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; } }

/*  */
.dtable {
  overflow-x: auto; }
  .dtable table {
    width: 100%;
    border-top: 2px solid #209ed5; }
    .dtable table tbody tr td,
    .dtable table tbody tr th {
      font-size: 18px;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      vertical-align: middle; }
    .dtable table tbody tr td:last-child,
    .dtable table tbody tr th:last-child {
      border-right: 1px solid #c5c5c5; }
    .dtable table tbody tr th {
      color: #222;
      font-weight: 400;
      background-color: #f6f6f6; }
    .dtable table tbody tr td {
      color: #222;
      font-weight: 300;
      background-color: #fff; }

/* shop */
.category_list--fc {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .category_list--fc > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    min-width: 18.75rem;
    padding: 0 0.3125rem;
    text-align: center;
    color: #666; }
    .category_list--fc > li a {
      position: relative;
      display: flex;
      border: 1px solid #000;
      border-radius: 3rem;
      height: 100%;
      align-items: center;
      text-align: center;
      justify-content: center;
      padding: 1rem 2rem;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .category_list--fc > li.on a {
      background-color: #000;
      color: #fff !important;
      font-weight: 700;
      border-bottom-color: transparent; }
      .category_list--fc > li.on a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -0.875rem;
        left: calc(50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0.4375rem;
        width: 0;
        height: 0;
        border-left: 0.4375rem solid transparent;
        border-right: 0.4375rem solid transparent;
        border-top: 0.875rem solid #000; }
    .category_list--fc > li:last-child a {
      border-right-width: 1px; }

@media (min-width: 1200px) {
  .category_list--fc > li a:hover {
    color: #fff;
    border-color: #00416c;
    background-color: #00416c; } }

@media (max-width: 767.98px) {
  .category_list--fc {
    flex-wrap: wrap; }
    .category_list--fc > li {
      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; }
        .category_list--fc > li.on a:before {
          display: none; } }

.subCommon--fc {
  text-align: center; }

.subCommon--fc h2 {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding: 0 3rem;
  color: #111;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem; }
  .subCommon--fc h2:after, .subCommon--fc h2:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 0.15em;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/html/_skin/img/sub/ico_subComm_tit.svg"); }
  .subCommon--fc h2:before {
    left: 0; }
  .subCommon--fc h2:after {
    right: 0; }

.cateBox {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.sub-cont-section {
  margin: 3rem 0;
  padding: 3rem 0; }
  .sub-cont-section.section-01 {
    margin-top: 0;
    padding-top: 0; }
  .sub-cont-section:last-of-type {
    margin-bottom: 120px;
    margin-bottom: 7.5rem; }
  .sub-cont-section.section-t-0 {
    margin-top: 0;
    padding-top: 0; }
  .sub-cont-section .section-my-0 {
    margin-top: 0;
    margin-bottom: 0; }

.sub-cont-head {
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }

.sub-cont-tit {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-align: left;
  color: #222;
  font-size: 35px;
  font-size: 2.1875rem; }
  .sub-cont-tit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    width: 22px;
    height: 3px;
    margin-top: 0.75em;
    margin-right: 10px;
    background-color: #000; }
  .sub-cont-tit small {
    font-size: 25px;
    font-size: 1.5625rem; }

.sub-cont-desc {
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: 18px;
  font-size: 1.125rem; }

.sub-cont-tit + .sub-cont-desc {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.sub-cont-article {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-size: 18px;
  font-size: 1.125rem; }
  .sub-cont-article:last-of-type {
    margin-bottom: 0; }

.sub-cont-tit--nr {
  letter-spacing: -0.07em;
  text-align: center;
  color: #111111;
  font-weight: 600;
  font-size: 35px;
  font-size: 2.1875rem; }

/* left menu */
#leftMenu {
  display: none; }

.leftMenu__tit {
  display: table;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/html/_skin/img/sub/bg_left_menu_tit.png");
  background-color: #132636; }

.leftMenu__tit > h2 {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.5625rem; }

.leftMenu__list-fc {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #fff; }
  .leftMenu__list-fc a {
    display: block;
    color: #333;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background;
    -ms-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .leftMenu__list-fc a:hover {
      font-weight: 500;
      color: #209ed5; }
  .leftMenu__list-fc > li,
  .leftMenu__list-fc > li > a {
    font-size: 15px;
    font-size: 0.9375rem; }
  .leftMenu__list-fc > li {
    width: 100%;
    padding: 0 1em 0 2.353em;
    border-bottom: 1px solid #d2d7e0; }
    .leftMenu__list-fc > li > a {
      position: relative;
      padding: 1em 0;
      background-repeat: no-repeat;
      background-position: right 12px;
      background-image: url("/html/_skin/img/sub/ico_left_menu_off.png"); }
      .leftMenu__list-fc > li > a:before {
        content: '';
        position: absolute;
        top: 1.625em;
        left: -0.823em;
        display: inline-block;
        vertical-align: top;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #666; }
  .leftMenu__list-fc > li.on a {
    font-weight: 500;
    color: #209ed5; }
  .leftMenu__list-fc > li:hover a,
  .leftMenu__list-fc > li.on a {
    background-image: url("/html/_skin/img/sub/ico_left_menu_on.png"); }
  .leftMenu__list-fc > li:hover a:before,
  .leftMenu__list-fc > li.on a:before {
    background-color: #209ed5; }

@media (min-width: 1200px) {
  .subWrap__inner:after {
    display: block;
    content: "";
    clear: both; }
  #leftMenu,
  #leftMenu ~ #subConts {
    float: left; }
  #leftMenu {
    display: block;
    width: 242px; }
  #leftMenu ~ #subConts {
    width: calc(100% - 242px);
    padding-left: 64px;
    padding-left: 4rem; } }

.tab_btn_box {
  background-color: #f2f2f2;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 80px; }
  .tab_btn_box > ul {
    font-size: 0;
    text-align: center; }
    .tab_btn_box > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0 55px; }
      .tab_btn_box > ul > li:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 8px;
        height: 1px;
        background-color: #dadada;
        margin-left: -4px; }
      .tab_btn_box > ul > li > a {
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: 350;
        color: #666;
        padding: 22px 5px;
        border-bottom: 1px solid transparent;
        margin-bottom: -1px; }
        .tab_btn_box > ul > li > a.on {
          font-weight: 400;
          color: #209ed5;
          border-bottom: 1px solid #209ed5; }
          .tab_btn_box > ul > li > a.on:before {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            border-top: 8px solid #209ed5;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            margin-left: -5px; }
          .tab_btn_box > ul > li > a.on:after {
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            border-top: 7px solid #fff;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            margin-left: -4px; }

.tab_conts_box > ul > li {
  display: block; }
  .tab_conts_box > ul > li:not(:first-child) {
    display: none; }

@media (max-width: 767.98px) {
  .subCommon--fc h2 {
    margin-top: 3rem;
    font-size: 25px;
    font-size: 1.5625rem; }
  .tab_btn_box {
    margin-bottom: 40px; }
    .tab_btn_box > ul > li {
      padding: 0 20px; }
      .tab_btn_box > ul > li > a {
        font-size: 12px;
        padding: 5px 3px; } }

/* 제품사양 테이블 */
.m_scroll {
  position: relative;
  margin: auto;
  overflow: hidden;
  border: 0; }

.btable {
  width: 100%; }

.m_scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

.m_scroll.scroll_x .btable {
  overflow-x: auto; }

.m_scroll.scroll_x table {
  min-width: 850px; }

.m_scroll td,
.m_scroll th {
  padding: 5px 10px;
  border: 0;
  color: #444;
  text-align: center;
  font-size: 13px;
  font-weight: 350;
  vertical-align: middle;
  border-right: 1px solid #fff; }

.m_scroll tr td:last-child,
.m_scroll tr th:last-child {
  border-right: 0; }

.m_scroll tr:nth-child(odd) td {
  background: #d7d7d7; }

.m_scroll tr:nth-child(even) td {
  background: #ebebeb; }

.m_scroll thead {
  background: transparent; }
  .m_scroll thead th {
    background: #fff;
    padding: 20px; }
    .m_scroll thead th figure {
      font-size: 0;
      text-align: center; }
      .m_scroll thead th figure figcaption {
        font-size: 20px;
        font-weight: 500;
        color: #333;
        margin-top: 10px; }

.btable_clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .btable_clone th {
    visibility: hidden; }
  .btable_clone td {
    visibility: hidden;
    border-color: transparent; }
  .btable_clone th {
    border-color: transparent; }
  .btable_clone tbody th {
    visibility: visible; }
  .btable_clone .fixed_side {
    border: 0;
    visibility: visible; }
  .btable_clone thead .fixed_side {
    background: #fff; }

.m_scroll tbody tr:nth-child(odd) .fixed_side {
  background: #209ed5;
  color: #fff; }

.m_scroll tbody tr:nth-child(even) .fixed_side {
  background: #ebebeb;
  color: #209ed5; }

.btable_clone thead {
  background: transparent; }

.btable_clone .fixed_side,
.m_scroll .fixed_side {
  border-right: 5px solid #fff;
  width: 118px; }

.sns_slider ul {
  padding: 0 40px; }

.sns_slider .slick-next,
.sns_slider .slick-prev {
  width: 24px;
  height: 40px; }

.sns_slider .slick-prev {
  background: url("/html/_skin/img/sub/business/icon_cnc_slider_prev.png") no-repeat center;
  left: 0; }

.sns_slider .slick-next {
  background: url("/html/_skin/img/sub/business/icon_cnc_slider_next.png") no-repeat center;
  right: 0; }

.sns_slider .slick-slide img {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .sns_slider .slick-next:hover,
  .sns_slider .slick-prev:hover {
    opacity: 0.6; } }

@media (max-width: 767.98px) {
  .sns_slider ul {
    padding: 0 20px; }
  .sns_slider .slick-next,
  .sns_slider .slick-prev {
    width: 12px;
    background-size: 100% !important; } }

.sub-tab--fc:not(.type-main) > ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #209ed5; }
  .sub-tab--fc:not(.type-main) > ul > li {
    display: inline-block;
    vertical-align: top;
    min-width: 90px;
    flex: auto;
    max-width: 216px;
    margin-bottom: -1px; }
    .sub-tab--fc:not(.type-main) > ul > li + li {
      margin-left: -1px; }
    .sub-tab--fc:not(.type-main) > ul > li > a {
      display: block;
      background-color: #f2f2f2;
      color: #555;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      padding: 14px;
      border: 1px solid #ccc;
      border-bottom: 1px solid #209ed5; }
      .sub-tab--fc:not(.type-main) > ul > li > a.on {
        background: #209ed5;
        color: #fff; }

.sub-tab__conts--fc {
  padding-top: 40px; }
  .sub-tab__conts--fc > ul > li {
    display: block; }
    .sub-tab__conts--fc > ul > li:not(:first-child) {
      display: none; }

.sub-tab__conts__inner--fc iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 315px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .sub-tab--fc:not(.type-main) > ul > li > a:hover {
    background-color: #209ed5;
    color: #fff; } }

@media (max-width: 767.98px) {
  .sub-tab--fc:not(.type-main) > ul {
    border-bottom: 0; }
    .sub-tab--fc:not(.type-main) > ul > li {
      padding: 3px;
      max-width: 100%; }
      .sub-tab--fc:not(.type-main) > ul > li > a {
        font-size: 12px;
        padding: 7px; }
  .sub-tab__conts--fc {
    padding-top: 20px; } }

/* history */
.history_wrap1--fc {
  background-color: #fff;
  left: 1px;
  margin-top: 40px;
  padding: 5rem 20px; }
  .history_wrap1--fc .slick-track {
    display: flex !important; }
  .history_wrap1--fc .slick-slide {
    height: inherit !important; }
  .history_wrap1--fc .slick-arrow {
    z-index: 100;
    width: 70px;
    height: 70px;
    width: 4.375rem;
    height: 4.375rem; }
    .history_wrap1--fc .slick-arrow:before {
      content: '';
      display: block;
      width: 70px;
      height: 70px;
      width: 4.375rem;
      height: 4.375rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      transition: all, 0.3s; }
    .history_wrap1--fc .slick-arrow.slick-prev {
      left: 80px;
      left: -5rem; }
      .history_wrap1--fc .slick-arrow.slick-prev:before {
        background-image: url("/html/_skin/img/sub/company/btn_history_slick_prev.png"); }
      @media (max-width: 1540px) {
        .history_wrap1--fc .slick-arrow.slick-prev {
          left: 0; } }
    .history_wrap1--fc .slick-arrow.slick-next {
      right: 80px;
      right: -5rem; }
      .history_wrap1--fc .slick-arrow.slick-next:before {
        background-image: url("/html/_skin/img/sub/company/btn_history_slick_next.png"); }
      @media (max-width: 1540px) {
        .history_wrap1--fc .slick-arrow.slick-next {
          right: 0; } }
    .history_wrap1--fc .slick-arrow:focus:before {
      opacity: 0.75; }
    .history_wrap1--fc .slick-arrow:hover:before {
      opacity: 1; }
    @media (max-width: 1540px) {
      .history_wrap1--fc .slick-arrow {
        top: -50px; } }
  .history_wrap1--fc .year-wrap {
    margin-left: -1px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb; }
    .history_wrap1--fc .year-wrap .year-wrap__conts {
      height: 100%;
      max-height: 402px;
      padding: 0 60px;
      overflow-y: auto;
      background-color: #fff; }
  .history_wrap1--fc .col-md-6 {
    display: block;
    padding: 0;
    flex: auto;
    max-width: none; }
  .history_wrap1--fc .offset-md-6 {
    margin-left: 0;
    width: 100%; }
  .history_wrap1--fc dl {
    clear: both; }
    .history_wrap1--fc dl:after {
      display: block;
      content: "";
      clear: both; }
    .history_wrap1--fc dl dd,
    .history_wrap1--fc dl dt {
      float: left;
      margin-bottom: 1.125rem;
      font-family: "Noto Sans KR", sans-serif;
      line-height: 1.47;
      letter-spacing: -0.43px;
      text-align: left;
      color: #111;
      font-size: 17px;
      font-size: 1.0625rem; }
    .history_wrap1--fc dl dt {
      width: 64px;
      font-weight: 500; }
    .history_wrap1--fc dl dd {
      position: relative;
      width: calc(100% - 64px);
      font-weight: 300;
      padding-left: 10px; }
      .history_wrap1--fc dl dd:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
        width: 4px;
        height: 1px;
        margin-top: 0.75rem;
        background-color: #111; }

@media (max-width: 767.98px) {
  .history_wrap1--fc .year-wrap {
    border: 0; }
    .history_wrap1--fc .year-wrap .year-wrap__conts {
      padding: 0 1rem; }
  .history_wrap1--fc dl dd,
  .history_wrap1--fc dl dt {
    display: block;
    width: 100%; }
  .history_wrap1--fc dl dt {
    margin-bottom: 0.75rem; } }

.history_tit1--fc {
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.0222em;
  text-align: left;
  color: #111;
  font-size: 40px;
  font-size: 2.5rem; }

/* 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: #209ed5;
    border: 2px solid #209ed5;
    border-radius: 50%;
    top: 9px;
    right: -35.5px;
    z-index: 2;
    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: 767.98px) {
  .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:after, .history_tit--fc:before {
      display: none; }
  .history_line--fc .offset-md-6 {
    text-align: left; }
  .history_line--fc dd {
    font-size: 14px; } }

/* sitemap */
.sitemap__nav__depth1 {
  display: flex;
  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 #209ed5;
      padding-left: 14px; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth1 > li > a:hover {
          background: #525252; } }
    @media (max-width: 991.98px) {
      .sitemap__nav__depth1 > li {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .sitemap__nav__depth1 > li {
        width: 100%;
        padding: 0; } }
  @media (max-width: 767.98px) {
    .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: #209ed5;
      -webkit-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -moz-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; } }

.board-search-wrap--fc .search-input-wrap--fc,
.board-search-wrap--fc select {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem; }

.board-search-wrap--fc .search-input-wrap--fc a {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/html/_skin/img/common/ico_board_search.svg");
  background-size: 15px 15px; }

.board-search-wrap--fc > .board_list_total--fc {
  font-weight: 400;
  color: #a2a2a2;
  font-size: 17px;
  font-size: 1.0625rem; }
  .board-search-wrap--fc > .board_list_total--fc .search-total-num__accent--fc {
    font-weight: 500;
    color: #111; }

.board-paging ol {
  margin: 0; }

.board-paging li a {
  border-color: #ddd;
  background-color: #fff;
  color: #111; }

.board-paging li.on a, .board-paging li:hover a {
  border-color: #111;
  background-color: #111;
  color: #fff; }

.board-paging .paging-btn-first,
.board-paging .paging-btn-last,
.board-paging .paging-btn-next,
.board-paging .paging-btn-prev {
  display: inline-block;
  margin: 0 4px;
  border: 0;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff; }

.board-paging .paging-btn-next,
.board-paging .paging-btn-prev {
  background-image: url("/html/_skin/img/common/ico_paging_next.png"); }

.board-paging .paging-btn-first,
.board-paging .paging-btn-last {
  background-image: url("/html/_skin/img/common/ico_paging_last.png"); }

.board-paging .paging-btn-first,
.board-paging .paging-btn-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* BASIC, WEBZINE */
.basic-board-list--fc,
.webzine-board-list--fc {
  border-top: 1px solid #000; }
  .basic-board-list--fc thead th:before,
  .webzine-board-list--fc thead th:before {
    display: none; }
  .basic-board-list--fc td,
  .basic-board-list--fc th,
  .webzine-board-list--fc td,
  .webzine-board-list--fc th {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }

@media (max-width: 767.98px) {
  .basic-board-list--fc td,
  .basic-board-list--fc th,
  .webzine-board-list--fc td,
  .webzine-board-list--fc th {
    border: 0; } }

/* MANUAL */
.board-wrap--fc .btn-file-down--fc {
  display: inline-block;
  border: 0; }
  .board-wrap--fc .btn-file-down--fc .ico-down:before {
    -webkit-transition: background, 0.3s;
    -moz-transition: background, 0.3s;
    -ms-transition: background, 0.3s;
    transition: background, 0.3s; }
  .board-wrap--fc .btn-file-down--fc:hover .ico-down:before {
    background-image: url("/html/_skin/img/common/ico_down_on.svg"); }

/* GALLERY */
.board-wrap--fc .gallery-list--fc {
  border-top: 0;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .board-wrap--fc .gallery-list--fc figure {
    margin-top: 0;
    padding: 0 1.25rem; }
    .board-wrap--fc .gallery-list--fc figure a {
      border-bottom: 0; }
      .board-wrap--fc .gallery-list--fc figure a .thumb-wrap-eff--fc {
        padding-bottom: 70.6%; }
      .board-wrap--fc .gallery-list--fc figure a .thumb-wrap__caption {
        content: '';
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 96, 195, 0.8);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: 0.3s; }
        .board-wrap--fc .gallery-list--fc figure a .thumb-wrap__caption .btn {
          border: 1px solid #fff;
          text-align: center;
          padding: 0.75em 2em;
          font-weight: 500;
          font-size: 20px;
          font-size: 1.25rem; }
      .board-wrap--fc .gallery-list--fc figure a .gallery-date--fc {
        color: #444;
        font-weight: 300; }
      .board-wrap--fc .gallery-list--fc figure a:hover .thumb-wrap__caption {
        opacity: 1;
        visibility: visible; }
  .board-wrap--fc .gallery-list--fc .thumb-wrap--fc {
    position: relative; }
    .board-wrap--fc .gallery-list--fc .thumb-wrap--fc > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }

@media (min-width: 992px) {
  .board-wrap--fc .gallery-list--fc figure {
    width: 33.3333%; }
    .board-wrap--fc .gallery-list--fc figure a .thumb-wrap__caption .btn {
      min-width: 180px;
      font-size: 16px;
      font-size: 1rem; }
  .board-wrap--fc .gallery-list--fc .gallery-title--fc,
  .board-wrap--fc .gallery-list--fc .gallery-title--fc + .gallery-date--fc {
    display: inline-block;
    vertical-align: top; }
  .board-wrap--fc .gallery-list--fc .gallery-title--fc {
    width: 58%; }
  .board-wrap--fc .gallery-list--fc .gallery-title--fc + .gallery-date--fc {
    margin-top: 0;
    width: 41%;
    text-align: right; } }

@media (max-width: 767.98px) {
  .board-wrap--fc .gallery-list--fc figure a figcaption {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

#g-popup {
  background-color: transparent; }
  #g-popup.white-popup {
    max-width: 900px; }
  #g-popup .showroom-box .slider-popup {
    padding: 2.5rem 2.5rem 1rem;
    background-color: #f6f9fb;
    border: 1px solid #209ed5; }
  #g-popup .showroom-box img {
    border: 0;
    height: auto;
    max-height: 100%; }
  #g-popup .showroom-box .slider-nav-thumbnails {
    display: none !important; }
  #g-popup .showroom-box .slick-arrow {
    background: rgba(255, 255, 255, 0.2); }
    #g-popup .showroom-box .slick-arrow:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 0.75rem 1.25rem;
      background-position: center center; }
  #g-popup .showroom-box .slick-prev {
    left: -100px; }
    #g-popup .showroom-box .slick-prev:before {
      background-image: url("/html/_skin/img/common/ico_popup_arrow_prev.png"); }
  #g-popup .showroom-box .slick-next {
    right: -100px; }
    #g-popup .showroom-box .slick-next:before {
      background-image: url("/html/_skin/img/common/ico_popup_arrow_next.png"); }
  #g-popup .showroom-box .slider .slick-list .slick-slide figcaption {
    padding-bottom: 0; }
  #g-popup .showroom-box .slider .slick-list .slick-slide h3.title {
    letter-spacing: -0.1em;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem; }
  #g-popup .showroom-box .slider .slick-list .slick-slide div.desc {
    display: none; }
  #g-popup .showroom-box .slider-title {
    margin-top: 1rem;
    text-align: center;
    color: #fff;
    letter-spacing: -0.1em;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem; }
  #g-popup .showroom-box .g-popup__pageInfo {
    text-align: right; }
    #g-popup .showroom-box .g-popup__pageInfo > span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 8px;
      color: #8f9091;
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem; }
    #g-popup .showroom-box .g-popup__pageInfo span:first-of-type {
      color: #444;
      font-weight: 400; }
      #g-popup .showroom-box .g-popup__pageInfo span:first-of-type:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        background-color: #8f9091;
        top: 50%;
        right: -1px;
        margin-top: -5px;
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg); }
  #g-popup .mfp-close {
    top: 2rem;
    right: 2rem;
    color: #111;
    opacity: 1; }
    #g-popup .mfp-close:hover {
      opacity: 0.65; }

@media (min-width: 992px) {
  #g-popup {
    background-color: transparent; }
    #g-popup .showroom-box .slider .slick-list .slick-slide > p {
      height: 660px; } }

/*
    form
*/
.form-privacy__tit {
  margin-bottom: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  text-align: center;
  color: #444444;
  font-size: 20px;
  font-size: 1.25rem; }

.board-wrap--fc .form_table td,
.board-wrap--fc .form_table th {
  vertical-align: middle;
  line-height: 1.5;
  color: #444;
  text-align: left;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem; }

.board-wrap--fc .form_table th {
  padding-right: 1em; }

.board-wrap--fc .form_table__col-3 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px; }

.board-wrap--fc .form_table__col table td input,
.board-wrap--fc .form_table__col table td textarea {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 0; }

.board-wrap--fc .form_table__col table td input[type="text"] {
  border-width: 1px;
  padding: 0.875em; }

.board-wrap--fc .form_table__col table td textarea {
  padding: 0.54em;
  height: 200px; }

.board-wrap--fc .form_table__col--full {
  width: 100%;
  padding: 0; }
  .board-wrap--fc .form_table__col--full table td[colspan] {
    padding-left: 10px;
    padding-right: 10px; }

.board-wrap--fc .board-write-btn-wrap--fc,
.board-wrap--fc .sub_privacy_wrap {
  padding-right: 10px;
  padding-left: 10px; }

.board-wrap--fc .sub_privacy_wrap {
  margin-top: 15px; }

.board-wrap--fc .privacy_box--fc {
  height: 120px;
  padding: 1.333em;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem; }
  .board-wrap--fc .privacy_box--fc pre {
    font-family: "Noto Sans KR", sans-serif; }

.board-wrap--fc .privacy_txt--fc {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  text-align: right; }
  .board-wrap--fc .privacy_txt--fc input[type="checkbox"] + label:before {
    border-radius: 100%; }
  .board-wrap--fc .privacy_txt--fc input[type="checkbox"]:checked + label:before {
    line-height: 19px;
    background-color: #00416c;
    border-color: #00416c; }

.board-wrap--fc .privacy_notice--fc__txt {
  font-size: 17px;
  font-size: 1.0625rem; }

.board-wrap--fc .privacy_notice--fc__btn {
  display: inline;
  font-size: 1em;
  color: #e90000; }

.board-wrap--fc .row-privacy td,
.board-wrap--fc .row-privacy th {
  vertical-align: middle; }

.board-wrap--fc .radio-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.board-wrap--fc .input-with-caption > p {
  color: #7d7d7d;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em; }

@media (max-width: 575.98px) {
  .board-wrap--fc .form_table__col table tbody,
  .board-wrap--fc .form_table__col table tr,
  .board-wrap--fc .form_table__col table td,
  .board-wrap--fc .form_table__col table th {
    display: block; }
  .board-wrap--fc .form_table__col table th {
    padding-top: 1em; } }

@media (max-width: 767.98px) {
  .page-inquiry--fc .board-wrap--fc .form-privacy,
  .page-inquiry--fc .form-privacy + .form_table {
    padding: 2.5rem 2rem; } }

@media (min-width: 576px) {
  .board-wrap--fc .form_table__col table td .md-input__email {
    width: 46.5%; }
  .board-wrap--fc .form_table__col table td .radio-wrap > p {
    display: inline-block;
    margin-right: 1em; } }

@media (min-width: 768px) {
  .board-wrap--fc .form_table__col table td .md-input {
    width: 370px; }
  .board-wrap--fc .form_table__col table td .lg-input {
    width: 900px; }
  .board-wrap--fc .form_table__col table td .md-input__email {
    width: 46.5%; }
  .board-wrap--fc .form_table__col table td .input-with-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .board-wrap--fc .form_table__col table td .input-with-caption > p {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .board-wrap--fc .row-privacy .privacy_notice--fc:after {
    display: block;
    content: "";
    clear: both; }
  .board-wrap--fc .row-privacy .privacy_notice--fc .privacy_notice--fc__txt {
    float: left; }
  .board-wrap--fc .row-privacy .privacy_notice--fc .privacy_txt--fc {
    float: right;
    margin-top: 0.2rem; } }

@media (min-width: 1200px) {
  .board-wrap--fc .form_table__col table th {
    padding-left: 1.875rem; } }

.captcha_box--fc {
  margin-bottom: 20px; }

.captcha_box--fc input {
  margin-bottom: 0 !important;
  padding: 0.7em 1.333em !important;
  border-width: 1px !important; }

.captcha_box--fc a {
  background-color: transparent;
  border: 0;
  margin: 0 10px 0 0; }

@media (max-width: 575.98px) {
  .captcha__num--fc {
    width: 120px; } }

@media (min-width: 768px) {
  .board-wrap--fc .form_table__col-3 {
    width: 33.333%; }
  .captcha_box--fc input {
    width: 200px !important; } }

/* file */
.form_table .filebox {
  position: relative;
  margin-top: 15px;
  font-size: 0; }
  .form_table .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .form_table .filebox .upload-name {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em;
    border-radius: 0;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #999;
    text-align: left;
    background-color: #fff;
    border-style: solid;
    border-color: #ccd0d7;
    font-size: 16px;
    font-size: 1rem; }
  .form_table .filebox label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    padding: 0 0.5em;
    background-color: #dadada;
    color: #444;
    text-align: center;
    /* line-height: 50px; */
    line-height: 46px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-transition-property: background-color, color;
    -moz-transition-property: background-color, color;
    -ms-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .form_table .filebox label > span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.12em; }
    .form_table .filebox label:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .form_table .filebox label:hover {
      background-color: #adadad;
      color: #fff; }

@media (min-width: 576px) {
  .form_table .filebox .upload-name {
    margin-bottom: 0.5rem;
    width: calc(100% - 160px); }
  .form_table .filebox label {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px; } }

@media (min-width: 768px) {
  .form_table .filebox {
    display: inline-block;
    width: 955px; }
    .form_table .filebox .upload-name {
      width: calc(100% - 120px); }
    .form_table .filebox label {
      width: 120px; } }

.board-write-btn-wrap--fc .btn-confirm--fc {
  padding: 1.5rem 3.5rem;
  background-color: #00416c;
  font-weight: 300; }
  .board-write-btn-wrap--fc .btn-confirm--fc:hover {
    background-color: #209ed5; }

@media (max-width: 767.98px) {
  .board-write-btn-wrap--fc .btn-confirm--fc {
    height: auto;
    line-height: 1.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

input[type="checkbox"] + label:before,
input[type="checkbox"]:checked + label:before {
  top: 0.1em;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

input[type="checkbox"] + label:before {
  background-image: url("/html/_skin/img/common/ico_check_off.png"); }

input[type="checkbox"]:checked + label:before {
  content: '';
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("/html/_skin/img/common/ico_check_on.png"); }

/* form etc. */
.form_table .attatch-notice,
.form_table .captcha-notice {
  display: block;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #444;
  font-size: 16px;
  font-size: 1rem; }

.form_table .captcha-notice {
  display: inline-block;
  color: #888; }

.form_table .attatch-notice {
  margin-top: 0.5rem; }

@media (min-width: 768px) {
  .form_table .attatch-notice {
    margin-top: 0;
    font-size: 12px;
    font-size: 0.75rem; }
  .form_table .captcha_box--fc {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem; }
  .form_table .captcha-notice {
    font-size: 14px;
    font-size: 0.875rem; } }

@media (max-width: 767.98px) {
  .form_table .captcha_box--fc {
    margin-bottom: 0.5rem; }
    .form_table .captcha_box--fc input {
      padding: 0.875em 1.333em !important; } }

/*
font
*/
.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-mid {
  font-weight: 500 !important; }

.fw-bold {
  font-weight: 600 !important; }

/*
    page point
*/
.page-point-words--fc {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.page-point-words--fc__tit {
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 300;
  text-align: center;
  color: #111111;
  font-size: 30px;
  font-size: 1.875rem; }
  .page-point-words--fc__tit .point-txt {
    color: #209ed5;
    font-size: 45px;
    font-size: 2.8125rem; }

.page-spot--fc {
  display: table;
  width: 100%;
  min-height: 300px;
  min-height: 18.75rem;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/html/_skin/img/sub/puzzlesoil/bg_spot_about_puzzlesoil.jpg");
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-size: 1.4375rem;
  text-align: center; }
  .page-spot--fc > .page-spot--fc__inner {
    display: table-cell;
    vertical-align: middle; }

/*
iframe
*/
.inc-iframe {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.inc-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
video figure
*/
.figure-video .video-thumb {
  line-height: 0;
  display: inline-block; }
  .figure-video .video-thumb a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .figure-video .video-thumb a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 90px;
      height: 104px;
      width: 5.625rem;
      height: 8.75rem;
      background-repeat: no-repeat;
      background-image: url("/html/_skin/img/common/ico_vid_play.png");
      background-position: 53% 50%;
      background-size: 90px 104px;
      background-size: 5.625rem 6.5rem;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -ms-transition-property: background;
      -o-transition-property: background;
      transition-property: background;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .figure-video .video-thumb a > img {
      width: 100%; }

/*
	thumb
*/
.thumb-wrap-eff--fc {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 99.05%;
  overflow: hidden; }
  .thumb-wrap-eff--fc > .thumb-wrap-eff__overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .thumb-wrap-eff--fc > .thumb-wrap-eff__overlay > .thumb-img {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-transition-property: transform;
      -moz-transition-property: transform;
      -ms-transition-property: transform;
      -o-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s; }
  .thumb-wrap-eff--fc:hover .thumb-img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09); }

/*
btn
*/
.btn-wrap {
  margin-top: 3rem;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem; }

button {
  background-color: transparent;
  cursor: pointer; }

.btn {
  display: inline-block;
  min-width: 140px;
  padding: 0.875em 0.5em;
  border-radius: 0;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  @media (min-width: 992px) {
    .btn {
      min-width: 200px; } }

.btn-arrow {
  position: relative;
  padding: 1rem 4rem 1rem 3rem;
  border: solid 1px #7f7f7f;
  color: #209ed5;
  text-align: center; }

  .btn-arrow .ico-arrow {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 10px;
    height: 10px;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background, 0.3s; }
  .btn-arrow:hover .ico-arrow {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-arrow .ico-arrow:before {
    background-image: url("/html/_skin/img/common/ico_btn_arrow_black.png"); }
  .btn-arrow:hover {
    background-color: #209ed5;
    color: #fff; }
    .btn-arrow:hover .ico-arrow:before {
      background-image: url("/html/_skin/img/common/ico_btn_arrow_white.png"); }

.btn-arrow-white {
  position: relative;
  padding: 1rem 4rem 1rem 3rem;
  border: solid 1px #7f7f7f;
  color: #111111;
  text-align: center;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-arrow-white .ico-arrow {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 10px;
    height: 10px;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background, 0.3s; }
  .btn-arrow-white:hover .ico-arrow {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-arrow-white .ico-arrow:before {
    background-image: url("/html/_skin/img/common/ico_btn_arrow_white.png"); }
  .btn-arrow-white:hover {
    background-color: #209ed5;
    border-color: #209ed5;
    color: #fff; }

.btn-basic {
  display: inline-block;
  min-width: 140px;
  padding: 0.875em 0.5em;
  border-radius: 0;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0.875em;
  background-color: #209ed5;
  border: 1px solid #209ed5;
  color: #fff; }
  @media (min-width: 992px) {
    .btn-basic {
      min-width: 200px; } }
  .btn-basic:active, .btn-basic:hover {
    opacity: 0.8;
    border-color: #00416c;
    background-color: #00416c; }

.btn-down {
  position: relative;
  padding: 1rem 4rem 1rem 3rem;
  color: #111111;
  text-align: center; }
  .btn-down .ico-down {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 10px;
    height: 10px;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 1rem;
    transition: background, 0.3s; }
  .btn-down .ico-down:before {
    background-image: url("/html/_skin/img/common/ico_down.png"); }
  .btn-down:hover .ico-down:before {
    background-image: url("/html/_skin/img/common/ico_down_on.png"); }

/*
    ico
*/
.ico {
  font-size: 0; }
  .ico:before {
    content: '';
    display: inline-block;
    line-height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.ico-arrow:before {
  width: 10px;
  height: 10px;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/html/_skin/img/common/ico_btn_arrow_black.png"); }

.ico-arrow-white:before {
  width: 20px;
  height: 15px;
  width: 1.25rem;
  height: 0.9375rem;
  background-image: url("/html/_skin/img/common/ico_btn_arrow_white.png"); }

.ico-down-blue:before,
.ico-down:before {
  width: 20px;
  height: 23px;
  width: 1.25rem;
  height: 1.4375rem; }

.ico-down:before {
  background-image: url("/html/_skin/img/common/ico_down.svg"); }

.ico-down-blue:before {
  background-image: url("/html/_skin/img/common/ico_down_on.svg"); }

/* custom tab */
.sub-tab-type2--fc > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-bottom: 5rem; }
  .sub-tab-type2--fc > ul > li {
    vertical-align: middle;
    text-align: center;
    color: #111;
    padding: 0 0.25rem; }
    .sub-tab-type2--fc > ul > li a {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0;
      width: 100%;
      height: 100%;
      padding: 0.34em 1.14em;
      text-align: center;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 300;
      background-color: #f1f1f1; }
    .sub-tab-type2--fc > ul > li.on a {
      position: relative;
      z-index: 10;
      color: #fff;
      font-weight: 500;
      background-color: #132636; }

.sub-tab-type2--fc--box > ul {
  position: relative;
  left: 1px;
  top: 1px;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  .sub-tab-type2--fc--box > ul > li {
    flex-grow: 1;
    padding: 0;
    margin-left: -1px;
    margin-top: -1px; }
    .sub-tab-type2--fc--box > ul > li.on a,
    .sub-tab-type2--fc--box > ul > li a {
      background-color: transparent; }
    .sub-tab-type2--fc--box > ul > li a {
      color: #666666;
      font-weight: 300;
      min-height: 4.0625rem;
      border: 1px solid #babdc1; }
    .sub-tab-type2--fc--box > ul > li.on a {
      border-color: #333;
      color: #333; }

.tab-panel:not(:first-of-type) {
  display: none; }

@media (max-width: 767.98px) {
  .sub-tab-type2--fc > ul > li {
    flex: auto;
    padding: 1px; }
    .sub-tab-type2--fc > ul > li a {
      font-size: 12px;
      padding: 5px; } }

/* table */
.table-wrap,
.table-wrap-fit {
  border-top: 1px solid #132636; }

.table-wrap {
  position: relative;
  overflow: auto; }
  .table-wrap table {
    min-width: 48rem; }

@media (min-width: 768px) {
  .table-wrap table {
    min-width: 36rem; } }

@media (max-width: 767.98px) {
  .table-wrap {
    padding-bottom: 2rem; } }

.table-wrap-footer {
  margin-top: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem; }

@media (max-width: 767.98px) {
  .table-wrap + .table-wrap-footer {
    margin-top: -0.5rem; } }

.table {
  width: 100%; }

.table .table-slash-th {
  position: relative;
  padding: 0;
  background-image: url("/html/_skin/img/common/bg_table_slash_line.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain; }
  .table .table-slash-th .table-slash-wrap > p {
    position: absolute;
    display: inline-block;
    width: 49%; }
  .table .table-slash-th .table-slash-wrap > p:first-of-type {
    bottom: 0.75rem;
    left: 0.5rem;
    text-align: left; }
  .table .table-slash-th .table-slash-wrap > p:last-of-type {
    top: 0.5rem;
    right: 0.75rem;
    text-align: right; }

.table tr.tr-with-figure td {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem; }
  .table tr.tr-with-figure td figure {
    line-height: 0; }

.table.v-mid td,
.table.v-mid th {
  vertical-align: middle; }

.table.fix-col {
  table-layout: fixed; }

.table.py-1 td {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.table.py-2 td {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.table.py-2 .t_l {
  padding-left: 2rem;
  padding-right: 2rem; }

.table.bg-thead thead {
  background-color: #f6f6f6; }

.table-basic td,
.table-basic th {
  border: 1px solid #ccc;
  padding: 0.75rem 0.5rem;
  background-color: #fff;
  line-height: 1.45; }

.table-basic th {
  font-weight: 500; }

.table-basic td {
  font-weight: 300; }

/*
list
*/
.tit-n-desc > dd .desc,
.tit-n-desc > dd .tit,
.tit-n-desc li .desc,
.tit-n-desc li .tit {
  display: inline-block;
  vertical-align: top; }

.tit-n-desc > dd .tit,
.tit-n-desc li .tit {
  min-width: 144px;
  min-width: 9rem;
  margin-right: 0.5rem;
  font-weight: 400; }

.tit-n-desc > .desc,
.tit-n-desc .tit {
  display: inline-block;
  vertical-align: top; }

.tit-n-desc > .tit {
  min-width: 148px;
  min-width: 9.25rem;
  margin-right: 0.5rem;
  font-weight: 400; }

.tit-n-desc .sub-cont-article.desc {
  margin-top: 0.5rem; }

@media (max-width: 1199.98px) {
  .tit-n-desc > .desc,
  .tit-n-desc .tit {
    display: block; } }

@media (max-width: 767.98px) {
  .tit-n-desc > dd .desc,
  .tit-n-desc > dd .tit,
  .tit-n-desc li .desc,
  .tit-n-desc li .tit {
    display: block; } }

.list > li {
  margin-bottom: 0.25rem; }

ul.list-bar > li {
  position: relative;
  padding-left: 0.75em; }
  ul.list-bar > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.75em;
    width: 4px;
    height: 1px;
    background-color: #333; }

ul.list-dot > li {
  position: relative;
  padding-left: 0.75em; }
  ul.list-dot > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.725rem;
    border-radius: 50%;
    background-color: #111; }
  ul.list-dot > li.dot-none:before {
    display: none; }

ul.list-dot--b > li {
  position: relative;
  padding-left: 0.75em; }
  ul.list-dot--b > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.725rem;
    border-radius: 50%;
    background-color: #111; }
  ul.list-dot--b > li.dot-none:before {
    display: none; }

ul.list-dot--b > li:before {
  background-color: #214b70; }

.t_c ul.list-bar > li,
.t_c ul.list-dot > li {
  padding-left: 0; }
  .t_c ul.list-bar > li:before,
  .t_c ul.list-dot > li:before {
    margin-right: 0.5em;
    position: static;
    vertical-align: top; }

.list-figure > li {
  margin-bottom: 2rem; }

/*
    dfn
*/
.dfn > dd {
  margin-top: 0.25rem; }

dl.dfn-basic > dt {
  font-weight: 500; }

dl.dd-dot > dd {
  position: relative;
  padding-left: 0.75em; }
  dl.dd-dot > dd:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.725rem;
    border-radius: 50%;
    background-color: #666; }

dl.dd-bar > dd {
  position: relative;
  padding-left: 0.5em; }
  dl.dd-bar > dd:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.75em;
    width: 4px;
    height: 1px;
    background-color: #333; }

.t_c dl.dd-bar > dd,
.t_c dl.dd-dot > dd {
  padding-left: 0; }
  .t_c dl.dd-bar > dd:before,
  .t_c dl.dd-dot > dd:before {
    margin-right: 0.5em;
    position: static;
    vertical-align: top; }

/*
    background
*/
.bg-gray {
  background-color: #f2f2f2; }

/*
    box
*/
.box-border {
  padding: 1.25rem;
  border: 5px solid #f1f1f1; }

.box-bg-lb {
  padding: 1.5rem 1.875rem;
  background-color: #edf1f6;
  border-radius: 0.625rem; }

.box-bg-lb__tit {
  margin-bottom: 0.875rem;
  font-weight: 500;
  color: #003c95; }

.box-bg-gray {
  padding: 1.5rem 1.125rem;
  background-color: #f5f5f5; }

.words-box {
  color: #666; }
  .words-box > p + p {
    margin-top: 1rem; }

/*
    figure
*/
.img-box-figure {
  text-align: center;
  line-height: 0; }
  .img-box-figure .img-border-box {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 2rem;
    text-align: center; }
    .img-box-figure .img-border-box > .img-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      line-height: 0;
      font-size: 0; }
      .img-box-figure .img-border-box > .img-wrap > span {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .img-box-figure .img-border-box.w-full {
      padding: 0; }
      .img-box-figure .img-border-box.w-full .img-wrap {
        padding-bottom: 0; }
    .img-box-figure .img-border-box.pd-y {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .img-box-figure .img-border-box .img-border-box__caption {
      text-align: left;
      margin-bottom: 0.5rem; }
  .img-box-figure .img-border-box--plenty {
    border: 0;
    padding: 0;
    background-color: transparent; }
    .img-box-figure .img-border-box--plenty .img-wrap {
      border: 1px solid #d8d8d8;
      background: #fff; }
    .img-box-figure .img-border-box--plenty .img-wrap + .img-wrap {
      margin-top: 40px; }
  .img-box-figure .img-border-box__caption,
  .img-box-figure .img-caption {
    line-height: 1.5;
    letter-spacing: -0.05em; }
  .img-box-figure .img-caption {
    margin-top: 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem; }
    .img-box-figure .img-caption__tit {
      font-size: 20px;
      font-size: 1.25rem; }
  .img-box-figure--full {
    width: 100%; }
    .img-box-figure--full .img-border-box {
      width: 100%; }
  .img-box-figure .img-border-box--dash {
    border: 1px dashed #28a7e1; }

.equal-row .img-box-figure {
  height: 100%; }
  .equal-row .img-box-figure .img-border-box,
  .equal-row .img-box-figure .img-wrap {
    height: 100%; }

.equal-row .img-wrap {
  padding-bottom: 2rem; }

.equal-row .img-box-figure--h .img-border-box {
  height: auto; }

.equal-row .img-box-figure--h .img-wrap {
  padding-bottom: 0; }

.various-img-box-row [class^="col-"] {
  margin-top: 2rem; }
  .various-img-box-row [class^="col-"]:first-of-type {
    margin-top: 0; }

/*
    title or desc
*/
.fc-base {
  color: #209ed5; }

.article-tit {
  position: relative;
  padding-left: 0.75em;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem; }
  .article-tit:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.725em;
    border-radius: 50%;
    background-color: #111; }

.article-tit--sm {
  position: relative;
  padding-left: 0.75em;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem; }
  .article-tit--sm:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.725em;
    border-radius: 50%;
    background-color: #111; }

.article-foot-desc {
  margin-top: 0.5rem;
  color: #8c8c8c;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem; }

/*
    head
*/
.article-head {
  margin-bottom: 1rem; }

.header-space--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-space--fc--end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* modal */



.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
  .modal.fade {
    transition: opacity 0.15s linear; }
  .modal.show {
    opacity: 1; }
  .modal.fade:not(.show) {
    opacity: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

@media (min-width: 576px) {
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); } }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out,-webkit-transform 0.5s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); } }

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1200px; } }

.modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
  background-color: #209ed5; }
  .modal-header .close {
    float: right;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    text-shadow: none;
    font-weight: 350;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1; }

.modal-body {
  padding: 1rem; }

.modal-body__inner {
  overflow: hidden;
  overflow-y: auto;
  max-height: 660px; }

.modal-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

/* jamming */
.modal .imgList {
  width: 100%; }
  .modal .imgList img {
    margin: 0 auto; }

.page-greet--fc .company-greet-head {
  line-height: 1.22;
  letter-spacing: -0.05em;
  color: #111;
  font-weight: 300;
  font-size: 45px;
  font-size: 2.8125rem; }
  .page-greet--fc .company-greet-head strong {
    font-weight: 500; }

.page-greet--fc .company-greet-tit {
  font-weight: 300; }

.page-greet--fc .company-greet-sup {
  margin-bottom: 1.25rem;
  font-weight: 500;
  color: #209ed5;
  font-size: 18px;
  font-size: 1.125rem; }

.page-greet--fc .company-greet-body {
  margin-top: 3rem;
  letter-spacing: -0.05em;
  line-height: 1.67;
  text-align: left;
  color: #111;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem; }
  .page-greet--fc .company-greet-body > p {
    margin-top: 1.625em; }

@media (max-width: 991.98px) {
  .page-greet--fc .company-greet-head {
    margin-top: 2rem; }
  .page-greet--fc .company-greet .col-img {
    text-align: center; } }

/*
    회사연혁
*/
.page-greet--fc__history {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/html/_skin/img/sub/company/bg_company_history.jpg"); }
  .page-greet--fc__history .sub-cont-head {
    color: #fff; }
    .page-greet--fc__history .sub-cont-head [class^="sub-cont-tit"] {
      color: #fff; }

/*
    경영이념
*/
.page-greet--fc__philosophy {
  margin-top: 0;
  padding-top: 100px;
  padding-top: 6.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/html/_skin/img/sub/company/bg_company_philosophy.jpg"); }
  .page-greet--fc__philosophy .philosophy-list {
    margin-top: 4rem;
    text-align: center; }
    .page-greet--fc__philosophy .philosophy-list > li {
      margin-bottom: 5rem; }
    .page-greet--fc__philosophy .philosophy-list .figure-caption {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 1rem;
      text-align: left; }
      .page-greet--fc__philosophy .philosophy-list .figure-caption .dfn {
        font-size: 18px;
        font-size: 1.125rem; }
        .page-greet--fc__philosophy .philosophy-list .figure-caption .dfn > dt {
          margin-bottom: 1rem;
          text-align: center;
          font-weight: 600;
          font-size: 22px;
          font-size: 1.4375rem; }

/*
    오시는 길
*/
.page-greet--fc__location .dfn-location {
  margin-top: 1.5rem; }
  .page-greet--fc__location .dfn-location > dd {
    position: relative;
    margin-top: 0.5rem;
    padding-left: 2.125rem;
    font-weight: 500;
    font-size: 17px;
    font-size: 1.0625rem; }
    .page-greet--fc__location .dfn-location > dd:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 25px;
      height: 25px;
      width: 1.5625rem;
      height: 1.5625rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .page-greet--fc__location .dfn-location > dd.dot:before {
      background-image: url("/html/_skin/img/sub/company/ico_location_dot.svg"); }
    .page-greet--fc__location .dfn-location > dd.tel:before {
      background-image: url("/html/_skin/img/sub/company/ico_location_tel.svg"); }

.page-jamming--fc .sub-cont-section.jamming-case {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/html/_skin/img/sub/puzzlesoil/bg_jamming_case.jpg");
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.0252em;
  text-align: center; }

.page-jamming--fc .jamming-case__tit {
  margin-bottom: 1.875rem;
  font-weight: 300;
  font-size: 25px;
  font-size: 1.5625rem; }

.page--verifi--fc .entrifugal-exps-wrap .entrifugal-big .img-border-box {
  height: 514px; }

.page-compet--fc .puzzle-durability-wrap .img-caption {
  font-size: 18px;
  font-size: 1.125rem; }

.page-compet--fc .sub-cont-section.price-compet .dfn-puzzle-advantage {
  margin-bottom: 3rem; }
  .page-compet--fc .sub-cont-section.price-compet .dfn-puzzle-advantage figure {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .page-compet--fc .sub-cont-section.price-compet .dfn-puzzle-advantage dd {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300; }

.page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit {
  position: relative;
  top: 1px;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem; }
  .page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit > dt,
  .page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit dd {
    border: 1px solid #b7b7b7;
    margin-top: -1px;
    padding: 1.875rem 1.5rem; }
  .page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit > dt {
    font-weight: 500;
    text-align: center; }
  .page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit dd {
    font-weight: 300; }

.page-compet--fc .sub-cont-section.price-compet .dfn-price-benefit--md > dt {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.page-compet--fc .sub-cont-section.price-compet .price-benefit__txt {
  margin-top: 1rem;
  text-align: center; }

.page-compet--fc .sub-cont-section.new-tech {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right bottom;
  background-size: auto 100%;
  background-image: url("/html/_skin/img/sub/puzzlesoil/bg_puzzlesoil_new_tech.jpg"); }

.page-compet--fc .new-tech-left {
  text-align: center;
  margin-bottom: 1.5rem; }

.page-compet--fc .new-tech-logo {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 11.4px 17.6px 46px 0 rgba(0, 0, 0, 0.11); }

@media (min-width: 768px) {
  .new-tech-left,
  .new-tech-right {
    display: inline-block;
    vertical-align: top; }
  .new-tech-left {
    text-align: left;
    margin-bottom: 0; }
  .new-tech-right {
    padding-left: 50px;
    padding-left: 3.125rem; } }

@media (max-width: 1439.98px) {
  .sub-cont-section.price-compet .dfn-puzzle-advantage {
    text-align: center; }
    .sub-cont-section.price-compet .dfn-puzzle-advantage .article-tit--sm:before {
      position: static;
      vertical-align: top;
      margin-right: 0.5em; }
    .sub-cont-section.price-compet .dfn-puzzle-advantage .list > li {
      padding-left: 0; }
      .sub-cont-section.price-compet .dfn-puzzle-advantage .list > li:before {
        margin-right: 0.5em;
        position: static;
        vertical-align: top; }
  .sub-cont-section.price-compet .price-benefit__txt {
    color: #28a7e1; }
    .sub-cont-section.price-compet .price-benefit__txt br {
      display: none; } }

@media (min-width: 1440px) {
  .page-compet--fc .sub-cont-section.price-compet .price-benefit-wrap > [class^="col-"] {
    margin-bottom: 16px; }
    .page-compet--fc .sub-cont-section.price-compet .price-benefit-wrap > [class^="col-"]:after {
      display: block;
      content: "";
      clear: both; }
  .page-compet--fc .sub-cont-section.price-compet .price-benefit__txt {
    text-align: left;
    width: calc(50% + 1rem);
    height: 120px;
    margin-left: auto;
    padding: 1.25rem 0 2rem 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/html/_skin/img/common/ico_arrow_step_bottom.png");
    background-position: left center; } }

.page-construct-perform--fc .category-tab {
  display: none !important; }

.perform-reference {
  font-size: 18px;
  font-size: 1.125rem; }
  .perform-reference p.search-input-wrap--fc {
    width: 360px; }

.page-inquiry--fc .form-privacy,
.page-inquiry--fc .form_table {
  background-color: #f9f9f9;
  padding: 2.625rem 5rem; }

.page-inquiry--fc .form-privacy + .form_table {
  margin-top: 1.875rem; }



/* 게시판 소스 */

h5{ color:#1567cb; font-weight:500;  font-size:16px; text-indent:0px; padding: 0px 0 0px;  }
h4{ color:#333333; font-weight:700;  font-size:22px; text-indent:10px; padding: 5px 0 10px;  }
.table_style {width:95%; border-collapse:separate; border-top:1px solid #0069b3; border-left:1px solid #ddd; border-spacing:0px;}
.table_style th {color:#333; text-align:center; padding:10px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f6f6f6}
.table_style th.last{border-right:none}
.table_style td {text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:9px;} 
.table_style td.last{border-right:none}
.table_style td.left {text-align:left; }
.table_style td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style td.num {background:#f9f9f9;}
.table_style td.yellowBg {background:#fffff3;}

.table_style2 {width:95%; border-collapse:separate; border-top:1px solid #0069b3; border-left:1px solid #ddd; border-spacing:0px;}
.table_style2 th {color:#333; text-align:center; padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f6f6f6}
.table_style2 th.last{border-right:none}
.table_style2 td {text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px;} 
.table_style2 td > div {text-align:left; } 
.table_style2 td.last{border-right:none}
.table_style2 td.left {text-align:center; }
.table_style2 td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style 2td.num {background:#f9f9f9;}
.table_style2 td.yellowBg {background:#fffff3;}

.table_style1 {width:97%; border-collapse:separate; border-top:0px solid #ddd; border-left:0px solid #ddd; border-spacing:0px;}
.table_style1 th {color:#37a3e7; font-size: 18px; font-weight: bold; text-align:center; padding:10px; border-bottom:0px solid #ddd; border-right:0px solid #ddd; }
.table_style1 th.last{border-right:none}
.table_style1 td {text-align:left;font-size: 14px;  border-right:0px solid #ddd; border-bottom:0px solid #ddd; padding:12px;} 
.table_style1 td.last{border-right:none}
.table_style1 td.left {text-align:left; }
.table_style1 td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style1 td.num {background:#f9f9f9;}
.table_style1 td.yellowBg {background:#fffff3;}

