@charset "UTF-8";
/* element */
/*!
 * 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: #201f27;
    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: #201f27;
    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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    -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: #201f27;
    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: #201f27;
  -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: #201f27;
  -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: #201f27;
    -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: #201f27;
  -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: #201f27;
    -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: #201f27;
  -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: #201f27;
    -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 #201f27, 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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    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: #201f27;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .fc-overline-reveal:hover:before, .fc-overline-reveal:focus:before, .fc-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-bob:hover .hvr-icon, .fc-icon-bob:focus .hvr-icon, .fc-icon-bob:active .hvr-icon {
    -webkit-animation-name: fc-icon-bob-float, fc-icon-bob;
    animation-name: fc-icon-bob-float, fc-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

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

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

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

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

.fc-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .fc-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fc-icon-hang:hover .hvr-icon, .fc-icon-hang:focus .hvr-icon, .fc-icon-hang:active .hvr-icon {
    -webkit-animation-name: fc-icon-hang-sink, fc-icon-hang;
    animation-name: fc-icon-hang-sink, fc-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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: "Pretendard", "맑은고딕", sans-serif;
  color: #000; }
  @media (max-width: 1400px) {
    html {
      font-size: 90%; } }
  @media (max-width: 575.9px) {
    html {
      font-size: 87.5%; } }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit; }

a {
  font: inherit;
  text-decoration: none;
  color: inherit; }

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea, input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

select {
  padding: 0 25px 0 10px;
  background-image: url(/img/common/icon_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select:focus {
  border-color: #201f27; }

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

address {
  font-style: normal; }

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

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

* {
  box-sizing: border-box; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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

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

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

@media (max-width: 767.9px) {
  .board-wrap--fc .category-tab--fc ul li a {
    display: block;
    font-size: 0.92rem;
    color: #606060;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .board-wrap--fc .category-tab--fc ul li a:hover {
      color: #111; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* // Board Wrap */
.board-paging {
  margin: 15px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .board-paging li,
  .board-paging ol {
    display: inline-block;
    vertical-align: top; }
  .board-paging li {
    overflow: hidden;
    position: relative;
    margin-left: -1px; }
    .board-paging li > a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 0;
      font-size: 0.9375rem;
      line-height: 28px;
      color: #414141; }
    .board-paging li.on, .board-paging li:hover {
      z-index: 111; }
    .board-paging li.on > a,
    .board-paging li:hover > a {
      background-color: #201f27;
      border: 1px solid #201f27;
      color: #fff; }
  .board-paging .paging-btn-next,
  .board-paging .paging-btn-last,
  .board-paging .paging-btn-first,
  .board-paging .paging-btn-prev {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    margin-left: -1px; }
  .board-paging .paging-btn-last,
  .board-paging .paging-btn-next {
    border-left: none; }
  .board-paging .paging-btn-prev,
  .board-paging .paging-btn-first {
    border-right: none; }
  .board-paging .paging-btn-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .board-paging .paging-btn-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .board-paging .paging-btn-next {
    background: url("/img/common/paging-next-off.png") no-repeat center center; }
  .board-paging .paging-btn-last {
    background: url("/img/common/paging-last-off.png") no-repeat center center; }
  .board-paging .paging-btn-first {
    background: url("/img/common/paging-first-off.png") no-repeat center center; }
  .board-paging .paging-btn-prev {
    background: url("/img/common/paging-prev-off.png") no-repeat center center; }

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

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

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

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

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

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

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

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

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

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

.basic-board-list--fc td, .webzine-board-list--fc td {
  font-size: 1.07rem;
  line-height: 17px;
  color: #201f27;
  text-align: center;
  vertical-align: middle;
  background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* fqp */
.faq-wrap--fc {
  border: 1px solid #dbdcdf;
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 2rem; }
  .faq-wrap--fc .faq-list--fc {
    border-bottom: 1px solid #dbdcdf; }
    .faq-wrap--fc .faq-list--fc:last-of-type {
      border-bottom: 0; }
  .faq-wrap--fc .f-wrap--fc a {
    position: relative;
    padding: 15px 40px 15px 70px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f4f5f8;
    color: #201f27; }
    .faq-wrap--fc .f-wrap--fc a:before {
      content: 'Q';
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 30px;
      border-radius: 50%;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: auto;
      height: auto;
      background: none;
      color: #fff;
      font-size: 1.3rem; }
    .faq-wrap--fc .f-wrap--fc a:after {
      content: '\f106';
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 20px;
      font-family: 'FontAwesome';
      font-size: 20px;
      line-height: 1;
      color: #201f27; }
    @media (min-width: 1200px) {
      .faq-wrap--fc .f-wrap--fc a:hover {
        background-color: #efefef; } }
    @media (max-width: 767.9px) {
      .faq-wrap--fc .f-wrap--fc a {
        padding: 15px 40px; }
        .faq-wrap--fc .f-wrap--fc a:before {
          top: 15px;
          left: 10px; } }
  .faq-wrap--fc .f-wrap--fc.on a:before {
    content: 'Q.';
    color: #fff; }
  .faq-wrap--fc .f-wrap--fc.on a:after {
    content: "\f107";
    color: #201f27; }
  .faq-wrap--fc .q-wrap--fc {
    display: none; }
    .faq-wrap--fc .q-wrap--fc p {
      position: relative;
      padding: 20px 40px 20px 70px;
      border-top: 1px solid #dbdcdf;
      background: #f4f5f8;
      font-size: 0.875rem;
      line-height: 1.7;
      color: #444; }
      .faq-wrap--fc .q-wrap--fc p:before {
        content: 'A.';
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 30px;
        margin-right: 20px;
        border-radius: 50%;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        width: auto;
        height: auto;
        background: none;
        color: #d00213;
        font-size: 1.3rem; }
      @media (max-width: 767.9px) {
        .faq-wrap--fc .q-wrap--fc p {
          padding: 15px 40px; }
          .faq-wrap--fc .q-wrap--fc p:before {
            top: 15px;
            left: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.board-write-btn-wrap--fc .btn-confirm--fc {
  color: #fff !important;
  background-color: #201f27;
  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: #2c2a35; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna:hover {
    background-color: #525252; } }

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

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

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

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

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

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

      span {
        font-weight: bold;
        color: #303030;
      }
    }
    */ }
    .member-wrap--fc .join-result-wrap--fc .result-text-box--fc {
      text-align: center;
      padding: 0 2.5rem;
      border: 1px solid #000;
      background-color: #fff;
      margin-bottom: 1.25rem; }
      .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .result-txt--fc {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 600;
        padding: 3.125rem 0; }
    .member-wrap--fc .join-result-wrap--fc .warning-message--fc {
      margin: 50px 0 15px;
      width: 100%;
      color: #f84a4a;
      text-align: center; }
    .member-wrap--fc .join-result-wrap--fc .form-table--fc {
      width: 100%;
      border: 1px solid #e5e5e5; }
  .member-wrap--fc .join-btn-wrap--fc {
    max-width: 440px;
    margin-top: 2.8125rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .member-wrap--fc .join-btn-wrap--fc ul {
      font-size: 0; }
      .member-wrap--fc .join-btn-wrap--fc ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 10px; }
        .member-wrap--fc .join-btn-wrap--fc ul li a {
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          color: #444;
          border: 1px solid #d3d3d3;
          background-color: #fff;
          padding: 1rem 0.5rem; }
        .member-wrap--fc .join-btn-wrap--fc ul li:last-child {
          padding-right: 0;
          padding-left: 10px; }
          .member-wrap--fc .join-btn-wrap--fc ul li:last-child a {
            background-color: #201f27;
            border-color: #201f27;
            color: #fff; }
  .member-wrap--fc .login-btn--sns--fc {
    margin-top: 2rem; }
    .member-wrap--fc .login-btn--sns--fc ul {
      margin-top: 2.8125rem;
      font-size: 0; }
      .member-wrap--fc .login-btn--sns--fc ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.625rem; }
        .member-wrap--fc .login-btn--sns--fc ul li a {
          display: block;
          width: 3.25rem;
          height: 3.25rem;
          border: 1px solid #d3d3d3;
          border-radius: 50%;
          font-size: 0;
          color: transparent; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_kakao {
            border-color: #ffea0f;
            background: #ffea0f url("/img/icon/ico_login_kakao.png") no-repeat center/1.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_naver {
            border-color: #00c300;
            background: #00c300 url("/img/icon/ico_login_naver.png") no-repeat center/1.5rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_facebook {
            border-color: #39579b;
            background: #39579b url("/img/icon/ico_login_facebook.png") no-repeat center/0.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_google {
            background: #fff url("/img/icon/ico_login_google.png") no-repeat center/1.9375rem; }
          .member-wrap--fc .login-btn--sns--fc ul li a.for_twitter {
            border-color: #28a8e0;
            background: #28a8e0 url("/img/icon/ico_login_twitter.png") no-repeat center/1.5rem; }
  .member-wrap--fc .hr_txt {
    overflow: hidden; }
    .member-wrap--fc .hr_txt span {
      position: relative;
      display: inline-block;
      font-size: 1rem;
      font-weight: 500;
      color: #444; }
      .member-wrap--fc .hr_txt span:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 50%;
        height: 1px;
        border-top: 1px solid #dedede;
        margin-right: 1.875rem; }
      .member-wrap--fc .hr_txt span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        width: 50%;
        height: 1px;
        border-top: 1px solid #dedede;
        margin-left: 1.875rem; }
  .member-wrap--fc .member-wrap .join-form-wrap .box-wrap {
    border-top-color: #bebebe; }
  .member-wrap--fc .member-wrap p label {
    height: auto;
    line-height: 1.5;
    font-size: 1rem; }
  .member-wrap--fc .member-wrap .join-result-wrap .result-title {
    border-top: 0; }
  @media (min-width: 1200px) {
    .member-wrap--fc .join-btn-wrap--fc ul li a:hover {
      background-color: #f7f7f7;
      border-color: #d3d3d3;
      color: #444; }
    .member-wrap--fc .join-btn-wrap--fc ul li:last-child a:hover {
      background-color: #2c2a35;
      border-color: #2c2a35;
      color: #fff; } }

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

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

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

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

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

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.equal-row > [class^='col-'] > .col-inner {
  height: 100%; }

.row.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gutters > [class^='col-'] {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

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

/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem; }
  [data-tooltip-text]:hover:before {
    content: attr(data-tooltip-text);
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #333132;
    -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    width: auto;
    min-width: 50px;
    max-width: 300px;
    word-wrap: break-word;
    z-index: 10001;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 11px;
    white-space: nowrap;
    line-height: 1; }
  [data-tooltip-text]:hover:after {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #333132;
    border-left: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10001; }

.uppercase {
  text-transform: uppercase; }

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

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

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

.va_t {
  vertical-align: top !important; }

.va_m {
  vertical-align: middle !important; }

.va_b {
  vertical-align: bottom !important; }

.fl_l {
  float: left !important; }

.fl_r {
  float: right !important; }

.bd_0 {
  border: none !important; }

.bd_1 {
  border: 1px solid #ddd !important; }

.bd_t_1 {
  border-top: 1px solid #ddd !important; }

.ff_noto {
  font-family: "Noto Sans KR", sans-serif; }

.display_block {
  display: block; }

.display_inline_block {
  display: inline-block; }

.d-flex {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  word-break: break-all; }

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

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

.shrink_0 {
  flex-shrink: 0; }

.pos_r {
  position: relative; }

.pos_a {
  position: absolute; }

/**
COLOR
**/
.font-color-base {
  color: #201f27 !important; }

.color_000 {
  color: #000 !important; }

.color_666 {
  color: #666 !important; }

.color_888 {
  color: #888 !important; }

.color_fff {
  color: #fff !important; }

.color_red {
  color: #ff0302 !important; }

.color_base {
  color: #201f27 !important; }

.color_point {
  color: #d00213 !important; }

.color_mint {
  color: #00d7a7 !important; }

.color_purple {
  color: #9416ed !important; }

.bg_base {
  background-color: #201f27 !important; }

.bg_point {
  background-color: #d00213 !important; }

.bg_mint {
  color: #00d7a7 !important; }

.bg_f9fafc {
  background-color: #f9fafc !important; }

.bg_f4f5f8 {
  background-color: #f4f5f8 !important; }

/**
FONT
**/
.fw_100 {
  font-weight: 100 !important; }

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

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

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

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

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

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

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

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

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

.fs_70 {
  font-size: calc(70 * 1px) !important;
  font-size: 4.375rem !important; }
  @media (max-width: 1199.9px) {
    .fs_70 {
      font-size: 56px;
      font-size: 3.5rem !important; } }

.fs_45 {
  font-size: calc(45 * 1px) !important;
  font-size: 2.8125rem !important; }
  @media (max-width: 1199.9px) {
    .fs_45 {
      font-size: 34px;
      font-size: 2.125rem !important; } }

.fs_40 {
  font-size: calc(40 * 1px) !important;
  font-size: 2.5rem !important; }
  @media (max-width: 1199.9px) {
    .fs_40 {
      font-size: 30px;
      font-size: 1.875rem !important; } }

.fs_35 {
  font-size: calc(35 * 1px) !important;
  font-size: 2.1875rem !important; }
  @media (max-width: 1199.9px) {
    .fs_35 {
      font-size: 25px;
      font-size: 1.5625rem !important; } }

.fs_32 {
  font-size: calc(32 * 1px) !important;
  font-size: 2rem !important; }
  @media (max-width: 1199.9px) {
    .fs_32 {
      font-size: 24px;
      font-size: 1.5rem !important; } }

.fs_30 {
  font-size: calc(30 * 1px) !important;
  font-size: 1.875rem !important; }
  @media (max-width: 1199.9px) {
    .fs_30 {
      font-size: 23px;
      font-size: 1.4375rem !important; } }

.fs_28 {
  font-size: calc(28 * 1px) !important;
  font-size: 1.75rem !important; }
  @media (max-width: 1199.9px) {
    .fs_28 {
      font-size: 22px;
      font-size: 1.375rem !important; } }

.fs_26 {
  font-size: calc(26 * 1px) !important;
  font-size: 1.625rem !important; }
  @media (max-width: 1199.9px) {
    .fs_26 {
      font-size: 21px;
      font-size: 1.3125rem !important; } }

.fs_24 {
  font-size: calc(24 * 1px) !important;
  font-size: 1.5rem !important; }
  @media (max-width: 1199.9px) {
    .fs_24 {
      font-size: 20px;
      font-size: 1.25rem !important; } }

.fs_22 {
  font-size: calc(22 * 1px) !important;
  font-size: 1.375rem !important; }
  @media (max-width: 1199.9px) {
    .fs_22 {
      font-size: 20px;
      font-size: 1.25rem !important; } }

.fs_20 {
  font-size: calc(20 * 1px) !important;
  font-size: 1.25rem !important; }
  @media (max-width: 1199.9px) {
    .fs_20 {
      font-size: 18px;
      font-size: 1.125rem !important; } }

.fs_19 {
  font-size: calc(19 * 1px) !important;
  font-size: 1.1875rem !important; }
  @media (max-width: 1199.9px) {
    .fs_19 {
      font-size: 18px;
      font-size: 1.125rem !important; } }

.fs_18 {
  font-size: calc(18 * 1px) !important;
  font-size: 1.125rem !important; }

.fs_17 {
  font-size: calc(17 * 1px) !important;
  font-size: 1.0625rem !important; }

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

.fs_15 {
  font-size: calc(15 * 1px) !important;
  font-size: 0.9375rem !important; }

.fs_14 {
  font-size: calc(14 * 1px) !important;
  font-size: 0.875rem !important; }

.fs_13 {
  font-size: calc(13 * 1px) !important;
  font-size: 0.8125rem !important; }

.fs_11 {
  font-size: calc(11 * 1px) !important;
  font-size: 0.6875rem !important; }

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

.lh_1_8 {
  line-height: 1.8; }

.lh_1_7 {
  line-height: 1.7; }

.lh_1_6 {
  line-height: 1.6; }

.lh_1_5 {
  line-height: 1.5; }

.lh_1_4 {
  line-height: 1.4; }

.lh_1_3 {
  line-height: 1.3; }

.lh_1_2 {
  line-height: 1.2; }

.lh_1_1 {
  line-height: 1.1; }

.lh_1 {
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

/**
MARGIN
**/
.m0 {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
PADDING
**/
.p0 {
  padding: 0 !important; }

.p20 {
  padding: 1.25rem !important; }

.p30 {
  padding: 1.875rem !important; }

.p40 {
  padding: 2.5rem !important; }

.p50 {
  padding: 3.125rem !important; }

.p70 {
  padding: 4.375rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#wrapper {
  background: #fff;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -.03em; }

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

/* --- placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5); }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

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

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

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

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

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

input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid #f5f5f5;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #414141; }

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

textarea {
  padding: 10px; }

input:focus,
textarea:focus,
select:focus {
  border-color: #201f27;
  outline: none; }

input[type="radio"] {
  display: none !important; }
  input[type="radio"] + label,
  input[type="radio"] + span {
    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,
    input[type="radio"] + span:before {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0.2em;
      width: 20px;
      height: 20px;
      color: #fff;
      background: #f9fafc;
      border: 1px solid #dee0e5;
      border-radius: 50%;
      content: "";
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
  input[type="radio"]:checked + label:before,
  input[type="radio"]:checked + span:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #201f27 no-repeat center/50%;
    border-color: #201f27;
    font-family: 'FontAwesome';
    line-height: 20px;
    text-align: center;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(255,255,255)'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E"); }
  input[type="radio"]:disabled + label,
  input[type="radio"]:disabled + span {
    opacity: 0.3;
    pointer-events: none; }

input[type="checkbox"] {
  display: none !important; }
  input[type="checkbox"] + label,
  input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 1rem;
    color: #666;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer; }
    input[type="checkbox"] + label.empty,
    input[type="checkbox"] + span.empty {
      height: 18px;
      top: -0.12rem; }
      input[type="checkbox"] + label.empty:before,
      input[type="checkbox"] + span.empty:before {
        top: 0; }
    input[type="checkbox"] + label.empty + span,
    input[type="checkbox"] + span.empty + span {
      cursor: pointer; }
    input[type="checkbox"] + label:before,
    input[type="checkbox"] + span:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      width: 18px;
      height: 18px;
      color: #fff;
      background: #f9fafc;
      border: 1px solid #dee0e5;
	      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transition-property: background-color, border-color; }
  input[type="checkbox"]:checked + label:before,
  input[type="checkbox"]:checked + span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #201f27 no-repeat center/auto;
    border-color: #201f27;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
	border-radius: 5px;
    background-image: url("/html/_skin/img/common/ico_checked.png");}
  input[type="checkbox"]:disabled + label,
  input[type="checkbox"]:disabled + span {
    opacity: 0.3;
    pointer-events: none; }

@media (max-width: 767.9px) {
  input[type="radio"] + label,
  input[type="radio"] + span,
  input[type="checkbox"] + label,
  input[type="checkbox"] + span {
    padding-left: 23px; }
    input[type="radio"] + label.empty,
    input[type="radio"] + span.empty,
    input[type="checkbox"] + label.empty,
    input[type="checkbox"] + span.empty {
      top: 0.05em; }
  input[type="radio"] + label:before,
  input[type="radio"] + span:before {
    top: 0.25em;
    width: 15px;
    height: 15px;
    line-height: 15px; }
  input[type="radio"]:checked + label:before,
  input[type="radio"]:checked + span:before {
    width: 15px;
    height: 15px;
    line-height: 15px; }
  input[type="checkbox"] + label:before,
  input[type="checkbox"] + span:before {
    width: 15px;
    height: 15px;
    line-height: 15px; }
  input[type="checkbox"]:checked + label:before,
  input[type="checkbox"]:checked + span:before {
    width: 15px;
    height: 15px;
    line-height: 15px; } }

@media (max-width: 575.9px) {
  input[type="radio"] + label:before,
  input[type="radio"] + span:before {
    top: 0.2em; }
  input[type="checkbox"] + label:before,
  input[type="checkbox"] + span:before {
    top: 0.2em; } }

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

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

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

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

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

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

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

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

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

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
  padding-top: calc(197px + 2.25rem); }

#header.simple ~ #contents {
  padding-top: calc(100px + 2.5rem); }

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 114px); }
  /* #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 114px + 1px));
    @include contents-pc-padding-top($site-config-header-top);
  } */ }

@media (max-width: 1199.9px) {
  #contents {
    min-height: calc(100vh - 80px);
    padding-top: calc(163px + 1.25rem); }
  #header.simple ~ #contents {
    padding-top: calc(80px + 1.25rem); }
  /* #header.fixed ~ #contents {
    min-height: calc(100vh - 255px + calc(35px + 80px + 1px));
    @include contents-tablet-padding-top($site-config-header-top);
  } */ }

@media (max-width: 767.9px) {
  #contents {
    min-height: calc(100vh - 55px);
    padding-top: calc(103px + 1.25rem); }
  /* #header.fixed ~ #contents {
    min-height: calc(100vh - 288px + calc(28px + 55px + 1px));
    @include contents-mobile-padding-top($site-config-header-top);
  } */
  #header.simple ~ #contents {
    padding-top: calc(55px + 1.25rem); } }

.top-btn {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #201f27;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: .2s bottom ease-in-out, .4s background ease-in-out;
  -o-transition: .2s bottom ease-in-out, .4s background ease-in-out;
  transition: .2s bottom ease-in-out, .4s background ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .top-btn.on {
    bottom: 30px;
    -webkit-animation-name: fc-wobble-vertical;
    animation-name: fc-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .top-btn.fixed {
    position: absolute;
    top: -25px;
    bottom: auto; }

@media (min-width: 1200px) {
  .top-btn.on:hover {
    background: rgba(32, 31, 39, 0.7);
    -webkit-animation-name: fc-bob-float, fc-bob;
    animation-name: fc-bob-float, fc-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; } }

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

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

/*
	path
*/
.path-wrap .path {
  font-size: 0; }
  .path-wrap .path > li {
    display: inline-block;
    padding-right: 20px;
    font-size: .875rem;
    color: #999; }
    .path-wrap .path > li.path-home > span {
      line-height: 0;
      vertical-align: middle; }
    .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; }
  @media (max-width: 1199.9px) {
    .path-wrap .path {
      display: none; } }

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }
  #header.fixed:not(.simple) {
    position: fixed;
    top: -35px; }
  #header.fixed--menu:not(.simple) {
    top: calc((35px + 114px) * -1); }
  #header .header-top {
    width: 100%;
    background-color: #f1f1f1; }
  #header .header-bottom {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    padding: 1.25rem 20px 2.25rem;
    text-align: center;
    height: 114px; }
    #header .header-bottom:after {
      content: '';
      display: block;
      clear: both; }
  #header .pc-swiper {
    visibility: hidden;
    pointer-events: none; }
    #header .pc-swiper:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
      display: none; }
    #header .pc-swiper.swiper-container-initialized {
      visibility: visible;
      pointer-events: auto; }
  #header .logo {
    z-index: 1;
    font-size: 0;
    width: 45%;
    max-width: 14.75rem;
    margin-right: auto; }
    #header .logo a {
      display: block;
      width: 100%; }
  #header .cart-num {
    align-self: center;
    display: inline-block;
    width: 1.285em;
    height: 1.285em;
    margin-left: 4px;
    line-height: 1.285em;
    font-weight: 700;
    text-align: center;
    color: #000;
    background-color: #fcc812;
    border-radius: 50%;
    text-indent: -0.1em; }

/* 강사/기업 관리자용 헤더 */
#header.simple .center,
#header.simple .sta,
#header.simple .header-menus .pc-gnb {
  display: none !important; }

@media (min-width: 768px) {
  #header.simple .header-bottom {
    padding-bottom: 1.25rem; } }

@media (min-width: 1200px) {
  #header.simple .header-bottom {
    height: 100px; } }

.sta {
  position: relative;
  display: block;
  height: 35px;
  background-color: #fff;
  text-align: right;
  font-size: 0;
  z-index: 10000;
  border-bottom: 1px solid #e5e5e5; }
  .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: inline-block; }
        .sta .lang-depth1 > ul > li.line-r {
          margin-right: 8px; }
        .sta .lang-depth1 > ul > li.line-r:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -2px;
          right: -7px;
          width: 4px;
          height: 4px;
          border-radius: 5px;
          background-color: #ccc; }
        .sta .lang-depth1 > ul > li > a {
          display: block;
          font-size: calc(15 * 1px) ;
          font-size: 0.9375rem ;
          color: #000;
          background-color: #fff;
          padding: 0 6px;
          line-height: 34px; }
        .sta .lang-depth1 > ul > li.lang-depth1-li {
          display: none; }
          .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: #fff;
          border-top: 0;
          text-align: left; }
          .sta .lang-depth1 > ul .lang-depth2 > li a {
            display: block;
            font-size: 13px;
            color: #000;
            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: #d00213;
    background-color: #fff; }
  .sta .lang-depth1 > ul .lang-depth2 > li:hover > a {
    color: #d00213;
    background-color: #fff; }
  .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;
      right: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .pc_sitemap_btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 100%; }
      .pc_sitemap_btn span:nth-child(2) {
        position: absolute;
        top: 0;
        width: 100%; }
      .pc_sitemap_btn span:nth-child(3) {
        position: absolute;
        bottom: 0;
        width: 100%; }
    .pc_sitemap_btn.on {
      top: 37px;
      height: 30px; }
      .pc_sitemap_btn.on span {
        background: #333; }
        .pc_sitemap_btn.on span:nth-child(1) {
          opacity: 0; }
        .pc_sitemap_btn.on span:nth-child(2) {
          -webkit-transform: translateY(14px) rotate(-45deg);
          -ms-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg); }
        .pc_sitemap_btn.on span:nth-child(3) {
          -webkit-transform: translateY(-14px) rotate(45deg);
          -ms-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg); } }

@media (max-width: 1199.9px) {
  #header.fixed--menu:not(.simple) {
    top: calc((35px + 80px) * -1); }
  #header .header-top {
    display: none; }
  #header .header-bottom {
    width: 100%;
    height: 80px; }
  #header .header-menus {
    box-shadow: 8.4px 7.1px 10px 0 rgba(0, 0, 0, 0.08); }
  #header .header-bottom__pc-utils {
    height: 100%; }
  #header .logo {
    max-width: 8rem; }
    #header .logo a {
      padding: 10px 0; }
      #header .logo a img {
        width: auto;
        max-width: 100%; }
  .pc_sitemap_btn {
    display: none; }
  .sta .inner {
    padding: 0; }
  .sta .lang-depth1 > ul > li.lang-depth1-li {
    border-right: 0; }
  .pc-gnb:not(.swiper-container-initialized) .gnb-menu--fc > li > a {
    height: 55px;
    overflow: hidden;
    isolation: isolate; }
  .pc-gnb .gnb-menu--fc {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; } }

@media (max-width: 767.9px) {
  #header .header-bottom .center,
  #header .pc-util-menu {
    display: none; }
  #header.fixed, #header.fixed--menu {
    top: 0 !important; }
  #header .header-bottom {
    padding: 0 20px;
    height: 55px; }
  #header .header-bottom__pc-utils {
    padding-right: 20px; }
  .sta {
    display: none;
    height: 28px; }
    .sta .lang-depth1 > ul > li > a {
      line-height: 27px; }
    .sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
      top: 8px; } }

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

#header .social_link_wrap--fc {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px; }
  @media (max-width: 767.9px) {
    #header .social_link_wrap--fc {
      display: none; } }

.social_link--fc {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border-radius: 12px;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }
  .social_link--fc + .social_link--fc {
    margin-left: 5px; }
  .social_link--fc svg {
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-transition: fill 0.1s;
    -moz-transition: fill 0.1s;
    -ms-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    transition: fill 0.1s; }
  .social_link--fc.twitter--fc {
    background-color: #790006; }
    .social_link--fc.twitter--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.twitter--fc:hover {
        background-color: #960008; }
        .social_link--fc.twitter--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.facebook--fc {
    background-color: #790006; }
    .social_link--fc.facebook--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.facebook--fc:hover {
        background-color: #960008; }
        .social_link--fc.facebook--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.linkedin--fc {
    background-color: #790006; }
    .social_link--fc.linkedin--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.linkedin--fc:hover {
        background-color: #960008; }
        .social_link--fc.linkedin--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.instagram--fc {
    background-color: #790006; }
    .social_link--fc.instagram--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.instagram--fc:hover {
        background-color: #960008; }
        .social_link--fc.instagram--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.youtube--fc {
    background-color: #790006; }
    .social_link--fc.youtube--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.youtube--fc:hover {
        background-color: #960008; }
        .social_link--fc.youtube--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.blog--fc {
    background-color: #790006; }
    .social_link--fc.blog--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.blog--fc:hover {
        background-color: #960008; }
        .social_link--fc.blog--fc:hover svg {
          fill: #fff; } }
  .social_link--fc.kakao--fc {
    background-color: #790006; }
    .social_link--fc.kakao--fc svg {
      fill: #cfcfce; }
    @media (min-width: 1200px) {
      .social_link--fc.kakao--fc:hover {
        background-color: #960008; }
        .social_link--fc.kakao--fc:hover svg {
          fill: #fff; } }

#footer .social_link_wrap--fc {
  margin-bottom: 20px;
  width: 67.83333333333333%; }
  @media (max-width: 767.9px) {
    #footer .social_link_wrap--fc {
      text-align: center;
      width: 100%; } }

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

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

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

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

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

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

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

/* web gnb */
#header .w-lang {
  overflow: hidden;
  float: right;
  padding: 32px 0; }
  #header .w-lang dd {
    float: left;
    margin-left: 8px; }
    #header .w-lang dd a {
      position: relative;
      display: block;
      font-size: 13px;
      font-weight: 700;
      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; }

.pc-gnb .gnb-menu--fc > li > a > span {
  position: relative;
  display: inline-block; }

.pc-gnb .gnb-menu--fc > li > a > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d00213;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: Transform 0.5s ease;
  -moz-transition: Transform 0.5s ease;
  -ms-transition: Transform 0.5s ease;
  -o-transition: Transform 0.5s ease;
  transition: Transform 0.5s ease; }

.pc-gnb .gnb-menu--fc > li > a.current {
  color: #d00213;
  font-weight: 700; }
  .pc-gnb .gnb-menu--fc > li > a.current > span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

@media (min-width: 768px) {
  #header .mobile-gnb {
    display: none; } }

@media (min-width: 1200px) {
  #header {
    /* max-height:84px; */ }
    #header .m-menu-btn,
    #header .m-gnb-bg,
    #header .m-lang,
    #header .mobile-gnb {
      display: none !important; }
    #header .gnb {
      display: inline-block;
      width: auto;
      vertical-align: top;
      text-align: left; }
    #header .gnb-menu--fc {
      vertical-align: top;
      font-size: 0;
      line-height: 0; }
      #header .gnb-menu--fc > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto; }
        #header .gnb-menu--fc > li > a {
          position: relative;
          display: block;
          font-weight: 700;
          font-size: calc(18 * 1px) ;
          font-size: 1.125rem ;
          padding: 0 1.5em;
          line-height: 48px;
          color: #0d0d0d;
          -webkit-transition: 0.2s all ease-in-out;
          -moz-transition: 0.2s all ease-in-out;
          -ms-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
          #header .gnb-menu--fc > li > a > span:after {
            bottom: -2px; }
          #header .gnb-menu--fc > li > a.current {
            color: #d00213; }
            #header .gnb-menu--fc > li > a.current > span:after {
              display: none; }
        #header .gnb-menu--fc > li:hover > a {
          color: #d00213; }
          #header .gnb-menu--fc > li:hover > a > span:after {
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
      #header .gnb-menu--fc .depth2 {
        display: none !important;
        position: absolute;
        top: calc(114px - 5px);
        left: 50%;
        z-index: 0;
        margin-left: -100px;
        width: 200px;
        height: 0;
        border-top: 5px solid #d00213;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #header .gnb-menu--fc .depth2 li {
          position: relative;
          border-top: 1px solid rgba(51, 51, 51, 0.7);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #header .gnb-menu--fc .depth2 a {
          position: relative;
          display: block;
          padding: 12px 10px;
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          word-break: keep-all;
          font-weight: 400; }
          #header .gnb-menu--fc .depth2 a:hover {
            color: #fff; }
        #header .gnb-menu--fc .depth2 li:hover > a {
          color: #fff; }
        #header .gnb-menu--fc .depth2 li.in > a {
          padding-left: 20px;
          padding-right: 20px; }
          #header .gnb-menu--fc .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-menu--fc .depth2 li:hover {
          background: #000;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          #header .gnb-menu--fc .depth2 li:hover.in > a:after {
            color: rgba(255, 255, 255, 0.8); }
        #header .gnb-menu--fc .depth2 ul {
          position: absolute;
          display: none;
          width: 100%;
          top: -1px;
          left: 100%;
          margin-left: -0.625rem;
          background: rgba(6, 6, 6, 0.7);
          box-shadow: 3.5px -3.5px 46px 0 rgba(0, 0, 0, 0.08); }
          #header .gnb-menu--fc .depth2 ul li {
            border-top: 1px solid rgba(76, 76, 76, 0.7); }
            #header .gnb-menu--fc .depth2 ul li:hover {
              background: #000; }
            #header .gnb-menu--fc .depth2 ul li a {
              color: #fff;
              font-size: 16px ;
              font-size: 1rem ; }
              #header .gnb-menu--fc .depth2 ul li a:hover {
                color: #fff; }
        #header .gnb-menu--fc .depth2 > li.in:hover ul {
          display: block; }
    #header .gnb__nav {
      text-align: center; }
    #header .gnb__nav__menu {
      position: absolute;
      top: 38px;
      right: 0px;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    #header .gnb__nav__menu__utils {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #header .gnb__nav__menu__utils > li {
        position: relative;
        font-size: 16px ;
        font-size: 1rem ; }
      #header .gnb__nav__menu__utils > li + li:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0.22em;
        height: 0.8em;
        border-left: 1px solid rgba(65, 63, 64, 0.33); }
      #header .gnb__nav__menu__utils a {
        padding-left: 12px;
        padding-right: 12px;
        color: rgba(26, 26, 24, 0.8); } }
      @media (min-width: 1200px) and (hover: hover) and (pointer: fine) and (min-width: 992px) {
        #header .gnb__nav__menu__utils a:hover {
          color: #201f27; } }
      @media (min-width: 1200px) and (max-width: 991.9px) {
        #header .gnb__nav__menu__utils a {
          /* &:active {
      @content;
    } */ } }

@media (min-width: 1200px) {
    #header .pc-gnb .swiper-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 2px; }
  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer; }
    .btn-all-menu span {
      position: absolute;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 2px;
      background: #ababab; }
      .btn-all-menu span:nth-child(1) {
        top: 5px; }
      .btn-all-menu span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .btn-all-menu span:nth-child(3) {
        bottom: 5px; }
  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
    .all-menu-wrap > ul {
      position: absolute;
      top: 60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 30px 30px 50px;
      width: 960px;
      background: #fff;
      font-size: 0; }
      .all-menu-wrap > ul > li {
        display: inline-block;
        padding: 0 30px;
        width: 33.33333333333333%;
        vertical-align: top; }
        .all-menu-wrap > ul > li > a {
          display: block;
          margin-top: 20px;
          padding: 10px;
          border-bottom: 1px solid #222;
          font-size: 22px;
          line-height: 1.3;
          color: #222; }
        .all-menu-wrap > ul > li li a {
          display: block;
          padding: 10px;
          border-bottom: 1px solid #ddd;
          font-weight: 300;
          font-size: 18px;
          line-height: 1.3; }
    .all-menu-wrap p {
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: 424px;
      cursor: pointer; }
      .all-menu-wrap p span {
        display: block;
        margin-top: 5px;
        font-size: 0;
        width: 30px;
        height: 30px; }
        .all-menu-wrap p span:before {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .all-menu-wrap p span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  #header .w-lang dd a:hover {
    color: rgba(255, 255, 255, 0.7); }
  #headerSitemap {
    position: absolute;
    background-color: rgba(42, 44, 54, 0.9);
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    top: calc(35px + 114px); }
    #headerSitemap.on {
      -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1; }
    #headerSitemap > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1440px;
      padding: 0 20px;
      margin: 0 auto; }
      #headerSitemap > ul > li {
        width: 100%;
        text-align: center;
        border-left: 1px solid rgba(205, 208, 215, 0.3);
        padding: 35px 20px;
        font-size: 16px; }
        #headerSitemap > ul > li:last-child {
          border-right: 1px solid rgba(205, 208, 215, 0.3); }
        #headerSitemap > ul > li > a {
          display: block;
          color: #fff;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
          #headerSitemap > ul > li > a:hover {
            color: #fff; }
        #headerSitemap > ul > li > .depth2 {
          display: inline-block;
          text-align: left;
          margin-top: 15px; }
          #headerSitemap > ul > li > .depth2 li {
            margin-bottom: 10px; }
            #headerSitemap > ul > li > .depth2 li:last-child {
              margin-bottom: 0; }
            #headerSitemap > ul > li > .depth2 li a {
              color: #c0c2d2;
              -webkit-transition: none;
              -moz-transition: none;
              -ms-transition: none;
              -o-transition: none;
              transition: none; }
            #headerSitemap > ul > li > .depth2 li.in ul {
              padding: 10px;
              font-size: 14px; }
              #headerSitemap > ul > li > .depth2 li.in ul li a {
                color: #c0c2d2; }
                #headerSitemap > ul > li > .depth2 li.in ul li a:before {
                  content: "- "; }
        #headerSitemap > ul > li:hover > a {
          /* color: $color-base-hover; */ }
        #headerSitemap > ul > li > .depth2 > li > a:hover {
          color: #fff;
          text-decoration: underline; }
        #headerSitemap > ul > li > .depth2 .depth3 li a:hover {
          color: #fff;
          text-decoration: underline; } }

@media (max-width: 1199.9px) {
  .btn-all-menu,
  .all-menu-wrap {
    display: none; }
  #header .w-lang {
    display: none; }
  #header .m-menu-btn {
    display: none;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 42px;
    height: 34px;
    z-index: 9999;
    cursor: pointer; }
    #header .m-menu-btn span {
      height: 6px;
      background: #333;
      left: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #header .m-menu-btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -3px;
        width: 100%; }
      #header .m-menu-btn span:nth-child(2) {
        position: absolute;
        top: 0;
        width: 100%; }
      #header .m-menu-btn span:nth-child(3) {
        position: absolute;
        bottom: 0;
        width: 100%; }
    #header .m-menu-btn.on {
      z-index: 100000; }
  #header .m-menu-btn.on,
  #header.fixed .m-menu-btn.on {
    top: 104px; }
  #header .m-menu-btn.on span {
    background: #fff; }
    #header .m-menu-btn.on span:nth-child(1) {
      opacity: 0; }
    #header .m-menu-btn.on span:nth-child(2) {
      height: 2px;
      -webkit-transform: translateY(16px) rotate(-45deg);
      -ms-transform: translateY(16px) rotate(-45deg);
      transform: translateY(16px) rotate(-45deg); }
    #header .m-menu-btn.on span:nth-child(3) {
      height: 2px;
      -webkit-transform: translateY(-16px) rotate(45deg);
      -ms-transform: translateY(-16px) rotate(45deg);
      transform: translateY(-16px) rotate(45deg); }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    text-align: left; }
  #header .m-gnb-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  #header .m-lang {
    height: 80px;
    background: #201f27; }
    #header .m-lang .w-lang {
      display: block;
      float: left;
      padding: 5px 0; }
      #header .m-lang .w-lang dd {
        margin-left: 0;
        margin-right: 10px; }
        #header .m-lang .w-lang dd a {
          font-size: 23px;
          text-align: center; }
  #header .gnb__nav__menu {
    background-color: #d00213;
    padding: 2rem;
    padding-top: 55px; }
  #header .gnb__nav__menu__head {
    padding-top: 1rem;
    padding-bottom: 2.5rem; }
    #header .gnb__nav__menu__head .link {
      color: #fff;
      font-size: calc(35 * 1px) ;
      font-size: 2.1875rem ;
      font-weight: 700; } }
    @media (max-width: 1199.9px) and (max-width: 1199.9px) {
      #header .gnb__nav__menu__head .link {
        font-size: 25px;
        font-size: 1.5625rem ; } }

@media (max-width: 1199.9px) {
    #header .gnb__nav__menu__head .link__txt {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .gnb__nav__menu__head .link__txt img {
        width: 1em;
        margin-left: 1em; }
  #header .gnb__nav__menu__utils {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    #header .gnb__nav__menu__utils > li {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #header .gnb__nav__menu__utils > li + li {
      position: relative; }
      #header .gnb__nav__menu__utils > li + li:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: 1px;
        height: 0.8em;
        margin-top: -0.4em;
        background-color: rgba(246, 246, 246, 0.3); }
    #header .gnb__nav__menu__utils a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      font-size: calc(28 * 1px) ;
      font-size: 1.75rem ;
      line-height: 1.2;
      padding: 0.75em 1em;
      background-color: #ab000e; } }
    @media (max-width: 1199.9px) and (max-width: 1199.9px) {
      #header .gnb__nav__menu__utils a {
        font-size: 22px;
        font-size: 1.375rem ; } }

@media (max-width: 1199.9px) {
    #header .gnb__nav__menu__utils .count {
      width: 1.642em;
      height: 1.642em;
      line-height: 1.642em;
      margin-left: 0.5em;
      font-weight: 500;
      color: #000;
      text-align: center;
      border-radius: 80px;
      background-color: #fcc812; }
  #header .pc-gnb.swiper-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #header .pc-gnb .gnb-menu--fc > li > a {
    line-height: 50px; }
  #header .pc-gnb .gnb-menu--fc .depth2 {
    display: none !important; }
  html[lang="ko"] #header .m-lang .w-lang dd.lang.ko a:after,
  html[lang="en"] #header .m-lang .w-lang dd.lang.en a:after,
  html[lang="zh"] #header .m-lang .w-lang dd.lang.zh a:after {
    bottom: 0; }
  #header .gnb__nav {
    z-index: 100000;
    position: absolute;
    right: 0;
    width: 60%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  #header .gnb-menu--fc a {
    display: block;
    width: 100%;
    line-height: 1;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; } }
  @media (max-width: 1199.9px) and (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #header .gnb-menu--fc a:hover {
      color: #d00213 !important; } }
  @media (max-width: 1199.9px) and (max-width: 991.9px) {
    #header .gnb-menu--fc a {
      /* &:active {
      @content;
    } */ } }

@media (max-width: 1199.9px) {
  #header .gnb-menu--fc > li {
    width: auto; }
  #header .pc-gnb .gnb-menu--fc > li:last-child {
    padding-right: 10%; }
  #header .pc-gnb .gnb-menu--fc a {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  #header .mobile-gnb .gnb-menu--fc a {
    font-size: calc(22 * 1px) ;
    font-size: 1.375rem ; } }
  @media (max-width: 1199.9px) and (max-width: 1199.9px) {
    #header .mobile-gnb .gnb-menu--fc a {
      font-size: 20px;
      font-size: 1.25rem ; } }

@media (max-width: 1199.9px) {
  #header .gnb__category--mobile .mobile-menu-inner {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    height: 80vh; }
  #header .cate__l {
    width: 29.16vw;
    background-color: #ececec; }
  #header .cate__r {
    width: 70.84vw;
    box-shadow: 17.6px 14.8px 65px 0 rgba(0, 0, 0, 0.39); }
  #header .cate__l,
  #header .cate__r {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 22vh;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  #header .cate__l .gnb-menu--fc a {
    padding: 1.25em;
    color: #000; }
  #header .cate__l .gnb-menu--fc .depth2 {
    display: none !important; }
  #header .cate__l .gnb-menu--fc .current a {
    background-color: #ab000e;
    color: #fff; }
  #header .cate__r .gnb-menu--fc {
    padding: 7%; }
    #header .cate__r .gnb-menu--fc > li:not(.current) {
      display: none; }
    #header .cate__r .gnb-menu--fc a {
      padding: 1em 0;
      color: #000; }
    #header .cate__r .gnb-menu--fc > li > a {
      display: none !important; }
    #header .cate__r .gnb-menu--fc .depth2 > li > a {
      font-weight: 700; }
    #header .cate__r .gnb-menu--fc .depth3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #header .cate__r .gnb-menu--fc .depth3 > li {
        width: 50%; }
  #headerSitemap {
    display: none; } }

@media (max-width: 767.9px) {
  #header .m-menu-btn {
    display: block;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px; }
  #header .m-menu-btn.on,
  #header.fixed .m-menu-btn.on {
    top: 15px; }
  #header .m-menu-btn span {
    height: 2px; }
    #header .m-menu-btn span:nth-child(1) {
      top: 9px;
      margin-top: auto; }
  #header .m-menu-btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(7.5px) rotate(-45deg);
    -ms-transform: translateY(7.5px) rotate(-45deg);
    transform: translateY(7.5px) rotate(-45deg); }
  #header .m-menu-btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    -ms-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg); }
  #header .m-lang {
    padding: 0 0 0 20px;
    height: 55px; }
    #header .m-lang .w-lang {
      padding: 7px 0; }
      #header .m-lang .w-lang dd a {
        font-size: 13px; }
  #header .mobile-gnb .gnb-menu--fc a {
    font-size: 2.33vw; }
  #header .gnb__nav {
    width: 100%; }
    #header .gnb__nav .cate__l .gnb-menu--fc a {
      padding: 1em;
      min-height: 4em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .gnb__nav .cate__l .gnb-menu--fc a > span {
        display: block;
        width: 100%; }
    #header .gnb__nav .cate__r .gnb-menu--fc > li {
      margin-bottom: 10vw; }
    #header .gnb__nav .cate__r .gnb-menu--fc a {
      padding: 2vw 0; }
    #header .gnb__nav .cate__r .gnb-menu--fc .depth3 {
      margin-bottom: 4vw; }
    #header .gnb__nav .cate__r .gnb-menu--fc .depth2 > li:not(.in) .depth3 {
      display: none; }
  #header .gnb__nav__menu {
    padding-left: 5.5vw;
    padding-right: 5.5vw; }
  #header .gnb__nav__menu__head .link {
    font-size: 2.86vw; }
  #header .gnb__nav__menu__utils a {
    font-size: 1.88vw; }
  #header .pc-gnb.swiper-container {
    display: block; } }

@media (max-width: 575.9px) {
  #header .mobile-gnb .gnb-menu--fc a {
    font-size: 3.33vw; }
  #header .gnb__nav .cate__r .gnb-menu--fc > li {
    margin-bottom: 10vw; }
  #header .gnb__nav__menu__head .link {
    font-size: 4.86vw; }
  #header .gnb__nav__menu__utils a {
    font-size: 3.88vw; } }

/* footer */
#footer {
  position: relative;
  width: 100%;
  background: #f9fafc;
  color: #5d5d5e;
  border-top: 1px solid #d0d0d0;
  padding-top: 2.5rem;
  padding-bottom: 3rem; }
  #footer .footer-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; }
  #footer .footer-logo {
    display: block; }
  #footer .footer-addr {
    font-size: 0; }
    #footer .footer-addr > p {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-right: 1em;
      font-size: 16px ;
      font-size: 1rem ; }
    #footer .footer-addr > p:before {
      content: '';
      display: none;
      position: absolute;
      left: -0.5em;
      top: 50%;
      width: auto;
      height: 0.8em;
      margin-top: -0.42em;
      border-left: 1px solid #5d5d5e; }
    #footer .footer-addr > p + p {
      position: relative; }
      #footer .footer-addr > p + p:before {
        display: block; }
  #footer .footer-contact {
    display: none;
    padding-right: 1.5rem;
    font-size: calc(17 * 1px) ;
    font-size: 1.0625rem ; }
    #footer .footer-contact > dd.num {
      color: #d00213;
      font-weight: 700;
      font-size: calc(40 * 1px) ;
      font-size: 2.5rem ;
      line-height: 1.2;
      margin-bottom: 1.25rem; }
      @media (max-width: 1199.9px) {
        #footer .footer-contact > dd.num {
          font-size: 30px;
          font-size: 1.875rem ; } }
    #footer .footer-contact .tit {
      margin-right: 0.5em; }
  #footer .footer-sns-link {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
    #footer .footer-sns-link > li {
      margin-left: 8px; }
    #footer .footer-sns-link a {
      display: block;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid #dcdcdc;
      background-color: #fff;
      border-radius: 50%;
      line-height: 0;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
        #footer .footer-sns-link a:hover {
          background-color: #f9fafc;
          border-color: rgba(208, 2, 19, 0.8); } }
      @media (max-width: 991.9px) {
        #footer .footer-sns-link a {
          /* &:active {
      @content;
    } */ } }
  #footer .footer__bottom {
    margin-top: 2rem; }
  #footer .footer-copy {
    color: #1b1b1b;
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ;
    margin-top: 2.25rem; }

@media (min-width: 768px) {
  #footer .footer-addr > br.mb_only + p:before {
    display: block; }
  #footer .footer-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #footer .footer-about .footer-logo {
      width: 190px; }
    #footer .footer-about .footer-addr {
      width: calc(100% - 190px);
      padding-left: 3%; } }

@media (min-width: 992px) {
  #footer .footer-box {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
    #footer .footer-box .footer__left {
      width: 71.43%; }
    #footer .footer-box .footer__right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      width: 28.57%;
      margin-top: 0; }
  #footer .footer-contact {
    display: block; } }

@media (min-width: 1200px) {
  #footer .footer-addr > br.pc_none + p:before {
    display: block; } }

ul.footer-bottom-link {
  font-size: 0; }
  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: #bbbcbc;
      top: 50%;
      left: -10px;
      margin-top: -5px; }
    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: 16px ;
      font-size: 1rem ;
      color: #1b1b1b; }

.familySite {
  position: relative;
  display: none;
  z-index: 1;
  border: 1px solid #333; }
  .familySite.on {
    background: #232323;
    z-index: 10000; }
  .familySite > header {
    height: 46px; }
  .familySite h3 {
    background: url(/html/_skin/img/common/plus_icon.png) no-repeat right 20px center;
    background-size: 16px; }
    .familySite h3 a {
      color: #adb2bc;
      display: block;
      font-size: 14px;
      padding: 13px 50px 13px 20px;
      text-align: left; }
  .familySite .footSelect {
    position: absolute;
    bottom: 46px;
    left: -1px;
    right: -1px;
    background-color: #fff; }

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

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

.footSelect ul li a {
  display: block;
  color: #333;
  padding: 13px 20px;
  font-size: 14px; }

@media (min-width: 1200px) {
  ul.footer-bottom-link li a:hover {
    color: #d00213; }
  .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; } }

@media (max-width: 1199.9px) {
  ul.footer-bottom-link {
    text-align: center;
    width: 100%; }
  .footer-sns-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem; }
    .footer-sns-link a {
      width: 2.5rem; }
  .footer-copy {
    text-align: center; }
  .familySite {
    margin: 0 auto; } }

@media (max-width: 767.9px) {
  #footer .footer-logo {
    text-align: center;
    margin-bottom: 1rem; }
  #footer .footer-addr {
    text-align: center; } }

.footer-top {
  position: relative;
  width: 100%;
  background: #383737; }
  .footer-top ul {
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 30px 16.5px;
    width: 100%; }
    .footer-top ul li {
      color: white;
      position: relative;
      display: inline-block;
      margin: 0 10px 3.5px; }

/** 
header mobile sta
*/
#header .mobile-sta {
  margin-left: auto; }
  #header .mobile-sta a {
    display: block; }
  #header .mobile-sta__menu {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin-right: 1rem; }
    #header .mobile-sta__menu > li {
      margin-left: 1rem; }
  #header .mobile-sta .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem; }
  @media (min-width: 768px) {
    #header .mobile-sta {
      display: none; } }

/**  
header-menus
*/
.header-menus {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }
  .header-menus:after {
    z-index: 10;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #fff 80%); }

.header-bottom__pc-utils {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  height: 100%; }

/* header search form */
.header-bottom .center {
  width: 50%;
  max-width: 690px;
  padding: 0 20px;
  margin: 0 auto; }

.header_search--fc {
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 3.125rem;
  line-height: 1.25;
  border: 2px solid #d00213;
  border-radius: 3.125rem; }
  .header_search--fc form {
    display: block;
    width: 100%;
    height: 100%; }
  .header_search--fc input[type="text"] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #000;
    padding-left: 1.5em;
    padding-right: calc(3.125rem + 24px);
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    border: 0; }
  .header_search--fc input::-webkit-input-placeholder {
    color: rgba(21, 21, 21, 0.3); }
  .header_search--fc input::-moz-placeholder {
    color: rgba(21, 21, 21, 0.3); }
  .header_search--fc input:-ms-input-placeholder {
    color: rgba(21, 21, 21, 0.3); }
  .header_search--fc input::-ms-input-placeholder {
    color: rgba(21, 21, 21, 0.3); }
  .header_search--fc input::placeholder {
    color: rgba(21, 21, 21, 0.3); }
  .header_search--fc .header_search__submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(3.125rem + 14px);
    text-indent: -9999999999px;
    color: transparent;
    background: transparent no-repeat center center/34.37%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.94 39.95' width='39.94' height='39.95'%3E%3Cpath d='M39.5,37.39,26.64,24.53a15,15,0,0,0-1-20.13A15,15,0,0,0,4.39,25.64a15.05,15.05,0,0,0,20.13,1L37.38,39.51a1.53,1.53,0,0,0,1.06.44,1.5,1.5,0,0,0,1.06-2.56Zm-33-13.87a12,12,0,1,1,17,0A12,12,0,0,1,6.51,23.52Z' opacity='0.7' fill='rgb(208, 2, 19)'/%3E%3C/svg%3E"); }

/* pc-util-menu */
.pc-util-menu {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all; }
  .pc-util-menu a {
    position: relative;
    display: block; }
  .pc-util-menu > li a {
    padding: 0 6px; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .pc-util-menu > li a:hover {
        color: #d00213; } }
    @media (max-width: 991.9px) {
      .pc-util-menu > li a {
        /* &:active {
      @content;
    } */ } }
  .pc-util-menu > li.dot-r {
    position: relative;
    margin-right: 8px; }
  .pc-util-menu > li.dot-r:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -7px;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #ccc; }

.common-bottom--fc {
  border-top: 1px solid rgba(32, 31, 39, 0.1);
  padding-top: 4.125rem;
  padding-bottom: 4.125rem; }
  .common-bottom--fc .common-bottom__boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-left: -2px;
    margin-right: -2px; }
    .common-bottom--fc .common-bottom__boxes .box {
      width: 100%;
      padding: 2px; }
    .common-bottom--fc .common-bottom__boxes .quick-box {
      width: 100%;
      padding: 2px;
      margin-top: 1.5rem; }
  .common-bottom--fc .common-bottom__contact {
    padding: 1.25rem 2rem 2rem;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 1.43;
    font-weight: 300;
    color: #1b1b1b;
    background-color: #f9fafc;
    border-radius: 1.25rem; }
    .common-bottom--fc .common-bottom__contact > dt {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      margin-bottom: 0.25rem;
      font-weight: 600; }
    .common-bottom--fc .common-bottom__contact > dd.num {
      font-size: calc(35 * 1px) ;
      font-size: 2.1875rem ;
      font-weight: 600;
      margin-bottom: 0.25rem; }
      @media (max-width: 1199.9px) {
        .common-bottom--fc .common-bottom__contact > dd.num {
          font-size: 25px;
          font-size: 1.5625rem ; } }
    .common-bottom--fc .common-bottom__contact .num__all {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all; }
      .common-bottom--fc .common-bottom__contact .num__all img {
        align-self: flex-start;
        margin-top: 0.22em;
        margin-right: 0.5rem;
        width: 2.0625rem; }
  .common-bottom--fc .quick-box__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px; }
    .common-bottom--fc .quick-box__list 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;
      height: 100%;
      padding: 1rem 20px;
      text-align: center;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 1.43;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      .common-bottom--fc .quick-box__list a, .common-bottom--fc .quick-box__list a:before {
        border-radius: 1.25rem; }
      .common-bottom--fc .quick-box__list a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #dcdcdc;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
      @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
        .common-bottom--fc .quick-box__list a:hover {
          box-shadow: 2.5px 1.7px 6px 0 rgba(0, 0, 0, 0.21); }
          .common-bottom--fc .quick-box__list a:hover:before {
            border-width: 2px;
            border-color: #d00213; } }
      @media (max-width: 991.9px) {
        .common-bottom--fc .quick-box__list a {
          /* &:active {
      @content;
    } */ } }
    .common-bottom--fc .quick-box__list .link-icon {
      width: 100%; }
      .common-bottom--fc .quick-box__list .link-icon img {
        width: 2.25rem; }
    .common-bottom--fc .quick-box__list .link-txt {
      line-height: 1.5;
      margin-top: 1rem;
      margin-left: -1rem;
      margin-right: -1rem; }
    .common-bottom--fc .quick-box__list > li {
      width: 33.333%;
      padding: 4px; }
  @media (min-width: 576px) {
    .common-bottom--fc .common-bottom__boxes .box {
      width: 50%; }
    .common-bottom--fc .quick-box__list a {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ; } }
  @media (min-width: 1440px) {
    .common-bottom--fc .common-bottom__boxes .box {
      width: 420px; }
    .common-bottom--fc .common-bottom__boxes .quick-box {
      width: calc(100% - 840px);
      margin-top: 0; }
    .common-bottom--fc .common-bottom__boxes .quick-box__list .link-icon img {
      width: auto; } }
  @media (max-width: 310px) {
    .common-bottom--fc .quick-box__list > li {
      width: auto;
      flex: auto; } }

/* 장바구니담기 layer */
.cart_layer,
.wish_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  width: 450px;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff; }
  .cart_layer h1,
  .wish_layer h1 {
    padding: 0 0 0 19px;
    height: 34px;
    background: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #fff; }

.cart_layer_txt {
  padding: 232px 0 53px;
  background: url("/html/_skin/img/common/ico_cart_layer.png") no-repeat 50% 69px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #111;
  text-align: center; }

.cart_layer_btn {
  width: 100%;
  height: 60px;
  background: #f3f3f3;
  font-size: 0;
  line-height: 0;
  text-align: center; }
  .cart_layer_btn a {
    display: inline-block;
    margin: 13px 5px 0;
    width: 140px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px; }
    .cart_layer_btn a:first-child {
      background: #000;
      line-height: 35px;
      color: #fff; }
    .cart_layer_btn a:last-child {
      border: 1px solid #000;
      background: #fff;
      line-height: 33px;
      color: #000; }

.cart_layer_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url("/html/_skin/img/common/ico_cart_close.png") no-repeat 0 0;
  cursor: pointer; }

@media (max-width: 767.9px) {
  .cart_layer {
    width: 250px;
    height: 211px; }
  .cart_layer_txt {
    padding: 75px 40px 20px;
    background-position: 50% 15px;
    background-size: 20% auto;
    font-size: 13px;
    line-height: 15px; }
  .cart_layer_btn {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px; }
    .cart_layer_btn a {
      margin: 10px 0 0;
      width: 48%;
      height: 30px;
      font-weight: 400;
      font-size: 12px; }
      .cart_layer_btn a:first-child {
        float: left;
        line-height: 30px; }
      .cart_layer_btn a:last-child {
        float: right;
        line-height: 28px; } }

i,
em {
  font-style: normal; }

br {
  font-family: '돋움', '굴림', Dotum, Gulim, Arial, sans-serif !important; }

pre {
  font-family: "Pretendard", "맑은고딕", sans-serif !important; }

figure,
.thumb,
.thumb__img {
  -webkit-perspective: 1; }

.thumb__img {
  display: inline-block; }

img {
  image-rendering: -moz-crisp-edges;
  /* firefox */
  image-rendering: -o-crisp-edges;
  /* opera */
  image-rendering: -webkit-optimize-contrast;
  /* chrome(비표준) */
  backface-visibility: hidden;
  -webkit-perspective: 1; }

/* include */
.inc-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #111; }
  .inc-video > iframe,
  .inc-video > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%; }

/*-- dfn --*/
.dfn-basic > dt {
  font-weight: bold; }

dl.dd-dot > dd {
  position: relative;
  padding-left: calc(3px + 0.5rem); }
  dl.dd-dot > dd:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 3px;
    margin-top: 0.63em;
    border-radius: 50%;
    background-color: #201f27; }

/*-- list --*/
ul.dotTxtInfo > li {
  position: relative;
  padding-left: 0.625em; }
  ul.dotTxtInfo > li:before {
    content: '·';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    color: 2px; }

ul.dotInfo > li {
  position: relative;
  padding-left: calc(5px + 0.5rem); }
  ul.dotInfo > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    margin-top: 0.63em;
    border-radius: 50%;
    background-color: #d00213; }

ul.starInfo > li {
  position: relative;
  padding-left: 1em; }
  ul.starInfo > li:before {
    content: "*";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    color: inherit; }

ul.alertInfo > li {
  position: relative;
  padding-left: 1em; }
  ul.alertInfo > li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    color: inherit; }

.lineInfo > li {
  position: relative;
  padding-left: 0.625em; }
  .lineInfo > li:before {
    content: '-';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #000; }

.numInfo {
  padding-left: 1em; }
  .numInfo,
  .numInfo > li {
    list-style: decimal; }

/* img background */
.img-bg-copy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .img-bg-copy > img {
    opacity: 0;
    visibility: hidden; }

/* figure */
figure {
  line-height: 0; }

figure.t_c {
  display: block; }
  figure.t_c img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.figcaption {
  line-height: 1.25; }

/* font style */
strong,
em {
  font-weight: bold; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* text align style */
.txt-a-inline {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.txt-a-space {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* btn */
button {
  background-color: transparent; }
  button:focus {
    outline: 0; }

/* [class*="btn"] {
  @include transition(background-color 0.3s);
} */
/* map */
@media (max-width: 767.9px) {
  div[id^='map'] {
    height: 18.75rem !important; } }

/* table */
@media (max-width: 767.9px) {
  .table-wrap {
    overflow-x: auto;
    padding-bottom: 1rem; }
    .table-wrap table {
      min-width: 68rem; } }

table {
  position: relative;
  width: 100%; }

.v-mid th,
.v-mid td {
  vertical-align: middle; }

.v-top th,
.v-top td {
  vertical-align: top; }

table.fix-col {
  table-layout: fixed; }

table.th_c th {
  text-align: center; }

table.th_c td:first-of-type {
  text-align: center; }

table.t_c th,
table.t_c td {
  text-align: center; }

.tb-caption {
  font-size: 16px ;
  font-size: 1rem ;
  color: #262626; }
  .tb-caption + .table-wrap,
  .tb-caption + table {
    margin-top: 1rem; }

.table-wrap + .tb-caption,
table + .tb-caption {
  margin-top: 1rem; }

/* underline */
.underline {
  display: inline;
  color: inherit;
  background: none !important;
  box-shadow: inset 0 -0.6em 0 0 rgba(32, 31, 39, 0.4); }

mark,
.mark {
  background-color: #f5f5f5;
  color: inherit; }

.slick-arrow {
  z-index: 10; }

/**
BUTTON
**/
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  display: inline-flex !important;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: Transform 0.5s ease;
    -moz-transition: Transform 0.5s ease;
    -ms-transition: Transform 0.5s ease;
    -o-transition: Transform 0.5s ease;
    transition: Transform 0.5s ease; }
  .btn img {
    z-index: 1; }

.btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: Transform 0.5s ease;
  -o-transition: Transform 0.5s ease;
  transition: Transform 0.5s ease; }

.btn span {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* SIZE */
.btnSizeXL {
  height: 4.375rem;
  font-size: 1.125rem; }

.btnSizeL {
  height: 3.125rem;
  font-size: 1.125rem; }

.btnSizeM {
  height: 2.5rem;
  font-size: 1rem; }

.btnSizeS {
  height: 2.1875rem;
  font-size: 0.875rem; }

.btnSizeXS {
  height: 25px;
  font-size: 12px; }

.btnSizeXXS {
  height: 20px;
  font-size: 12px; }

/* COLOR */
.btnColorW {
  color: #201f27;
  border: 1px solid #ddd; }
  .btnColorW:after {
    background: #201f27; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorW:hover {
      color: #fff; }
      .btnColorW:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorW {
      /* &:active {
      @content;
    } */ } }

.btnColorB {
  color: #fff; }
  .btnColorB:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #201f27;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: Transform 0.5s ease;
    -moz-transition: Transform 0.5s ease;
    -ms-transition: Transform 0.5s ease;
    -o-transition: Transform 0.5s ease;
    transition: Transform 0.5s ease; }
  .btnColorB:after {
    background: #666; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorB:hover {
      border-color: #fff; }
      .btnColorB:hover:before {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center; }
      .btnColorB:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorB {
      /* &:active {
      @content;
    } */ } }

.btnColorG {
  border: 1px solid #ddd;
  color: #666; }
  .btnColorG:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: Transform 0.5s ease;
    -moz-transition: Transform 0.5s ease;
    -ms-transition: Transform 0.5s ease;
    -o-transition: Transform 0.5s ease;
    transition: Transform 0.5s ease; }
  .btnColorG:after {
    background: #bfbfbf; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorG:hover {
      border-color: #bfbfbf; }
      .btnColorG:hover:before {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center; }
      .btnColorG:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorG {
      /* &:active {
      @content;
    } */ } }

.btnColorP {
  color: #fff;
  background: #ed161e; }
  .btnColorP:after {
    background: #d00213; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorP:hover:hover {
      border-color: #fff; }
    .btnColorP:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorP {
      /* &:active {
      @content;
    } */ } }

.btnColorM {
  color: #fff;
  background: #00d7a7; }
  .btnColorM:after {
    background: #04b68e; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorM:hover:hover {
      border-color: #fff; }
    .btnColorM:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorM {
      /* &:active {
      @content;
    } */ } }

.btnColorGR {
  color: #fff;
  background: #01b047; }
  .btnColorGR:after {
    background: #018c39; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorGR:hover:hover {
      border-color: #fff; }
    .btnColorGR:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorGR {
      /* &:active {
      @content;
    } */ } }

.btnColorGG {
  color: #201f27;
  background: #e9ecf4; }
  .btnColorGG:after {
    background: #d5d8de; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorGG:hover:hover {
      border-color: #d5d8de; }
    .btnColorGG:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorGG {
      /* &:active {
      @content;
    } */ } }

.btnColorWT {
  color: #fff;
  border: 1px solid #fff; }
  .btnColorWT:after {
    background: #fff; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorWT:hover {
      color: #222; }
      .btnColorWT:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorWT {
      /* &:active {
      @content;
    } */ } }

.btnColorWW {
  color: #222; }
  .btnColorWW:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: Transform 0.5s ease;
    -moz-transition: Transform 0.5s ease;
    -ms-transition: Transform 0.5s ease;
    -o-transition: Transform 0.5s ease;
    transition: Transform 0.5s ease; }
  .btnColorWW:after {
    background: #222; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorWW:hover {
      color: #fff; }
      .btnColorWW:hover:before {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center; }
      .btnColorWW:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorWW {
      /* &:active {
      @content;
    } */ } }

.btnColorWB {
  color: #201f27;
  border: 1px solid #201f27; }
  .btnColorWB:after {
    background: #201f27; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btnColorWB:hover {
      color: #fff; }
      .btnColorWB:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  @media (max-width: 991.9px) {
    .btnColorWB {
      /* &:active {
      @content;
    } */ } }

.btn.readonly {
  cursor: auto; }
  .btn.readonly:not(.btn.readonly[data-modal]):not(.btn.readonly[data-modal-custom]):not(.hover-modal-include) {
    pointer-events: none; }
  .btn.readonly:after {
    display: none; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .btn.readonly.hover-modal-include:hover {
      color: inherit; } }
  @media (max-width: 991.9px) {
    .btn.readonly.hover-modal-include {
      /* &:active {
      @content;
    } */ } }

.btnColorWW.readonly:before {
  background-color: transparent; }

.btn.disabled {
  cursor: not-allowed;
  pointer-events: none; }
  .btn.disabled:after {
    display: none; }
  .btn.disabled.btnColorW, .btn.disabled.btnColorWB {
    color: #ddd;
    border-color: #ddd; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .btn.disabled.btnColorW:hover:before, .btn.disabled.btnColorWB:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
    @media (max-width: 991.9px) {
      .btn.disabled.btnColorW, .btn.disabled.btnColorWB {
        /* &:active {
      @content;
    } */ } }
  .btn.disabled.btnColorB, .btn.disabled.btnColorM, .btn.disabled.btnColorGR {
    color: #fff; }
    .btn.disabled.btnColorB:before, .btn.disabled.btnColorM:before, .btn.disabled.btnColorGR:before {
      background: #ddd; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .btn.disabled.btnColorB:hover:before, .btn.disabled.btnColorM:hover:before, .btn.disabled.btnColorGR:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
    @media (max-width: 991.9px) {
      .btn.disabled.btnColorB, .btn.disabled.btnColorM, .btn.disabled.btnColorGR {
        /* &:active {
      @content;
    } */ } }
  .btn.disabled.btnColorG {
    color: #ddd;
    border-color: #ddd; }
    .btn.disabled.btnColorG:before {
      display: none; }
  .btn.disabled.btnColorP {
    background: #ddd; }

/* type */
.btnTypeB {
  border-radius: 5px; }

.btnTypeR.btnSizeXL {
  border-radius: 80px; }

.btnTypeR.btnSizeL {
  border-radius: 25px; }

.btnTypeR.btnSizeM {
  border-radius: 20px; }

.btnTypeR.btnSizeS {
  border-radius: 16px; }

.btnTypeR.btnSizeXS {
  border-radius: 13px; }

.btnTypeR.btnSizeXXS {
  border-radius: 10px; }

/* ARROW */
.btnArr:after {
  display: none; }

.btnArr span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease; }

.btnArr span:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 7px;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@media (min-width: 992px) {
  .btnArr:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .btnArr:hover span {
    padding-left: 1.25rem; }
  .btnArr:hover span:after {
    width: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 991.9px) {
  .btnArr {
    padding-left: 1rem;
    padding-right: 1rem; }
    .btnArr span {
      padding-left: calc(0.5em + 7px);
      padding-right: 0.5em; }
    .btnArr span:after {
      width: 7px;
      opacity: 1;
      left: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }

.btnArr.btnColorW span:after {
  background: url("/html/_skin/img/common/ico_btn_arr_black.png") no-repeat left center; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btnArr.btnColorW:hover {
    color: #222; } }

@media (max-width: 991.9px) {
  .btnArr.btnColorW {
    /* &:active {
      @content;
    } */ } }

.btnArr.btnColorB span:after {
  background: url("/html/_skin/img/common/ico_btn_arr_white.png") no-repeat left center; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .disabled.btnArr:hover {
    color: #ddd; }
    .disabled.btnArr:hover span {
      padding-left: 0; }
    .disabled.btnArr:hover span:after {
      display: none; } }

@media (max-width: 991.9px) {
  .disabled.btnArr {
    /* &:active {
      @content;
    } */ } }

.board-wrap--fc a {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  transition-property: background-color, border-color, opacity; }

.board-wrap .category-tab {
  display: none; }

/*---- option */
.board-utill-none .board-search-wrap--fc,
.search-none .board-search-wrap--fc {
  display: none !important; }

.board-utill-none .board-wrap--fc .category-tab--fc,
.board-utill-none .board-wrap .category-tab,
.board-tab-none .board-wrap--fc .category-tab--fc,
.board-tab-none .board-wrap .category-tab {
  display: none !important; }

.board-utill-none .board-wrap--fc .board-paging,
.board-utill-none .board-wrap .board-paging,
.board-paging-none .board-wrap--fc .board-paging,
.board-paging-none .board-wrap .board-paging {
  display: none !important; }

.board-click-none .gallery-list--fc a,
.board-click-none .basic-board-list--fc a {
  pointer-events: none !important; }

.no-data--fc {
  width: 100% !important; }
  .no-data--fc td {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

.no-data--fc span {
  display: block;
  padding-top: 90px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  background: url("/html/_skin/img/common/no_data.png") no-repeat center top; }

/*----- board search */
.board-search-wrap--fc {
  text-align: center;
  margin-bottom: 0; }
  .board-search-wrap--fc > form,
  .board-search-wrap--fc > .board_list_total--fc {
    float: inherit; }
  .board-search-wrap--fc form {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 1.25rem; }
  .board-search-wrap--fc input[type="text"],
  .board-search-wrap--fc select {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 300; }
    .board-search-wrap--fc input[type="text"]:not(:focus),
    .board-search-wrap--fc select:not(:focus) {
      border-color: #adadb1; }
  .board-search-wrap--fc input[type="text"] {
    padding-right: 10px;
    padding-left: 1.5em;
    box-shadow: 9.2px 7.7px 11.4px 8.6px rgba(0, 0, 0, 0.03);
    border-radius: 1.5rem; }
  .board-search-wrap--fc .search-select-wrap--fc {
    display: none !important; }
  .board-search-wrap--fc select {
    padding-right: 2rem;
    background-image: url(/html/_skin/img/common/ico_search_select.png);
    background-size: 1.25rem; }
  .board-search-wrap--fc .search-input-wrap--fc,
  .board-search-wrap--fc .search-input-wrap--fc > a {
    display: inline-block;
    vertical-align: top; }
  .board-search-wrap--fc .search-input-wrap--fc > a {
    background-color: #201f27;
    text-indent: -99999999px;
    background-color: transparent;
    background-image: url(/html/_skin/img/common/ico_search_btn.png);
    background-repeat: no-repeat;
    background-size: 40%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .board-search-wrap--fc .search-input-wrap--fc > a:hover {
        background-color: transparent !important; } }
    @media (max-width: 991.9px) {
      .board-search-wrap--fc .search-input-wrap--fc > a {
        /* &:active {
      @content;
    } */ } }
  .board-search-wrap--fc .search-check-n-input {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
    .board-search-wrap--fc .search-check-n-input .search-checkbox-wrap--fc {
      align-self: center;
      text-align: left; }
  .board-search-wrap--fc .board-search__tit {
    margin-bottom: 2rem;
    font-size: calc(24 * 1px) ;
    font-size: 1.5rem ;
    font-weight: 700;
    color: #201f27;
    line-height: 1.5; }
    @media (max-width: 1199.9px) {
      .board-search-wrap--fc .board-search__tit {
        font-size: 20px;
        font-size: 1.25rem ; } }

@media (min-width: 768px) {
  .board-search-wrap--fc input[type="text"],
  .board-search-wrap--fc select,
  .board-search-wrap--fc .search-input-wrap--fc > a {
    height: 50px; }
  .board-search-wrap--fc input[type="text"] {
    padding-right: 70px; }
  .board-search-wrap--fc p {
    padding: 0;
    margin: 0; }
    .board-search-wrap--fc p.search-input-wrap--fc {
      width: 100%;
      max-width: 540px; }
  .board-search-wrap--fc .search-input-wrap--fc > a {
    right: 10px;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    width: 50px;
    line-height: 50px; }
  .search-check-n-input {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767.9px) {
  .board-search-wrap--fc p.search-input-wrap--fc {
    width: 100%; }
    .board-search-wrap--fc p.search-input-wrap--fc input[type="text"] {
      padding-right: 38px; }
    .board-search-wrap--fc p.search-input-wrap--fc .search-input-wrap--fc > a {
      position: absolute;
      right: 8px;
      width: 38px;
      font-size: 0; } }

@media (max-width: 575.9px) {
  .board-search-wrap--fc .search-check-n-input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .board-search-wrap--fc .search-check-n-input .search-checkbox-wrap--fc {
      width: 100%;
      margin-top: 1rem;
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.board-search-wrap2--fc form {
  padding: 2rem 20px;
  margin-bottom: 4.175rem;
  border-radius: 5px;
  border: solid 1px #dbdbdb; }

.board-search-wrap2--fc legend {
  display: none; }

.board-search-wrap2--fc .date_pick {
  padding-right: 3.2rem;
  background: no-repeat right 1rem center/1.75rem; }

.board-search-wrap2--fc .d-flex {
  width: 100%; }

.board-search-wrap2--fc .box-row + .box-row {
  margin-top: 7px; }

.board-search-wrap2--fc .fieldset {
  display: block;
  width: 100%; }

.board-search-wrap2--fc select + select,
.board-search-wrap2--fc input + select {
  margin-left: 7px; }

.board-search-wrap2--fc .legend-tit {
  display: inline-block;
  min-width: 6rem;
  padding-right: 1rem;
  padding-top: 0.9em;
  padding-bottom: 0.5em;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 700;
  color: #000; }

.board-search-wrap2--fc .legend-cont {
  width: 100%; }

.board-search-wrap2--fc input[type="text"],
.board-search-wrap2--fc select {
  width: 100%;
  border-radius: 5px; }
  .board-search-wrap2--fc input[type="text"]:not(:focus),
  .board-search-wrap2--fc select:not(:focus) {
    border-color: #dbdbdb;
    background-color: #fcfcfc; }

.board-search-wrap2--fc select + .keyword {
  padding-left: 5px;
  width: 100%; }

.board-search-wrap2--fc .keyword-box select {
  width: 58%; }

.board-search-wrap2--fc .keyword-box .keyword {
  width: 100%; }

.board-search-wrap2--fc .keyword {
  position: relative; }
  .board-search-wrap2--fc .keyword input[type="text"] {
    padding-right: 3.9375rem; }

.board-search-wrap2--fc .keyword__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.9375rem;
  height: 2.9375rem;
  font-size: 0;
  text-indent: -999999px;
  color: transparent;
  background: no-repeat center/42%;
  background-image: url(/html/_skin/img/common/ico_search_btn.png); }

.board-search-wrap2--fc .box-row {
  width: 100%; }

.board-search-wrap2--fc .symbol {
  align-self: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem; }

.board-search-wrap2--fc .search-flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.board-search-wrap2--fc .fieldset-date__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 3px;
  margin-left: -2px;
  margin-right: -2px; }
  .board-search-wrap2--fc .fieldset-date__btns > li {
    flex: 1;
    width: 33.333%;
    padding: 2px; }
  .board-search-wrap2--fc .fieldset-date__btns .btn-date {
    width: 100%;
    height: 2.5rem;
    padding: 0.3rem;
    font-size: 16px ;
    font-size: 1rem ;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .board-search-wrap2--fc .fieldset-date__btns .btn-date:hover {
        border-color: #dee0e5;
        background-color: #dee0e5; } }
    @media (max-width: 991.9px) {
      .board-search-wrap2--fc .fieldset-date__btns .btn-date {
        /* &:active {
      @content;
    } */ } }

.board-search-wrap2--fc .search-flex-box__left,
.board-search-wrap2--fc .search-flex-box__right,
.board-search-wrap2--fc .search-flex-box__full,
.board-search-wrap2--fc .search-flex-box__col {
  width: 100%; }

.board-search-wrap2--fc [class^="search-flex-box__"] + [class^="search-flex-box__"] {
  margin-top: 7px; }

@media (min-width: 576px) {
  .board-search-wrap2--fc form {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .board-search-wrap2--fc .symbol {
    margin-left: 1rem;
    margin-right: 1rem; }
  .board-search-wrap2--fc .fieldset {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    width: calc(100% + 1rem);
    margin-left: -1rem; }
  .board-search-wrap2--fc .legend-tit {
    padding-top: 0.5em;
    padding-bottom: 0; }
  .board-search-wrap2--fc .fieldset-group .fieldset + .fieldset .legend-tit {
    padding-left: 0.3rem;
    text-align: center; }
  .board-search-wrap2--fc .box-row {
    width: auto; }
  .board-search-wrap2--fc .box-row.d-flex .fieldset {
    flex: 1; }
  .board-search-wrap2--fc .fieldset + .fieldset {
    margin-left: 0; }
  .board-search-wrap2--fc .fieldset-date__btns > li {
    width: 25%; } }

@media (min-width: 768px) {
  .board-search-wrap2--fc select {
    max-width: 154px; }
  .board-search-wrap2--fc .legend-tit {
    padding-left: 1rem; }
  .board-search-wrap2--fc .search-flex-box__right .legend-tit {
    padding-left: 0.3rem;
    text-align: center;
    padding-right: 0.5rem; }
  .board-search-wrap2--fc .search-flex-box__left,
  .board-search-wrap2--fc .search-flex-box__right {
    width: 50%;
    margin-top: 0; }
  .board-search-wrap2--fc [class^="search-flex-box__"].search-flex-box__col {
    margin-top: 0;
    flex: 1; }
  .board-search-wrap2--fc [class^="search-flex-box__"] {
    margin-top: 7px; }
  .board-search-wrap2--fc [class^="search-flex-box__"]:nth-child(-n+2) {
    margin-top: 0; }
  .board-search-wrap2--fc .search-flex-box__full {
    width: 100%; }
  .board-search-wrap2--fc .search-flex-box__right {
    padding-left: 1.5rem; }
  .board-search-wrap2--fc .box-row.small input[type="text"],
  .board-search-wrap2--fc .box-row.small select {
    height: 2.5rem; }
  .board-search-wrap2--fc .box-row.small .keyword input[type="text"] {
    padding-right: 3.5rem; }
  .board-search-wrap2--fc .box-row.small .keyword__btn {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 58%; } }

@media (min-width: 1200px) {
  .board-search-wrap2--fc .legend-tit {
    padding-top: 0.42em; } }

@media (max-width: 575.9px) {
  .board-search-wrap2--fc .fieldset-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .board-search-wrap2--fc .fieldset-group .fieldset {
      width: 100%; }
    .board-search-wrap2--fc .fieldset-group .fieldset + .fieldset {
      margin-top: 7px; }
  .board-search-wrap2--fc .fieldset-date__btns .btn-date {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; } }

/*----- total */
.board-head--fc {
  margin-bottom: 1rem; }
  .board-head--fc .btn-wrap {
    margin-left: auto; }
  @media (max-width: 575.9px) {
    .board-head--fc .btn-wrap:not(.max) {
      max-width: none !important; } }

.board-head--fc.d-flex-wrap .board_list_total--fc {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.board-wrap--fc .board_list_title--fc {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  line-height: 1.25;
  color: #201f27; }
  @media (max-width: 1199.9px) {
    .board-wrap--fc .board_list_title--fc {
      font-size: 18px;
      font-size: 1.125rem ; } }

.board-wrap--fc .board_list_total--fc {
  text-align: left;
  font-size: 16px ;
  font-size: 1rem ;
  color: #0d0d0d;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: normal; }

/*----- 카테고리 */
.board-wrap--fc .board-tab--fc {
  margin-bottom: 3rem; }

/*----- 페이징 */
.board-wrap--fc .board-paging .paging-btn-next,
.has-paging .board-paging .paging-btn-next {
  background: url("/html/_skin/img/common/paging-next-off.png") no-repeat center center; }

.board-wrap--fc .board-paging .paging-btn-last,
.has-paging .board-paging .paging-btn-last {
  background: url("/html/_skin/img/common/paging-last-off.png") no-repeat center center; }

.board-wrap--fc .board-paging .paging-btn-first,
.has-paging .board-paging .paging-btn-first {
  background: url("/html/_skin/img/common/paging-first-off.png") no-repeat center center; }

.board-wrap--fc .board-paging .paging-btn-prev,
.has-paging .board-paging .paging-btn-prev {
  background: url("/html/_skin/img/common/paging-prev-off.png") no-repeat center center; }

.board-wrap--fc .board-paging > ol,
.has-paging .board-paging > ol {
  margin-left: 18px;
  margin-right: 18px; }

.board-wrap--fc .board-paging > a,
.board-wrap--fc .board-paging li > a,
.has-paging .board-paging > a,
.has-paging .board-paging li > a {
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
  margin: 0 0.5rem;
  line-height: calc(2rem - 2px);
  transition-property: background-color;
  border-radius: 50%;
  color: #201f27; }

.board-wrap--fc .board-paging li:hover > a,
.has-paging .board-paging li:hover > a {
  background-color: #dadada;
  color: #111; }

.board-wrap--fc .board-paging li.on > a,
.has-paging .board-paging li.on > a {
  background-color: #201f27;
  border-color: #201f27;
  color: #fff;
  font-weight: 700; }

.products--fc .board-paging,
.board-wrap--fc .board-paging {
  margin-top: 3.25rem; }

/*----- 하단 버튼 */
.board-wrap--fc .btn-center-wrap--fc .btn-list,
.board-wrap--fc .btn-util-wrap--fc .btn-list {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px; }
  .board-wrap--fc .btn-center-wrap--fc .btn-list > [class*='col'],
  .board-wrap--fc .btn-util-wrap--fc .btn-list > [class*='col'] {
    padding: 2px; }

@media (min-width: 576px) {
  .board-wrap--fc .btn-center-wrap--fc .btn-list,
  .board-wrap--fc .btn-util-wrap--fc .btn-list {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px; }
    .board-wrap--fc .btn-center-wrap--fc .btn-list > [class*='col'],
    .board-wrap--fc .btn-util-wrap--fc .btn-list > [class*='col'] {
      padding: 5px; } }

@media (max-width: 575.9px) {
  .board-wrap--fc .btn-center-wrap--fc:not(.max),
  .board-wrap--fc .btn-util-wrap--fc:not(.max) {
    max-width: none !important; } }

.board-wrap--fc .btn-util-wrap--fc {
  margin-top: 1.875rem;
  margin-left: auto; }

.board-wrap--fc .board-list-btn--fc {
  margin-top: 4.25rem;
  text-align: center; }
  .board-wrap--fc .board-list-btn--fc .btn img {
    margin-right: 1em; }
  .board-wrap--fc .board-list-btn--fc .btn {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    width: 100%;
    padding: 1.25rem 5px; }

.board-wrap--fc .btn-center-wrap--fc {
  width: 100%;
  margin-top: 4.375rem;
  margin-left: auto;
  margin-right: auto; }
  .board-wrap--fc .btn-center-wrap--fc .btn {
    font-weight: 700; }

/*----- 일반 게시판 */
.basic-board-list--fc,
.webzine-board-list--fc {
  border-top-color: #151515; }
  .basic-board-list--fc tbody tr.no-data--fc td,
  .webzine-board-list--fc tbody tr.no-data--fc td {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .basic-board-list--fc thead th,
  .webzine-board-list--fc thead th {
    height: 4.25rem;
    padding: 1rem 0;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
    .basic-board-list--fc thead th:before,
    .webzine-board-list--fc thead th:before {
      display: none; }
  .basic-board-list--fc td,
  .webzine-board-list--fc td {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .basic-board-list--fc .ellipsis,
  .webzine-board-list--fc .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.5em;
    display: block;
    white-space: nowrap;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    height: 1.5em; }
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    padding-left: 0;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    color: rgba(0, 0, 0, 0.9); }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .basic-board-list--fc tbody td.board-subject--fc a:hover,
      .webzine-board-list--fc tbody td.board-subject--fc a:hover {
        color: #d00213; } }
    @media (max-width: 991.9px) {
      .basic-board-list--fc tbody td.board-subject--fc a,
      .webzine-board-list--fc tbody td.board-subject--fc a {
        /* &:active {
      @content;
    } */ } }
  @media (min-width: 768px) {
    .basic-board-list--fc td,
    .webzine-board-list--fc td {
      height: 4.25rem; } }
  @media (max-width: 767.9px) {
    .basic-board-list--fc tbody tr:first-child,
    .webzine-board-list--fc tbody tr:first-child {
      border-top: 0; }
    .basic-board-list--fc tbody tr,
    .webzine-board-list--fc tbody tr {
      border-top-color: #e5e5e5;
      padding: 15px 1rem; }
    .basic-board-list--fc tbody td,
    .webzine-board-list--fc tbody td {
      margin: 0.3em 0 0; }
    .basic-board-list--fc .board-status--fc,
    .webzine-board-list--fc .board-status--fc {
      font-size: 12px;
      margin-left: 5px; }
    .basic-board-list--fc tr.no-data--fc td,
    .webzine-board-list--fc tr.no-data--fc td {
      float: inherit;
      width: 100%; } }

/*----- 갤러리 공통 */
.gallery-title--fc {
  line-height: 1.5;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  @media (max-width: 1199.9px) {
    .gallery-title--fc {
      font-size: 18px;
      font-size: 1.125rem ; } }

.gallery-date--fc {
  text-align: left;
  font-size: 16px ;
  font-size: 1rem ;
  margin-top: 0.5rem; }

.board-wrap--fc .gallery-list--fc {
  border-top: 0;
  margin-left: -7px;
  margin-right: -7px; }
  .board-wrap--fc .gallery-list--fc figure {
    margin-top: 0;
    margin-bottom: 2rem; }
    .board-wrap--fc .gallery-list--fc figure a {
      position: relative;
      border-bottom: 0; }
      .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc {
        border: 0;
        border-radius: 0.625rem;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -ms-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out; }
        .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 {
          padding-bottom: 65.25%; }
        .board-wrap--fc .gallery-list--fc figure a .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%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          min-width: 100%;
          max-width: calc(100% + 100px);
          max-height: calc(100% + 100px); }
        @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc:hover {
            box-shadow: 2.5px 1.7px 6px 0 rgba(0, 0, 0, 0.21); } }
        @media (max-width: 991.9px) {
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc {
            /* &:active {
      @content;
    } */ } }
      .board-wrap--fc .gallery-list--fc figure a figcaption {
        padding: 1.5rem 0; }
  @media (min-width: 1200px) {
    .board-wrap--fc .gallery-list--fc {
      margin-left: -10px;
      margin-right: -10px; }
      .board-wrap--fc .gallery-list--fc figure {
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px; } }

/*----- 갤러리 - 이미지 */
.board-wrap--fc .gallery-list--fc.gallery figure a .thumb-wrap--fc {
  background-color: #f6f6f6; }
  .board-wrap--fc .gallery-list--fc.gallery figure a .thumb-wrap--fc.embed-responsive-16by9 {
    padding-bottom: 59.1%; }
  .board-wrap--fc .gallery-list--fc.gallery figure a .thumb-wrap--fc > img {
    width: auto;
    max-width: none; }

/*----- 갤러리 - 이벤트 */
.board-wrap--fc .gallery-list--fc.event .thumb-overlay {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  isolation: isolate; }

.board-wrap--fc .gallery-list--fc.event .event-caption--fc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }

.board-wrap--fc .gallery-list--fc.event .event-caption__txt {
  width: 100%;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ; }
  @media (max-width: 1199.9px) {
    .board-wrap--fc .gallery-list--fc.event .event-caption__txt {
      font-size: 18px;
      font-size: 1.125rem ; } }

/* faq */
.faq-wrap--fc {
  border: 0; }
  .faq-wrap--fc .faq-list--fc:last-of-type {
    border-bottom: 1px solid #dbdcdf; }
  .faq-wrap--fc .faq-list--fc.on {
    border-color: #112b74; }
  .faq-wrap--fc .board-category--fc {
    display: block;
    margin-right: 0.25rem; }
  .faq-wrap--fc .category {
    flex-shrink: 0; }
  .faq-wrap--fc .f-wrap--fc a,
  .faq-wrap--fc .q-wrap--fc p {
    padding-left: 6rem;
    line-height: 1.4; }
  .faq-wrap--fc .f-wrap--fc a {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    border-top: 1px solid #dbdcdf;
    padding-top: 2.15rem;
    padding-bottom: 2.15rem;
    padding-right: 5rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .faq-wrap--fc .f-wrap--fc a:hover {
        background-color: #efefef; } }
    @media (max-width: 991.9px) {
      .faq-wrap--fc .f-wrap--fc a {
        /* &:active {
      @content;
    } */ } }
  .faq-wrap--fc .faq-list--fc + .faq-list--fc .f-wrap--fc:not(.on) a {
    border-top: 0; }
  .faq-wrap--fc .f-btn--fc {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem; }
  .faq-wrap--fc .f-btn--fc:before,
  .faq-wrap--fc .f-btn--fc:after {
    content: "";
    display: block;
    position: absolute; }
  .faq-wrap--fc .f-btn--fc:before {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    border-bottom: 2px solid #201f27; }
  .faq-wrap--fc .f-btn--fc:after {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-left: 2px solid #201f27;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    transition-property: transform, opacity;
    transition-duration: 0.2s, 0.2s; }
  .faq-wrap--fc .f-wrap--fc.on .f-btn--fc:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  .faq-wrap--fc .f-wrap--fc a:after {
    display: none; }
  .faq-wrap--fc .f-wrap--fc a:before,
  .faq-wrap--fc .q-wrap--fc p:before {
    width: 2.25rem;
    height: 2.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: 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;
    top: 1.75rem;
    left: 2rem;
    font-size: 1.11em;
    line-height: 1.4;
    text-align: center; }
  .faq-wrap--fc .f-wrap--fc a:before {
    background-color: #201f27; }
  .faq-wrap--fc .f-wrap--fc.on a:before {
    content: 'Q';
    background-color: #d00213; }
  .faq-wrap--fc .q-wrap--fc p {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    border-top: 0; }
  .faq-wrap--fc .q-wrap--fc p:before {
    content: ''; }
  .faq-wrap--fc .q-wrap--fc p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    border-top: 1px solid #dbdcdf; }
  @media (max-width: 767.9px) {
    .faq-wrap--fc .board-category--fc {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ;
      margin-bottom: 4px; }
    .faq-wrap--fc .f-wrap--fc a,
    .faq-wrap--fc .q-wrap--fc p {
      padding-left: 3.65rem;
      font-size: 16px ;
      font-size: 1rem ; }
    .faq-wrap--fc .f-wrap--fc a {
      display: block;
      padding-right: 3rem; }
    .faq-wrap--fc .f-wrap--fc a:before,
    .faq-wrap--fc .q-wrap--fc p:before {
      left: 1rem;
      width: 2rem;
      height: 2rem; }
    .faq-wrap--fc .q-wrap--fc p:after {
      left: 1rem;
      right: 1rem; }
    .faq-wrap--fc .f-btn--fc {
      width: 1.25rem;
      height: 1.25rem;
      margin-top: -0.5rem;
      right: 1rem; } }

.board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
  background-color: transparent;
  min-width: 120px; }
  .board-wrap--fc .btn-write-wrap--fc .btn-write--fc.btnColorB {
    border: 0; }

.board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc {
  color: #fff; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc:hover .btn {
    opacity: 1; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc:hover .btn.btnColorW:hover {
    color: #fff; } }

@media (max-width: 991.9px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
    /* &:active {
      @content;
    } */ } }

@media (max-width: 767.9px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc {
    width: calc(100% - 7px); } }

.board-wrap--fc .btnColorB {
  color: #fff; }

/* drop table */
.js_tblList .qnaCont__txt {
  position: relative;
  padding-left: 3em;
  padding-bottom: 1em;
  line-height: 1.5; }
  .js_tblList .qnaCont__txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.25em;
    height: 2.25em;
    color: #fff;
    font-weight: 700;
    border-radius: 50%; }

.js_tblList .js_replyCtt .btnColorW {
  background-color: #fff; }

.js_tblList .qnaCont__txt.question:before {
  content: "Q";
  background-color: #201f27; }

.js_tblList .qnaCont__txt.answer {
  margin-top: 4rem; }
  .js_tblList .qnaCont__txt.answer:after {
    content: "";
    display: block;
    position: absolute;
    left: 3em;
    right: 0;
    top: -2rem;
    border-top: 1px solid #e5e5e5; }
  .js_tblList .qnaCont__txt.answer:before {
    content: "A";
    background-color: #00d7a7; }

.js_tblList .files,
.js_tblList .qnaCont__files {
  margin-top: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .js_tblList .files a,
  .js_tblList .qnaCont__files a {
    display: block;
    font-weight: 700;
    line-height: 1.5 !important;
    transition: none !important; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .js_tblList .files a:hover,
      .js_tblList .qnaCont__files a:hover {
        text-decoration: underline; } }
    @media (max-width: 991.9px) {
      .js_tblList .files a,
      .js_tblList .qnaCont__files a {
        /* &:active {
      @content;
    } */ } }

.js_tblList .files__tit,
.js_tblList .qnaCont__files__tit {
  font-weight: 700;
  margin-right: 0.3em; }
  .js_tblList .files__tit img,
  .js_tblList .qnaCont__files__tit img {
    flex-shrink: 0;
    align-self: center;
    width: 1.125em;
    margin-right: 0.625rem;
    padding-left: 0 !important; }

.js_tblList .qnaCont__btns {
  max-width: 249px;
  margin-top: 3rem; }
  .js_tblList .qnaCont__btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px; }
    .js_tblList .qnaCont__btns .btn-list > li {
      flex: 1;
      padding: 3px; }

.js_tblList .js_ListCtt,
.js_tblList .js_replyCtt {
  display: none; }

.js_tblList .js_ListTtl {
  cursor: pointer; }

.js_tblList a.js_ListTtl {
  float: none !important;
  width: 100%; }
  .js_tblList a.js_ListTtl .d-flex {
    width: 100%; }
  .js_tblList a.js_ListTtl .ellipsis {
    margin-right: 1rem; }
  .js_tblList a.js_ListTtl .js_arrow {
    margin-left: auto; }

.js_tblList .js_ListCtt td {
  height: auto;
  background-color: #f4f5f8; }
  .js_tblList .js_ListCtt td:not(:first-child) {
    padding: 0; }

.js_tblList .js_replyCtt > div {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.js_tblList .js_arrow {
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10 7'%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(0 -1.5)'%3E%3Crect width='10' height='10' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Eico_arrow_drop%3C/title%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.68,3.33,5.76,8.19a1.07,1.07,0,0,1-1.52,0L.32,3.33A1.07,1.07,0,0,1,1.07,1.5H8.93a1.07,1.07,0,0,1,.75,1.83' transform='translate(0 -1.5)' fill='%23201f27'/%3E%3C/g%3E%3C/svg%3E"); }
  .js_tblList .js_arrow.on {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1); }

.js_tblList .js_ListCtt.on {
  display: table-row; }
  .js_tblList .js_ListCtt.on .js_replyCtt {
    display: block; }

.js_tblList .reply-info {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  gap: 1em; }
  .js_tblList .reply-info p:first-child {
    flex-shrink: 0; }

@media (min-width: 768px) {
  .js_tblList .reply-info {
    margin-top: 2rem; } }

@media (max-width: 767.9px) {
  .js_tblList > colgroup:not(.mb_only) {
    display: none; }
  .js_tblList .js_replyCtt {
    padding: 1.5rem 1rem; }
  .js_tblList .js_ListCtt.on {
    display: block; }
  .js_tblList .js_ListCtt {
    padding: 0; }
    .js_tblList .js_ListCtt > td:not(.td-drop-cont) {
      display: none; }
    .js_tblList .js_ListCtt > .td-drop-cont {
      width: 100%;
      float: none;
      height: auto;
      margin-top: 0; }
  .js_tblList .reply-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em; } }

/* latest */
.board-wrap--fc .gallery-latest--fc {
  text-align: center; }
  .board-wrap--fc .gallery-latest--fc .tag {
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.05em 0.5em;
    font-weight: 500;
    font-size: calc(15 * 1px) ;
    font-size: 0.9375rem ;
    color: #fff;
    line-height: 1.2;
    background-color: #d00213;
    border-radius: 30px; }
  .board-wrap--fc .gallery-latest--fc .gallery-title--fc {
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    color: #0d0d0d;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.5em;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3em; }
    @media (max-width: 1199.9px) {
      .board-wrap--fc .gallery-latest--fc .gallery-title--fc {
        font-size: 18px;
        font-size: 1.125rem ; } }
  .board-wrap--fc .gallery-latest--fc .gallery-date--fc {
    margin-top: 2rem;
    text-align: center;
    font-size: 16px ;
    font-size: 1rem ;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(35, 46, 52, 0.6); }
  .board-wrap--fc .gallery-latest--fc figcaption {
    padding-top: 1.5rem; }
  .board-wrap--fc .gallery-latest--fc .thumb-overlay {
    position: relative; }
  .board-wrap--fc .gallery-latest--fc .thumb-wrap--fc {
    position: relative;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 64.7%;
    overflow: hidden;
    isolation: isolate; }
    .board-wrap--fc .gallery-latest--fc .thumb-wrap--fc > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      vertical-align: middle;
      width: auto;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      max-height: calc(100% + 40px); }
    .board-wrap--fc .gallery-latest--fc .thumb-wrap--fc, .board-wrap--fc .gallery-latest--fc .thumb-wrap--fc:after {
      border-radius: 1.25rem; }
    .board-wrap--fc .gallery-latest--fc .thumb-wrap--fc:after {
      opacity: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #d00213;
      border-radius: 1.25rem;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .board-wrap--fc .gallery-latest--fc a:hover .thumb-wrap--fc:after {
      opacity: 1; } }
  @media (max-width: 991.9px) {
    .board-wrap--fc .gallery-latest--fc a {
      /* &:active {
      @content;
    } */ } }
  @media (max-width: 575.9px) {
    .board-wrap--fc .gallery-latest--fc .tag {
      position: static;
      margin-top: 0.75rem; }
    .board-wrap--fc .gallery-latest--fc figcaption {
      padding-top: 0.875rem; } }

/* question button */
.board-wrap--fc .q-notice-btn {
  z-index: 10;
  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;
  width: 1rem;
  height: 1rem;
  margin-left: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px ;
  font-size: 1rem ;
  color: #201f27;
  background-color: #dee0e5; }
  .board-wrap--fc .q-notice-btn > span {
    width: 100%;
    font-size: 0.66em;
    line-height: 0; }

/* quick menu */
.floating-btn {
  position: absolute;
  top: 53px;
  right: -1.375rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer; }
  .floating-btn:after {
    font-size: 0;
    content: url("/html/_skin/img/common/ico_floating_open.png");
    position: absolute;
    top: 0.8125rem;
    right: 1rem; }

.floating {
  position: fixed;
  top: calc(35px + 1rem);
  z-index: 95; }
  .floating.left {
    left: 0rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 1.25rem;
    z-index: 1000; }
  .floating.fixed {
    top: 3.75rem; }
  .floating.ui-js-float {
    left: -120px; }
  .floating:not(.show) {
    height: auto !important; }
  .floating.show {
    position: absolute;
    left: -1px;
    height: 100vh; }
  .floating .quick-menu-wrap {
    position: relative;
    width: 190px;
    border-radius: 0 1.25rem 1.25rem 0;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    transition: all 0.3s ease;
    height: 100%; }
    .floating .quick-menu-wrap .quick-menu {
      display: none;
      text-align: center;
      min-height: 100vh; }
    .floating .quick-menu-wrap hr {
      margin: 0;
      border-color: #ddd; }
    .floating .quick-menu-wrap .quick-inner {
      padding: 1.25rem 1.125rem; }
    .floating .quick-menu-wrap .quick-mini .quick-inner {
      padding-right: 1.3125rem; }
  .floating.show .quick-menu-wrap .quick-menu {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: .625rem;
    padding-bottom: 2vh; }
  .floating.show .quick-menu-wrap .quick-mini {
    display: none; }
  .floating.show .floating-btn {
    z-index: 1001;
    position: fixed;
    top: calc(35px + 1rem + 35px);
    right: auto;
    left: calc(190px - 1rem); }
  .floating.show .floating-btn:after {
    transform: rotate(180deg); }

/* scroll 추가 */
.floating .quick-menu-wrap .quick-ico-util {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: .5625rem;
  font-size: .8125rem;
  color: #222; }
  .floating .quick-menu-wrap .quick-ico-util .quick-ico {
    position: relative;
    width: 1.875rem;
    height: 1.875rem; }
    .floating .quick-menu-wrap .quick-ico-util .quick-ico .icon {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1.875rem;
      border-radius: 10px;
      z-index: 12; }
      .floating .quick-menu-wrap .quick-ico-util .quick-ico .icon img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 20; }

.floating .quick-menu-wrap .quick-mini .quick-ico-util .quick-ico {
  margin-left: auto; }

.floating .quick-menu-wrap .quick-ico-util .quick-ico .txt {
  display: none;
  position: absolute;
  left: 0;
  width: 140px;
  text-align: left;
  line-height: 1.875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #201f27;
  white-space: nowrap;
  padding-left: 32px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #fff;
  transition: all .3s ease;
  z-index: 10; }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico .txt {
  display: block;
  z-index: 11; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .floating .quick-menu-wrap .quick-mini .quick-ico:hover .txt {
    display: block;
    animation: floating-mini 0.3s 0s 1 linear normal; } }

@media (max-width: 991.9px) {
  .floating .quick-menu-wrap .quick-mini .quick-ico {
    /* &:active {
      @content;
    } */ } }

.floating .quick-menu-wrap .quick-ico-util .quick-ico.event .icon,
.floating .quick-menu-wrap .quick-ico-util .quick-ico.event .txt {
  color: #fff;
  background-color: #ed161e; }

.floating .quick-menu-wrap .quick-ico-util .quick-ico.login .icon,
.floating .quick-menu-wrap .quick-ico-util .quick-ico.login .txt {
  color: #fff;
  background-color: #211d1e; }

.floating .quick-menu-wrap .quick-ico-util .quick-ico.cart .icon,
.floating .quick-menu-wrap .quick-ico-util .quick-ico.cart .txt {
  background-color: #ffc918; }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.cart .icon,
.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.cart .txt {
  background-color: #fff; }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.cart .icon {
  opacity: 0.5; }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.cart .txt {
  color: rgba(0, 0, 0, 0.4); }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.join .txt {
  color: rgba(0, 0, 0, 0.4); }

.floating .quick-menu-wrap .quick-menu .quick-ico-util .quick-ico.cart .txt .count {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #201f27;
  text-align: center;
  border-radius: 10px;
  background-color: #ffc918; }

/* quick menu */
@keyframes floating-mini {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* quick category menu */
.quick-category__list-fc {
  /*padding-bottom: 10rem;*/ }
  .quick-category__list-fc a {
    display: block;
    color: #222;
    font-weight: 400;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .quick-category__list-fc > li {
    width: 100%;
    border-bottom: 1px solid #fff; }
    .quick-category__list-fc > li + li {
      margin-top: 5px; }
    .quick-category__list-fc > li a {
      position: relative;
      font-size: 0.875rem;
      line-height: 1.3;
      letter-spacing: -.5px; }
    .quick-category__list-fc > li > a {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      min-width: 155px;
      height: 1.875rem;
      font-weight: 400;
      color: #000;
      white-space: nowrap;
      padding-left: 30px;
      padding-right: 27px;
      border-radius: 10px;
      border: 1px solid #ddd;
      background-color: #fff;
      transition: all .3s ease; }
      .quick-category__list-fc > li > a .icon {
        position: absolute;
        left: 7px;
        top: calc(50% - 0.5625rem);
        width: 1.125rem;
        height: 1.125rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .quick-category__list-fc > li > a:after {
        font-size: 0;
        content: url("/html/_skin/img/common/ico_quick_arrow.png");
        position: absolute;
        top: calc(50% - 3.5px);
        right: 10px;
        width: 13px;
        height: 7px; }
    .quick-category__list-fc > li.on > a {
      border-color: #f6f5f9;
      background-color: #f6f5f9; }
      .quick-category__list-fc > li.on > a:after {
        transform: rotate(180deg); }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .quick-category__list-fc > li:hover > a {
        /*color: #26225f;*/ } }
    @media (max-width: 991.9px) {
      .quick-category__list-fc > li {
        /* &:active {
      @content;
    } */ } }
    .quick-category__list-fc > li:not(.on) .depth2 {
      display: none; }
  .quick-category__list-fc .depth2 {
    min-width: 155px;
    padding: 1rem 0 1rem 1rem; }
    .quick-category__list-fc .depth2 > li {
      position: relative;
      padding: 0.5em 0; }
      .quick-category__list-fc .depth2 > li:last-child {
        padding-bottom: 0; }
      .quick-category__list-fc .depth2 > li:not(:last-child):before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd; }
      .quick-category__list-fc .depth2 > li > a {
        position: relative;
        display: block;
        color: #555;
        padding: 0;
        padding-left: 1.5625rem;
        text-align: left; }
        .quick-category__list-fc .depth2 > li > a:before {
          content: '';
          position: absolute;
          left: 0;
          top: -0.5625rem;
          width: 1.125rem;
          height: 1.125rem;
          border-bottom-left-radius: 10px;
          border: 1px solid #ddd;
          border-width: 0px 0px 1px 1px; }
      .quick-category__list-fc .depth2 > li.on > a {
        font-weight: 500; }

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

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

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.modal.fade:not(.show) {
  z-index: -1 !important;
  opacity: 0; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
  padding: 0 10px; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ''; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

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

.modal-header {
  text-align: center;
  padding: 2rem 2rem 0; }

.modal-header .close {
  position: absolute;
  opacity: 1;
  display: block;
  right: 1rem;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  font-size: 0 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .modal-header .close, .modal-header .close:active {
    top: 1rem; }
  .modal-header .close:before {
    content: '' !important;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 42.599%;
    background-position: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 1rem; }

@media (min-width: 768px) {
  .modal-header .close:hover {
    opacity: 0.5; } }

.modal-title {
  color: #141414;
  margin-bottom: 0; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 2rem 2rem;
  font-size: 1rem;
  overflow: hidden; }

.modal-footer {
  padding: 0.75rem 2rem 2.75rem; }
  .modal-footer.border-t {
    border-top: 1px solid #dee2e6; }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-sm {
    max-width: 350px !important; } }

@media (min-width: 768px) {
  .modal-md {
    max-width: 640px !important; }
  .modal-xl {
    max-width: 980px !important; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 750px !important; }
  .modal-xl {
    max-width: 980px !important; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1103px !important; } }

/* YouTubePopUp */
.YouTubePopUp-Close, .YouTubePopUp-Close:before {
  opacity: 1;
  display: block;
  right: 1rem;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  font-size: 0 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 1rem; }
  .YouTubePopUp-Close, .YouTubePopUp-Close:active, .YouTubePopUp-Close:before, .YouTubePopUp-Close:before:active {
    top: 1rem; }
  .YouTubePopUp-Close:before, .YouTubePopUp-Close:before:before {
    content: '' !important;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 42.599%;
    background-position: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 1rem; }

html.mfp-opened {
  overflow: hidden !important; }

.showroom-box .slider .slick-list .slick-slide h3.title {
  color: #141414; }

.mfp-close {
  opacity: 1;
  display: block;
  right: 1rem;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  font-size: 0 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .mfp-close, .mfp-close:active {
    top: 1rem; }
  .mfp-close:before {
    content: '' !important;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 42.599%;
    background-position: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 1rem; }
  @media (min-width: 992px) {
    .mfp-close:hover {
      opacity: 0.5 !important; } }

.mfp-container {
  padding-top: 7.625rem; }

.mfp-content {
  padding-bottom: 2.5rem; }
  .mfp-content .showroom-box .slick-prev,
  .mfp-content .showroom-box .slick-next {
    width: 3.3125rem;
    height: 3.3125rem;
    background: #e5e5e5;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .mfp-content .showroom-box .slick-prev:before,
    .mfp-content .showroom-box .slick-next:before {
      content: '';
      opacity: 1;
      width: 100%;
      height: 100%;
      display: block;
      background-repeat: no-repeat;
      background-size: 43.39%;
      background-position: center; }
    .mfp-content .showroom-box .slick-prev:hover,
    .mfp-content .showroom-box .slick-next:hover {
      background: #000; }
  .mfp-content .showroom-box .slick-prev {
    left: 0; }
  .mfp-content .showroom-box .slick-next {
    right: 0; }
  .mfp-content .slider-nav-thumbnails {
    display: none !important; }

@media (max-width: 575.9px) {
  .mfp-close {
    right: 0; }
  .mfp-content .showroom-box {
    padding-left: 0;
    padding-right: 0; } }

html.mfp-opened {
  overflow: hidden !important; }

.modal-footer.border-top:before {
  content: '';
  display: block;
  border-top: 1px solid #000;
  margin-bottom: 2.25rem; }

.modal-footer .btn-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.modal-footer .btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -2px -2px 0; }
  .modal-footer .btn-list > li {
    flex: 1;
    padding: 2px; }

.modal-footer .btn {
  width: 100%;
  height: 2.5rem; }

.modal-footer .btnColorG {
  color: #000; }
  .modal-footer .btnColorG:before {
    background-color: #dee0e5; }

@media (max-width: 575.9px) {
  .modal-footer .btn-wrap:not(.max) {
    max-width: none !important; } }

/* theme modal */
.themeModal .modal-header {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  text-align: left; }
  .themeModal .modal-header .modal-title {
    margin-right: 2rem; }

.themeModalColor .modal-title {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: calc(24 * 1px) ;
  font-size: 1.5rem ;
  font-weight: 700;
  border-bottom: 1px solid #000; }
  @media (max-width: 1199.9px) {
    .themeModalColor .modal-title {
      font-size: 20px;
      font-size: 1.25rem ; } }
  .themeModalColor .modal-title.border-none {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .themeModalColor .modal-title .txt {
    padding-top: 0.2rem;
    margin-right: 0.625rem; }

.themeModalColor .modal-content {
  background-color: #f9fafc; }

/*  custom modal */
[data-modal-custom] {
  cursor: pointer; }

@media (min-width: 1200px) {
  body.custom,
  body.custom #header,
  body.custom .top-btn {
    padding-right: 0 !important; } }

body.custom.midal-hover .modal-backdrop {
  display: none !important; }

.custom-modal .modal-dialog {
  max-width: 510px; }

.custom-modal .modal-content {
  background-color: #f9fafc;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); }

.custom-modal .modal-title {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: calc(24 * 1px) ;
  font-size: 1.5rem ;
  font-weight: 700;
  border-bottom: 1px solid #000; }
  @media (max-width: 1199.9px) {
    .custom-modal .modal-title {
      font-size: 20px;
      font-size: 1.25rem ; } }
  .custom-modal .modal-title.border-none {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .custom-modal .modal-title .txt {
    padding-top: 0.2rem;
    margin-right: 0.625rem; }

.custom-modal .dotInfo > li {
  padding-left: calc(1em + 7px); }
  .custom-modal .dotInfo > li:before {
    width: 7px;
    height: 7px;
    margin-top: 0.58em;
    background-color: #000; }

.custom-modal .modal-footer {
  padding-top: 0; }

@media (min-width: 1200px) {
  .modal-open.custom #wrapper {
    position: relative; }
  .modal-open.custom .custom-modal {
    z-index: 980;
    position: absolute; }
  .modal-open.custom .modal-backdrop {
    z-index: 940;
    background: transparent; }
  .modal-open.custom:not(.over) {
    overflow: visible !important; }
  .custom-modal .modal-dialog {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    max-height: none; }
  .custom-modal.over .modal-dialog {
    margin-bottom: 80vh; }
  .custom-modal.fade .modal-dialog {
    transform: none; }
  .custom-modal .modal-dialog-scrollable .modal-body {
    overflow: hidden; }
  .custom-modal .modal-dialog-centered {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; } }

/* common */
.member-wrap--fc input[type=text],
.member-wrap--fc input[type=password],
.member-wrap--fc input[type=tel],
.member-wrap--fc select {
  background-color: #f5f5f5;
  font-size: 16px ;
  font-size: 1rem ; }

.member-wrap--fc .login-form-wrap--fc input[type="checkbox"]:checked + label:before,
.member-wrap--fc .join-agree--fc input[type="checkbox"]:checked + label:before {
  border-color: #201f27;
  background-color: #201f27;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,1.000 L4.000,5.000 L9.000,-0.000 L10.000,2.000 L4.000,8.000 L-0.000,4.000 L-0.000,1.000 Z'/%3E%3C/svg%3E"); }

.member-wrap--fc .join-btn-wrap--fc ul li a,
.member-wrap--fc .join-btn-wrap2--fc a {
  width: 100%;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 300; }

.member-wrap--fc .join-btn-wrap--fc.radius ul li a,
.member-wrap--fc .join-btn-wrap2--fc.radius ul li a {
  border-radius: 80px; }

.member-wrap--fc .join-btn-wrap2--fc {
  margin-top: 3.75rem;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto; }
  .member-wrap--fc .join-btn-wrap2--fc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px; }
  .member-wrap--fc .join-btn-wrap2--fc ul li {
    width: 50%;
    padding: 5px; }
  .member-wrap--fc .join-btn-wrap2--fc ul li a {
    padding: 1rem 0.5rem; }

.member-wrap--fc .btnColorB,
.member-wrap--fc .btnColorB:hover {
  color: #fff; }

.member-wrap--fc .btnColorW:after {
  background-color: #f4f5f8; }

.member-wrap--fc .btnColorP,
.member-wrap--fc .btnColorP:hover {
  color: #fff; }

/* 로그인 */
.member-wrap--fc .login-form__tit {
  font-size: calc(35 * 1px) ;
  font-size: 2.1875rem ;
  font-weight: 500;
  color: #111;
  margin-bottom: 2.5rem;
  text-align: center; }
  @media (max-width: 1199.9px) {
    .member-wrap--fc .login-form__tit {
      font-size: 25px;
      font-size: 1.5625rem ; } }

.member-wrap--fc .login-form-wrap--fc input[type=text],
.member-wrap--fc .login-form-wrap--fc input[type=password] {
  height: 3.75rem;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ; }

.member-wrap--fc .login-form-wrap--fc .login-input--fc {
  margin-bottom: 2rem; }

.member-wrap--fc .login-form-wrap--fc .login-input--fc li {
  margin: 0 0 9px; }

.member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc input[type="checkbox"] + label {
  color: #434343;
  font-size: 16px ;
  font-size: 1rem ; }

.member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc input[type="checkbox"] + label:before {
  border-radius: 3px; }

.member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc a {
  color: #434343;
  font-size: 16px ;
  font-size: 1rem ;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc a:hover {
      opacity: 0.5; } }
  @media (max-width: 991.9px) {
    .member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc a {
      /* &:active {
      @content;
    } */ } }

.member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc,
.member-wrap--fc .login-form-wrap--fc .join-btn-wrap2--fc {
  margin-top: 6rem;
  max-width: none; }

.member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc ul li,
.member-wrap--fc .login-form-wrap--fc .join-btn-wrap2--fc ul li {
  margin-bottom: 0.75rem;
  width: 100%; }
  .member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc ul li a,
  .member-wrap--fc .login-form-wrap--fc .join-btn-wrap2--fc ul li a {
    border-radius: 0; }

.member-wrap--fc .login-form-wrap--fc .login-form__type {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  margin-bottom: 1.25rem; }
  .member-wrap--fc .login-form-wrap--fc .login-form__type > li {
    width: 50%; }
  .member-wrap--fc .login-form-wrap--fc .login-form__type .btn_usertype {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.7em 1em;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #201f27;
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 500; }
    @media (max-width: 1199.9px) {
      .member-wrap--fc .login-form-wrap--fc .login-form__type .btn_usertype {
        font-size: 18px;
        font-size: 1.125rem ; } }
    .member-wrap--fc .login-form-wrap--fc .login-form__type .btn_usertype > span {
      width: 100%; }
  .member-wrap--fc .login-form-wrap--fc .login-form__type .btn_usertype.on {
    border-color: #201f27;
    background-color: #201f27;
    color: #fff; }

@media (min-width: 576px) {
  .member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc input[type="checkbox"] + label {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    color: #434343; }
  .member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc input[type=checkbox] + label:before {
    top: 1px; }
  .member-wrap--fc .login-form-wrap--fc .find-btn-wrap--fc a {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; } }

@media (min-width: 992px) {
  .member-wrap--fc .login-form-wrap--fc .save-id-wrap--fc input[type=checkbox] + label:before {
    top: 3px; } }

@media (min-width: 1200px) {
  .member-wrap--fc .login-form-wrap--fc .join-btn-wrap--fc ul li:last-child a:hover {
    background-color: #fd081d;
    border-color: #fd081d; } }

/* 회원가입 폼 */
.member-wrap--fc .cont-head {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  color: #201f27;
  margin-bottom: 2.5rem; }
  @media (max-width: 1199.9px) {
    .member-wrap--fc .cont-head {
      font-size: 18px;
      font-size: 1.125rem ; } }

.member-wrap--fc .cont-head__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25; }

.member-wrap--fc .tabType {
  margin-bottom: 2rem; }

.member-wrap--fc .form-table--fc {
  font-size: 16px ;
  font-size: 1rem ; }
  .member-wrap--fc .form-table--fc.theme th {
    background-color: #f4f5f8; }
  .member-wrap--fc .form-table--fc input.readonly {
    height: auto !important;
    padding: 0;
    padding-left: 1rem;
    background-color: #fff;
    border-color: #fff; }
  .member-wrap--fc .form-table--fc input:not([type="checkbox"]):not([type="radio"]) {
    height: 2.8125rem;
    font-size: 16px ;
    font-size: 1rem ; }
  .member-wrap--fc .form-table--fc select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M7.999,-0.002 L4.238,5.994 L-0.010,0.235 L7.999,-0.002 Z'/%3E%3C/svg%3E");
    background-position: right 0.625em center; }
  .member-wrap--fc .form-table--fc input[type="checkbox"] + label,
  .member-wrap--fc .form-table--fc input[type="checkbox"] + span {
    line-height: 1.3;
    font-size: 16px ;
    font-size: 1rem ; }
  .member-wrap--fc .form-table--fc .d-flex .symbol {
    align-self: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .member-wrap--fc .form-table--fc .check-inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .member-wrap--fc .form-table--fc .check-inputs > li {
      width: 7.5em;
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
      margin-left: 0.625rem;
      font-size: 16px ;
      font-size: 1rem ; }
  .member-wrap--fc .form-table--fc .join-form-policy--fc .policy-box {
    height: 87px;
    padding: 6px 0 0 1.25rem;
    margin-bottom: 0.5rem;
    background-color: #f5f5f5;
    font-size: 16px ;
    font-size: 1rem ;
    color: #999;
    line-height: 1.25;
    white-space: pre-line;
    overflow-y: auto; }
  .member-wrap--fc .form-table--fc .join-form-id--fc .check-btn--fc {
    background-color: #201f27; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
    margin-right: 0; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input ~ input {
    margin-left: 0; }
  .member-wrap--fc .form-table--fc tr.join-form-email--fc input[type="text"] {
    width: 100%; }
  .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
    width: 100%; }
  .member-wrap--fc .form-table--fc .join-form-address--fc input,
  .member-wrap--fc .form-table--fc .join-form-id--fc input {
    margin-right: 5px; }
  .member-wrap--fc .form-table--fc .join-form-address--fc .check-btn--fc,
  .member-wrap--fc .form-table--fc .join-form-id--fc .check-btn--fc {
    margin-left: 0; }
  @media (min-width: 768px) {
    .member-wrap--fc .form-table--fc tr th {
      height: 4.375rem; }
    .member-wrap--fc .form-table--fc tr td {
      padding: 10px; } }
  @media (min-width: 992px) {
    .member-wrap--fc .form-table--fc tr.join-form-email--fc .check-btn--fc {
      min-width: 108px; } }
  @media (max-width: 1199.9px) {
    .member-wrap--fc .form-table--fc tr.join-form-email--fc .check-btn--fc {
      width: 100%;
      max-width: none; } }
  @media (max-width: 767.9px) {
    .member-wrap--fc .form-table--fc .mb_placeholder_none::-webkit-input-placeholder {
      color: transparent; }
    .member-wrap--fc .form-table--fc .mb_placeholder_none::-moz-placeholder {
      color: transparent; }
    .member-wrap--fc .form-table--fc .mb_placeholder_none:-ms-input-placeholder {
      color: transparent; }
    .member-wrap--fc .form-table--fc .mb_placeholder_none::placeholder {
      color: transparent; }
    .member-wrap--fc .form-table--fc .mb_placeholder_none::-webkit-input-placeholder {
      color: transparent; }
    .member-wrap--fc .form-table--fc .join-form-email--fc input,
    .member-wrap--fc .form-table--fc tr.join-form-tel--fc input {
      max-width: none; }
    .member-wrap--fc .form-table--fc tr td {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
    .member-wrap--fc .form-table--fc tr th {
      font-size: 16px ;
      font-size: 1rem ; } }

/* 가입완료 */
.member-wrap--fc .join-result-wrap--fc {
  color: #151515;
  margin-top: 7rem; }
  .member-wrap--fc .join-result-wrap--fc .join-result-logo {
    text-align: center;
    margin-bottom: 3.125rem; }
    .member-wrap--fc .join-result-wrap--fc .join-result-logo img {
      width: 14rem; }
  .member-wrap--fc .join-result-wrap--fc .result-text-box--fc {
    padding: 0 20px;
    margin-bottom: 3rem;
    border: 0;
    border-radius: 1.25rem;
    background-color: #f9fafc; }
    .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .txt-underline {
      border-bottom: 2px solid #151515; }
    .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .result-txt--fc {
      padding: 2.5rem 0;
      font-size: calc(32 * 1px) ;
      font-size: 2rem ;
      font-weight: 700; }
      @media (max-width: 1199.9px) {
        .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .result-txt--fc {
          font-size: 24px;
          font-size: 1.5rem ; } }
      .member-wrap--fc .join-result-wrap--fc .result-text-box--fc .result-txt--fc small {
        font-size: 68.75%; }
  .member-wrap--fc .join-result-wrap--fc .result-words-box--fc {
    font-size: calc(22 * 1px) ;
    font-size: 1.375rem ;
    font-weight: 500;
    line-height: 1.45;
    text-align: center; }
    @media (max-width: 1199.9px) {
      .member-wrap--fc .join-result-wrap--fc .result-words-box--fc {
        font-size: 20px;
        font-size: 1.25rem ; } }
    .member-wrap--fc .join-result-wrap--fc .result-words-box--fc .words-notice {
      margin-top: 3rem;
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      line-height: 1.56; }
  .member-wrap--fc .join-result-wrap--fc .join-btn-wrap--fc,
  .member-wrap--fc .join-result-wrap--fc .join-btn-wrap2--fc {
    margin-top: 5rem; }
  @media (min-width: 576px) {
    .member-wrap--fc .join-result-wrap--fc .join-result-logo img {
      width: 20.4375rem; } }

/* 회원탈퇴 버튼 */
.member-wrap--fc .btn-withdrawal--fc {
  margin-top: 1.25rem; }
  .member-wrap--fc .btn-withdrawal--fc a {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ;
    padding-top: 0.12em;
    padding-bottom: 0.12em;
    border-color: #1b1b1b;
    color: #201f27; }

/* 회원정보확인 */
/* 회원탈퇴 */
.member-wrap--fc.withdrawal .join-form-wrap--fc .withdrawal-form-tit {
  color: #201f27;
  margin-bottom: 1rem; }

.member-wrap--fc.withdrawal .form-table--fc.withdrawal input[type="text"],
.member-wrap--fc.withdrawal .form-table--fc.withdrawal input[type="password"] {
  width: 100%; }

.member-wrap--fc.withdrawal .withdrawal-notice-box {
  padding: 3.875rem 20px;
  margin-bottom: 1.875rem;
  text-align: center;
  background-color: #f9f9f9; }

.member-wrap--fc.withdrawal .withdrawal-notice-box__tit {
  margin-bottom: 1.5rem; }

.member-wrap--fc.withdrawal .withdrawal-reason-box {
  margin-bottom: 5rem; }

.member-wrap--fc.withdrawal .withdrawal-reason-box__form {
  padding: 3.125rem 20px;
  border: 1px solid #dedede; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form__tit {
    margin-bottom: 2.25rem;
    text-align: center; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .checkboxes {
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem; }
    .member-wrap--fc.withdrawal .withdrawal-reason-box__form .checkboxes > li {
      padding: 0.25rem 1rem; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .box-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .reason-self label {
    width: 10rem; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .reason-self input[type="text"] {
    width: calc(100% - 10rem); }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form input[type="text"] {
    width: 100%;
    height: 2.375rem;
    border: solid 1px #dbdbdb;
    background-color: #fcfcfc; }

.member-wrap--fc.withdrawal .withdrawal-reason-box__agree {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .member-wrap--fc.withdrawal .withdrawal-notice-box {
    padding-top: 8.75rem; }
  .member-wrap--fc.withdrawal .form-table--fc.withdrawal th,
  .member-wrap--fc.withdrawal .form-table--fc.withdrawal td {
    height: 4.125rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .checkboxes {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .member-wrap--fc.withdrawal .withdrawal-reason-box__form .checkboxes > li {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

@media (max-width: 575.9px) {
  .member-wrap--fc.withdrawal .withdrawal-reason-box__form .reason-self {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .member-wrap--fc.withdrawal .withdrawal-reason-box__form .reason-self input[type="text"] {
      width: calc(100% - 23px);
      margin-left: 23px;
      margin-top: 4px; } }

/* 회원탈퇴 완료 */
.join-result-wrap--fc.withdrawal .join-btn-wrap2--fc ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* main */
.main_visual {
  position: relative;
  padding: 0 !important; }
  .main_visual .swiper-container {
    visibility: hidden;
    pointer-events: none;
    overflow: visible; }
    .main_visual .swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
      display: none; }
    .main_visual .swiper-container.swiper-container-initialized {
      visibility: visible;
      pointer-events: auto; }
  .main_visual .swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all; }
  .main_visual .inc-slider .swiper-pagination {
    display: block;
    position: static;
    margin-top: 1.5rem; }
  .main_visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 1.25rem;
    background-color: #e5e5e5; }
  .main_visual .swiper-pagination-bullet-active {
    background-color: #d00213; }
  @media (max-width: 767.9px) {
    .main_visual .inc-slider.slider-full {
      padding-left: 0;
      padding-right: 0; }
    .main_visual .swiper-arrow {
      display: none !important; } }
  @media (min-width: 768px) {
    .main_visual .inc-slider .swiper-pagination {
      display: none !important; } }

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

.slider_item {
  position: relative;
  height: 400px;
  border-radius: 1.25rem;
  overflow: hidden;
  isolation: isolate; }
  .slider_item.item01 {
    background: url("/html/_skin/img/main/img_main_visual01.jpg") no-repeat center/cover; }
  .slider_item.item02 {
    background: url("/html/_skin/img/main/img_main_visual02.jpg") no-repeat center/cover; }
  .slider_item.item03 {
    background: url("/html/_skin/img/main/img_main_visual03.jpg") no-repeat center/cover; }

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

.slider_item:not(.swiper-slide-active) .slider_item__inner__txtbox > * {
  opacity: 0 !important; }

.slider_item__inner {
  display: table;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }
  .slider_item__inner .slider_item__inner__txtbox {
    display: table-cell;
    vertical-align: middle;
    font-size: 0; }
    .slider_item__inner .slider_item__inner__txtbox > * {
      position: relative;
      opacity: 0; }
    .slider_item__inner .slider_item__inner__txtbox h2 {
      margin-bottom: 1rem;
      font-family: "BusanBada", sans-serif;
      font-size: calc(45 * 1px) ;
      font-size: 2.8125rem ;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 1199.9px) {
        .slider_item__inner .slider_item__inner__txtbox h2 {
          font-size: 34px;
          font-size: 2.125rem ; } }
    .slider_item__inner .slider_item__inner__txtbox p {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      line-height: 1.39; }
    .slider_item__inner .slider_item__inner__txtbox a {
      width: 100%;
      max-width: 7.5rem;
      margin-top: 20px; }

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

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

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

@media (max-width: 1199.9px) {
  .slider_item {
    height: 400px; } }

@media (max-width: 767.9px) {
  .slider_item {
    height: 400px;
    min-height: 360px; }
  .slider_item__inner {
    margin-top: 0; }
    .slider_item__inner .slider_item__inner__txtbox {
      padding-bottom: 0; }
      .slider_item__inner .slider_item__inner__txtbox h2 {
        font-size: calc(40 * 1px) ;
        font-size: 2.5rem ; } }
      @media (max-width: 767.9px) and (max-width: 1199.9px) {
        .slider_item__inner .slider_item__inner__txtbox h2 {
          font-size: 30px;
          font-size: 1.875rem ; } }

@media (max-width: 767.9px) {
      .slider_item__inner .slider_item__inner__txtbox p {
        font-size: calc(14 * 1px) ;
        font-size: 0.875rem ; }
  .main_visual__slider .slick-dots {
    bottom: 20px; } }

/* latest */
.inc-slider .swiper-container {
  visibility: hidden;
  pointer-events: none; }
  .inc-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
    display: none; }
  .inc-slider .swiper-container.swiper-container-initialized {
    visibility: visible;
    pointer-events: auto; }

.inc-slider .gallery-list--fc.latest {
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .inc-slider .gallery-list--fc.latest figure {
    padding: 0; }

.main_section.main_search .main_search__tit {
  margin-bottom: 1rem;
  font-size: calc(22 * 1px) ;
  font-size: 1.375rem ;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 1199.9px) {
    .main_section.main_search .main_search__tit {
      font-size: 20px;
      font-size: 1.25rem ; } }

.main_section.main_search .main_search--fc {
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 3.125rem;
  line-height: 1.25;
  border: 2px solid #d00213;
  border-radius: 3.125rem; }
  .main_section.main_search .main_search--fc form {
    display: block;
    width: 100%;
    height: 100%; }
  .main_section.main_search .main_search--fc input[type="text"] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #000;
    padding-left: 1.5em;
    padding-right: calc(3.125rem + 24px);
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    border: 0; }
  .main_section.main_search .main_search--fc input::-webkit-input-placeholder {
    color: black; }
  .main_section.main_search .main_search--fc input::-moz-placeholder {
    color: black; }
  .main_section.main_search .main_search--fc input:-ms-input-placeholder {
    color: black; }
  .main_section.main_search .main_search--fc input::-ms-input-placeholder {
    color: black; }
  .main_section.main_search .main_search--fc input::placeholder {
    color: black; }
  .main_section.main_search .main_search--fc .main_search__submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(3.125rem + 14px);
    text-indent: -9999999999px;
    color: transparent;
    background: transparent no-repeat center center/34.37%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.94 39.95' width='39.94' height='39.95'%3E%3Cpath d='M39.5,37.39,26.64,24.53a15,15,0,0,0-1-20.13A15,15,0,0,0,4.39,25.64a15.05,15.05,0,0,0,20.13,1L37.38,39.51a1.53,1.53,0,0,0,1.06.44,1.5,1.5,0,0,0,1.06-2.56Zm-33-13.87a12,12,0,1,1,17,0A12,12,0,0,1,6.51,23.52Z' opacity='0.7' fill='rgb(208, 2, 19)'/%3E%3C/svg%3E"); }

@media (min-width: 768px) {
  .main_section.main_search {
    display: none; }
    .main_section.main_search + .main_section {
      padding-top: 60px; }
    .main_section.main_search + .main_section.main_quick {
      padding-top: 60px; } }

/* main section */
.main_section {
  padding: 60px 0; }
  .main_section + .main_section {
    padding-top: 0; }

.main_section + .inc-common-bottom {
  margin-top: 2rem; }

.main-sec-title {
  font-size: calc(35 * 1px) ;
  font-size: 2.1875rem ;
  font-weight: 700;
  color: #0d0d0d; }
  @media (max-width: 1199.9px) {
    .main-sec-title {
      font-size: 25px;
      font-size: 1.5625rem ; } }

.main-sec-title.link {
  position: relative;
  display: inline-block; }
  .main-sec-title.link > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0; }
  .main-sec-title.link:after {
    content: '';
    display: inline-block;
    width: 0.45em;
    height: 0.45em;
    border-style: solid;
    border-color: #222;
    border-width: 2px 2px 0 0;
    margin-bottom: 0.15em;
    margin-left: 0.5em;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .main-sec-title.link:hover:after {
      margin-left: 1.5rem; } }
  @media (max-width: 991.9px) {
    .main-sec-title.link {
      /* &:active {
      @content;
    } */ } }

@media (max-width: 767.9px) {
  .main_section {
    padding: 55px 0; } }

.inc-slider {
  position: relative; }
  .inc-slider .swiper-arrow {
    display: none;
    width: 1.1875rem;
    height: 2.375rem;
    background-size: contain; }
  .inc-slider .swiper-arrow.circle {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    border-radius: 2rem;
    background-size: 26%;
    background-color: #fff;
    box-shadow: 1px 1.7px 5px 0 rgba(0, 0, 0, 0.26); }
  .inc-slider .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='41px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(220, 220, 220)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M20.000,38.384 L1.615,19.999 L20.000,1.615 '/%3E%3C/svg%3E"); }
  .inc-slider .swiper-button-prev.circle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M7.500,1.499 L1.500,7.499 L7.500,13.499 '/%3E%3C/svg%3E"); }
  .inc-slider .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='40px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(220, 220, 220)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.422,0.989 L21.010,19.499 L2.422,38.009 '/%3E%3C/svg%3E");
    background-position: 49% center; }
  .inc-slider .swiper-button-next.circle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M1.500,13.499 L7.500,7.499 L1.500,1.499 '/%3E%3C/svg%3E");
    background-position: 51% center; }
  .inc-slider .swiper-pagination {
    display: block; }
  @media (min-width: 576px) {
    .inc-slider .swiper-arrow {
      display: block; }
    .inc-slider .swiper-pagination {
      display: none; } }

@media (min-width: 576px) {
  .main_section .main-sec-head,
  .inc-slider {
    padding-left: 2.375rem;
    padding-right: 2.375rem; }
  .inc-slider.slider-full {
    padding-left: 1.375rem;
    padding-right: 1.375rem; } }

@media (min-width: 768px) {
  .main_section .main-sec-head,
  .inc-slider {
    padding-left: 5.375rem;
    padding-right: 5.375rem; } }

@media (min-width: calc(1440px + 2.75rem)) {
  .inc-slider.slider-full {
    width: calc(1440px + 2.75rem);
    margin-left: -2.75rem; } }

.inc-course-slider .course-card--fc,
.inc-book-slider .book-card--fc {
  visibility: hidden;
  pointer-events: none; }
  .inc-course-slider .course-card--fc:not(.swiper-container-initialized) .swiper-slide:not(:first-child),
  .inc-book-slider .book-card--fc:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
    display: none; }
  .inc-course-slider .course-card--fc.swiper-container-initialized,
  .inc-book-slider .book-card--fc.swiper-container-initialized {
    visibility: visible;
    pointer-events: auto; }

/* main section 01 */
@media (min-width: 768px) {
  .main_visual + .main_section {
    margin-top: 5rem; } }

.main_section.main_course .main-sec-head {
  margin-bottom: 1.875rem; }

.main_section.main_book {
  padding-top: 60px; }
  .main_section.main_book .main-sec-head {
    margin-bottom: 2rem; }

.main_section .banner--fc {
  overflow: hidden;
  isolation: isolate; }
  .main_section .banner--fc .swiper-container {
    border-radius: 1.25rem; }
  .main_section .banner--fc .swiper-slide {
    height: auto; }
  .main_section .banner--fc .banner-item__inner {
    display: table;
    width: 100%;
    min-height: 20.625rem; }
    .main_section .banner--fc .banner-item__inner > .txtbox {
      display: table-cell;
      vertical-align: middle;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 5.625rem;
      padding-right: 4.125rem; }
  .main_section .banner--fc .banner-cont {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
  .main_section .banner--fc .btn {
    padding-left: 1em;
    padding-right: 1em; }
  .main_section .banner--fc .banner-tags {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    .main_section .banner--fc .banner-tags .tag {
      display: -ms-inline-flexbox;
      display: inline-flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 1.769em;
      padding-left: 1.38em;
      padding-right: 1.38em;
      font-size: calc(26 * 1px) ;
      font-size: 1.625rem ;
      font-weight: 500;
      color: #d00213;
      border: 2px solid #d00213;
      border-radius: 50px; }
      @media (max-width: 1199.9px) {
        .main_section .banner--fc .banner-tags .tag {
          font-size: 21px;
          font-size: 1.3125rem ; } }
  .main_section .banner--fc .banner-cont__words {
    align-self: center;
    padding-right: 2rem;
    font-size: calc(22 * 1px) ;
    font-size: 1.375rem ;
    max-width: calc(55% + 2rem);
    margin-right: -2rem; }
    @media (max-width: 1199.9px) {
      .main_section .banner--fc .banner-cont__words {
        font-size: 20px;
        font-size: 1.25rem ; } }
  .main_section .banner--fc .banner-cont__img {
    align-self: center;
    margin-left: auto;
    width: 45%; }
  .main_section .banner--fc .box-tag {
    align-self: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.25rem;
    line-height: 1.5;
    padding-left: 0.6em;
    padding-right: 0.6em;
    margin-right: 0.6em;
    border-radius: 5px; }
    .main_section .banner--fc .box-tag > span {
      font-size: 0.7em; }
    .main_section .banner--fc .box-tag.bg_point {
      color: #fff; }
  .main_section .banner--fc .d-flex,
  .main_section .banner--fc .d-flex-wrap {
    text-align: left; }
  .main_section .banner--fc .d-flex * + .box-tag,
  .main_section .banner--fc .d-flex-wrap * + .box-tag {
    margin-left: 0.6em; }
  @media (max-width: 1199.9px) {
    .main_section .banner--fc .banner-item__inner > .txtbox {
      padding-left: 2rem;
      padding-right: 2rem; }
    .main_section .banner--fc .banner-cont__words {
      max-width: calc(66.666% + 2rem); }
    .main_section .banner--fc .banner-cont__img {
      width: 33.33%;
      align-self: flex-end; } }
  @media (max-width: 575.9px) {
    .main_section .banner--fc {
      text-align: center; }
      .main_section .banner--fc .banner-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .main_section .banner--fc .banner-tags {
        margin-bottom: 1rem; }
        .main_section .banner--fc .banner-tags .tag {
          font-size: calc(18 * 1px) ;
          font-size: 1.125rem ; }
      .main_section .banner--fc .banner-cont__words,
      .main_section .banner--fc .banner-cont__img {
        width: 100%;
        max-width: none; }
      .main_section .banner--fc .banner-cont__words {
        padding-right: 0; }
      .main_section .banner--fc .banner-cont__img {
        margin-top: 2rem;
        margin-bottom: 1rem; }
      .main_section .banner--fc .d-flex-wrap,
      .main_section .banner--fc .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.main_section.main_quick .banner--fc {
  margin-bottom: 1.25rem; }

.main_section.main_quick .main_quick__nav .box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 40.83vw;
  padding: 1.5rem;
  border-radius: 1.125rem;
  background-color: #f9fafc;
  overflow: hidden;
  isolation: isolate; }

.main_section.main_quick .main_quick__nav .tag {
  display: inline-block;
  padding: 0.05em 0.5em;
  margin-bottom: 1.25rem;
  font-size: calc(13 * 1px) ;
  font-size: 0.8125rem ;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border-radius: 30px; }

.main_section.main_quick .main_quick__nav .box-words {
  z-index: 2;
  position: relative; }

.main_section.main_quick .main_quick__nav .box-words__tit {
  position: relative;
  font-size: calc(22 * 1px) ;
  font-size: 1.375rem ;
  line-height: 1.3;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .main_section.main_quick .main_quick__nav .box-words__tit {
      font-size: 20px;
      font-size: 1.25rem ; } }

.main_section.main_quick .quick-nav-list {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }
  .main_section.main_quick .quick-nav-list > [class*='col'] {
    padding: 5px; }

.main_section.main_quick .main_quick__nav__left {
  padding-bottom: 10px; }
  .main_section.main_quick .main_quick__nav__left .box {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    flex-direction: column;
    padding-bottom: 0 !important; }
  .main_section.main_quick .main_quick__nav__left .obj {
    width: 22rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: -8rem; }
    .main_section.main_quick .main_quick__nav__left .obj .thumb__img {
      margin-top: -7rem; }

.main_section.main_quick .main_quick__nav__right .obj {
  padding-left: 1rem;
  display: none;
  align-self: center;
  margin-left: auto; }

@media (min-width: 576px) {
  .main_section.main_quick .main_quick__nav .box {
    min-height: 12rem;
    padding: 1.25rem; } }

@media (min-width: 768px) {
  .main_section.main_quick .main_quick__nav .box {
    min-height: auto; }
  .main_section.main_quick .main_quick__nav .box-words__tit.link {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .main_section.main_quick .main_quick__nav .box-words__tit.link > a {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      font-size: 0; }
    .main_section.main_quick .main_quick__nav .box-words__tit.link:after {
      content: '';
      display: inline-block;
      width: 0.9em;
      height: 0.9em;
      margin-left: 0.5em;
      margin-bottom: 0.15em;
      background: no-repeat center/contain;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(27, 27, 27)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.400,1.363 L10.037,8.999 L2.400,16.636 '/%3E%3C/svg%3E");
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; } }
  @media (min-width: 768px) and (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .main_section.main_quick .main_quick__nav .box-words__tit.link:hover:after {
      margin-left: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .main_section.main_quick .main_quick__nav .box-words__tit.link {
      /* &:active {
      @content;
    } */ } }

@media (min-width: 768px) {
  .main_section.main_quick .quick-nav-list {
    height: 100%; }
  .main_section.main_quick .main_quick__nav,
  .main_section.main_quick .quick-nav-list {
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px; }
    .main_section.main_quick .main_quick__nav > [class*='col'],
    .main_section.main_quick .quick-nav-list > [class*='col'] {
      padding: 4px; }
  .main_section.main_quick .main_quick__nav__left {
    margin-bottom: 8px; }
    .main_section.main_quick .main_quick__nav__left .obj {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto; }
  .main_section.main_quick .main_quick__nav__right .box {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    padding: 1.25rem 2.5rem;
    padding-bottom: 1.25rem !important; }
  .main_section.main_quick .main_quick__nav__right .obj {
    display: block; } }

@media (min-width: 1200px) {
  .main_section.main_quick .main_quick__nav {
    min-height: 21.5rem; }
  .main_section.main_quick .main_quick__nav,
  .main_section.main_quick .quick-nav-list {
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px; }
    .main_section.main_quick .main_quick__nav > [class*='col'],
    .main_section.main_quick .quick-nav-list > [class*='col'] {
      padding: 9px; }
  .main_section.main_quick .main_quick__nav__left {
    margin-bottom: 18px; } }

@media (max-width: 767.9px) {
  .main_section.main_quick .box-words__tit:after {
    display: none; } }

.main_section.main_teacher {
  padding-top: 55px; }
  .main_section.main_teacher .main-sec-head {
    margin-bottom: 2rem; }

/* 강사진 소개 */
.teacher-intro--fc .teacher-intro__list .teacher .thumb__img {
  position: relative;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 156.25%;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.25rem; }
  .teacher-intro--fc .teacher-intro__list .teacher .thumb__img > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%; }
  .teacher-intro--fc .teacher-intro__list .teacher .thumb__img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%); }

.teacher-intro--fc .teacher-intro__list .teacher-caption {
  line-height: 1.43;
  padding-top: 1.25rem;
  font-size: 1.125rem; }
  .teacher-intro--fc .teacher-intro__list .teacher-caption .caption-tit {
    font-weight: 700;
    margin-bottom: 0.5em; }
  .teacher-intro--fc .teacher-intro__list .teacher-caption .caption-desc {
    display: none;
    font-size: 77.77%; }

@media (min-width: 576px) {
  .teacher-intro--fc .teacher-intro__list .teacher-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12%;
    color: #fff;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
    .teacher-intro--fc .teacher-intro__list .teacher-caption .caption-desc {
      display: block; } }

.main_section.main_event .main-sec-head {
  margin-bottom: 2.25rem; }

.main_section.main_event .swiper-arrow {
  top: 30%; }

@media (max-width: 575.9px) {
  .main_section.main_event .gallery-latest--fc .swiper-slide {
    margin-bottom: 2.5rem; } }

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

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

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

.ce_item {
  opacity: 0; }

.mt40_20 {
  margin-top: 40px; }

.mt0 {
  margin-top: 0 !important; }

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

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

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

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

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

.bg_f2f2f2 {
  background-color: #f2f2f2; }

.w100 {
  width: 100% !important; }

.sub-visual {
  display: table;
  width: 100%;
  height: 280px;
  text-align: center; }
  .sub-visual.sub01 {
    background: url("/html/_skin/img/sub/bg_sub_visual_01.jpg") no-repeat center/cover; }
  .sub-visual.sub02 {
    background: url("/html/_skin/img/sub/bg_sub_visual_02.jpg") no-repeat center/cover; }
  .sub-visual.sub03 {
    background: url("/html/_skin/img/sub/bg_sub_visual_03.jpg") no-repeat center/cover; }
  .sub-visual.sub04 {
    background: url("/html/_skin/img/sub/bg_sub_visual_04.jpg") no-repeat center/cover; }
  .sub-visual > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 10px; }
  .sub-visual h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #fff; }

@media (max-width: 991.9px) {
  .sub-visual {
    height: 270px; }
    .sub-visual > div {
      padding-top: 0;
      padding-bottom: 0; } }

@media (max-width: 767.9px) {
  .mt40_20 {
    margin-top: 20px; }
  .sub-visual {
    height: 200px; }
    .sub-visual h2 {
      font-size: 20px; } }

/*
	--- sub conts
*/
#subConts {
  width: 100%; }

@media (max-width: 1199.9px) {
  #subConts {
    float: none;
    width: 100%; } }

.YouTubePopUp-Close:before {
  content: 'X';
  position: relative;
  top: -10px;
  font-weight: 300;
  font-size: 35px;
  font-family: 'NanumSquare';
  color: #fff; }

/* question */
.qtable {
  max-width: 600px;
  margin: 0 auto; }
  .qtable table {
    width: 100%; }
    .qtable table tr th,
    .qtable table tr td {
      padding: 10px;
      vertical-align: middle; }
    .qtable table tr th {
      font-size: 0; }
    .qtable table tr td {
      text-align: right; }

.q_name--fc {
  display: inline-block;
  font-size: 16px;
  color: #666;
  vertical-align: middle; }

.q_num--fc {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 13px;
  margin-right: 10px; }

.qtable .board-write-btn-wrap--fc {
  margin: 20px 0 30px;
  padding-top: 35px;
  border-top: 1px solid #ddd; }
  .qtable .board-write-btn-wrap--fc .btn-cancel--fc {
    background: #fff;
    color: #464646;
    border: 1px solid #d2d2d3; }
  .qtable .board-write-btn-wrap--fc .btn-confirm--fc {
    background: #ffa500;
    border: 1px solid #ffa500; }

.qtable .jq-star {
  width: 30px !important;
  height: 30px !important; }

@media (max-width: 767.9px) {
  .qtable table {
    display: block; }
    .qtable table tbody {
      display: block; }
    .qtable table tr {
      display: block; }
      .qtable table tr th {
        display: block; }
      .qtable table tr td {
        display: block;
        padding: 0 10px 20px 10px; } }

/* 회원가입 */
#displaySearch,
#displaySearchCount {
  margin-right: 0 !important; }

@media (max-width: 767.9px) {
  #zipcode {
    width: 60% !important;
    margin-bottom: 5px; }
  .member-wrap .form-table {
    display: block;
    width: 100%; }
    .member-wrap .form-table tbody {
      display: block;
      width: 100%; }
    .member-wrap .form-table tr {
      display: block;
      width: 100%; }
      .member-wrap .form-table tr th,
      .member-wrap .form-table tr td {
        display: block;
        width: 100%; }
      .member-wrap .form-table tr th {
        padding: 20px 10px 0 !important;
        background: #fff; }
      .member-wrap .form-table tr td {
        margin-bottom: 20px; }
  #displaySearch {
    margin-right: 5px !important; }
  .member-wrap .form-table tr td input + input {
    margin-top: 5px; } }

/*  */
.sub_data__tit {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  color: #333;
  margin: 60px 0 30px; }
  .sub_data__tit:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #201f27; }
  .sub_data__tit span {
    font-weight: 400; }

.sub_data__txt {
  font-size: 18px;
  font-weight: 350;
  color: #333; }

.dtable {
  overflow-x: auto; }
  .dtable table {
    width: 100%;
    border-top: 2px solid #201f27; }
    .dtable table tbody tr th,
    .dtable table tbody tr td {
      font-size: 18px;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      vertical-align: middle; }
    .dtable table tbody tr th:last-child,
    .dtable table tbody tr td:last-child {
      border-right: 1px solid #e5e5e5; }
    .dtable table tbody tr th {
      color: #201f27;
      font-weight: 400;
      background-color: #fff; }
    .dtable table tbody tr td {
      color: #201f27;
      font-weight: 300;
      background-color: #fff; }

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8; }
  .bullet_ul li + li {
    margin-top: 0.2777777777em; }
  .bullet_ul li:before {
    content: "";
    position: absolute;
    top: 0.6666666666666em;
    left: 0;
    width: 0.277777777777em;
    height: 0.277777777777em;
    background-color: #333;
    border-radius: 50%; }

.bullet_ul.color_fff li:before {
  background-color: #fff; }

@media (max-width: 767.9px) {
  .sub_data__tit {
    font-size: 16px;
    margin: 30px 0 15px;
    padding-left: 10px; }
    .sub_data__tit:before {
      top: 6px;
      width: 3px;
      height: 14px; }
  .sub_data__txt {
    font-size: 14px; }
  .dtable table tbody tr th,
  .dtable table tbody tr td {
    font-size: 12px;
    padding: 10px; } }

/* shop */
.category_list--fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category_list--fc > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #666; }
    .category_list--fc > li a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #dadada;
      border-right-width: 0;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 350;
      padding: 16px 10px; }
    .category_list--fc > li.on a {
      color: #000 !important;
      font-weight: 700;
      border-bottom-color: transparent; }
      .category_list--fc > li.on a:after {
        content: "";
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #201f27; }
    .category_list--fc > li:last-child a {
      border-right-width: 1px; }

@media (min-width: 1200px) {
  .category_list--fc > li a:hover {
    background-color: #f7f7f7; } }

@media (max-width: 767.9px) {
  .category_list--fc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .category_list--fc > li {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      padding: 1px; }
      .category_list--fc > li a {
        font-size: 12px;
        padding: 5px;
        border: 1px solid #dadada; }
      .category_list--fc > li.on a {
        border-bottom-color: #dadada; } }

.img_full_wrap {
  font-size: 0;
  text-align: center; }

figure.img_full_wrap figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  figure.img_full_wrap figcaption * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.subCommon--fc h2 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  /*
  &:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    border-bottom: 20px solid $color-point;
    border-right: 9px solid $color-point;
    border-left: 9px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -6px;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-top: 20px solid $color-point;
    border-right: 9px solid transparent;
    border-left: 9px solid $color-point;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 5px;
  }*/ }

.cateBox {
  border-top: 1px solid #dadada;
  padding-top: 50px;
  margin-bottom: 50px; }

.sub-cont-section {
  padding: 80px 0;
  font-weight: 300; }
  .sub-cont-section:first-of-type, .sub-cont-section.section-01 {
    padding-top: 0; }
  .sub-cont-section + .sub-cont-section {
    padding-top: 0; }
  .sub-cont-section:last-of-type {
    padding-bottom: 120px; }

.tab_conts_box > ul > li {
  display: block; }
  .tab_conts_box > ul > li:not(:first-child) {
    display: none; }

.sub_cont_tit {
  font-size: 30px;
  font-weight: 350;
  color: #333;
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 767.9px) {
  .subCommon--fc h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-top: 10px;

    &:before {
      border-bottom-width: 10px;
      border-right-width: 5px;
      border-left-width: 5px;
      margin-left: -4px;
    }

    &:after {
      border-top-width: 10px;
      border-right-width: 5px;
      border-left-width: 5px;
      margin-left: 4px;
    }*/ }
  .cateBox {
    padding-top: 25px;
    margin-bottom: 25px; }
  .sub-cont-section {
    padding: 50px 0; }
    .sub-cont-section.section-01 {
      padding-top: 0; }
    .sub-cont-section:last-of-type {
      padding-bottom: 60px; }
  .sub_cont_tit {
    font-size: 17px;
    margin-bottom: 15px; } }

/* history */
.history_wrap1--fc {
  overflow: hidden;
  margin-top: 50px; }
  .history_wrap1--fc .col-md-6 {
    display: block;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none; }
  .history_wrap1--fc .offset-md-6 {
    margin-left: 0;
    width: 100%; }
  .history_wrap1--fc .col-md-6,
  .history_wrap1--fc .offset-md-6 {
    float: right;
    margin-bottom: 30px;
    padding-top: 20px;
    width: calc(100% - 155px);
    border-top: 1px solid #ddd; }
    @media (max-width: 767.9px) {
      .history_wrap1--fc .col-md-6,
      .history_wrap1--fc .offset-md-6 {
        width: 100%;
        border-top: 0 none; } }
  .history_wrap1--fc dl {
    clear: both; }
    .history_wrap1--fc dl dt,
    .history_wrap1--fc dl dd {
      float: left;
      margin-bottom: 20px;
      color: #666;
      font-family: 'Noto Sans KR', 'Noto Sans JP'; }
    .history_wrap1--fc dl dt {
      width: 120px;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.1; }
    .history_wrap1--fc dl dd {
      width: calc(100% - 120px);
      font-size: 15px;
      line-height: 1.6; }

.history_tit1--fc {
  clear: both;
  float: left;
  padding-top: 10px;
  width: 140px;
  border-top: 1px solid #e21f25;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #e21f25;
  letter-spacing: -2px; }
  @media (max-width: 767.9px) {
    .history_tit1--fc {
      width: 100%; } }

/* history2 */
.history_line--fc {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 30px; }
  .history_line--fc:nth-child(odd) {
    margin: 0 auto 0 0;
    padding-right: 30px; }
  .history_line--fc:nth-child(even) {
    display: block;
    margin: 0 0 0 auto;
    padding-left: 30px; }
  .history_line--fc:last-child {
    padding-bottom: 0; }
  .history_line--fc:before {
    content: "";
    position: absolute;
    top: 0;
    right: -.5px;
    bottom: 0;
    width: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_line--fc:nth-child(even):before {
    right: auto;
    left: -.5px; }
  .history_line--fc:first-child:before {
    top: 10px; }
  .history_line--fc:last-child:before {
    bottom: auto;
    height: 10px; }

.history_tit--fc {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px; }
  .history_tit--fc:before {
    content: "";
    position: absolute;
    right: -30.5px;
    top: 13px;
    width: 26px;
    height: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_tit--fc:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #d00213;
    border: 2px solid #201f27;
    border-radius: 50%;
    top: 9px;
    right: -35.5px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.history_line--fc:nth-child(even) .history_tit--fc {
  text-align: left; }
  .history_line--fc:nth-child(even) .history_tit--fc:before {
    right: auto;
    left: -30.5px; }
  .history_line--fc:nth-child(even) .history_tit--fc:after {
    right: auto;
    left: -35.5px; }

.history_line--fc .offset-md-6 {
  text-align: right;
  word-break: keep-all;
  margin-left: 0; }

.history_line--fc:nth-child(even) .offset-md-6 {
  text-align: left; }

.history_line--fc dl {
  margin-top: 20px; }

.history_line--fc dt {
  display: none; }

.history_line--fc dd {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333132;
  padding-left: 30px; }
  .history_line--fc dd span {
    position: absolute;
    top: 0;
    left: 0;
    color: #555; }

.history_inner_img {
  width: 220px; }

@media (max-width: 767.9px) {
  .history_line--fc {
    width: 100%;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .history_line--fc:before {
      display: none; }
    .history_line--fc dl {
      margin-top: 10px; }
  .history_tit--fc {
    text-align: left;
    font-size: 18px; }
    .history_tit--fc:before, .history_tit--fc:after {
      display: none; }
  .history_line--fc .offset-md-6 {
    text-align: left; }
  .history_line--fc dd {
    font-size: 14px; } }

/* sitemap */
.sitemap__nav__depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem; }
  .sitemap__nav__depth1 > li {
    width: 25%;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem; }
    .sitemap__nav__depth1 > li > a {
      display: block;
      padding: 1.1875rem 0;
      background: #333;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1;
      color: #fff;
      border-left: 6px solid #201f27;
      padding-left: 14px; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth1 > li > a:hover {
          background: #525252; } }
    @media (max-width: 991.9px) {
      .sitemap__nav__depth1 > li {
        width: 50%; } }
    @media (max-width: 767.9px) {
      .sitemap__nav__depth1 > li {
        width: 100%;
        padding: 0; } }
  @media (max-width: 767.9px) {
    .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: #201f27;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-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; } }

/* location */
.subpage-layout__left .lnb-nav__list--fc a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.subpage-layout__left .lnb-nav__list--fc .depth1 {
  border-bottom: 1px solid #fff; }

.subpage-layout__left .lnb-nav__list--fc .depth1 > a {
  position: relative;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  padding: 1em 2.875rem 1em 1.875rem;
  background-color: #dee0e5;
  font-weight: 700;
  color: #201f27; }

.subpage-layout__left .lnb-nav__list--fc .location-drop-btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  margin-top: calc(2.125rem * -0.5);
  background: no-repeat center/70%;
  background-image: url(/html/_skin/img/sub/ico_left_drop_off.png); }

.subpage-layout__left .lnb-nav__list--fc .depth1:not(.in) .location-drop-btn {
  display: none; }

.subpage-layout__left .lnb-nav__list--fc .depth1.on > a {
  background-color: #d00213;
  color: #fff; }

.subpage-layout__left .lnb-nav__list--fc .depth1.on .location-drop-btn {
  background-image: url(/html/_skin/img/sub/ico_left_drop_on.png); }

.subpage-layout__left .depth2 {
  padding: 1.25rem 1.875rem;
  background-color: #f9fafc;
  font-size: 16px ;
  font-size: 1rem ; }
  .subpage-layout__left .depth2.not {
    padding: 0; }
  .subpage-layout__left .depth2 a {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem; }
    .subpage-layout__left .depth2 a > span {
      position: relative; }

@media (min-width: 1200px) {
  .subpage-layout__left .for-mobile-drop-nav,
  .subpage-layout__left .lnb__mobile-drop-btn {
    display: none !important; }
  .subpage-layout__left .nav-wrap.swiper-container {
    visibility: visible;
    pointer-events: all; }
  .subpage-layout__left .swiper-wrapper {
    flex-wrap: wrap !important; }
  .subpage-layout__left .depth2-wrap {
    display: none; }
  .subpage-layout__left .lnb-nav__list--fc > .depth1.on .depth2-wrap {
    display: block; }
  .subpage-layout__left .depth2 a > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }
  .subpage-layout__left .depth2 a.on > span:after,
  .subpage-layout__left .depth2 a:hover > span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@media (min-width: 1200px) {
  .subpage-layout__left .depth1 {
    height: auto; } }

@media (max-width: 1199.9px) {
  .subpage-layout__left .lnb-nav--fc {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1rem; }
  .subpage-layout__left .for-mobile-drop-nav .lnb-nav--fc {
    padding-bottom: 0; }
  .subpage-layout__left .main-nav .swiper-container {
    visibility: hidden;
    pointer-events: none; }
    .subpage-layout__left .main-nav .swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
      display: none; }
    .subpage-layout__left .main-nav .swiper-container.swiper-container-initialized {
      visibility: visible;
      pointer-events: auto; }
  .subpage-layout__left .nav-wrap.swiper-container {
    overflow: visible; }
  .subpage-layout__left .lnb__mobile-drop-btn {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    background: #d00213 no-repeat center/36.66%;
    background-image: url(/html/_skin/img/common/ico_mb_drop.svg); }
    .subpage-layout__left .lnb__mobile-drop-btn.clicked {
      background-image: url(/html/_skin/img/common/ico_mb_drop_on.svg); }
  .subpage-layout__left .lnb-nav__list--fc .depth1 {
    position: relative; }
  .subpage-layout__left .lnb-nav__list--fc .depth1 > a {
    padding: 0 1.125em;
    height: 2.25em;
    line-height: 2.25em;
    border-radius: 0.625rem; }
  .subpage-layout__left .lnb-nav__list--fc .location-drop-btn {
    display: none !important; }
  .subpage-layout__left .lnb-nav__list--fc .depth1:not(.on) > a {
    background-color: transparent; }
  .subpage-layout__left .lnb-nav__list--fc .depth1.swiper-slide-active .depth2-wrap .lnb__mobile-drop-btn,
  .subpage-layout__left .lnb-nav__list--fc .depth1.on .depth2-wrap .lnb__mobile-drop-btn {
    display: block; }
  .subpage-layout__left .depth2.show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex !important; }
  .subpage-layout__left .depth2 {
    box-shadow: 8.4px 7.1px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff; }
    .subpage-layout__left .depth2 a {
      position: relative;
      color: rgba(0, 0, 0, 0.5);
      padding-left: calc(1em + 8px);
      margin-right: calc(1em + 8px);
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      .subpage-layout__left .depth2 a > span {
        width: 100%; }
      .subpage-layout__left .depth2 a:before {
        content: "";
        display: block;
        position: absolute;
        top: calc(0.4rem + 0.35em);
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #dddcd8;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; } }
    @media (max-width: 1199.9px) and (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .subpage-layout__left .depth2 a:hover {
        color: #000; }
        .subpage-layout__left .depth2 a:hover:before {
          background-color: #d00213; } }
    @media (max-width: 1199.9px) and (max-width: 991.9px) {
      .subpage-layout__left .depth2 a {
        /* &:active {
      @content;
    } */ } }

@media (max-width: 1199.9px) {
  .subpage-layout__left .for-mobile-drop-nav .lnb-nav__list--fc .depth1 > a {
    display: none !important; }
  .subpage-layout__left .for-mobile-drop-nav .depth2 {
    display: none;
    width: 100%; }
  .subpage-layout__left .for-mobile-drop-nav .depth2-wrap {
    margin: 0 -20px; }
  .subpage-layout__left .for-mobile-drop-nav .depth1:not(.on) {
    display: none; }
  .subpage-layout__left .main-nav {
    border-bottom: 6px solid rgba(232, 232, 233, 0.5); }
    .subpage-layout__left .main-nav .lnb-nav__list--fc .depth1 {
      width: auto; }
    .subpage-layout__left .main-nav .lnb__mobile-drop-btn,
    .subpage-layout__left .main-nav .depth2-wrap {
      display: none !important; } }

@media (max-width: 767.9px) {
  .subpage-layout__left .lnb-nav__list--fc .depth1 > a {
    font-size: calc(13 * 1px) ;
    font-size: 0.8125rem ; }
  .subpage-layout__left .depth2 {
    padding-left: 20px;
    padding-right: 20px; }
    .subpage-layout__left .depth2 a {
      font-size: calc(13 * 1px) ;
      font-size: 0.8125rem ;
      margin-right: 0; }
    .subpage-layout__left .depth2 > li {
      width: 33.333%;
      padding-right: 1%; } }

@media (max-width: 575.9px) {
  .subpage-layout__left .lnb-nav__list--fc .depth1 > a {
    font-size: 16px ;
    font-size: 1rem ; }
  .subpage-layout__left .depth2 a {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .subpage-layout__left .depth2 > li {
    width: 50%; } }

.depth3_page_tab {
  margin-bottom: 2.875rem; }

.subpage-layout--fc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 4rem; }
  .subpage-layout--fc .subpage-layout__right {
    width: 100%;
    padding-top: 3.125rem; }
  @media (min-width: 1200px) {
    .subpage-layout--fc {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 20px; }
      .subpage-layout--fc .subpage-layout__left {
        width: 250px;
        padding-left: 0;
        padding-right: 0; }
      .subpage-layout--fc .subpage-layout__left + .subpage-layout__right {
        width: calc(100% - 250px);
        padding-top: 0;
        padding-left: 3.42%;
        padding-right: 0; }
        .subpage-layout--fc .subpage-layout__left + .subpage-layout__right .inner {
          padding-left: 0;
          padding-right: 0; } }
  @media (min-width: 1200px) {
    .subpage-layout--fc .subpage-layout__left + .subpage-layout__right .subContHead {
      padding-left: 0;
      padding-right: 0; } }

.subContHead {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.125rem;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1199.9px) {
    .subContHead {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 2rem; } }

.pageTitle--fc {
  margin-right: auto;
  font-size: calc(35 * 1px) ;
  font-size: 2.1875rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .pageTitle--fc {
      font-size: 25px;
      font-size: 1.5625rem ; } }

.sub-sec-title {
  font-size: calc(24 * 1px) ;
  font-size: 1.5rem ;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2rem; }
  @media (max-width: 1199.9px) {
    .sub-sec-title {
      font-size: 20px;
      font-size: 1.25rem ; } }
  .sub-sec-title img {
    align-self: center; }
  .sub-sec-title span + img {
    margin-left: 0.5rem; }

.sub-sec-title.link {
  position: relative; }
  .sub-sec-title.link > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0; }
  .sub-sec-title.link:after {
    content: '';
    display: inline-block;
    align-self: center;
    width: 0.45em;
    height: 0.45em;
    border-style: solid;
    border-color: #222;
    border-width: 2px 2px 0 0;
    margin-bottom: 0.1em;
    margin-left: 0.5em;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .sub-sec-title.link:hover:after {
      margin-left: 1.5rem; } }
  @media (max-width: 991.9px) {
    .sub-sec-title.link {
      /* &:active {
      @content;
    } */ } }

.article-tit {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .article-tit {
      font-size: 18px;
      font-size: 1.125rem ; } }

.tabType.fixedScroll > ul.fixed {
  position: fixed;
  z-index: 100;
  top: 51px; }
  @media (max-width: 1199.9px) {
    .tabType.fixedScroll > ul.fixed {
      left: 0 !important;
      width: 100% !important; } }
  @media (max-width: 767.9px) {
    .tabType.fixedScroll > ul.fixed {
      top: 106px; } }

body.nav-fixed #header .header-menus {
  box-shadow: none; }

.--copy {
  display: none; }

.tabType1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  border-bottom: 2px solid #201f27;
  background-color: #f4f5f8; }
  .tabType1 > ul > li {
    flex: 1; }
    .tabType1 > ul > li a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*min-width: 205px;*/
      min-width: 180px;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.125rem;
      font-weight: 400;
      height: 60px;
      line-height: 1.2;
      color: #201f27;
      padding: 5px 1.5rem;
      border-top-left-radius: 0.3125em;
      border-top-right-radius: 0.3125em;
      background-color: #f4f5f8; }
    .tabType1 > ul > li.current a,
    .tabType1 > ul > li.on a {
      color: #fff;
      background-color: #201f27; }
  @media (max-width: 991.9px) {
    .tabType1 > ul > li a {
      min-width: 140px;
      font-size: 1rem; } }
  @media (max-width: 767.9px) {
    .tabType1 > ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .tabType1 > ul > li {
        width: 25%;
        flex: 1;
        padding: 1px; }
        .tabType1 > ul > li a {
          min-width: initial;
          height: 38px;
          line-height: 1.1;
          font-size: 14px;
          padding: 2px 15px; } }
  @media (max-width: 310px) {
    .tabType1 > ul > li {
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; } }

.tabType2 > ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  color: #999; }
  .tabType2 > ul a {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    display: block; }
  .tabType2 > ul .on,
  .tabType2 > ul .current {
    font-weight: 700;
    color: #0d0d0d; }
  .tabType2 > ul > li {
    position: relative;
    margin-right: 1em;
    padding-left: 1em; }
    .tabType2 > ul > li:before {
      content: "";
      position: absolute;
      top: 0.32em;
      left: 0;
      display: inline-block;
      height: 1em;
      border-left: 1px solid #999; }
  .tabType2 > ul > li:first-child {
    margin-left: 0;
    padding-left: 0; }
    .tabType2 > ul > li:first-child:before {
      display: none; }

.switch-tab-panel:not(:first-child) {
  display: none; }

.theme_table {
  border-top: 2px solid #000;
  text-align: center; }
  .theme_table .required > span {
    position: relative;
    padding-right: 0.625em; }
    .theme_table .required > span:after {
      content: "*";
      margin-left: 0.2em;
      color: #201f27; }
  .theme_table th.required > span:after {
    line-height: 1; }
  .theme_table .pd-0 {
    padding: 0; }
  .theme_table th,
  .theme_table td {
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-width: 0 1px 1px;
    padding: 0.75rem 1rem;
    line-height: 1.43;
    height: 4.25rem; }
  .theme_table th {
    background-color: #f9fafc;
    color: #201f27; }
  .theme_table thead {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .theme_table tbody {
    color: rgba(0, 0, 0, 0.8);
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .theme_table thead + tbody th {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8); }

.theme_table2 {
  border-top: 2px solid #000;
  text-align: center; }
  .theme_table2 .required > span {
    position: relative;
    padding-right: 0.625em; }
    .theme_table2 .required > span:after {
      content: "*";
      margin-left: 0.2em;
      color: #201f27; }
  .theme_table2 th.required > span:after {
    line-height: 1; }
  .theme_table2 .pd-0 {
    padding: 0; }
  .theme_table2 tr {
    border-bottom: 1px solid #e5e5e5; }
  .theme_table2 th,
  .theme_table2 td {
    vertical-align: middle;
    padding: 0.75rem 5px;
    line-height: 1.43;
    height: 4.25rem; }
  .theme_table2 tbody {
    color: rgba(0, 0, 0, 0.8); }
  .theme_table2 thead + tbody th {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8); }
  .theme_table2 .d-flex {
    text-align: left; }

.modal_table {
  border-top: 2px solid #000;
  text-align: center;
  font-size: calc(14 * 1px) ;
  font-size: 0.875rem ; }
  .modal_table .d-flex {
    text-align: left;
    width: 100%; }
  .modal_table .required > span {
    position: relative;
    padding-right: 0.625em; }
    .modal_table .required > span:after {
      content: "*";
      margin-left: 0.2em;
      color: #d00213; }
  .modal_table th.required > span:after {
    line-height: 1; }
  .modal_table tr {
    border-bottom: 1px solid #e5e5e5; }
  .modal_table th {
    text-align: left; }
  .modal_table td {
    height: 2.5rem;
    padding-top: 7px;
    padding-bottom: 7px; }
  .modal_table .symbol {
    margin-left: 3px;
    margin-right: 3px;
    align-self: center; }
  .modal_table input:not([type="radio"]):not([type="checkbox"]),
  .modal_table textarea {
    background-color: #f4f5f8;
    font-size: calc(12 * 1px) ;
    font-size: 0.75rem ; }
    .modal_table input:not([type="radio"]):not([type="checkbox"]):not(:focus),
    .modal_table textarea:not(:focus) {
      border-color: #f4f5f8; }
  .modal_table input:not([type="radio"]):not([type="checkbox"]),
  .modal_table textarea,
  .modal_table select,
  .modal_table .btn {
    height: 2.5rem; }
  .modal_table input:not([type="radio"]):not([type="checkbox"]),
  .modal_table textarea,
  .modal_table select {
    width: 100%; }
  .modal_table .email-inputs {
    width: calc(100% - 5rem);
    padding-right: 5px; }
  .modal_table .select-email-wrap select {
    width: 5rem;
    padding-right: 18px; }
  .modal_table .select-email-wrap select,
  .modal_table .zipcode-btn {
    font-size: calc(12 * 1px) ;
    font-size: 0.75rem ; }
  .modal_table .zipcode-btn {
    flex-shrink: 0;
    background-color: #201f27;
    color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .modal_table .address-box__zipcode {
    margin-bottom: 7px; }
  .modal_table .address-box input + input {
    margin-top: 7px; }
  .modal_table .radios {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -4px; }
    .modal_table .radios > li {
      margin-left: 4px;
      margin-bottom: 0.3rem; }
  .modal_table input[type="radio"] + label,
  .modal_table input[type="radio"] + span {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ;
    padding-left: 16px; }
    .modal_table input[type="radio"] + label:before,
    .modal_table input[type="radio"] + span:before {
      top: 0.33em;
      width: 0.857em;
      height: 0.857em; }
  @media (min-width: 576px) {
    .modal_table input:not([type="radio"]):not([type="checkbox"]),
    .modal_table textarea,
    .modal_table select,
    .modal_table .btn {
      height: 1.5rem; } }

/* form */
.edu-form-table--fc th.required:after {
  content: "*";
  display: inline-block;
  vertical-align: top;
  background: none;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-left: 2px;
  color: #ff0302;
  font-weight: 500; }

.form--fc .d-flex .symbol {
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.form--fc .d-flex input[type="text"] {
  width: 100%; }

.form--fc .tb-caption {
  text-align: right; }

.form--fc .form-info-txt {
  font-size: calc(12 * 1px) ;
  font-size: 0.75rem ;
  align-self: flex-end;
  color: rgba(21, 21, 21, 0.8);
  padding-top: 5px;
  padding-left: 1em; }

@media (min-width: 768px) {
  .form--fc .input-md {
    max-width: 430px; }
  .form--fc .input-sm {
    max-width: 310px; } }

.form--fc .edu-form-table--fc {
  border-top: 2px solid #000; }
  .form--fc .edu-form-table--fc input:not([type="radio"]):not([type="checkbox"]),
  .form--fc .edu-form-table--fc select,
  .form--fc .edu-form-table--fc textarea {
    background-color: #f5f5f5; }
  .form--fc .edu-form-table--fc input:not([type="radio"]):not([type="checkbox"]),
  .form--fc .edu-form-table--fc select,
  .form--fc .edu-form-table--fc textarea {
    width: 100%;
    height: 2.875rem; }
  .form--fc .edu-form-table--fc th {
    text-align: left;
    padding-left: 0.625rem; }
  .form--fc .edu-form-table--fc th,
  .form--fc .edu-form-table--fc td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  .form--fc .edu-form-table--fc .info-txt {
    display: inline-block;
    color: #ff0000;
    font-size: 16px ;
    font-size: 1rem ;
    margin-top: 0.3rem; }
  @media (min-width: 768px) {
    .form--fc .edu-form-table--fc td,
    .form--fc .edu-form-table--fc th {
      height: 4.125rem; } }
  @media (max-width: 767.9px) {
    .form--fc .edu-form-table--fc colgroup,
    .form--fc .edu-form-table--fc thead {
      display: none; }
    .form--fc .edu-form-table--fc,
    .form--fc .edu-form-table--fc tbody,
    .form--fc .edu-form-table--fc tr,
    .form--fc .edu-form-table--fc td,
    .form--fc .edu-form-table--fc th {
      display: block; }
    .form--fc .edu-form-table--fc tr:first-child th,
    .form--fc .edu-form-table--fc tr:first-child td {
      border-top: 0; }
    .form--fc .edu-form-table--fc th {
      padding-left: 0;
      border-bottom: 0; }
    .form--fc .edu-form-table--fc td {
      padding-top: 0;
      border-top: 0;
      border-bottom: 0; }
    .form--fc .edu-form-table--fc .d-flex {
      width: 100%; } }

/* tel */
@media (min-width: 992px) {
  .form--fc .form__tel .d-flex {
    max-width: 430px; } }

/* email */
.form--fc .form__email .select-email-wrap {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all; }
  .form--fc .form__email .select-email-wrap select {
    min-width: 10.625rem;
    margin-left: 0.5rem; }

@media (min-width: 992px) {
  .form--fc .form__email .select-email-wrap .d-flex {
    min-width: 430px; } }

@media (max-width: 991.9px) {
  .form--fc .form__email .select-email-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form--fc .form__email .select-email-wrap .d-flex {
      width: 100%; }
    .form--fc .form__email .select-email-wrap select {
      width: 100%;
      min-width: auto;
      margin-top: 5px;
      margin-left: 0; } }

/* filebox */
.board-wrap--fc form .form__attatch .filebox-wrap,
.form--fc .form__attatch .filebox-wrap {
  display: block; }

.board-wrap--fc form .form__attatch .info-txt,
.form--fc .form__attatch .info-txt {
  display: inline-block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }

.board-wrap--fc form .form__attatch .filebox,
.form--fc .form__attatch .filebox {
  position: relative;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-left: 10.125rem;
  margin-right: 0.5rem; }
  .board-wrap--fc form .form__attatch .filebox input[type='text'],
  .form--fc .form__attatch .filebox input[type='text'] {
    width: 100% !important;
    height: 2.875rem;
    padding: 0 1em;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .board-wrap--fc form .form__attatch .filebox input[type='file'],
  .form--fc .form__attatch .filebox input[type='file'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .board-wrap--fc form .form__attatch .filebox label,
  .form--fc .form__attatch .filebox label {
    position: absolute;
    top: 0;
    left: 1px;
    cursor: pointer;
    display: table;
    width: calc(10.125rem + 1px);
    height: 100%;
    padding: 0.2rem 1rem;
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 400;
    font-family: "Pretendard", "맑은고딕", sans-serif;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color; }
    .board-wrap--fc form .form__attatch .filebox label > span,
    .form--fc .form__attatch .filebox label > span {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.12em; }

@media (min-width: 768px) {
  .board-wrap--fc form .form__attatch .filebox,
  .form--fc .form__attatch .filebox {
    max-width: 670px;
    vertical-align: middle; }
  .board-wrap--fc form .form__attatch .filebox label:active,
  .form--fc .form__attatch .filebox label:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .board-wrap--fc form .form__attatch .filebox label:hover,
  .form--fc .form__attatch .filebox label:hover {
    background-color: #262626;
    color: #fff; } }

@media (max-width: 767.9px) {
  .board-wrap--fc form .form__attatch .filebox,
  .form--fc .form__attatch .filebox {
    width: 100%;
    padding-right: 0; } }

@media (max-width: 575.9px) {
  .board-wrap--fc form .form__attatch .filebox,
  .form--fc .form__attatch .filebox {
    padding-left: 0; }
    .board-wrap--fc form .form__attatch .filebox label,
    .form--fc .form__attatch .filebox label {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%;
      height: 3rem;
      border-top: 0; } }

/* privacy */
.form--fc .form__policy {
  margin-top: 3.125rem; }
  .form--fc .form__policy .privacy_box--fc {
    height: 86px;
    padding: 1rem;
    margin-top: 0;
    background-color: #f5f5f5;
    border-color: #fff; }
    .form--fc .form__policy .privacy_box--fc pre {
      font-family: "Pretendard", "맑은고딕", sans-serif;
      font-size: 16px ;
      font-size: 1rem ;
      font-weight: 300;
      line-height: 1.39;
      color: rgba(17, 17, 17, 0.8); }
  .form--fc .form__policy .privacy_txt--fc {
    margin-top: 0.5rem; }
  .form--fc .form__policy input[type='checkbox'] + label {
    color: #201f27;
    padding-bottom: 0.1em; }

/* captcha */
.form--fc .form__captcha .captcha_box--fc {
  margin-top: 0; }

.form--fc .form__captcha .captcha_box--fc a {
  border: 0;
  padding: 8px;
  margin: 0 2px; }

.form--fc .form__captcha input[type='text'] {
  padding: 0 1rem; }

@media (min-width: 768px) {
  .form--fc .form__captcha input[type='text'] {
    width: calc(100% - 232px) !important;
    max-width: 284px; }
  .form--fc .form__captcha .captcha_box--fc a {
    width: 52px;
    height: 52px;
    padding: 15px; }
  .form--fc .form__captcha .captcha__num--fc {
    width: 170px; } }

/* btn */
.form--fc .form-table__submit {
  max-width: 454px;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto; }
  .form--fc .form-table__submit .btn-list {
    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: -4px;
    margin-left: -4px;
    margin-right: -4px; }
    .form--fc .form-table__submit .btn-list > li {
      width: 50%;
      padding: 4px; }
  .form--fc .form-table__submit .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    height: 3.75rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .form--fc .form-table__submit .btnTypeR {
    border-radius: 100px; }
  .form--fc .form-table__submit .btnColorW:after {
    background-color: #f4f5f8; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .form--fc .form-table__submit .btnColorW:hover {
      color: #151515; } }
  @media (max-width: 991.9px) {
    .form--fc .form-table__submit .btnColorW {
      /* &:active {
      @content;
    } */ } }
  @media (min-width: 768px) {
    .form--fc .form-table__submit .btn-list {
      margin-top: -10px;
      margin-left: -10px;
      margin-right: -10px; }
      .form--fc .form-table__submit .btn-list > li {
        padding: 10px; } }

.date_pick.sdate {
  background-image: url(/html/_skin/img/common/ico_calendar_start.png); }

.date_pick.edate {
  background-image: url(/html/_skin/img/common/ico_calendar_end.png); }

.mb_block_table .for-mobile .tit {
  font-weight: 700;
  padding-right: 0.5rem; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .mb_block_table .board-subject--fc a:hover {
    text-decoration: underline; } }

@media (max-width: 991.9px) {
  .mb_block_table .board-subject--fc a {
    /* &:active {
      @content;
    } */ } }

@media (min-width: 768px) {
  .mb_block_table .for-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mb_block_table .for-mobile .tit {
      display: none; }
    .mb_block_table .for-mobile .txt {
      text-align: center; } }

@media (max-width: 767.9px) {
  .mb_block_table {
    text-align: left; }
    .mb_block_table colgroup,
    .mb_block_table thead {
      display: none; }
    .mb_block_table,
    .mb_block_table tbody,
    .mb_block_table tr,
    .mb_block_table td,
    .mb_block_table th {
      display: block; }
    .mb_block_table tr {
      padding: 1rem; }
    .mb_block_table td {
      height: auto;
      padding: 0;
      padding-top: 0.3em; }
    .mb_block_table .for-mobile.d-flex .txt {
      word-break: break-all; }
    .mb_block_table .board-num--fc {
      display: none; } }

.sm_block_table .for-mobile .tit {
  font-weight: 700;
  padding-right: 0.5rem; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .sm_block_table .board-subject--fc a:hover {
    text-decoration: underline; } }

@media (max-width: 991.9px) {
  .sm_block_table .board-subject--fc a {
    /* &:active {
      @content;
    } */ } }

@media (min-width: 576px) {
  .sm_block_table .for-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sm_block_table .for-mobile .tit {
      display: none; }
    .sm_block_table .for-mobile .txt {
      text-align: center; } }

@media (max-width: 575.9px) {
  .sm_block_table {
    text-align: left; }
    .sm_block_table colgroup,
    .sm_block_table thead {
      display: none; }
    .sm_block_table,
    .sm_block_table tbody,
    .sm_block_table tr,
    .sm_block_table td,
    .sm_block_table th {
      display: block; }
    .sm_block_table tr {
      padding: 1rem; }
    .sm_block_table td {
      height: auto;
      padding: 0;
      padding-top: 0.3em; }
    .sm_block_table .for-mobile.d-flex .txt {
      word-break: break-all; }
    .sm_block_table .board-num--fc {
      display: none; } }

.numBox--fc {
  position: relative;
  max-width: 150px;
  height: 2.8125rem;
  margin-left: auto;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }
  .numBox--fc .numBox__btn {
    position: absolute;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #dee0e5 no-repeat center/20%; }
  .numBox--fc .minus {
    left: 0;
    background-image: url(/html/_skin/img/common/ico_minus.svg); }
  .numBox--fc .plus {
    right: 0;
    background-image: url(/html/_skin/img/common/ico_plus.svg); }
  .numBox--fc input {
    width: 100%;
    text-align: center;
    height: 2.8125rem;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  height: 1.5em; }

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 3em; }

.ellipsis-max-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  max-height: 1.5em;
  height: auto; }

.ellipsis-max-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 3em;
  height: auto; }

.btn-list .btn {
  width: 100%; }

.total-price-box--fc {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  background-color: #201f27; }
  .total-price-box--fc .item-box {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .total-price-box--fc .item-box__tit {
    margin-right: 2.5rem; }
  .total-price-box--fc .symbol {
    display: inline-block;
    line-height: 0;
    align-self: center;
    padding-left: 1rem;
    padding-right: 1rem; }
  .total-price-box--fc .symbol img {
    width: 1.375rem; }
  .total-price-box--fc.calculate {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .total-price-box--fc .total-price-box__tit {
    padding-right: 2rem; }
  .total-price-box--fc .total-price-box__price {
    color: #ffc918; }
    .total-price-box--fc .total-price-box__price .sale {
      display: block;
      font-size: 75%;
      color: #d00213; }
  @media (min-width: 576px) {
    .total-price-box--fc.to_right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; } }
  @media (max-width: 575.9px) {
    .total-price-box--fc .total-price-box__tit {
      margin-right: auto; } }
  @media (max-width: 310px) {
    .total-price-box--fc {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      .total-price-box--fc .total-price-box__tit {
        width: 100%;
        padding-bottom: 0.4rem; } }

.ui-datepicker select {
  height: auto; }

/* 소개 */
.company-intro--page .section-01 .spot-banner {
  padding: 6.25rem 20px;
  background: url(/html/_skin/img/sub/about/bg_spot_intro.jpg) no-repeat center/cover; }

.company-intro--page .section-01 .spot-banner__box {
  font-size: calc(30 * 1px) ;
  font-size: 1.875rem ;
  line-height: 1.27;
  color: #fff; }
  @media (max-width: 1199.9px) {
    .company-intro--page .section-01 .spot-banner__box {
      font-size: 23px;
      font-size: 1.4375rem ; } }
  .company-intro--page .section-01 .spot-banner__box .tit {
    font-size: calc(45 * 1px) ;
    font-size: 2.8125rem ;
    font-weight: 700;
    margin-top: 2rem; }
    @media (max-width: 1199.9px) {
      .company-intro--page .section-01 .spot-banner__box .tit {
        font-size: 34px;
        font-size: 2.125rem ; } }

.company-intro--page .section-01 .greeting__words {
  padding: 4.125rem 20px;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  line-height: 1.67;
  color: #201f27; }
  .company-intro--page .section-01 .greeting__words p + p {
    margin-top: 1.67em; }

@media (min-width: 576px) {
  .company-intro--page .section-01 .spot-banner,
  .company-intro--page .section-01 .greeting__words {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.company-intro--page .section-info .section-info__head {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #000;
  margin-bottom: 2.5rem; }

.company-intro--page .section-info .section-info__head__tit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  line-height: 1.25;
  color: #201f27; }
  @media (max-width: 1199.9px) {
    .company-intro--page .section-info .section-info__head__tit {
      font-size: 18px;
      font-size: 1.125rem ; } }
  .company-intro--page .section-info .section-info__head__tit img {
    width: 1.4em;
    margin-right: 0.5rem; }
  .company-intro--page .section-info .section-info__head__tit .txt {
    align-self: center;
    flex-shrink: 0; }

.company-intro--page .section-info .section-info__body .about-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-left: -6px;
  margin-right: -6px; }
  .company-intro--page .section-info .section-info__body .about-infos > [class*='col'] {
    padding: 6px; }
  .company-intro--page .section-info .section-info__body .about-infos > li {
    margin-bottom: 12px; }
  .company-intro--page .section-info .section-info__body .about-infos .box {
    height: 100%;
    border-radius: 5px;
    background-color: #f4f5f8;
    padding: 2.25rem 1rem;
    line-height: 1.56;
    color: #0d0d0d; }
  .company-intro--page .section-info .section-info__body .about-infos .icon img {
    width: 2.125rem; }
  .company-intro--page .section-info .section-info__body .about-infos .thumb__img {
    margin-bottom: 0.5rem; }
  .company-intro--page .section-info .section-info__body .about-infos .txt {
    margin-top: 4.25rem; }

@media (min-width: 576px) {
  .company-intro--page .section-info .about-infos {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media (min-width: 1200px) {
  .company-intro--page .section-info .section-info__body .about-infos .col-info {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 310px) {
  .company-intro--page .section-info .section-info__body .about-infos .col-info {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/* 강사진 소개 */
.recruit--page .section-01 .spot-banner {
  padding: 6.25rem 20px;
  background: url(/html/_skin/img/sub/about/bg_spot_recruit.jpg) no-repeat center/cover; }

.recruit--page .section-01 .spot-banner__box {
  font-size: calc(30 * 1px) ;
  font-size: 1.875rem ;
  line-height: 1.27;
  color: #fff; }
  @media (max-width: 1199.9px) {
    .recruit--page .section-01 .spot-banner__box {
      font-size: 23px;
      font-size: 1.4375rem ; } }

.recruit--page .section-01 .recruitment__words {
  margin-top: 5rem; }

.recruit--page .section-01 .recruitment__words__tit {
  margin-bottom: 2rem; }

.recruit--page .section-01 .recruitment__words__list > li {
  margin-bottom: 9px; }

.recruit--page .section-01 .recruitment__words__list .box {
  padding: 3rem 20px;
  background-color: #f9fafc;
  border-radius: 5px; }

.recruit--page .section-01 .recruitment__words__list .dotInfo > li {
  margin-bottom: 0.2em; }
  .recruit--page .section-01 .recruitment__words__list .dotInfo > li:before {
    margin-top: 0.5em; }

.recruit--page .section-01 .recruitment__words__list .box-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }

.recruit--page .section-01 .recruitment__words__list .box-head__icon {
  padding-right: 0.5rem; }
  .recruit--page .section-01 .recruitment__words__list .box-head__icon img {
    width: 2rem; }

.recruit--page .section-01 .recruitment__words__list .box-head__txt {
  font-size: calc(22 * 1px) ;
  font-size: 1.375rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .recruit--page .section-01 .recruitment__words__list .box-head__txt {
      font-size: 20px;
      font-size: 1.25rem ; } }

.recruit--page .section-01 .recruitment__words__list .box-body {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ; }
  .recruit--page .section-01 .recruitment__words__list .box-body .d-flex-wrap em {
    width: 5.5em;
    padding-right: 0.5em; }
  .recruit--page .section-01 .recruitment__words__list .box-body .d-flex-wrap em + span {
    width: calc(100% - 5.5em); }

@media (min-width: 576px) {
  .recruit--page .section-01 .spot-banner {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .recruit--page .section-01 .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  .recruit--page .section-01 .box-head {
    width: 15rem;
    padding-right: 20px;
    margin-bottom: 0; }
  .recruit--page .section-01 .box-head__icon {
    padding-left: 1rem;
    padding-right: 1rem; }
    .recruit--page .section-01 .box-head__icon img {
      width: 2.8125rem; }
  .recruit--page .section-01 .box-body {
    width: calc(100% - 15rem);
    padding-right: 3rem; } }

@media (min-width: 768px) {
  .recruit--page .section-01 .box-head {
    width: 24rem; }
  .recruit--page .section-01 .box-head__icon {
    padding-left: 3rem;
    padding-right: 3rem; }
  .recruit--page .section-01 .box-body {
    width: calc(100% - 24rem); } }

/* 사업영역 */
.business--page .business-area-list {
  margin-top: 4.125rem;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  line-height: 1.6; }
  @media (max-width: 1199.9px) {
    .business--page .business-area-list {
      font-size: 18px;
      font-size: 1.125rem ; } }
  .business--page .business-area-list > li {
    margin-bottom: 2.125rem; }
  .business--page .business-area-list .thumb {
    margin-bottom: 2rem; }
  .business--page .business-area-list .words__tit {
    font-size: calc(30 * 1px) ;
    font-size: 1.875rem ;
    font-weight: 700;
    margin-bottom: 1.875rem;
    line-height: 1.5; }
    @media (max-width: 1199.9px) {
      .business--page .business-area-list .words__tit {
        font-size: 23px;
        font-size: 1.4375rem ; } }
    .business--page .business-area-list .words__tit:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 250px;
      height: 1px;
      background-color: #e5e5e5;
      margin-top: 1rem; }
  .business--page .business-area-list .dotInfo > li:before {
    margin-top: 0.65em; }

@media (min-width: 576px) {
  .business--page .business-area-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .business--page .business-area-list .thumb {
    width: 45.6%;
    margin-bottom: 0; }
  .business--page .business-area-list .words {
    width: 54.4%;
    padding-left: 5%;
    align-self: center; } }

/* 오시는길 */
.direction--page .direction-title {
  margin-bottom: 2.5rem;
  font-size: calc(26 * 1px) ;
  font-size: 1.625rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .direction--page .direction-title {
      font-size: 21px;
      font-size: 1.3125rem ; } }

.direction--page .direction-contact {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5; }

.direction--page .direction-contact__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  color: #201f27; }
  .direction--page .direction-contact__desc > dt {
    width: 2.625rem;
    font-weight: 700; }
  .direction--page .direction-contact__desc > dd {
    width: calc(100% - 2.625rem); }

.direction--page .map-info__desc {
  margin-top: 1.875rem;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  color: #201f27; }
  .direction--page .map-info__desc .desc {
    margin-bottom: 1rem; }
    .direction--page .map-info__desc .desc > dt {
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .direction--page .map-info__desc .desc > dd {
      display: -ms-inline-flexbox;
      display: inline-flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .direction--page .map-info__desc .desc > dd > p {
      margin-right: 1em;
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
    .direction--page .map-info__desc .desc > dd > p + p {
      position: relative;
      padding-left: calc(1em + 7px); }
      .direction--page .map-info__desc .desc > dd > p + p:before {
        content: "";
        position: absolute;
        top: 0.2em;
        left: 0;
        display: inline-block;
        width: 7px;
        height: 1em;
        background: no-repeat center/contain;
        background-image: url(/html/_skin/img/sub/about/ico_direction_arrow.svg); }
  .direction--page .map-info__desc .subway {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap; }
  .direction--page .map-info__desc .subway-line {
    width: 1.77em;
    height: 1.77em;
    margin-top: -0.1em;
    margin-right: 4px;
    line-height: 1.77em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 50%; }
  .direction--page .map-info__desc .line1 {
    background-color: #03469e; }
  .direction--page .map-info__desc .line2 {
    background-color: #00ab0c; }

@media (min-width: 576px) {
  .direction--page .map-info__desc .desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .direction--page .map-info__desc .desc > dt {
      width: 8.5rem;
      margin-bottom: 0; }
    .direction--page .map-info__desc .desc > dd {
      width: calc(100% - 8.5rem); } }

/* 강의 리스트 */
.course-board--fc .board-total--fc {
  font-size: 16px ;
  font-size: 1rem ;
  text-align: left;
  color: #0d0d0d;
  margin-bottom: 1.25rem; }

.course-board--fc .list-wrap {
  border-top: 2px solid #000; }

.course-board--fc .course-board__list .list-item {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.course-board--fc .course-board__list .mobile-link {
  z-index: 4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.course-board--fc .course-board__list .board-thumb {
  position: relative;
  width: 100%; }
  .course-board--fc .course-board__list .board-thumb .thumb__img {
    height: 10.8125rem;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60.71%;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.625rem; }
    .course-board--fc .course-board__list .board-thumb .thumb__img > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      vertical-align: middle;
      width: auto;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      max-height: calc(100% + 40px); }

.course-board--fc .course-board__list .board-tags {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem; }
  .course-board--fc .course-board__list .board-tags span + span:before {
    content: '';
    position: relative;
    display: inline-block;
    align-self: center;
    top: -0.2em;
    width: 1px;
    height: 0.5em;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #201f27;
    transform: skewX(-30deg); }

.course-board--fc .course-board__list .board-tit {
  display: block;
  width: 100%;
  font-size: calc(22 * 1px) ;
  font-size: 1.375rem ;
  font-weight: 700;
  margin-bottom: 0.875rem;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media (max-width: 1199.9px) {
    .course-board--fc .course-board__list .board-tit {
      font-size: 20px;
      font-size: 1.25rem ; } }
  .course-board--fc .course-board__list .board-tit .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.25em;
    display: block;
    white-space: nowrap;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    height: 1.25em; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .course-board--fc .course-board__list .board-tit:hover {
      color: #d00213; } }
  @media (max-width: 991.9px) {
    .course-board--fc .course-board__list .board-tit {
      /* &:active {
      @content;
    } */ } }

.course-board--fc .course-board__list .board-shortdesc {
  color: #555; }
  .course-board--fc .course-board__list .board-shortdesc > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .course-board--fc .course-board__list .board-shortdesc .tit {
    width: 5em;
    padding-right: 0.5em; }
  .course-board--fc .course-board__list .board-shortdesc .txt {
    width: calc(100% - 5em); }

.course-board--fc .course-board__list .board-words {
  width: 100%;
  padding-top: 2rem; }

.course-board--fc .course-board__list .board-price {
  width: 100%;
  font-size: calc(22 * 1px) ;
  font-size: 1.375rem ;
  text-align: right;
  padding-left: 3%;
  padding-right: 3%; }
  @media (max-width: 1199.9px) {
    .course-board--fc .course-board__list .board-price {
      font-size: 20px;
      font-size: 1.25rem ; } }

.course-board--fc .course-board__list .board-price__sub {
  font-size: 72.72%;
  font-weight: 300;
  text-decoration: line-through;
  color: rgba(85, 85, 85, 0.8); }

.course-board--fc .course-board__list .board-price__main {
  color: #d00213;
  font-weight: 700; }

.course-board--fc .course-board__list .board-btns {
  width: 100%;
  margin-top: 1rem; }
  .course-board--fc .course-board__list .board-btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px; }
    .course-board--fc .course-board__list .board-btns .btn-list > li {
      flex: 1;
      padding: 3px; }
  .course-board--fc .course-board__list .board-btns a {
    width: 100%; }

.course-board--fc .course-board__list .btnArr.btnColorW:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: Transform 0.5s ease;
  -moz-transition: Transform 0.5s ease;
  -ms-transition: Transform 0.5s ease;
  -o-transition: Transform 0.5s ease;
  transition: Transform 0.5s ease; }

.course-board--fc .course-board__list .btnArr.btnColorW:after {
  background: #666; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .course-board--fc .course-board__list .btnArr.btnColorW:hover {
    color: #fff;
    background-color: #201f27; }
    .course-board--fc .course-board__list .btnArr.btnColorW:hover:before {
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right center;
      transform-origin: right center; }
    .course-board--fc .course-board__list .btnArr.btnColorW:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .course-board--fc .course-board__list .btnArr.btnColorW:hover span:after {
      background: url("/html/_skin/img/common/ico_btn_arr_white.png") no-repeat left center; } }

@media (max-width: 991.9px) {
  .course-board--fc .course-board__list .btnArr.btnColorW {
    /* &:active {
      @content;
    } */ } }

@media (min-width: 576px) {
  .course-board--fc .course-board__list .board-thumb {
    width: 240px; }
  .course-board--fc .course-board__list .board-words {
    width: calc(100% - 240px);
    padding-top: 0;
    padding-left: 2rem; } }

@media (min-width: 992px) {
  .course-board--fc .course-board__list .mobile-link {
    display: none; }
  .course-board--fc .course-board__list .board-thumb {
    width: 284px; }
  .course-board--fc .course-board__list .board-words {
    width: calc(100% - (284px + 200px + 120px));
    padding-left: 3%; }
  .course-board--fc .course-board__list .board-price {
    width: 200px;
    align-self: center; }
  .course-board--fc .course-board__list .board-price.free {
    width: 145px;
    text-align: center;
    margin-left: auto; }
  .course-board--fc .course-board__list .board-btns {
    width: 120px;
    align-self: center;
    margin-top: 0; }
    .course-board--fc .course-board__list .board-btns .btn-list {
      margin-left: -5px;
      margin-right: -5px; }
      .course-board--fc .course-board__list .board-btns .btn-list > li {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }

@media (max-width: 575.9px) {
  .course-board--fc .course-board__list .board-btns .btn-list > li:last-child {
    flex: 0 0 100%;
    width: 100%; } }

/* 강의 상세 */
.course-detail--fc .course-detail__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  .course-detail--fc .course-detail__main .course-detail__main__thumb {
    width: 100%;
    margin-bottom: 1rem; }
    .course-detail--fc .course-detail__main .course-detail__main__thumb .thumb__img {
      border-radius: 0.625rem;
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60.92%;
      overflow: hidden;
      isolation: isolate; }
      .course-detail--fc .course-detail__main .course-detail__main__thumb .thumb__img > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        vertical-align: middle;
        width: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: calc(100% + 40px); }
  .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-tags {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
    font-size: 16px ;
    font-size: 1rem ; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-tags span + span:before {
      content: '';
      position: relative;
      display: inline-block;
      align-self: center;
      top: -0.12em;
      width: 2px;
      height: 0.6em;
      margin-left: 7px;
      margin-right: 7px;
      background-color: rgba(32, 31, 39, 0.5);
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      -o-transform: skewX(-30deg);
      transform: skewX(-30deg); }
  .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-name {
    font-size: calc(26 * 1px) ;
    font-size: 1.625rem ;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    @media (max-width: 1199.9px) {
      .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-name {
        font-size: 21px;
        font-size: 1.3125rem ; } }
  .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail {
    min-height: 11.125rem;
    padding: 1.5rem 1.25rem;
    border-radius: 5px;
    border: 1px solid #dee0e5; }
  .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list .tit {
      font-weight: 700;
      width: 5.25em;
      flex-shrink: 0; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list > li:first-child {
      margin-top: 0; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list > li {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      width: 100%;
      margin-top: 1rem;
      padding-right: 1rem; }
  @media (min-width: 576px) {
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail {
      padding: 2rem 2.5rem; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list > li {
      width: 50%; } }
  @media (min-width: 768px) {
    .course-detail--fc .course-detail__main .course-detail__main__thumb {
      width: 34%;
      margin-bottom: 0; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc {
      width: 66%;
      padding-left: 3%; }
      .course-detail--fc .course-detail__main .course-detail__main__shortdesc .course-detail__list > li:nth-child(-n+2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .course-detail--fc .course-detail__main .course-detail__main__thumb {
      width: 41%; }
    .course-detail--fc .course-detail__main .course-detail__main__shortdesc {
      width: 59%; } }

.course-rel-board--fc .course-rel-board__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
      padding: 1em 1rem;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  border-top: 2px solid #201f27;
  border-bottom: 1px solid #e8e8e9;
  border-radius: 2px; }
  @media (max-width: 1199.9px) {
    .course-rel-board--fc .course-rel-board__head {
      font-size: 18px;
      font-size: 1.125rem ; } }
  .course-rel-board--fc .course-rel-board__head small {
    font-size: 80%; }
  .course-rel-board--fc .course-rel-board__head .btn-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: 0.3rem; }
  .course-rel-board--fc .course-rel-board__head .btn {
    width: 100%;
    font-weight: 400; }

.course-rel-board--fc .responsive-board__list {
  color: #555;
  font-weight: 400; }
  .course-rel-board--fc .responsive-board__list .list-tr {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    border-bottom: 1px solid #e8e8e9; }
  .course-rel-board--fc .responsive-board__list .list-td {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    padding: 2rem 1rem 1.875rem;
    text-align: center; }
  .course-rel-board--fc .responsive-board__list .mb-tit {
    flex-shrink: 0;
    font-weight: 700;
    width: 6em;
    flex-shrink: 0;
    text-align: left; }
  .course-rel-board--fc .responsive-board__list .check-txt {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
  .course-rel-board--fc .responsive-board__list .list-td.board-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left; }
  .course-rel-board--fc .responsive-board__list .board-title {
    font-weight: 700;
    color: #201f27; }
    .course-rel-board--fc .responsive-board__list .board-title .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      /* 라인수 */
      word-wrap: break-word;
      line-height: 1.5em;
      display: block;
      white-space: nowrap;
      /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
      height: 1.5em; }
  .course-rel-board--fc .responsive-board__list .board-name .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.5em;
    display: block;
    white-space: nowrap;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    height: 1.5em; }
  .course-rel-board--fc .responsive-board__list .board-price {
    text-decoration: line-through;
    color: rgba(32, 31, 39, 0.5); }
  .course-rel-board--fc .responsive-board__list .board-discount {
    font-weight: 700;
    color: #201f27; }
  .course-rel-board--fc .responsive-board__list .td-wrap {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
  .course-rel-board--fc .responsive-board__list .board-td-with-btn .list-td {
    display: block;
    padding: 0 0.5rem; }
  .course-rel-board--fc .responsive-board__list .board-td-with-btn .board-discount {
    width: calc(100% - (120px + 1rem)); }
  .course-rel-board--fc .responsive-board__list .board-td-with-btn .board-btns {
    width: calc(120px + 1rem); }

@media (min-width: 992px) {
  .course-rel-board--fc .responsive-board__list .mb-tit {
    display: none; }
  .course-rel-board--fc .responsive-board__list .td-wrap {
    width: 100%; }
  .course-rel-board--fc .responsive-board__list .list-td {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 991.9px) {
  .course-rel-board--fc .responsive-board__list .mb-tit + * {
    width: calc(100% - 6em); }
  .course-rel-board--fc .responsive-board__list .list-tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .course-rel-board--fc .responsive-board__list .list-td {
    padding-top: 1rem;
    padding-bottom: 0;
    width: 100% !important;
    text-align: left; }
  .course-rel-board--fc .responsive-board__list .list-td:last-child {
    padding-bottom: 1rem; }
  .course-rel-board--fc .responsive-board__list .td-wrap .list-td {
    width: auto !important;
    padding-left: 0;
    padding-right: 0; }
  .course-rel-board--fc .responsive-board__list .td-wrap .board-btns {
    margin-left: 1rem;
    margin-top: -0.15rem; } }

@media (max-width: 575.9px) {
  .course-rel-board--fc .btn-wrap:not(.max) {
    max-width: none !important; } }

@media (max-width: 310px) {
  .course-rel-board--fc .responsive-board__list .td-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .course-rel-board--fc .responsive-board__list .td-wrap .list-td {
    width: 100% !important; }
  .course-rel-board--fc .responsive-board__list .td-wrap .list-td + .list-td {
    margin-top: 4px; }
  .course-rel-board--fc .responsive-board__list .td-wrap .board-btns {
    margin-left: 0; } }

.responsive-board__list.course .board-title {
  width: 40%; }

.responsive-board__list.course .board-name {
  width: 16%; }

.responsive-board__list.course .board-price {
  width: 12%; }

.responsive-board__list.course .board-discount {
  width: 12%; }

.responsive-board__list.course .board-td-with-btn {
  width: 32%; }

.responsive-board__list.course .btn-list a {
  width: 100%; }

.responsive-board__list.book .board-title {
  width: 56%; }

.responsive-board__list.book .board-price {
  width: 12%; }

.responsive-board__list.book .board-td-with-btn {
  width: 32%; }

.responsive-board__list.book .check-txt label + a {
  padding-left: 0.875rem;
    padding-left: 0.35rem;
  width: calc(100% - 24px); }

@media (max-width: 991.9px) {
  .responsive-board__list.book .check-txt label + a {
    padding-left: 0; } }

/* 총 금액 */
.course-detail--fc .total-price-box--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.25rem; }
  .course-detail--fc .total-price-box--fc .total-tit {
    width: 30%;
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 700; }
    @media (max-width: 1199.9px) {
      .course-detail--fc .total-price-box--fc .total-tit {
        font-size: 18px;
        font-size: 1.125rem ; } }
  .course-detail--fc .total-price-box--fc .total-price {
    width: 70%;
    font-size: calc(22 * 1px) ;
    font-size: 1.375rem ;
    font-weight: 700;
    color: #fcc812;
    text-align: right;
    padding-right: 6%;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 1199.9px) {
      .course-detail--fc .total-price-box--fc .total-price {
        font-size: 20px;
        font-size: 1.25rem ; } }
  .course-detail--fc .total-price-box--fc .total-price__pack,
  .course-detail--fc .total-price-box--fc .total-price__origin {
    font-size: 75%;
    color: #fff;
    margin-right: 1em; }
  .course-detail--fc .total-price-box--fc .total-price__origin {
    text-decoration: line-through; }
  .course-detail--fc .total-price-box--fc .total-price__pack {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: left;
    padding-bottom: 0.3em; }
    .course-detail--fc .total-price-box--fc .total-price__pack .subtotal-tit {
      font-size: 90%;
      font-weight: 400;
      width: 100%; }
    .course-detail--fc .total-price-box--fc .total-price__pack .plus {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all; }
    .course-detail--fc .total-price-box--fc .total-price__pack .plus:after {
      content: "+";
      display: inline-block;
      align-self: flex-end;
      margin-left: 0.5em;
      margin-right: 0.5em; }
  .course-detail--fc .total-price-box--fc .total-price-box__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 120px); }
  .course-detail--fc .total-price-box--fc .total-btns {
    width: 120px; }
    .course-detail--fc .total-price-box--fc .total-btns a {
      width: 100%;
      font-weight: 400; }
  .course-detail--fc .total-price-box--fc .btn-list {
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px; }
    .course-detail--fc .total-price-box--fc .btn-list > li {
      padding: 2px; }
  @media (min-width: 576px) {
    .course-detail--fc .total-price-box--fc .total-btns .btnColorW {
      border-color: #f4f5f8;
      background-color: #f4f5f8;
      color: #201f27; } }
  @media (min-width: 576px) and (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .course-detail--fc .total-price-box--fc .total-btns .btnColorW:hover {
      color: #fff; } }
  @media (min-width: 576px) and (max-width: 991.9px) {
    .course-detail--fc .total-price-box--fc .total-btns .btnColorW {
      /* &:active {
      @content;
    } */ } }
  @media (max-width: 767.9px) {
    .course-detail--fc .total-price-box--fc .total-price {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .course-detail--fc .total-price-box--fc .total-price__origin,
    .course-detail--fc .total-price-box--fc .total-price__pack {
      width: 100%;
      margin-right: 0; }
    .course-detail--fc .total-price-box--fc .total-price__origin {
      display: block; }
    .course-detail--fc .total-price-box--fc .total-price__pack {
      padding-bottom: 0.3rem; } }
  @media (max-width: 575.9px) {
    .course-detail--fc .total-price-box--fc {
      background-color: transparent;
      border-radius: 0;
      padding: 0; }
      .course-detail--fc .total-price-box--fc .total-price-box__info {
        width: 100%;
        background-color: #201f27;
        border-radius: 5px;
        padding: 1.25rem 20px; }
      .course-detail--fc .total-price-box--fc .total-price {
        padding-right: 0; }
      .course-detail--fc .total-price-box--fc .total-btns {
        width: 100%; }
      .course-detail--fc .total-price-box--fc .btn-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-left: -5px;
        margin-right: -5px; }
        .course-detail--fc .total-price-box--fc .btn-list > li {
          width: 50%;
          padding: 5px; } }
  @media (max-width: 310px) {
    .course-detail--fc .total-price-box--fc .total-price-box__info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      .course-detail--fc .total-price-box--fc .total-price-box__info .total-tit,
      .course-detail--fc .total-price-box--fc .total-price-box__info .total-price {
        width: 100%; }
      .course-detail--fc .total-price-box--fc .total-price-box__info .total-tit {
        padding-bottom: 0.4rem; } }

/* 콘텐츠 */
.detail__content--fc {
  margin-top: 8rem; }
  .detail__content--fc .tabType {
    margin-bottom: 3.125rem; }
  .detail__content--fc .tab-panel {
    padding-left: 1rem;
    padding-right: 1rem; }
  .detail__content--fc .tab-panel + .tab-panel {
    position: relative;
    margin-top: 4rem;
    padding-top: 4.875rem; }
    .detail__content--fc .tab-panel + .tab-panel:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e5e5e5; }
  .detail__content--fc .tab__box {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .detail__content--fc .tab__box + .tab__box {
    margin-top: 3.75rem; }
  .detail__content--fc .tab__box__tit {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    margin-bottom: 1rem; }
  @media (max-width: 767.9px) {
    .detail__content--fc .tab__box__tit.tab-main-tit {
      font-size: calc(32 * 1px) ;
      font-size: 2rem ; } }
  @media (max-width: 767.9px) and (max-width: 1199.9px) {
    .detail__content--fc .tab__box__tit.tab-main-tit {
      font-size: 24px;
      font-size: 1.5rem ; } }
  @media (max-width: 575.9px) {
    .detail__content--fc .tab-panel {
      padding-left: 0;
      padding-right: 0; } }

/* 강좌소개 */
.course-detail__content .tab-info .tab__box > ul > li {
  position: relative;
  padding-left: calc(5px + 0.5rem); }
  .course-detail__content .tab-info .tab__box > ul > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    margin-top: 0.63em;
    border-radius: 50%;
    background-color: #201f27; }

.course-detail__content .tab-info .tab__box > ul > li + li {
  margin-top: 1rem; }

/* 강의목차 */
.slice-container .slice {
  display: none; }

.drop-board--fc .drop-item + .drop-item {
  margin-top: 4px; }

.drop-board--fc .drop-item__head {
  position: relative;
  background-color: #f4f5f8;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 700;
  padding: 1.05rem 4.5rem 1rem 2rem;
  cursor: pointer; }
  .drop-board--fc .drop-item__head.onlyone {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .drop-board--fc .drop-item__head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    display: block;
    width: 1.5rem;
    height: 100%;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 11' width='24' height='11'%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(0 -6.5)'%3E%3Crect width='24' height='24' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpolygon points='12.65 10.31 24 0.94 22.94 0 11.86 9.15 1.06 0 0 0.94 10.77 10.06 10.76 10.06 11.82 11 11.85 10.97 11.88 11 12.65 10.31' fill='rgb(153,153,153)'/%3E%3C/g%3E%3C/svg%3E"); }

.drop-board--fc .drop-item__head.on {
  background-color: #424244;
  color: #fff; }
  .drop-board--fc .drop-item__head.on:after {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1); }

.drop-board--fc .drop-item__body {
  display: none; }
  .drop-board--fc .drop-item__body.on {
    display: block; }

.drop-board--fc .drop-item__body__table {
  text-align: center;
  table-layout: fixed; }
  .drop-board--fc .drop-item__body__table.more {
    position: relative; }
    .drop-board--fc .drop-item__body__table.more:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(3.625rem * 2);
      background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 64%, transparent); }
  .drop-board--fc .drop-item__body__table th,
  .drop-board--fc .drop-item__body__table td {
    vertical-align: middle;
    padding: 4px 2%; }
  .drop-board--fc .drop-item__body__table tr {
    border-bottom: 1px solid #e5e5e5; }
  .drop-board--fc .drop-item__body__table thead {
    font-weight: 700; }
    .drop-board--fc .drop-item__body__table thead th {
      height: 4.375rem; }
  .drop-board--fc .drop-item__body__table tbody tr {
    height: 3.625rem; }
  .drop-board--fc .drop-item__body__table .board-title {
    text-align: left; }
    .drop-board--fc .drop-item__body__table .board-title .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      /* 라인수 */
      word-wrap: break-word;
      line-height: 1.5em;
      display: block;
      white-space: nowrap;
      /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
      height: 1.5em; }

.drop-board--fc .drop-more-btn {
  width: 100%;
  font-size: 16px ;
  font-size: 1rem ;
  text-align: center;
  font-weight: 700; }
  .drop-board--fc .drop-more-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 0.75rem;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 11' width='24' height='11'%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(0 -6.5)'%3E%3Crect width='24' height='24' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpolygon points='12.65 10.31 24 0.94 22.94 0 11.86 9.15 1.06 0 0 0.94 10.77 10.06 10.76 10.06 11.82 11 11.85 10.97 11.88 11 12.65 10.31' fill='rgb(153,153,153)'/%3E%3C/g%3E%3C/svg%3E"); }

@media (max-width: 575.9px) {
  .drop-board--fc .drop-item__head {
    padding-left: 10px;
    padding-right: calc(15px + 1.5rem); }
    .drop-board--fc .drop-item__head:after {
      right: 10px; }
  .drop-board--fc .drop-item__body__table {
    font-size: 16px ;
    font-size: 1rem ; }
    .drop-board--fc .drop-item__body__table th,
    .drop-board--fc .drop-item__body__table td {
      padding-left: 1rem;
      padding-right: 1rem; }
    .drop-board--fc .drop-item__body__table .board-title {
      text-align: center; }
  .drop-board--fc .drop-more-btn:after {
    height: 8px; } }

/* 강사소개 */
.course-detail__content .tab-teacher .teacher-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.course-detail__content .tab-teacher .teacher-list > li + li {
  margin-top: 1.875rem; }

.course-detail__content .tab-teacher .teacher-list .thumb {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center; }

.course-detail__content .tab-teacher .teacher-list .thumb__img {
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 20.75rem;
  border-radius: 1.25rem; }
  .course-detail__content .tab-teacher .teacher-list .thumb__img img {
    width: 100%; }

.course-detail__content .tab-teacher .teacher-list .words {
  width: 100%; }

.course-detail__content .tab-teacher .teacher-list .words__head {
  position: relative;
  padding: 1.5rem 1rem;
  background-color: #f4f5f8;
  overflow: hidden;
  isolation: isolate; }
  .course-detail__content .tab-teacher .teacher-list .words__head:after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -10%;
    width: 6.4375rem;
    height: 120%;
    background: url(/html/_skin/img/sub/course/ico_teacher.png) no-repeat center/contain; }

.course-detail__content .tab-teacher .teacher-list .words__head__tit {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ; }

.course-detail__content .tab-teacher .teacher-list .words__detail {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 16px ;
  font-size: 1rem ; }

.course-detail__content .tab-teacher .teacher-list .words__detail + .words__detail {
  border-top: 1px solid #e5e5e5; }

.course-detail__content .tab-teacher .teacher-list .words__detail__tit {
  font-weight: 700;
  margin-bottom: 0.25rem; }

.course-detail__content .tab-teacher .teacher-list .words__detail__txt {
  line-height: 1.67; }
  .course-detail__content .tab-teacher .teacher-list .words__detail__txt > ul > li {
    position: relative;
    padding-left: calc(2px + 0.5rem); }
    .course-detail__content .tab-teacher .teacher-list .words__detail__txt > ul > li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 2px;
      margin-top: 0.8em;
      border-radius: 50%;
      background-color: #201f27; }
    .course-detail__content .tab-teacher .teacher-list .words__detail__txt > ul > li + li {
      margin-top: 0.2em; }

@media (min-width: 576px) {
  .course-detail__content .tab-teacher .teacher-list .words__head {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .course-detail__content .tab-teacher .teacher-list .words__head__tit {
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ; } }
  @media (min-width: 576px) and (max-width: 1199.9px) {
    .course-detail__content .tab-teacher .teacher-list .words__head__tit {
      font-size: 18px;
      font-size: 1.125rem ; } }

@media (min-width: 576px) {
  .course-detail__content .tab-teacher .teacher-list .words__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .course-detail__content .tab-teacher .teacher-list .words__detail__tit {
    width: 6.75rem;
    padding: 0 5px;
    margin-bottom: 0;
    text-align: center; }
  .course-detail__content .tab-teacher .teacher-list .words__detail__txt {
    width: calc(100% - 6.75rem); }
    .course-detail__content .tab-teacher .teacher-list .words__detail__txt > ul > li {
      padding-left: calc(1em + 5px); }
      .course-detail__content .tab-teacher .teacher-list .words__detail__txt > ul > li:before {
        width: 5px;
        margin-top: 0.63em; } }

@media (min-width: 768px) {
  .course-detail__content .tab-teacher .teacher-list .thumb {
    width: 31%;
    margin-bottom: 0;
    text-align: left; }
  .course-detail__content .tab-teacher .teacher-list .words {
    width: 69%;
    padding-left: 3.5%; } }

/* 교재소개 */
.book-board--fc .book-item + .book-item {
  margin-top: 4px; }

.book-board--fc .book-item__head {
  position: relative;
  padding: 1.05rem 2rem 1rem 2rem;
  background-color: #f4f5f8;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 700;
  border-radius: 5px; }

.book-board--fc .book-item__body {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.book-board--fc .thumb-wrap,
.book-board--fc .words {
  width: 100%; }

.book-board--fc .thumb {
  border-radius: 0.625rem;
  background-color: #f4f5f8; }
  .book-board--fc .thumb .thumb__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35rem; }
    .book-board--fc .thumb .thumb__img > img {
      max-width: 74%; }
  .book-board--fc .thumb img {
    max-width: 42%;
    align-self: center;
    box-shadow: 23px 20.7px 13px 0 rgba(0, 0, 0, 0.06); }

.book-board--fc .words {
  line-height: 1.67;
  padding-top: 1.875rem;
  font-size: 16px ;
  font-size: 1rem ; }
  .book-board--fc .words + .words {
    margin-top: 1.875rem;
    margin-left: auto;
    padding-top: 1.875rem;
    border-top: 1px solid #e5e5e5; }
  .book-board--fc .words > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .book-board--fc .words > li + li {
    margin-top: 1rem; }

.book-board--fc .words-separate {
  padding-top: 0; }
  .book-board--fc .words-separate > li + li {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #e5e5e5; }

.book-board--fc .words__tit {
  width: 6.25rem;
  font-weight: 700;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.book-board--fc .words__txt {
  width: calc(100% - 6.25rem); }

.book-board--fc .flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .book-board--fc .flex-box .words__tit {
    width: 6.25rem;
    text-align: left;
    padding-left: 0; }
  .book-board--fc .flex-box .words__txt {
    width: calc(100% - 6.25rem); }

.book-board--fc .drop-more-btn {
  width: 100%;
  font-size: 16px ;
  font-size: 1rem ;
  text-align: center;
  font-weight: 700; }
  .book-board--fc .drop-more-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 0.75rem;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 11' width='24' height='11'%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(0 -6.5)'%3E%3Crect width='24' height='24' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpolygon points='12.65 10.31 24 0.94 22.94 0 11.86 9.15 1.06 0 0 0.94 10.77 10.06 10.76 10.06 11.82 11 11.85 10.97 11.88 11 12.65 10.31' fill='rgb(153,153,153)'/%3E%3C/g%3E%3C/svg%3E"); }

.book-board--fc .slice-container__cont.more {
  position: relative; }
  .book-board--fc .slice-container__cont.more:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(1.5em * 3);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 64%, transparent); }

.book-board--fc.dropable .book-item__head {
  padding: 1.05rem 4.5rem 1rem 2rem;
  cursor: pointer; }
  .book-board--fc.dropable .book-item__head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    display: block;
    width: 1.5rem;
    height: 100%;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 11' width='24' height='11'%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(0 -6.5)'%3E%3Crect width='24' height='24' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpolygon points='12.65 10.31 24 0.94 22.94 0 11.86 9.15 1.06 0 0 0.94 10.77 10.06 10.76 10.06 11.82 11 11.85 10.97 11.88 11 12.65 10.31' fill='rgb(153,153,153)'/%3E%3C/g%3E%3C/svg%3E"); }

.book-board--fc.dropable .book-item__head.on {
  background-color: #424244;
  color: #fff; }
  .book-board--fc.dropable .book-item__head.on:after {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1); }

.book-board--fc.dropable .book-item__body {
  display: none; }
  .book-board--fc.dropable .book-item__body.on {
    display: block; }

@media (min-width: 576px) {
  .book-board--fc .flex-box .thumb-wrap {
    width: 42.173%;
    padding-right: 20px; }
  .book-board--fc .flex-box .thumb {
    max-width: 16.375rem; }
    .book-board--fc .flex-box .thumb .thumb__img {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 126.81%;
      overflow: hidden;
      isolation: isolate; }
      .book-board--fc .flex-box .thumb .thumb__img > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        vertical-align: middle;
        width: auto;
        max-width: 74%;
        max-height: 73.11%; }
  .book-board--fc .flex-box .words {
    width: 57.827%;
    border-top: 1px solid #e5e5e5; }
  .book-board--fc .words {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .book-board--fc .words__tit {
    width: 8.25rem; }
  .book-board--fc .words__txt {
    width: calc(100% - 8.25rem); } }

@media (max-width: 575.9px) {
  .book-board--fc .book-item__head {
    padding-left: 10px;
    padding-right: 10px; }
  .book-board--fc.dropable .book-item__head {
    padding-left: 1.25rem;
    padding-right: calc(15px + 1.5rem); }
    .book-board--fc.dropable .book-item__head:after {
      right: 10px; } }

/* 기본 테이블 리스트 */
.table-list-board--fc {
  border-top: 2px solid #000;
  font-size: 16px ;
  font-size: 1rem ;
  text-align: center;
  table-layout: fixed; }
  .table-list-board--fc tr {
    border-bottom: 1px solid #e5e5e5; }
  .table-list-board--fc td {
    height: 4.375rem; }
  .table-list-board--fc th,
  .table-list-board--fc td {
    vertical-align: middle;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .table-list-board--fc thead th {
    height: 4.375rem; }
  .table-list-board--fc .board-title--fc {
    text-align: left; }
    .table-list-board--fc .board-title--fc .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      /* 라인수 */
      word-wrap: break-word;
      line-height: 1.5em;
      display: block;
      white-space: nowrap;
      /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
      height: 1.5em; }
    .table-list-board--fc .board-title--fc .ellipsis + a[href^="/index.php?tpf=common/save_as"] {
      margin-left: 0.5em;
      align-self: center;
      line-height: 0; }
    .table-list-board--fc .board-title--fc a {
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
        .table-list-board--fc .board-title--fc a:hover {
          color: #d00213; } }
      @media (max-width: 991.9px) {
        .table-list-board--fc .board-title--fc a {
          /* &:active {
      @content;
    } */ } }
  @media (min-width: 992px) {
    .table-list-board--fc .board-title--fc {
      padding-left: 2rem; } }

.board-wrap--fc .table-list-board--fc .board-title--fc a {
  font-size: 16px ;
  font-size: 1rem ; }

/* 리스트 버튼 */
.detail-list-btn--fc {
  border-top: 1px solid #e5e5e5;
  margin-top: 3.75rem;
  padding-top: 4.5rem;
  text-align: center; }
  .detail-list-btn--fc .list-btn__link {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    width: 100%;
    max-width: 12.5rem;
    padding: 1.25rem 5px; }
    .detail-list-btn--fc .list-btn__link img {
      margin-right: 1em; }

/* modal */
#previewModal .modal-title {
  padding-bottom: 1.5rem; }
  #previewModal .modal-title img {
    width: 1.5rem; }

#previewModal .btnArr.btnColorW:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: Transform 0.5s ease;
  -moz-transition: Transform 0.5s ease;
  -ms-transition: Transform 0.5s ease;
  -o-transition: Transform 0.5s ease;
  transition: Transform 0.5s ease; }

#previewModal .btnArr.btnColorW:after {
  background: #666; }

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #previewModal .btnArr.btnColorW:hover {
    color: #fff;
    background-color: #201f27; }
    #previewModal .btnArr.btnColorW:hover:before {
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right center;
      transform-origin: right center; }
    #previewModal .btnArr.btnColorW:hover:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    #previewModal .btnArr.btnColorW:hover span:after {
      background: url("/html/_skin/img/common/ico_btn_arr_white.png") no-repeat left center; } }

@media (max-width: 991.9px) {
  #previewModal .btnArr.btnColorW {
    /* &:active {
      @content;
    } */ } }

#previewModal .preview-videos > li {
  margin-top: 4px;
  margin-bottom: 4px; }

#previewModal .preview-videos .title {
  width: calc(100% - 115px);
  padding-right: 1rem;
  align-self: center;
  margin-right: auto; }

#previewModal .preview-videos .title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  height: 1.5em; }

#previewModal .preview-videos .btn-wrap {
  width: 115px; }
  #previewModal .preview-videos .btn-wrap .btn {
    width: 100%;
    height: 2.1875rem; }

/* course list -- type card (메인페이지) */
.item_tag--fc .pro-tag--fc {
  display: inline-block;
  height: 1.6875rem;
  line-height: 1.6875rem;
  font-size: calc(15 * 1px) ;
  font-size: 0.9375rem ;
  color: #fff;
  padding: 0 0.875rem;
  border-radius: 0.78125rem;
  margin-right: 0.3125rem;
  background-color: #000; }

.course-card--fc .course-card__list .no-data--fc {
  width: 100% !important; }

.course-card--fc .course-card__list .prd_item--fc {
  position: relative; }

.course-card--fc .course-card__list a {
  display: block; }

.course-card--fc .course-card__list .ef_hover_wrap {
  border-radius: 0.625rem;
  overflow: hidden;
  isolation: isolate;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .course-card--fc .course-card__list .ef_hover_wrap .ef_hover {
    cursor: pointer; }
    .course-card--fc .course-card__list .ef_hover_wrap .ef_hover:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 3px solid #d00213;
      border-radius: 0.625rem;
      opacity: 0;
      z-index: 1;
      overflow: hidden;
      isolation: isolate; }
  @media (min-width: 992px) {
    .course-card--fc .course-card__list .ef_hover_wrap .ef_hover:before {
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; } }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .course-card--fc .course-card__list .ef_hover_wrap:hover {
      box-shadow: 5.9px 5.4px 15px 0 rgba(0, 0, 0, 0.11); }
      .course-card--fc .course-card__list .ef_hover_wrap:hover .ef_hover:before {
        opacity: 1; }
      .course-card--fc .course-card__list .ef_hover_wrap:hover .prd_detail_box {
        background-color: #fff; }
      .course-card--fc .course-card__list .ef_hover_wrap:hover .item_price--fc .customer {
        color: #d00213; }
      .course-card--fc .course-card__list .ef_hover_wrap:hover .prd-btn--fc {
        opacity: 1; } }
  @media (max-width: 991.9px) {
    .course-card--fc .course-card__list .ef_hover_wrap {
      /* &:active {
      @content;
    } */ } }

.course-card--fc .course-card__list .prd_item--fc__link {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.course-card--fc .course-card__list .imgWrap--fc .thumb__img {
  background-color: #f9fafc;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60.27%;
  overflow: hidden;
  isolation: isolate; }
  .course-card--fc .course-card__list .imgWrap--fc .thumb__img > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: calc(100% + 40px); }

.course-card--fc .course-card__list .prd_detail_box {
  position: relative;
  padding: 1.25rem;
  background-color: #f9fafc;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.course-card--fc .course-card__list .item_tag--fc {
  position: absolute;
  top: 0;
  left: 1.125rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

.course-card--fc .course-card__list .item_name--fc {
  max-width: 70%;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.25em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.5em; }
  @media (max-width: 1199.9px) {
    .course-card--fc .course-card__list .item_name--fc {
      font-size: 18px;
      font-size: 1.125rem ; } }

.course-card--fc .course-card__list .item_category--fc {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  color: #888;
  margin-top: 0.9375rem; }

.course-card--fc .course-card__list .item_price--fc {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5625rem;
  line-height: 1;
  font-size: calc(15 * 1px) ;
  font-size: 0.9375rem ;
  color: #888; }
  .course-card--fc .course-card__list .item_price--fc .origin {
    text-decoration: line-through; }
  .course-card--fc .course-card__list .item_price--fc .customer {
    font-weight: 700;
    font-size: 2em;
    color: #000; }
  .course-card--fc .course-card__list .item_price--fc .customer small {
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    color: #000; }
    @media (max-width: 1199.9px) {
      .course-card--fc .course-card__list .item_price--fc .customer small {
        font-size: 18px;
        font-size: 1.125rem ; } }

.course-card--fc .course-card__list .prd-btn--fc {
  font-size: 0;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ed161e;
  z-index: 100;
  opacity: 0; }
  .course-card--fc .course-card__list .prd-btn--fc:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/html/_skin/img/common/ico_cart_w.png") no-repeat center/50%; }

.course-card--fc .course-card__list .prd_detail_box .prd-btn--fc {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem; }

.course-card--fc .course-card__list.swiper-wrapper .prd_item--fc {
  padding-top: 0.84375rem; }

.course-card--fc .course-card__list.swiper-wrapper .item_tag--fc {
  transform: none; }

.course-card--fc .course-card__list:not(.swiper-wrapper) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px; }
  .course-card--fc .course-card__list:not(.swiper-wrapper) .prd_item--fc {
    width: 50%;
    padding: 4px;
    margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .course-card--fc .course-card__list:not(.swiper-wrapper) {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px; }
    .course-card--fc .course-card__list:not(.swiper-wrapper) .prd_item--fc {
      width: 33.333%;
      padding: 8px; } }

@media (min-width: 992px) {
  .course-card--fc .prd-btn--fc {
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .course-card--fc .course-card__list:not(.swiper-wrapper) .prd_item--fc {
    width: 25%; } }

@media (min-width: 1200px) {
  .course-card--fc .course-card__list:not(.swiper-wrapper) {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; }
    .course-card--fc .course-card__list:not(.swiper-wrapper) .prd_item--fc {
      padding: 10px; } }

@media (max-width: 991.9px) {
  .course-card--fc .course-card__list .prd_detail_box {
    padding: 0;
    background-color: #fff; }
    .course-card--fc .course-card__list .prd_detail_box .prd-btn--fc {
      position: static; }
  .course-card--fc .course-card__list .prd__info--fc {
    padding: 1.25rem;
    background-color: #f9fafc; }
  .course-card--fc .course-card__list .prd-btn--fc {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.625rem;
    font-size: 16px ;
    font-size: 1rem ;
    color: #000;
    transition: none;
    opacity: 1; }
    .course-card--fc .course-card__list .prd-btn--fc:before {
      display: none; }
  .course-card--fc .prd__btns--fc {
    margin-top: 0.875rem; } }

@media (max-width: 310px) {
  .course-card--fc .course-card__list:not(.swiper-wrapper) .prd_item--fc {
    width: 100%; } }

.course-app-info--fc {
  margin-bottom: 2.25rem; }
  .course-app-info--fc .app-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #dee0e5;
    border-radius: 5px;
    overflow: hidden;
    isolation: isolate; }
    .course-app-info--fc .app-list > li {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all; }
  .course-app-info--fc .app-list__tit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    background-color: #73767c;
    min-width: 6.5rem;
    padding-left: 1rem; }
    .course-app-info--fc .app-list__tit > span {
      width: 100%; }
  .course-app-info--fc .app-list__txt {
    padding: 1rem 1.25rem;
    min-width: 9.875rem; }
  .course-app-info--fc .tag {
    align-self: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.25rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
    margin-right: 0.4em;
    border-radius: 5px; }
    .course-app-info--fc .tag > span {
      font-size: 0.7em; }
    .course-app-info--fc .tag.bg_point {
      color: #fff; }
  .course-app-info--fc * + .tag {
    margin-left: 0.4em; }
  @media (max-width: 310px) {
    .course-app-info--fc .app-list > li {
      width: 100%; } }

#modalMovie .video-js,
#modalMovie .myVideo-dimensions {
  width: 100% !important;
  height: 100% !important; }

/* 검색결과 */
.search-filter--fc {
  padding: 2.5rem 20px;
  margin-bottom: 4.75rem;
  border-radius: 5px;
  border: solid 1px #dbdbdb; }
  .search-filter--fc .search-filter__box + .search-filter__box {
    margin-top: 1.3rem; }
  .search-filter--fc .search-filter__box__tit {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .search-filter--fc .search-filter__box__body {
    font-size: 16px ;
    font-size: 1rem ; }
  .search-filter--fc .filter-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px; }
    .search-filter--fc .filter-btns .filter-btn {
      display: block;
      width: 100%;
      height: 2.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: 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;
      border-radius: 5px;
      border: solid 1px #dbdbdb;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
        .search-filter--fc .filter-btns .filter-btn:hover {
          background-color: #f4f5f8; } }
      @media (max-width: 991.9px) {
        .search-filter--fc .filter-btns .filter-btn {
          /* &:active {
      @content;
    } */ } }
    .search-filter--fc .filter-btns .filter-btn.on {
      border-color: #d00213;
      background-color: #d00213;
      color: #fff; }
    .search-filter--fc .filter-btns > li {
      width: 33.33%;
      padding: 2px;
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
  .search-filter--fc .filter-keyword {
    position: relative; }
  .search-filter--fc .filter-keyword__input {
    width: 100%;
    padding-left: 1em;
    padding-right: calc(3.125rem + 10px);
    background-color: #fcfcfc;
    border-radius: 5px;
    height: 3.125rem; }
    .search-filter--fc .filter-keyword__input:not(:focus) {
      border-color: #dbdbdb; }
  .search-filter--fc .filter-keyword__btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    background: no-repeat center/52%;
    background-image: url(/html/_skin/img/common/ico_search_btn.png); }
  @media (min-width: 576px) {
    .search-filter--fc .filter-btns {
      margin-top: -5px;
      margin-left: -5px;
      margin-right: -5px; }
      .search-filter--fc .filter-btns > li {
        width: 25%;
        padding: 5px;
        font-size: 16px ;
        font-size: 1rem ; } }
  @media (min-width: 768px) {
    .search-filter--fc {
      padding-left: 0;
      padding-right: 2.5rem; }
      .search-filter--fc .search-filter__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .search-filter--fc .search-filter__box__tit {
        width: 9.25rem;
        padding-top: 0.625rem;
        padding-left: 2.5rem;
        margin-bottom: 0; }
      .search-filter--fc .search-filter__box__body {
        width: calc(100% - 9.25rem); } }
  @media (min-width: 992px) {
    .search-filter--fc .filter-btns > li {
      width: 16.66%; } }
  @media (max-width: 310px) {
    .search-filter--fc .filter-btns > li {
      width: 50%;
      font-size: calc(12 * 1px) ;
      font-size: 0.75rem ; } }

/* 리스트 */
.product-list--fc .list-total {
  font-size: 16px ;
  font-size: 1rem ;
  color: #0d0d0d;
  margin-bottom: 1.25rem; }
  .product-list--fc .list-total .list-total__point {
    font-weight: bold;
    color: #d00213; }

.product-list--fc .list-wrap {
  padding-top: 2.5rem;
  border-top: 2px solid #000; }

.product-list--fc .product-list__prds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }
  .product-list--fc .product-list__prds a {
    position: relative;
    display: block; }
  .product-list--fc .product-list__prds .item {
    margin-bottom: 4.125rem; }
  .product-list--fc .product-list__prds .prd-thumb {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.625rem; }
  .product-list--fc .product-list__prds .thumb__img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 126.81%;
    overflow: hidden;
    isolation: isolate;
    background-color: #f4f5f8; }
    .product-list--fc .product-list__prds .thumb__img > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      vertical-align: middle;
      width: auto;
      max-width: 100%;
      max-height: 73.111%; }
    .product-list--fc .product-list__prds .thumb__img img {
      max-width: 80%;
      box-shadow: 23px 20.7px 13px 0 rgba(0, 0, 0, 0.06); }
  .product-list--fc .product-list__prds .thumb-caption__tit {
    margin-bottom: 1.5rem;
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.25em;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.5em; }
    @media (max-width: 1199.9px) {
      .product-list--fc .product-list__prds .thumb-caption__tit {
        font-size: 18px;
        font-size: 1.125rem ; } }
  .product-list--fc .product-list__prds .thumb-caption__price > span {
    display: block; }
  .product-list--fc .product-list__prds .thumb-caption__price .origin {
    margin-bottom: 2px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5); }
  .product-list--fc .product-list__prds .thumb-caption__price .custom {
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 700; }
    @media (max-width: 1199.9px) {
      .product-list--fc .product-list__prds .thumb-caption__price .custom {
        font-size: 18px;
        font-size: 1.125rem ; } }
  .product-list--fc .product-list__prds .thumb-caption__btns {
    margin-top: 12%; }
    .product-list--fc .product-list__prds .thumb-caption__btns .btn-list {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -8px;
      margin-right: -8px; }
      .product-list--fc .product-list__prds .thumb-caption__btns .btn-list > li {
        padding: 0 8px; }
    .product-list--fc .product-list__prds .thumb-caption__btns .quick-btn {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ;
      padding: 1rem;
      border-radius: 10em;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -ms-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
        .product-list--fc .product-list__prds .thumb-caption__btns .quick-btn:hover {
          background-color: #d00213; } }
      @media (max-width: 991.9px) {
        .product-list--fc .product-list__prds .thumb-caption__btns .quick-btn {
          /* &:active {
      @content;
    } */ } }
    .product-list--fc .product-list__prds .thumb-caption__btns img {
      width: 1.375rem; }
    .product-list--fc .product-list__prds .thumb-caption__btns .img,
    .product-list--fc .product-list__prds .thumb-caption__btns .txt {
      display: block; }
    .product-list--fc .product-list__prds .thumb-caption__btns .img {
      line-height: 0; }
    .product-list--fc .product-list__prds .thumb-caption__btns .txt {
      margin-top: 0.5em; }
  .product-list--fc .product-list__prds .item {
    width: 50%;
    padding: 5px; }

.product-list--fc .prd-info {
  padding-top: 1.5rem; }

.product-list--fc .prd-info__cate {
  margin-bottom: 0.3rem;
  font-size: calc(14 * 1px) ;
  font-size: 0.875rem ;
  font-weight: 700;
  color: #d00213; }

.product-list--fc .prd-info__title {
  padding-right: 1rem;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.25em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.5em; }
  @media (max-width: 1199.9px) {
    .product-list--fc .prd-info__title {
      font-size: 18px;
      font-size: 1.125rem ; } }

@media (min-width: 576px) {
  .product-list--fc .product-list__prds .item {
    width: 33.333%; } }

@media (min-width: 768px) {
  .product-list--fc .product-list__prds .thumb-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 13.7% 8%;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .product-list--fc .product-list__prds .thumb-caption__btns img {
    filter: invert(83%) sepia(100%) saturate(2%) hue-rotate(58deg) brightness(110%) contrast(101%); }
  .product-list--fc .product-list__prds .item > a:hover .thumb-caption {
    opacity: 1; } }

@media (min-width: 992px) {
  .product-list--fc .product-list__prds {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; }
    .product-list--fc .product-list__prds .item {
      width: 25%;
      padding: 10px; } }

@media (max-width: 767.9px) {
  .product-list--fc .product-list__prds .thumb-caption__tit,
  .product-list--fc .product-list__prds .thumb-caption__price {
    display: none; }
  .product-list--fc .product-list__prds .thumb-caption__btns {
    margin-top: 1rem; }
    .product-list--fc .product-list__prds .thumb-caption__btns .btn-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -2px;
      margin-left: -2px;
      margin-right: -2px; }
      .product-list--fc .product-list__prds .thumb-caption__btns .btn-list > li {
        width: 100%;
        padding: 2px; }
    .product-list--fc .product-list__prds .thumb-caption__btns .quick-btn {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 2.5rem;
      padding: 5px;
      font-size: 16px ;
      font-size: 1rem ;
      border: 1px solid #e5e5e5;
      border-radius: 4px; }
    .product-list--fc .product-list__prds .thumb-caption__btns img {
      width: auto; }
    .product-list--fc .product-list__prds .thumb-caption__btns .img {
      width: 1rem;
      flex-shrink: 0;
      align-self: center;
      margin-right: 0.5rem; }
    .product-list--fc .product-list__prds .thumb-caption__btns .txt {
      margin-top: 0; } }

/* 상세페이지 */
.product-detail--fc .product-detail__main__thumb {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem; }
  .product-detail--fc .product-detail__main__thumb .thumb__img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 126.81%;
    overflow: hidden;
    isolation: isolate;
    background-color: #f4f5f8; }
    .product-detail--fc .product-detail__main__thumb .thumb__img > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      vertical-align: middle;
      width: auto;
      max-width: 72.29%;
      max-height: 73.18%; }
    .product-detail--fc .product-detail__main__thumb .thumb__img img {
      box-shadow: 23px 20.7px 13px 0 rgba(0, 0, 0, 0.06); }

.product-detail--fc .product-detail__main__shortdesc .category {
  font-size: 16px ;
  font-size: 1rem ;
  font-weight: 700;
  color: #d00213; }

.product-detail--fc .product-detail__main__shortdesc .product-name {
  font-size: calc(26 * 1px) ;
  font-size: 1.625rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .product-detail--fc .product-detail__main__shortdesc .product-name {
      font-size: 21px;
      font-size: 1.3125rem ; } }

.product-detail--fc .product-detail__main__shortdesc .product-detail {
  margin-top: 1.5rem; }

.product-detail--fc .product-detail__main__shortdesc .product-detail__list {
  color: #201f27;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  border-top: 2px solid #000; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.275rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e5e5; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__list .tit {
    width: 40%;
    padding-left: 1rem;
    font-weight: 700; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__list .txt {
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__list .price.origin {
    color: rgba(32, 31, 39, 0.5);
    text-decoration: line-through; }

.product-detail--fc .product-detail__main__shortdesc .product-detail__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f8;
  padding: 2.75rem 2rem;
  font-weight: 700;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ; }
  @media (max-width: 1199.9px) {
    .product-detail--fc .product-detail__main__shortdesc .product-detail__total {
      font-size: 18px;
      font-size: 1.125rem ; } }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__total .tit {
    line-height: 1.35;
    color: #201f27;
    margin-right: auto; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__total .price.customer {
    font-size: 1.1em;
    color: #d00213; }

.product-detail--fc .product-detail__main__shortdesc .product-detail__btns {
  margin-top: 3rem; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125em;
    text-align: center;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    border-radius: 100px;
    border-width: 2px; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a > span {
      width: 100%; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a.btnColorW {
      color: #201f27; }
      .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a.btnColorW:after {
        background: #f4f5f8; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a.btnColorW:not(:hover) {
      border-color: #757e8a; }
  .product-detail--fc .product-detail__main__shortdesc .product-detail__btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns .btn-list .btn {
      width: 100%; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns .btn-list > li {
      width: 50%;
      padding: 5px; }

.product-detail--fc .product-detail__content .delivery-policy {
  margin-top: 3rem;
  font-size: 16px ;
  font-size: 1rem ; }
  .product-detail--fc .product-detail__content .delivery-policy > li:before {
    background-color: #201f27;
    margin-top: 0.6em; }
  .product-detail--fc .product-detail__content .delivery-policy > li + li {
    margin-top: 1.5rem; }
  .product-detail--fc .product-detail__content .delivery-policy .tit {
    font-weight: 700; }

.product-detail--fc .detail-list-btn--fc {
  margin-top: 6rem;
  padding-top: 0;
  border-top: 0; }

@media (min-width: 576px) {
  .product-detail--fc .product-detail__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-detail--fc .product-detail__main__thumb {
    width: 35.44%;
    margin-bottom: 0; }
  .product-detail--fc .product-detail__main__shortdesc {
    width: 64.56%;
    padding-left: 5%; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__btns a {
      height: 3.888em; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__list .tit {
      padding-left: 2rem; }
    .product-detail--fc .product-detail__main__shortdesc .product-detail__list .txt {
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
  .product-detail--fc .product-detail__content .delivery-policy {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
    .product-detail--fc .product-detail__content .delivery-policy > li + li {
      margin-top: 3.75rem; }
    .product-detail--fc .product-detail__content .delivery-policy .d-flex-wrap .tit {
      width: 8rem;
      padding-right: 1rem; }
    .product-detail--fc .product-detail__content .delivery-policy .d-flex-wrap .txt {
      width: calc(100% - 8rem); } }

@media (min-width: 992px) {
  .product-detail--fc .product-detail__content .delivery-policy .d-flex-wrap .tit {
    width: 13.9375rem; }
  .product-detail--fc .product-detail__content .delivery-policy .d-flex-wrap .txt {
    width: calc(100% - 13.9375rem); } }

/* book list -- card type(메인페이지) */
.book-card--fc .book-card__list .prd_item--fc {
  position: relative; }

.book-card--fc .book-card__list .prd_item--fc__link {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.book-card--fc .book-card__list .item_tag--fc {
  position: absolute;
  top: 0;
  left: 1.125rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

.book-card--fc .book-card__list .ef_hover_wrap {
  position: relative;
  border-radius: 0.625rem;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .book-card--fc .book-card__list .ef_hover_wrap .ef_hover {
    cursor: pointer; }
  .book-card--fc .book-card__list .ef_hover_wrap .ef_hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 0.625rem;
    z-index: 1;
    font-size: 16px ;
    font-size: 1rem ; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .book-card--fc .book-card__list .ef_hover_wrap:hover .ef_hover:before {
      border-color: #d00213; }
    .book-card--fc .book-card__list .ef_hover_wrap:hover .prd_detail_box {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }
  @media (max-width: 991.9px) {
    .book-card--fc .book-card__list .ef_hover_wrap {
      /* &:active {
      @content;
    } */ } }

.book-card--fc .book-card__list .prd_detail_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem;
  background-color: #d00213;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
  z-index: 5; }

.book-card--fc .book-card__list .imgWrap--fc .thumb,
.book-card--fc .book-card__list .imgWrap--fc .thumb-caption {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.book-card--fc .book-card__list .imgWrap--fc .thumb {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.book-card--fc .book-card__list .imgWrap--fc .thumb__img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15); }
  .book-card--fc .book-card__list .imgWrap--fc .thumb__img > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%; }
  .book-card--fc .book-card__list .imgWrap--fc .thumb__img > img {
    max-width: 100%; }

.book-card--fc .book-card__list .imgWrap--fc .thumb-caption {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  text-align: center; }

.book-card--fc .book-card__list .imgWrap--fc .thumb-caption__name {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.22em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.44em; }

.book-card--fc .book-card__list .item_name--fc {
  max-width: 100%;
  color: #fff;
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.25em;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.5em; }
  @media (max-width: 1199.9px) {
    .book-card--fc .book-card__list .item_name--fc {
      font-size: 18px;
      font-size: 1.125rem ; } }

.book-card--fc .book-card__list .item_price--fc {
  display: block;
  width: calc(100% - 40px);
  margin-left: auto;
  color: #fff;
  text-align: right; }
  .book-card--fc .book-card__list .item_price--fc > span {
    display: block; }
  .book-card--fc .book-card__list .item_price--fc .origin {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5); }

.book-card--fc .book-card__list .prd-btn--fc {
  font-size: 0;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  z-index: 100; }
  .book-card--fc .book-card__list .prd-btn--fc:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/html/_skin/img/common/ico_cart_b.png") no-repeat center/50%; }

.book-card--fc .book-card__list .prd_detail_box .prd-btn--fc {
  position: absolute;
  left: 1.25rem;
  top: auto;
  bottom: 1.125rem; }

.book-card--fc .book-card__list.swiper-wrapper .prd_item--fc {
  padding-top: 0.84375rem; }

.book-card--fc .book-card__list.swiper-wrapper .item_tag--fc {
  transform: none; }

.book-card--fc .book-card__list:not(.swiper-wrapper) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px; }
  .book-card--fc .book-card__list:not(.swiper-wrapper) .prd_item--fc {
    width: 50%;
    padding: 4px; }

@media (min-width: 768px) {
  .book-card--fc .book-card__list:not(.swiper-wrapper) {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px; }
    .book-card--fc .book-card__list:not(.swiper-wrapper) .prd_item--fc {
      width: 33.333%;
      padding: 8px; } }

@media (min-width: 1200px) {
  .book-card--fc .book-card__list:not(.swiper-wrapper) {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; }
    .book-card--fc .book-card__list:not(.swiper-wrapper) .prd_item--fc {
      width: 25%;
      padding: 10px; } }

@media (max-width: 991.9px) {
  .book-card--fc .book-card__list .prd_detail_box {
    display: none; } }

@media (max-width: 575.9px) {
  .book-card--fc .imgWrap--fc .thumb,
  .book-card--fc .imgWrap--fc .thumb-caption {
    padding-left: 1rem;
    padding-right: 1rem; }
  .book-card--fc .imgWrap--fc .thumb {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.corp-train--page .corp-train-head {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  color: #0d0d0d;
  line-height: 1.67;
  margin-bottom: 0.25rem; }
  .corp-train--page .corp-train-head > dt {
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 700;
    color: #201f27; }
    @media (max-width: 1199.9px) {
      .corp-train--page .corp-train-head > dt {
        font-size: 18px;
        font-size: 1.125rem ; } }
  .corp-train--page .corp-train-head .img {
    align-self: center;
    line-height: 0;
    margin-right: 0.625rem; }
  .corp-train--page .corp-train-head img {
    max-width: 1.75rem; }

.corp-train--page .training-banner {
  margin-top: 2rem;
  padding: 6.3rem 20px;
  background: no-repeat center/cover;
  background-image: url(/html/_skin/img/sub/corp/bg_corp_banner.jpg);
  color: #fff; }
  .corp-train--page .training-banner .tit {
    margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .corp-train--page .training-banner {
      padding-left: 6rem;
      padding-right: 6rem; } }

.corp-train--page .corp-train-infos {
  margin-top: -6px;
  margin-left: -6px;
  margin-right: -6px; }
  .corp-train--page .corp-train-infos > li {
    padding: 6px; }
  .corp-train--page .corp-train-infos .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: #f9fafc; }
  .corp-train--page .corp-train-infos .dotInfo > li:before {
    width: 4px;
    height: 4px; }
  .corp-train--page .corp-train-infos .thumb {
    width: 3rem; }
    .corp-train--page .corp-train-infos .thumb img {
      width: 2rem; }
  .corp-train--page .corp-train-infos .words {
    width: calc(100% - 3rem); }
  .corp-train--page .corp-train-infos .words__tit {
    margin-bottom: 1rem;
    font-size: calc(22 * 1px) ;
    font-size: 1.375rem ;
    font-weight: 700; }
    @media (max-width: 1199.9px) {
      .corp-train--page .corp-train-infos .words__tit {
        font-size: 20px;
        font-size: 1.25rem ; } }
  @media (min-width: 768px) {
    .corp-train--page .corp-train-infos {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .corp-train--page .corp-train-infos > li {
        width: 50%; }
      .corp-train--page .corp-train-infos .box {
        padding: 3rem 0; }
      .corp-train--page .corp-train-infos .thumb {
        width: 10rem;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem; }
        .corp-train--page .corp-train-infos .thumb img {
          width: 2.9375rem; }
      .corp-train--page .corp-train-infos .words {
        width: calc(100% - 10rem);
        padding-right: 2rem; } }

.corp-train--page .corp-train-bottom {
  margin-top: 6.25rem;
  text-align: center; }
  .corp-train--page .corp-train-bottom__btns {
    max-width: 654px;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto; }
    .corp-train--page .corp-train-bottom__btns .btn {
      width: 100%;
      height: 3.75rem;
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ; }
    .corp-train--page .corp-train-bottom__btns .btnTypeR {
      border-radius: 100px; }
    .corp-train--page .corp-train-bottom__btns .btnColorW {
      color: #000; }
      .corp-train--page .corp-train-bottom__btns .btnColorW:after {
        background-color: #f4f5f8; }
    .corp-train--page .corp-train-bottom__btns .btn-list {
      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: -10px;
      margin-left: -10px;
      margin-right: -10px; }
      .corp-train--page .corp-train-bottom__btns .btn-list > li {
        width: 100%;
        padding: 10px; }
  @media (min-width: 576px) {
    .corp-train--page .corp-train-bottom__btns .btn-list > li {
      width: 50%; } }

/* 검정시행일정 */
.test-schedule--page .section-tit {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (max-width: 1199.9px) {
    .test-schedule--page .section-tit {
      font-size: 18px;
      font-size: 1.125rem ; } }

.test-schedule--page .section-notice .notice-tit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  color: #201f27;
  font-weight: 700;
  margin-bottom: 2rem; }
  .test-schedule--page .section-notice .notice-tit .notice-tit__symbol {
    flex-shrink: 0;
    background-color: #d00213;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.2em;
    margin-right: 0.4em;
    line-height: 1.25rem;
    text-align: center;
    font-size: 72.22%;
    font-weight: 400;
    color: #fff;
    border-radius: 50%; }

.test-schedule--page .section-notice .notice-words {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  line-height: 1.67; }

.test-schedule--page .section-notice .notice-words__tit {
  font-weight: 700;
  margin-bottom: 0.25rem; }

@media (min-width: 576px) {
  .test-schedule--page .section-notice .notice-words {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .test-schedule--page .section-notice .notice-words__tit {
    width: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
    text-align: center; }
  .test-schedule--page .section-notice .notice-words__txt {
    width: calc(100% - 7.5rem); } }

.dep1-mypage--fc .payment-board-list--fc {
  text-align: center; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .dep1-mypage--fc .payment-board-list--fc .board-subject--fc a:hover {
      text-decoration: underline; } }
  @media (max-width: 991.9px) {
    .dep1-mypage--fc .payment-board-list--fc .board-subject--fc a {
      /* &:active {
      @content;
    } */ } }
  .dep1-mypage--fc .payment-board-list--fc .btn {
    position: relative;
    width: 100%;
    max-width: 80px;
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .dep1-mypage--fc .payment-board-list--fc a.mobile-link {
    display: none; }
  .dep1-mypage--fc .payment-board-list--fc .for-mobile .tit {
    padding-right: 0.5rem; }
  @media (min-width: 768px) {
    .dep1-mypage--fc .payment-board-list--fc .board-subject--fc a {
      display: block;
      padding-left: 0.5rem; }
    .dep1-mypage--fc .payment-board-list--fc .for-mobile .tit {
      display: none; }
    .dep1-mypage--fc .payment-board-list--fc .for-mobile .txt {
      width: 100%;
      text-align: center; }
    .dep1-mypage--fc .payment-board-list--fc .for-mobile .d-flex.j_c {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .dep1-mypage--fc .payment-board-list--fc .board-btn--fc {
      font-size: 16px ;
      font-size: 1rem ; } }
  @media (min-width: 768px) {
    .dep1-mypage--fc .payment-board-list--fc tbody td,
    .dep1-mypage--fc .payment-board-list--fc .board-subject--fc a {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; } }
  @media (max-width: 767.9px) {
    .dep1-mypage--fc .payment-board-list--fc thead,
    .dep1-mypage--fc .payment-board-list--fc colgroup {
      display: none; }
    .dep1-mypage--fc .payment-board-list--fc,
    .dep1-mypage--fc .payment-board-list--fc tbody,
    .dep1-mypage--fc .payment-board-list--fc th {
      display: block; }
    .dep1-mypage--fc .payment-board-list--fc tr {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 1rem; }
    .dep1-mypage--fc .payment-board-list--fc a.mobile-link {
      z-index: 1;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .dep1-mypage--fc .payment-board-list--fc tbody td {
      display: inline-block;
      align-self: center;
      height: auto;
      margin-top: 0.3em;
      padding: 0;
      text-align: left; }
    .dep1-mypage--fc .payment-board-list--fc .board-num--fc {
      display: none;
      width: 1rem;
      text-align: center;
      font-weight: 700; }
    .dep1-mypage--fc .payment-board-list--fc .board-order-num--fc,
    .dep1-mypage--fc .payment-board-list--fc .board-price--fc,
    .dep1-mypage--fc .payment-board-list--fc .board-transport--fc {
      width: 100%; }
    .dep1-mypage--fc .payment-board-list--fc .board-category--fc {
      font-weight: 700;
      padding-right: 0.5rem; }
    .dep1-mypage--fc .payment-board-list--fc .btn {
      max-width: none !important;
      margin-top: 3px;
      margin-bottom: 3px; }
    .dep1-mypage--fc .payment-board-list--fc .btn:not(.readonly) {
      height: 1.5rem; }
    .dep1-mypage--fc .payment-board-list--fc .board-status--fc:has(+ td:not(.readonly)) {
      max-width: calc(100% - 5rem);
      padding-right: 0.5rem; }
    .dep1-mypage--fc .payment-board-list--fc .board-btn--fc {
      z-index: 5;
      position: relative;
      width: 5rem; }
    .dep1-mypage--fc .payment-board-list--fc .board-btn--fc.readonly {
      width: 100%; }
      .dep1-mypage--fc .payment-board-list--fc .board-btn--fc .btn.readonly:before {
        background-color: #f9fafc; } }

.modal .tb-caption,
.dep1-mypage--fc .tb-caption {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700;
  margin-bottom: 1.875rem; }
  @media (max-width: 1199.9px) {
    .modal .tb-caption,
    .dep1-mypage--fc .tb-caption {
      font-size: 18px;
      font-size: 1.125rem ; } }

.modal .responsive-box-table--fc,
.dep1-mypage--fc .responsive-box-table--fc {
  border-top: 2px solid #000;
  word-break: break-all; }
  .modal .responsive-box-table--fc .tr,
  .dep1-mypage--fc .responsive-box-table--fc .tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5; }
  .modal .responsive-box-table--fc .tr__item,
  .dep1-mypage--fc .responsive-box-table--fc .tr__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .modal .responsive-box-table--fc .th,
  .dep1-mypage--fc .responsive-box-table--fc .th {
    align-self: center;
    width: 6rem;
    text-align: center; }
  .modal .responsive-box-table--fc .td,
  .dep1-mypage--fc .responsive-box-table--fc .td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 6rem);
    min-height: 4.25rem;
    padding-top: 5px;
    padding-left: 1rem;
    padding-bottom: 5px; }

@media (min-width: 768px) {
  .modal .responsive-box-table--fc .tr__item,
  .dep1-mypage--fc .responsive-box-table--fc .tr__item {
    width: 50%; }
  .modal .responsive-box-table--fc .tr__item + .tr__item,
  .dep1-mypage--fc .responsive-box-table--fc .tr__item + .tr__item {
    border-left: 1px solid #e5e5e5; }
    .modal .responsive-box-table--fc .tr__item + .tr__item .th,
    .dep1-mypage--fc .responsive-box-table--fc .tr__item + .tr__item .th {
      padding-left: 1.75rem; }
  .modal .responsive-box-table--fc .th,
  .dep1-mypage--fc .responsive-box-table--fc .th {
    width: 9rem;
    padding-left: 1rem; }
  .modal .responsive-box-table--fc .td,
  .dep1-mypage--fc .responsive-box-table--fc .td {
    width: calc(100% - 9rem);
    padding-left: 2.625rem;
    padding-right: 1rem; } }

@media (max-width: 767.9px) {
  .modal .responsive-box-table--fc .tr,
  .dep1-mypage--fc .responsive-box-table--fc .tr {
    border-bottom: 0; }
  .modal .responsive-box-table--fc .tr__item,
  .dep1-mypage--fc .responsive-box-table--fc .tr__item {
    border-bottom: 1px solid #e5e5e5; } }

/* 마이페이지 홈 */
.my-intro--page .tabType2 {
  margin-bottom: 1.25rem; }

.my-intro--page .my-home-info {
  border-top: 2px solid #000; }

.my-intro--page .my-home-info__head {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.25rem;
  padding-bottom: 3rem; }
  .my-intro--page .my-home-info__head .name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .my-intro--page .my-home-info__head .name .box-tag {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-self: center;
      flex-shrink: 0;
      font-weight: 400;
      height: 1.153em;
      padding-left: 0.6em;
      padding-right: 0.6em;
      margin-right: 0.6em;
      margin-bottom: 0.3em;
      color: #fff;
      background-color: #000;
      border-radius: 5px; }
      .my-intro--page .my-home-info__head .name .box-tag > span {
        font-size: 0.538em; }
  .my-intro--page .my-home-info__head .btn-wrap {
    max-width: 15.625rem;
    width: 100%;
    margin-left: auto; }
  .my-intro--page .my-home-info__head .btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px 0; }
    .my-intro--page .my-home-info__head .btn-list > li {
      flex: 1;
      padding: 5px; }
    .my-intro--page .my-home-info__head .btn-list .btn {
      width: 100%; }
  .my-intro--page .my-home-info__head .btnColorG {
    color: #201f27; }
    .my-intro--page .my-home-info__head .btnColorG:before {
      background-color: #dee0e5; }
    @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
      .my-intro--page .my-home-info__head .btnColorG:hover {
        color: #201f27; } }
    @media (max-width: 991.9px) {
      .my-intro--page .my-home-info__head .btnColorG {
        /* &:active {
      @content;
    } */ } }

.my-intro--page .my-home-info__body .my-home-info-list {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }
  .my-intro--page .my-home-info__body .my-home-info-list > [class*='col'] {
    padding: 5px; }

.my-intro--page .my-home-info__body .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 5px;
  background-color: #f9fafc; }

.my-intro--page .my-home-info__body .box__ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8.75rem;
  height: 2.5rem;
  text-align: center; }
  .my-intro--page .my-home-info__body .box__ico .thumb__img {
    width: 100%; }
  .my-intro--page .my-home-info__body .box__ico img {
    width: 37.85%; }

.my-intro--page .my-home-info__body .box__dfn {
  width: calc(100% - 8.75em);
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ; }
  .my-intro--page .my-home-info__body .box__dfn > dt + dd {
    font-weight: 700;
    font-size: calc(24 * 1px) ;
    font-size: 1.5rem ; }
    @media (max-width: 1199.9px) {
      .my-intro--page .my-home-info__body .box__dfn > dt + dd {
        font-size: 20px;
        font-size: 1.25rem ; } }

.my-intro--page .payment-board-list--fc thead th {
  font-size: 16px ;
  font-size: 1rem ; }

@media (min-width: 768px) {
  .my-intro--page .basic-board-list--fc td {
    height: 5.625rem; }
  .my-intro--page .my-home-info__head .btn-wrap {
    max-width: 248px;
    margin-right: 0; }
  .my-intro--page .my-home-info__body .my-home-info-list {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; }
    .my-intro--page .my-home-info__body .my-home-info-list > [class*='col'] {
      padding: 10px; }
  .my-intro--page .learning-app-list--fc td {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 1200px) {
  .my-intro--page .my-home-info__head .name .box-tag {
    margin-bottom: 0; } }

@media (max-width: 575.9px) {
  .my-intro--page .my-home-info__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .my-intro--page .my-home-info__head .name .box-tag {
      margin-bottom: 0; }
    .my-intro--page .my-home-info__head .btn-wrap {
      max-width: none;
      margin-top: 0.5rem; }
  .my-intro--page .my-home-info__body .box {
    padding-left: 1rem;
    padding-right: 1rem; }
  .my-intro--page .my-home-info__body .box__ico {
    width: 3rem;
    padding-right: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
    .my-intro--page .my-home-info__body .box__ico img {
      width: auto; }
  .my-intro--page .my-home-info__body .box__dfn {
    width: calc(100% - 3rem); }
  .my-intro--page .my-home-info__body .col-6 .box__ico img {
    width: 2rem; }
  .my-intro--page .my-home-info__body .col-6 .box__ico,
  .my-intro--page .my-home-info__body .col-6 .box__dfn {
    width: 100%; } }

/* my강의실 - 학습중 */
.learning-board-list--fc {
  border-top: 2px solid #000;
  text-align: center; }
  .learning-board-list--fc .required > span {
    position: relative;
    padding-right: 0.625em; }
    .learning-board-list--fc .required > span:after {
      content: "*";
      margin-left: 0.2em;
      color: #201f27; }
  .learning-board-list--fc th.required > span:after {
    line-height: 1; }
  .learning-board-list--fc .pd-0 {
    padding: 0; }
  .learning-board-list--fc tr {
    border-bottom: 1px solid #e5e5e5; }
  .learning-board-list--fc th,
  .learning-board-list--fc td {
    vertical-align: middle;
    padding: 0.75rem 5px;
    line-height: 1.43;
    height: 4.25rem; }
  .learning-board-list--fc tbody {
    color: rgba(0, 0, 0, 0.8); }
  .learning-board-list--fc thead + tbody th {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8); }
  .learning-board-list--fc .d-flex {
    text-align: left; }
  .learning-board-list--fc,
  .learning-board-list--fc .content__table {
    table-layout: fixed; }
  .learning-board-list--fc thead th {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ; }
  .learning-board-list--fc .board-subject--fc a,
  .learning-board-list--fc td {
    font-size: 16px ;
    font-size: 1rem ; }
  .learning-board-list--fc .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .learning-board-list--fc .d-flex.for-mobile .tit {
    margin-right: 0.8rem;
    font-weight: 700;
    color: #201f27; }
  .learning-board-list--fc .d-flex.for-mobile .txt {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .learning-board-list--fc .d-flex.for-mobile .txt.full {
    width: 100%; }
  .learning-board-list--fc tr.pause {
    background-color: #fff6f6; }
    .learning-board-list--fc tr.pause td {
      background-color: #fff6f6; }
  .learning-board-list--fc tr.reply .category {
    position: relative;
    padding-left: 1.5em; }
    .learning-board-list--fc tr.reply .category:before {
      content: "";
      display: block;
      position: absolute;
      top: -0.8em;
      left: 0;
      width: 1em;
      height: 2em;
      background: url(/html/_skin/img/sub/mypage/ico_reply.png) no-repeat right bottom/contain; }
  .learning-board-list--fc .btn {
    width: 100%;
    max-width: 120px;
    height: 2.1875rem;
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .learning-board-list--fc .board-pause--fc .btnColorW:not(:hover) {
    color: #d00213; }
  .learning-board-list--fc .js_replyCtt > div {
    padding: 0; }
  .learning-board-list--fc .dday-tag {
    flex-shrink: 0;
    align-self: flex-start;
    min-width: 4.375em;
    padding: 0.25em 10px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    text-align: center;
    color: #201f27;
    border-radius: 5px;
    background-color: #dee0e5; }
    .learning-board-list--fc .dday-tag.bg_point {
      color: #fff; }
  .learning-board-list--fc .course-notice-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1em;
    height: 1em;
    margin-left: 0.2rem;
    border-radius: 50%;
    text-align: center;
    background-color: #dee0e5;
    color: #201f27; }
    .learning-board-list--fc .course-notice-btn > span {
      width: 100%;
      font-size: 0.66em;
      line-height: 1; }
  .learning-board-list--fc .content__table tr {
    border: 0; }
  .learning-board-list--fc .board-subject--fc a {
    float: none !important;
    overflow: visible; }
    .learning-board-list--fc .board-subject--fc a .d-flex {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
    .learning-board-list--fc .board-subject--fc a .ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      /* 라인수 */
      word-wrap: break-word;
      line-height: 1.25em;
      display: block;
      white-space: nowrap;
      /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
      height: 1.25em; }
    .learning-board-list--fc .board-subject--fc a:not(.js_ListTtl):hover {
      text-decoration: none; }
      .learning-board-list--fc .board-subject--fc a:not(.js_ListTtl):hover .ellipsis {
        text-decoration: underline; }
  .learning-board-list--fc .board-subject--fc .category {
    flex-shrink: 0;
    align-self: center;
    margin-right: 1em; }
  .learning-board-list--fc .no-data--fc span {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .learning-board-list--fc .d-flex.for-mobile .tit {
      display: none; }
    .learning-board-list--fc .for-mobile .txt.flex-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .learning-board-list--fc td {
      height: 4.25rem; }
    .learning-board-list--fc td {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5px;
      padding-right: 5px; }
    .learning-board-list--fc .d-flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: left; }
    .learning-board-list--fc .board-subject--fc,
    .learning-board-list--fc .content__table .board-subject--fc {
      padding-left: 1.5rem; }
    .learning-board-list--fc .js_ListCtt .content__table td {
      padding-top: 0.4375rem;
      padding-bottom: 0.4375rem; }
    .learning-board-list--fc .js_replyCtt > div {
      padding: 1.5rem 0; } }
  @media (max-width: 991.9px) {
    .learning-board-list--fc .board-pause--fc .btnColorW {
      color: #d00213; } }
  @media (max-width: 767.9px) {
    .learning-board-list--fc thead,
    .learning-board-list--fc colgroup {
      display: none; }
    .learning-board-list--fc,
    .learning-board-list--fc tbody,
    .learning-board-list--fc th {
      display: block; }
    .learning-board-list--fc tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 1rem; }
    .learning-board-list--fc td {
      display: inline-block;
      width: 100%;
      height: auto;
      margin: 0.3em 0 0;
      padding: 0; }
    .learning-board-list--fc .board-date--fc,
    .learning-board-list--fc .board-rate--fc {
      display: block;
      width: 100%;
      text-align: left; }
    .learning-board-list--fc .btn {
      max-width: calc(100% - 4px) !important;
      margin-top: 4px;
      margin-bottom: 4px; }
    .learning-board-list--fc .for-mobile .txt.flex-wrap .btn {
      max-width: 5rem !important;
      height: 1.875rem; }
    .learning-board-list--fc .board-pause--fc,
    .learning-board-list--fc .board-certifi--fc,
    .learning-board-list--fc .board-extend--fc {
      width: 100%; }
    .learning-board-list--fc .board-extend--fc:not(.prevEmpty),
    .learning-board-list--fc .board-extend--fc:has(+ td:not(.empty)),
    .learning-board-list--fc .board-extend--fc + .board-retake--fc {
      width: 50%; }
    .learning-board-list--fc .board-pause--fc:not(.prevEmpty),
    .learning-board-list--fc .board-pause--fc:has(+ .board-btn--fc:not(.empty)),
    .learning-board-list--fc .board-pause--fc:not(.empty) + .board-btn--fc {
      width: 50%; }
    .learning-board-list--fc .board-certifi--fc.empty,
    .learning-board-list--fc .board-extend--fc.empty,
    .learning-board-list--fc .board-retake--fc.empty,
    .learning-board-list--fc .board-btn--fc.empty {
      display: none; }
    .learning-board-list--fc .board-btn--fc {
      display: block;
      width: 100%; }
    .learning-board-list--fc .js_ListCtt .content__table tr {
      padding: 0; }
    .learning-board-list--fc .js_ListCtt .content__table tr + tr {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(32, 31, 39, 0.1); }
    .learning-board-list--fc .for-mobile .txt.flex-wrap {
      min-width: 70%; } }
  @media (max-width: 310px) {
    .learning-board-list--fc .d-flex.for-mobile {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .learning-board-list--fc .d-flex.for-mobile .tit {
        width: 100%; }
    .learning-board-list--fc .board-pause--fc:not(.prevEmpty),
    .learning-board-list--fc .board-pause--fc:has(+ .board-btn--fc:not(.empty)),
    .learning-board-list--fc .board-pause--fc:not(.empty) + .board-btn--fc {
      width: 100%; } }

@media (min-width: 768px) {
  .learning-board-list--fc.finish > tbody > tr > td:not(.td-drop-cont) {
    height: 5.625rem; } }

.learning-board-list--fc.rate .sup-desc {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem; }

@media (min-width: 768px) {
  .learning-board-list--fc.rate > tbody > tr > td:not(.td-drop-cont) {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 5.625rem; }
  .learning-board-list--fc.rate .sup-desc {
    margin-right: 0;
    margin-bottom: 0.25rem; } }

@media (max-width: 767.9px) {
  .learning-board-list--fc.rate .empty {
    display: none; }
  .learning-board-list--fc.rate .flex-wrap .sup-desc {
    margin-bottom: 0; } }

.course-modal .q-mark {
  align-self: center;
  width: 1.458em;
  height: 1.458em;
  margin-right: 1rem;
  font-weight: 400;
  line-height: 1.458em;
  border-radius: 50%;
  background-color: #dee0e5; }

.course-modal .notice {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  color: #d00213; }
  .course-modal .notice .mark-circle {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.388em;
    height: 1.388em;
    margin-right: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d00213; }
    .course-modal .notice .mark-circle > span {
      width: 100%; }

.course-modal .course-modal__table-form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .course-modal .course-modal__table-form th {
    height: 4.125rem;
    text-align: left; }
  .course-modal .course-modal__table-form tr + tr {
    border-top: 1px solid #e0e1e2; }
  .course-modal .course-modal__table-form th,
  .course-modal .course-modal__table-form td {
    vertical-align: middle;
    padding: 1rem; }
  .course-modal .course-modal__table-form input[type="radio"] + label,
  .course-modal .course-modal__table-form input[type="radio"] + span {
    color: #000; }
  .course-modal .course-modal__table-form .radios {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .course-modal .course-modal__table-form .radios > li {
      flex: auto;
      width: 50%; }

#pauseCourseModal .dotInfo,
#periodCourseInfoModal .dotInfo {
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  #pauseCourseModal .dotInfo li + li,
  #periodCourseInfoModal .dotInfo li + li {
    margin-top: 0.5rem; }

#pauseCourseApplyModal .apply-head {
  text-align: center; }

#pauseCourseApplyModal .apply-head__tit {
  margin-bottom: 1rem; }

#pauseCourseApplyModal .apply-dates {
  margin-top: 1.5rem; }
  #pauseCourseApplyModal .apply-dates > li {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin-top: 6px; }
  #pauseCourseApplyModal .apply-dates .tit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-shrink: 0;
    min-width: 5.3125rem;
    padding: 5px 1rem;
    text-align: center;
    background-color: #dee0e5; }
    #pauseCourseApplyModal .apply-dates .tit > span {
      width: 100%;
      align-self: center; }
  #pauseCourseApplyModal .apply-dates input[type="text"] {
    width: 100%; }

#pauseCourseApplyModal .apply-bottom {
  margin-top: 1.875rem;
  padding-top: 2rem;
  text-align: center;
  border-top: 1px solid #e0e1e2; }

#pauseCourseApplyModal .apply-bottom__notice {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #000; }

.pauseCourseInfo .dotInfo li + li {
  margin-top: 0.2rem; }

.pauseCourseInfo .pause-notice {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* 학습평가 */
.popimgWrap {
  display: inline-block;
  position: relative;
  padding-right: 2rem; }
  .popimgWrap .popimgBtn {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.5) url(/html/_skin/img/sub/mypage/ico_zoomIn.png) no-repeat center/50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .popimgWrap:hover .popimgBtn {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 991.9px) {
    .popimgWrap {
      /* &:active {
      @content;
    } */ } }
  @media (max-width: 991.9px) {
    .popimgWrap .popimgBtn {
      opacity: 1;
      visibility: visible; } }

img.popimg {
  cursor: pointer; }

.modal .exam-learning--fc {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ; }
  .modal .exam-learning--fc .exam__question {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    flex-direction: column;
    border-bottom: 1px solid #000; }
  .modal .exam-learning--fc .exam__question__head {
    border-top: 1px solid #000;
    border-bottom: 1px solid #e0e1e2;
    margin-bottom: 1.5rem; }
    .modal .exam-learning--fc .exam__question__head.d-flex {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .modal .exam-learning--fc .exam__question__head.d-flex .head-tit {
        flex-shrink: 0; }
    .modal .exam-learning--fc .exam__question__head .head-tit {
      min-width: 4.125rem;
      margin-right: 1rem; }
    .modal .exam-learning--fc .exam__question__head .head-desc {
      font-weight: 700; }
    .modal .exam-learning--fc .exam__question__head .head-table {
      text-align: center; }
      .modal .exam-learning--fc .exam__question__head .head-table tr {
        border-top: 1px solid #e0e1e2; }
      .modal .exam-learning--fc .exam__question__head .head-table th,
      .modal .exam-learning--fc .exam__question__head .head-table td {
        vertical-align: middle; }
      .modal .exam-learning--fc .exam__question__head .head-table .for-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .modal .exam-learning--fc .exam__question__body {
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    flex-direction: column; }
    .modal .exam-learning--fc .exam__question__body .question {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      margin-bottom: 2.25rem;
      font-weight: 700; }
    .modal .exam-learning--fc .exam__question__body .question__num {
      position: relative;
      align-self: flex-start;
      flex-shrink: 0;
      min-width: 4.125rem;
      padding-right: 1rem;
      margin-right: 1rem;
      line-height: 1.25;
      border-right: 1px solid #c7c8ca; }
    .modal .exam-learning--fc .exam__question__body .reply-img-view {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 14rem;
      padding: 0.5rem;
      margin-bottom: 1rem;
      background-color: #e9ecf4;
      text-align: center; }
      .modal .exam-learning--fc .exam__question__body .reply-img-view img {
        max-height: 100%; }
    .modal .exam-learning--fc .exam__question__body .reply textarea {
      width: 100%;
      height: 6.5rem;
      padding: 1em;
      font-size: 16px ;
      font-size: 1rem ;
      white-space: pre-wrap; }
    .modal .exam-learning--fc .exam__question__body .explain-list {
      padding-bottom: 3.125rem;
      margin-bottom: 2.5rem;
      border-bottom: 1px solid #000; }
      .modal .exam-learning--fc .exam__question__body .explain-list > li {
        position: relative;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 3.75rem;
        padding-right: 0.5rem; }
        .modal .exam-learning--fc .exam__question__body .explain-list > li:before {
          position: absolute;
          left: 0.875rem;
          color: #d00213; }
      .modal .exam-learning--fc .exam__question__body .explain-list .correct,
      .modal .exam-learning--fc .exam__question__body .explain-list .wrong {
        font-weight: 700; }
        .modal .exam-learning--fc .exam__question__body .explain-list .correct:before,
        .modal .exam-learning--fc .exam__question__body .explain-list .wrong:before {
          content: "정답"; }
      .modal .exam-learning--fc .exam__question__body .explain-list .correct {
        background-color: rgba(0, 215, 167, 0.2); }
      .modal .exam-learning--fc .exam__question__body .explain-list .wrong {
        background-color: rgba(255, 210, 210, 0.3);
        color: #d00213; }
      .modal .exam-learning--fc .exam__question__body .explain-list .selected:before {
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        top: 0.75em;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background: #201f27 no-repeat center/50%;
        text-align: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(32,31,39)'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E"); }
    .modal .exam-learning--fc .exam__question__body .explain-more {
      height: 12.5rem;
      padding: 1.5rem;
      background-color: #e9ecf4;
      overflow-y: auto; }
  .modal .exam-learning--fc input[type="radio"] + label,
  .modal .exam-learning--fc input[type="radio"] + span {
    color: #000; }
  .modal .exam-learning--fc input[type="radio"] + label:before,
  .modal .exam-learning--fc input[type="radio"] + span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .modal .exam-learning--fc .radios > li {
    margin-top: 1rem; }
    .modal .exam-learning--fc .radios > li:first-child {
      margin-top: 0; }
  .modal .exam-learning--fc .btn-list {
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px; }
    .modal .exam-learning--fc .btn-list > [class*='col'] {
      padding: 2px; }
  .modal .exam-learning--fc .question-btn-wrap,
  .modal .exam-learning--fc .answer-btn-wrap {
    width: 100%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto; }
  .modal .exam-learning--fc .question-btn-wrap {
    max-width: 15.5rem;
    margin-bottom: 4.375rem; }
  .modal .exam-learning--fc .answer-btn-wrap {
    max-width: 7.5rem; }
  .modal .exam-learning--fc .exam__answer {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
    .modal .exam-learning--fc .exam__answer .alertInfo {
      margin-top: 1.25rem;
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ;
      font-weight: 500;
      line-height: 1.43;
      letter-spacing: -0.08em;
      text-align: left;
      color: #d00213; }
  .modal .exam-learning--fc .exam__answer .box {
    height: 100%;
    padding: 2.25rem 2rem;
    background-color: #e9ecf4; }
  .modal .exam-learning--fc .exam__answer__tit {
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    color: #000;
    padding-bottom: 1.875rem; }
  .modal .exam-learning--fc .exam__answer__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .modal .exam-learning--fc .exam__answer__body .icon-check img {
      width: 1.125rem; }
    .modal .exam-learning--fc .exam__answer__body .answer-list + .answer-list {
      border-left: 1px solid #d1d4db; }
      .modal .exam-learning--fc .exam__answer__body .answer-list + .answer-list > li {
        padding-left: 1rem; }
    .modal .exam-learning--fc .exam__answer__body .answer-list {
      width: 50%; }
      .modal .exam-learning--fc .exam__answer__body .answer-list > li {
        display: -ms-flexbox;
        display: flex;
        word-break: break-all;
        border-top: 1px solid #d1d4db; }
      .modal .exam-learning--fc .exam__answer__body .answer-list > li:first-child {
        border-top: 0; }
      .modal .exam-learning--fc .exam__answer__body .answer-list .tit,
      .modal .exam-learning--fc .exam__answer__body .answer-list .txt {
        width: 50%; }
      .modal .exam-learning--fc .exam__answer__body .answer-list .tit {
        flex-shrink: 0;
        align-self: center; }
      .modal .exam-learning--fc .exam__answer__body .answer-list .txt {
        height: 3.125rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center; }
      .modal .exam-learning--fc .exam__answer__body .answer-list .wrong {
        background-color: #ffd2d2; }
  @media (min-width: 576px) {
    .modal .exam-learning--fc .radios.row > li:nth-child(-n+2) {
      margin-top: 0; }
    .modal .exam-learning--fc .exam__question__head .head-table td,
    .modal .exam-learning--fc .exam__question__head .head-table th {
      height: 4.25rem; } }
  @media (min-width: 768px) {
    .modal .exam-learning--fc .radios > li {
      margin-top: 2.25rem; }
      .modal .exam-learning--fc .radios > li:first-child {
        margin-top: 0; }
    .modal .exam-learning--fc input[type="radio"] + label:before,
    .modal .exam-learning--fc input[type="radio"] + span:before {
      width: 20px;
      height: 20px;
      border-color: rgba(0, 0, 0, 0.3); } }
  @media (min-width: 992px) {
    .modal .exam-learning--fc .exam__question {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; }
    .modal .exam-learning--fc .exam__answer {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding-left: 2rem; }
    .modal .exam-learning--fc .exam__question__body .reply {
      min-height: 22rem;
      margin-bottom: auto; } }
  @media (max-width: 767.9px) {
    .modal .exam-learning--fc .exam__question__head.d-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 575.9px) {
    .modal .exam-learning--fc .exam__question__head.d-flex .head-tit,
    .modal .exam-learning--fc .exam__question__body .question__num,
    .modal .exam-learning--fc .explain-list > li:not(.correct):not(.wrong) {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
    .modal .exam-learning--fc .explain-list > li {
      padding-left: 3.25rem;
      font-size: 16px ;
      font-size: 1rem ; }
    .modal .exam-learning--fc .exam__question__body .question {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .modal .exam-learning--fc .exam__question__body .question__num {
      margin-bottom: 0.5rem; } }

/* 학습결과 팝업 */
#checkExamResultModal .exam-learning--fc .exam__question {
  border-bottom: 0; }

.overlay-photo,
.photo-view--fc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.overlay-photo {
  z-index: 10000; }

.photo-view--fc {
  z-index: 10005;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .photo-view--fc .photo-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1rem; }
    .photo-view--fc .photo-close__btn {
      content: "";
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background: no-repeat center/90%;
      font-size: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(136, 136, 136)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M39.566,38.712 L38.929,39.348 L20.139,20.570 L1.348,39.348 L0.711,38.712 L19.502,19.934 L0.711,1.156 L1.348,0.519 L20.139,19.297 L38.929,0.519 L39.566,1.156 L20.776,19.934 L39.566,38.712 Z'/%3E%3C/g%3E%3C/svg%3E"); }
  .photo-view--fc .photo-view__inner--fc {
    padding: 2rem;
    width: 100%;
    max-height: calc(100vh - 6rem);
    margin-top: 6rem;
    overflow: auto; }
    .photo-view--fc .photo-view__inner--fc img {
      display: block;
      margin: 0 auto;
      max-width: 1700px;
      min-width: 1000px; }

/* my강의실 - 문의폼 */
.my-question--page .form--fc .form-table--fc input:not([type="radio"]):not([type="checkbox"]) {
  height: 2.8125rem; }

@media (min-width: 768px) {
  .my-question--page .form--fc .form-table--fc th,
  .my-question--page .form--fc .form-table--fc td {
    height: 4.375rem; } }

@media (min-width: 576px) {
  .my-question--page .form--fc .d-flex-box .info-input {
    margin-left: 0.4rem; }
  .my-question--page .form--fc .form__attatch .filebox {
    padding-left: 8.125rem; }
    .my-question--page .form--fc .form__attatch .filebox label {
      width: calc(8.125rem + 1px); } }

/* 학습하기 상세 페이지 */
.my-course-detail--fc .my-course-head {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  line-height: 1.25;
  color: #201f27;
  padding-bottom: 1.5rem; }
  @media (max-width: 1199.9px) {
    .my-course-detail--fc .my-course-head {
      font-size: 18px;
      font-size: 1.125rem ; } }
  .my-course-detail--fc .my-course-head img {
    margin-right: 0.4em;
    align-self: flex-start;
    border-radius: 5px;
    background-color: #fcc812;
    border: 1px solid #fcc812;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .my-course-detail--fc .my-course-head .txt {
    align-self: center; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .my-course-detail--fc .my-course-head a:hover img {
      border-color: #dee0e5;
      background-color: #dee0e5; } }
  @media (max-width: 991.9px) {
    .my-course-detail--fc .my-course-head a {
      /* &:active {
      @content;
    } */ } }

.my-course-detail--fc .my-course-detail__quickinfo {
  padding-top: 2rem;
  border-top: 2px solid #000; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head > * {
      margin-top: 4px;
      margin-bottom: 4px; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head .btn-wrap {
      width: 160px; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head .btn {
      width: 100%;
      height: 2.1875rem; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head__tit {
    font-size: calc(26 * 1px) ;
    font-size: 1.625rem ;
    font-weight: 700;
    margin-right: auto; }
    @media (max-width: 1199.9px) {
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-head__tit {
        font-size: 21px;
        font-size: 1.3125rem ; } }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body {
    margin-bottom: 4.125rem; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px -4px 0; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list > li {
      width: 50%;
      padding: 4px; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      flex-direction: column;
      height: 100%;
      padding: 2.5rem 1rem 2rem;
      text-align: center;
      background-color: #f9fafc;
      border-radius: 5px; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__tit {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      font-weight: 700; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__tit:after {
        content: "";
        display: block;
        width: 28.4%;
        max-width: 75px;
        margin-top: 1.25rem;
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid rgba(32, 31, 39, 0.2); }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__words {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      padding-bottom: 1rem;
      margin-bottom: auto; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__words > li + li {
        margin-top: 5px; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__words .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .dday-tag,
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .tit-tag {
      flex-shrink: 0;
      align-self: flex-start;
      padding: 0 5px;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 1.5625;
      background-color: #dee0e5;
      border-radius: 5px;
      text-align: center; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .dday-tag.bg_point,
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .tit-tag.bg_point {
        color: #fff; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .dday-tag {
      min-width: 4.375em;
      margin-left: 0.675em; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .tit-tag {
      min-width: 5em;
      margin-right: 0.5em; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .btn-wrap {
      width: 100%;
      max-width: 120px;
      margin-left: auto;
      margin-right: auto; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .btn {
      width: 100%;
      height: 2.1875rem;
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie {
      position: relative;
      display: inline-block;
      position: relative;
      width: 8.125rem;
      height: 8.125rem;
      margin-left: auto;
      margin-right: auto; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie svg {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        isolation: isolate;
        transform: rotate(-90deg); }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie circle.bg {
        fill: #dee0e5; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie circle.progress {
        fill: transparent;
        stroke: #00d7a7;
        stroke-width: 42;
        stroke-dasharray: 0 280;
        transition: stroke-dasharray .3s ease; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie__txt {
      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%; }
      .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie__txt > span {
        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: 40%;
        height: 40%;
        background-color: #fff;
        border-radius: 50%;
        font-weight: 700; }
  .my-course-detail--fc .my-course-detail__quickinfo .stamp img {
    width: 3.25rem; }
  .my-course-detail--fc .my-course-detail__quickinfo .stamp .figcaption {
    padding-top: 1rem;
    font-size: calc(24 * 1px) ;
    font-size: 1.5rem ;
    font-weight: 700;
    color: #201f27; }
    @media (max-width: 1199.9px) {
      .my-course-detail--fc .my-course-detail__quickinfo .stamp .figcaption {
        font-size: 20px;
        font-size: 1.25rem ; } }
  .my-course-detail--fc .my-course-detail__quickinfo .period .box__words > li + li {
    margin-top: 1rem; }

.my-course-detail--fc .my-course-detail__content .tabType {
  margin-bottom: 5.625rem; }

.my-course-detail--fc .my-course-detail__content .btn-write-wrap--fc {
  margin-top: 1.5rem; }

@media (min-width: 992px) {
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list {
    margin: -8px -8px 0; }
    .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list > li {
      width: 25%;
      padding: 8px; } }

@media (max-width: 575.9px) {
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie {
    width: 6.25rem;
    height: 6.25rem; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .chart__pie__txt {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .box__words,
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .tit-tag {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .my-course-detail--fc .my-course-detail__quickinfo .quickinfo-body__list .stamp .figcaption {
    font-size: 16px ;
    font-size: 1rem ; } }

.my-course-detail--fc .table-list-board--fc a {
  font-size: 16px ;
  font-size: 1rem ; }

.my-course-detail--fc .table-list-board--fc .d-flex img {
  flex-shrink: 0;
  align-self: center;
  margin-right: 0.625rem; }

.my-course-detail--fc .table-list-board--fc .d-flex a + img {
  margin-right: 0;
  margin-left: 0.625rem; }

.my-course-detail--fc .table-list-board--fc .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  height: 1.5em; }

.my-course-detail--fc .table-list-board--fc .ico_vid {
  width: 1.5rem; }

.my-course-detail--fc .table-list-board--fc .ico_lock {
  width: 0.75rem; }

.my-course-detail--fc .table-list-board--fc .ico_folder {
  width: 1.125rem; }

@media (min-width: 992px) {
  .my-course-detail--fc #detailTab1 .table-list-board--fc .board-num--fc {
    text-align: left;
    padding-left: 1.5rem; } }

/* 학습하기 - 만족도 조사 */
#satisfactionModal .table-head {
  text-align: left; }
  #satisfactionModal .table-head th,
  #satisfactionModal .table-head td {
    color: #000; }

#satisfactionModal .satisfy-list {
  font-weight: 700;
  margin-top: 2rem; }
  #satisfactionModal .satisfy-list > li + li {
    margin-top: 2rem; }
  #satisfactionModal .satisfy-list .radios {
    font-weight: 400; }
  #satisfactionModal .satisfy-list .question {
    margin-bottom: 0.875rem; }
  #satisfactionModal .satisfy-list textarea {
    height: 6.25rem;
    width: 100%;
    padding: 1rem;
    font-weight: 400;
    font-size: 87.5%; }

@media (min-width: 768px) {
  #satisfactionModal .radios > li {
    margin-top: 0.25rem; }
    #satisfactionModal .radios > li:first-child {
      margin-top: 0; }
  #satisfactionModal input[type="radio"] + label:before,
  #satisfactionModal input[type="radio"] + span:before {
    width: 16px;
    height: 16px; } }

.my-course-detail--fc #detailTab2 .table-list-board--fc .board-category--fc {
  text-align: left; }

.my-course-detail--fc #detailTab2 .table-list-board--fc .board-title--fc {
  padding-left: 0.5rem; }

.my-course-detail--fc #detailTab2 .table-list-board--fc .js_ListCtt {
  color: #201f27;
  line-height: 1.5; }
  .my-course-detail--fc #detailTab2 .table-list-board--fc .js_ListCtt td {
    vertical-align: top; }

.my-course-detail--fc #detailTab2 .table-list-board--fc .fixMent {
  display: block;
  margin-top: 2rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .my-course-detail--fc #detailTab2 .table-list-board--fc .board-category--fc {
    padding-left: 1.5rem; } }

#checkCertifInfoModal .form__box input[type="text"] {
  width: 100%;
  height: 3.125rem;
  font-size: 16px ;
  font-size: 1rem ; }
  #checkCertifInfoModal .form__box input[type="text"]:not(:focus) {
    border-color: #dee0e5; }

#checkCertifInfoModal .form__box .d-flex label {
  align-self: center;
  min-width: 6rem; }

#checkCertifInfoModal .form__box + .form__box {
  margin-top: 2rem; }

#checkCertifInfoModal .form__box__list > li {
  margin-top: 0.875rem; }

#checkCertifInfoModal .form__box__tit {
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 700; }

#certifiPrintModal .btn-print {
  width: 100%;
  font-size: 16px ;
  font-size: 1rem ;
  color: #fff; }

#certifiPrintModal .modal-dialog {
  max-width: calc(750px + 20px); }

#certifiPrintModal .modal-content {
  background-color: transparent;
  border: 0; }

#certifiPrintModal .modal-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.625rem; }
  #certifiPrintModal .modal-header .close {
    top: 1.5rem;
    right: 0; }
  #certifiPrintModal .modal-header .close:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E"); }

#certifiPrintModal .modal-body {
  overflow: auto;
  padding: 54px 50px;
  background-color: #fff; }

#certifiPrintModal .certificate-form {
  position: relative;
  width: 650px;
  min-height: 1000px;
  padding: 32px 52px 120px;
  background: url(/html/_skin/img/sub/mypage/bg_certifi_bodylogo.png) no-repeat center/61%; }
  #certifiPrintModal .certificate-form .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0; }
    #certifiPrintModal .certificate-form .bg img {
      width: 100%;
      height: 100%; }

#certifiPrintModal .certificate-form__key {
  font-size: 16px;
  margin-bottom: 2rem; }

#certifiPrintModal .certificate-form__tit {
  font-size: 45px;
  text-align: center; }
  #certifiPrintModal .certificate-form__tit:after {
    content: "";
    display: block;
    width: 20%;
    margin: 3rem auto 3.75rem;
    max-width: 3.3125rem;
    border-top: 2px solid #ad2326; }

#certifiPrintModal .certificate-form__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-bottom: 54px;
  font-size: 18px; }
  #certifiPrintModal .certificate-form__detail > li {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    margin-top: 1rem; }
  #certifiPrintModal .certificate-form__detail .detail-tit,
  #certifiPrintModal .certificate-form__detail .detail-txt {
    padding-right: 10px; }
  #certifiPrintModal .certificate-form__detail .detail-tit {
    width: 90px; }
  #certifiPrintModal .certificate-form__detail .detail-txt {
    width: calc(100% - 90px); }
  #certifiPrintModal .certificate-form__detail .packages {
    margin-top: 0.5rem;
    font-size: 88%; }
  #certifiPrintModal .certificate-form__detail .course .detail-txt {
    min-height: 90px; }

#certifiPrintModal .certificate-form__words {
  margin-bottom: 64px;
  text-align: center;
  font-size: 20px;
  line-height: 1.9; }

#certifiPrintModal .certificate-form__date {
  margin-bottom: 42px;
  text-align: center;
  font-size: 22px; }

#certifiPrintModal .certificate-form__stamp {
  text-align: center; }
  #certifiPrintModal .certificate-form__stamp img {
    width: 17.125rem; }

@media print {
  #ui-datepicker-div {
    display: none; }
  #certifiPrintModal {
    padding: 0 !important; }
    #certifiPrintModal .modal-dialog {
      max-width: none;
      width: 100%; }
    #certifiPrintModal .modal-body {
      padding: 0; }
    #certifiPrintModal .certificate-form {
      page-break-before: always;
      margin: 0 auto;
      margin-top: 1cm;
      width: calc(100% - 1cm);
      height: calc(297mm - 1cm); } }

/* 결제/배송내역 */
/* 배송지 관리 */
.my-address--page .board-head--fc .btn-wrap {
  margin-left: auto; }

.my-address--page .manage-addr-list--fc .board-manage--fc .btn-list {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }
  .my-address--page .manage-addr-list--fc .board-manage--fc .btn-list > [class*='col'] {
    padding: 5px; }

@media (max-width: 767.9px) {
  .my-address--page .manage-addr-list--fc tr {
    padding: 1rem; }
  .my-address--page .manage-addr-list--fc .board-num--fc {
    display: none; }
  .my-address--page .manage-addr-list--fc td {
    padding: 0;
    padding-top: 4px;
    padding-right: 4px; }
  .my-address--page .manage-addr-list--fc .board-name--fc {
    font-weight: 700;
    padding-right: 9rem; }
  .my-address--page .manage-addr-list--fc td:not(.board-name--fc) {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .my-address--page .manage-addr-list--fc .board-manage--fc {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    width: 8rem; }
    .my-address--page .manage-addr-list--fc .board-manage--fc .btn-list {
      margin-top: -2px;
      margin-left: -2px;
      margin-right: -2px; }
      .my-address--page .manage-addr-list--fc .board-manage--fc .btn-list > [class*='col'] {
        padding: 2px; } }

@media (max-width: 575.9px) {
  .my-address--page .manage-addr-list--fc .board-name--fc {
    padding-right: 0; }
  .my-address--page .manage-addr-list--fc .board-manage--fc {
    position: static;
    padding-top: 8px;
    width: auto; } }

#addressInsertModal .addr-box {
  background-color: #fff;
  padding: 1.25rem 1rem; }

#addressInsertModal .modal_table {
  table-layout: fixed;
  text-align: left; }

#addressInsertModal .d-flex,
#addressInsertModal input[type="text"],
#addressInsertModal textarea {
  margin-left: 0; }

@media (max-width: 575.9px) {
  #addressInsertModal .addr-insert-table.sm_block_table tr {
    padding-left: 0;
    padding-right: 0; } }

/* 쿠폰 */
.my-coupon--page .article-tit {
  margin-bottom: 2rem; }

.my-coupon--page .coupon-form-wrap--fc form {
  padding: 2rem 20px;
  margin-bottom: 4.175rem;
  border-radius: 5px;
  border: solid 1px #dbdbdb; }

.my-coupon--page .coupon-form-wrap--fc legend {
  display: none; }

.my-coupon--page .coupon-form-wrap--fc .fieldset {
  display: block;
  width: 100%; }

.my-coupon--page .coupon-form-wrap--fc .legend-tit {
  display: inline-block;
  align-self: center;
  min-width: 6rem;
  padding-right: 1rem;
  padding-bottom: 0.5em;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 700;
  color: #000; }

.my-coupon--page .coupon-form-wrap--fc .legend-cont {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto; }

.my-coupon--page .coupon-form-wrap--fc .keyword-box {
  width: 100%; }
  .my-coupon--page .coupon-form-wrap--fc .keyword-box input[type="text"] {
    width: 100%;
    border-radius: 90px;
    padding-left: 1.5em; }
    .my-coupon--page .coupon-form-wrap--fc .keyword-box input[type="text"]:not(:focus) {
      border-color: #adadb1; }
  .my-coupon--page .coupon-form-wrap--fc .keyword-box .keyword {
    width: calc(100% - 5.5rem);
    padding-right: 0.5rem; }
  .my-coupon--page .coupon-form-wrap--fc .keyword-box .btn {
    align-self: center;
    width: 5.5rem; }

@media (min-width: 576px) {
  .my-coupon--page .coupon-form-wrap--fc .fieldset {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all; }
  .my-coupon--page .coupon-form-wrap--fc .legend-tit {
    padding-bottom: 0; }
  .my-coupon--page .coupon-form-wrap--fc .keyword-box .keyword {
    width: calc(100% - 7.5rem);
    padding-right: 1rem; }
  .my-coupon--page .coupon-form-wrap--fc .keyword-box .btn {
    width: 7.5rem; } }

@media (min-width: 768px) {
  .my-coupon--page .coupon-form-wrap--fc .legend-tit {
    padding-left: 2.25rem; } }

.my-coupon--page .coupon-down-wrap .coupon-down-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 0;
  text-align: center; }
  .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-caption {
    padding-top: 0.625rem;
    color: #201f27; }
  .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-btn {
    margin-top: 1.875rem; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-btn .btn {
      width: 100%;
      max-width: 7.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0.2em;
      padding-right: 0.2em; }
  .my-coupon--page .coupon-down-wrap .coupon-down-list > li {
    width: 100%;
    padding: 5px; }

@media (min-width: 576px) {
  .my-coupon--page .coupon-down-wrap .coupon-down-list > li {
    width: 25%; } }

@media (min-width: 992px) {
  .my-coupon--page .coupon-down-wrap .coupon-down-list {
    margin: -12px -12px 0; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list > li {
      padding: 12px;
      width: 20%; } }

@media (max-width: 575.9px) {
  .my-coupon--page .coupon-down-wrap .coupon-down-list {
    text-align: left; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list > li .box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #f9fafc;
      border-radius: 5px;
      padding: 1.5rem 1rem; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon {
      width: 3rem; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-caption {
      padding-top: 0; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-btn {
      margin-top: 0.5rem; }
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-caption,
    .my-coupon--page .coupon-down-wrap .coupon-down-list .coupon-btn {
      width: calc(100% - 3rem);
      padding-left: 1rem;
      margin-left: auto;
      text-align: left; } }

.my-coupon--page .coupon-have-wrap {
  margin-top: 4.125rem; }
  .my-coupon--page .coupon-have-wrap .board_list_total--fc {
    margin-bottom: 1.25rem; }
  .my-coupon--page .coupon-have-wrap .coupon-have-list--fc {
    font-size: 16px ;
    font-size: 1rem ; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-title--fc a {
      display: block;
      font-size: 16px ;
      font-size: 1rem ; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc tr.done td:not(.board-num--fc) {
      color: #adadad; }
  @media (min-width: 768px) {
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .for-mobile {
      display: none; } }
  @media (max-width: 767.9px) {
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 1rem; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc td {
      display: inline-block;
      height: auto;
      padding: 0;
      padding-right: 4px; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc td:not(.board-title--fc) {
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-num--fc,
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-status--fc,
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-reg--fc {
      display: none; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-title--fc,
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-period--fc {
      width: 100%; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-title--fc {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      font-weight: 700; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-howmuch--fc {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-sale--fc {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-period--fc {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .my-coupon--page .coupon-have-wrap .coupon-have-list--fc .board-reg--fc {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; } }

/* 문의내역 - 1:1상담 */
.dep1-mypage--fc .basic-board-list--fc tbody td,
.dep1-mypage--fc .basic-board-list--fc tbody td.board-subject--fc a {
  font-size: 16px ;
  font-size: 1rem ; }

@media (max-width: 767.9px) {
  .dep1-mypage--fc .basic-board-list--fc .btn {
    margin-top: 3px;
    margin-bottom: 3px; } }

/* ****
기업용
****  */
.dep1-mypage--fc .learning-app-list--fc .box-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 3em;
  height: 1.25em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  margin-right: 0.5em;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #dee0e5;
  border-radius: 5px; }
  .dep1-mypage--fc .learning-app-list--fc .box-tag > span {
    width: 100%;
    font-size: 0.75em; }

.dep1-mypage--fc .learning-app-list--fc td,
.dep1-mypage--fc .learning-app-list--fc .board-subject--fc a {
  font-size: 16px ;
  font-size: 1rem ; }

.dep1-mypage--fc .learning-app-list--fc .btn-wrap {
  width: 100%;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto; }

.dep1-mypage--fc .learning-app-list--fc .btn {
  width: 100%;
  font-weight: 400; }

.dep1-mypage--fc .learning-app-list--fc .board-subject--fc a {
  text-align: left; }
  @media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .dep1-mypage--fc .learning-app-list--fc .board-subject--fc a:hover {
      text-decoration: underline; } }
  @media (max-width: 991.9px) {
    .dep1-mypage--fc .learning-app-list--fc .board-subject--fc a {
      /* &:active {
      @content;
    } */ } }

@media (min-width: 768px) {
  .dep1-mypage--fc .learning-app-list--fc .board-btn--fc .btn {
    max-width: 5rem; }
  .dep1-mypage--fc .learning-app-list--fc .with-tag .tags {
    width: 100%;
    margin-bottom: 0.5em; }
  .dep1-mypage--fc .learning-app-list--fc .with-tag,
  .dep1-mypage--fc .learning-app-list--fc .with-tag .txt {
    text-align: left; } }

@media (max-width: 767.9px) {
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table tbody tr {
    padding: 1rem; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table td {
    padding: 0;
    padding-top: 0.3em; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .board-num--fc {
    display: none; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .btn-wrap {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.3rem; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .with-tag .txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 70%; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .board-date--fc .btn {
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .board-date--fc .txt {
    min-width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .dep1-mypage--fc .learning-app-list--fc.mb_block_table .btn {
    margin-top: 4px;
    margin-bottom: 4px; }
  .dep1-mypage--fc .learning-app-list--fc.has_select.mb_block_table thead {
    display: block; }
    .dep1-mypage--fc .learning-app-list--fc.has_select.mb_block_table thead tr {
      padding: 0; }
    .dep1-mypage--fc .learning-app-list--fc.has_select.mb_block_table thead th {
      height: auto; }
    .dep1-mypage--fc .learning-app-list--fc.has_select.mb_block_table thead th:not(.board-checkbox--fc) {
      display: none; }
  .dep1-mypage--fc .learning-app-list--fc.has_select tbody tr {
    position: relative;
    padding-left: calc(1rem + 15px); }
  .dep1-mypage--fc .learning-app-list--fc.has_select tbody .board-checkbox--fc {
    position: absolute; }
  .dep1-mypage--fc .learning-app-list--fc.has_select tbody .board-checkbox--fc {
    top: 1rem;
    left: 5px; } }

/* [기업] MY강의실 - 학습평가 */
@media (min-width: 768px) {
  .my-course-rate--page .board-test--fc .d-flex-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .my-course-rate--page .board-test--fc .d-flex-wrap .tit {
      width: 100%; } }

@media (max-width: 767.9px) {
  .my-course-rate--page .board-test--fc .d-flex-wrap .tit {
    margin-right: 0.5rem; } }

/* [기업관리자] 학습현황 */
/* [기업관리자] 학습현황 상세 */
@media (min-width: 576px) {
  .my-learning-app-detail--page .board-wrap--fc .btn-util-wrap--fc {
    max-width: 18.125rem; } }

/* [기업관리자] 학습중 관리/학습완료 관리 */
.dep1-mypage--fc .learning-manage-list--fc .board-subject--fc,
.dep1-mypage--fc .learning-manage-list--fc .board-date--fc {
  text-align: left; }

@media (min-width: 768px) {
  .dep1-mypage--fc .learning-manage-list--fc tbody td {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; }
  .dep1-mypage--fc .learning-manage-list--fc .for-mobile .txt {
    text-align: center; }
  .dep1-mypage--fc .learning-manage-list--fc .board-date--fc .for-mobile .txt {
    text-align: left; } }

@media (max-width: 767.9px) {
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table tbody tr {
    padding: 1rem; }
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table td {
    padding: 0;
    padding-top: 0.3em; }
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table .board-num--fc {
    display: none; }
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table .board-category--fc {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 84%;
    color: #fff;
    background-color: #201f27;
    border-radius: 5px; }
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table .btn-wrap {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.3rem; }
  .dep1-mypage--fc .learning-manage-list--fc.mb_block_table td:last-child .txt {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/* [기업관리자] 학습중 관리 상세 */
.my-learning-manage-detail--page .section__box + .section__box {
  margin-top: 3rem; }

/* 답안보기 팝업 */
#checkAnswer .responsive-box-table--fc {
  margin-bottom: 1.75rem; }

#checkAnswer .answer-table {
  background-color: #f9fafc;
  table-layout: fixed;
  text-align: center;
  font-size: calc(14 * 1px) ;
  font-size: 0.875rem ; }
  #checkAnswer .answer-table th,
  #checkAnswer .answer-table td {
    vertical-align: middle; }
  #checkAnswer .answer-table th + td,
  #checkAnswer .answer-table td + td {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  #checkAnswer .answer-table td {
    height: 3.125rem; }
  #checkAnswer .answer-table .num,
  #checkAnswer .answer-table .answer {
    background-color: #e9ecf4; }
  #checkAnswer .answer-table .answer td {
    background-color: #c9e6ff; }
    #checkAnswer .answer-table .answer td.wrong {
      background-color: #ffd2d2; }

#checkAnswer .answer-table + .answer-table,
#checkAnswer .table-wrap + .table-wrap {
  margin-top: 1.25rem; }

@media (min-width: 768px) {
  #checkAnswer .responsive-box-table--fc .th {
    width: 8rem;
    text-align: left; }
  #checkAnswer .responsive-box-table--fc .td {
    width: calc(100% - 8rem); } }

@media (max-width: 767.9px) {
  #checkAnswer .responsive-box-table--fc .th {
    padding-left: 0;
    text-align: left; } }

/* [기업관리자] 수료증발급 관리 */
.my-certifi-manage--page .certifi-manage-list--fc .board-date--fc .for-mobile .txt {
  text-align: left; }

/* [기업관리자] 학습결과보고서 상세 */
.board-head--fc + .learning-report--fc {
  margin-top: 3.75rem; }

.my-learning-result-report--page .learning-report--fc .report-tit {
  margin-bottom: 1.25rem;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  font-weight: 500;
  color: #201f27; }

.my-learning-result-report--page .learning-report--fc .learning-report__perform {
  margin-bottom: 4.75rem; }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-box-wrap {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-box-wrap > [class*='col'] {
      padding: 10px; }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-table {
    text-align: left; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-table th,
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-table td {
      padding-left: 6%; }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart {
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #f9fafc; }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__head {
    margin-bottom: 1rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    color: #000; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__head .tit {
      position: relative;
      font-weight: 700; }
      .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__head .tit:after {
        content: "";
        display: block;
        margin: 1rem auto 0.6rem;
        max-width: 4.125rem;
        border-bottom: 1px solid rgba(32, 31, 39, 0.2); }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart-txt {
      font-size: calc(18 * 1px) ;
      font-size: 1.125rem ;
      font-weight: 700; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart-txt.left {
      text-align: right;
      color: #ff7e83; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart-txt.right {
      text-align: left;
      color: #00d7a7; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart {
      padding: 0 1rem; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie {
      position: relative;
      display: inline-block;
      position: relative;
      width: 8.125rem;
      height: 8.125rem;
      margin-left: auto;
      margin-right: auto; }
      .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie svg {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        isolation: isolate;
        transform: rotate(-90deg); }
      .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie circle.bg {
        fill: #ff7e83; }
      .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie circle.progress {
        fill: transparent;
        stroke: #00d7a7;
        stroke-width: 42;
        stroke-dasharray: 0 280;
        transition: stroke-dasharray .3s ease; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie__txt {
      z-index: 3;
      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%; }
      .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart__box .chart__pie__txt > span {
        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: 40%;
        height: 40%;
        background-color: #fff;
        border-radius: 50%;
        font-weight: 700; }

@media (min-width: 768px) {
  .my-learning-result-report--page .learning-report--fc .learning-report__status .status-table tbody td {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ; } }

@media (min-width: 1200px) {
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-box-wrap {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px; }
    .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-box-wrap > [class*='col'] {
      padding: 15px; }
  .my-learning-result-report--page .learning-report--fc .learning-report__perform .perform-chart {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media (max-width: 767.9px) {
  .my-learning-result-report--page .learning-report--fc .learning-report__status .status-table.mb_block_table .board-num--fc {
    display: none; }
  .my-learning-result-report--page .learning-report--fc .learning-report__status .status-table.mb_block_table .board-complete--fc {
    padding-top: 0.6em; }
  .my-learning-result-report--page .learning-report--fc .learning-report__status .status-table.mb_block_table .board-complete--fc .result {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    overflow: hidden;
    isolation: isolate;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 2.1875rem;
    text-align: center;
    background-color: #f9fafc;
    border-radius: 5px; } }

/* [기업관리자] 정산관리 */
.my-tax-manage-list--page .board-search-wrap2--fc .legend-tit {
  min-width: 9rem; }

@media (min-width: 1200px) {
  .my-tax-manage-list--page .board-search-wrap2--fc .legend-tit {
    min-width: 11rem; } }

/* ****
강사용
****  */
/* [강사] 질문방 */
.my-teacher-q-room--page .article-tit {
  color: #201f27;
  margin-bottom: 1.5rem; }

.my-teacher-q-room--page .q-room-section + .q-room-section {
  margin-top: 3.25rem; }

.my-teacher-q-room--page .basic-board-list--fc .btn {
  width: 100%;
  max-width: 5rem; }

.my-teacher-q-room--page .board-q-view--fc,
.my-teacher-q-room--page .board-q-write--fc {
  text-align: left; }

.my-teacher-q-room--page .board-q-view--fc .content-box {
  min-height: 9.375rem; }

.my-teacher-q-room--page .board-q-view--fc .board-attatch--fc .attatch-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .my-teacher-q-room--page .board-q-view--fc .board-attatch--fc .attatch-list a {
    display: block; }
  .my-teacher-q-room--page .board-q-view--fc .board-attatch--fc .attatch-list > li {
    padding-right: 0.5rem; }

@media (min-width: 576px) {
  .my-teacher-q-room--page .board-q-view--fc th,
  .my-teacher-q-room--page .board-q-write--fc th {
    padding-left: 1rem; }
  .my-teacher-q-room--page .board-q-view--fc td,
  .my-teacher-q-room--page .board-q-write--fc td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; } }

@media (min-width: 992px) {
  .my-teacher-q-room--page .board-q-view--fc th,
  .my-teacher-q-room--page .board-q-write--fc th {
    padding-left: 2rem; } }

@media (max-width: 767.9px) {
  .my-teacher-q-room--page .basic-board-list--fc .board-subject--fc a {
    font-weight: 700; }
  .my-teacher-q-room--page .basic-board-list--fc .btn {
    max-width: none; }
  .my-teacher-q-room--page .basic-board-list--fc .board-btn--fc {
    display: block;
    width: 100%; }
  .my-teacher-q-room--page .board-q-view--fc th {
    font-size: calc(14 * 1px) ;
    font-size: 0.875rem ;
    padding-bottom: 0; } }

@media (max-width: 575.9px) {
  .my-teacher-q-room--page .board-q-view--fc.sm_block_table th,
  .my-teacher-q-room--page .board-q-write--fc.sm_block_table th {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700; }
  .my-teacher-q-room--page .board-wrap--fc .btn-center-wrap--fc .btn {
    font-size: 16px ;
    font-size: 1rem ;
    height: 3.125rem; } }

/* 주문/배송 */
.order--page .order-submit-btns {
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto; }
  .order--page .order-submit-btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin: -5px -5px 0; }
    .order--page .order-submit-btns .btn-list > li {
      padding: 5px;
      flex: 1; }
  .order--page .order-submit-btns .btn {
    width: 100%;
    height: 3.75rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    border-width: 2px; }
  .order--page .order-submit-btns .btnColorW {
    border-color: #757e8a; }
    .order--page .order-submit-btns .btnColorW:not(:hover) {
      color: #201f27; }
  .order--page .order-submit-btns .btnTypeR {
    border-radius: 80px; }

.order--page .tb-caption {
  font-size: calc(20 * 1px) ;
  font-size: 1.25rem ;
  font-weight: 700; }
  @media (max-width: 1199.9px) {
    .order--page .tb-caption {
      font-size: 18px;
      font-size: 1.125rem ; } }

.order--page .order-detail-table--fc {
  border-top: 2px solid #000; }
  .order--page .order-detail-table--fc .product-tag {
    display: inline-block;
    min-width: 4.375em;
    height: 1.5625em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-right: 0.625rem;
    line-height: 1.5625em;
    text-align: center;
    border-radius: 5px;
    background-color: #dee0e5; }
    .order--page .order-detail-table--fc .product-tag.bg_point {
      color: #fff; }
  .order--page .order-detail-table--fc tr {
    border-bottom: 1px solid #e5e5e5; }
  .order--page .order-detail-table--fc th,
  .order--page .order-detail-table--fc td {
    vertical-align: middle; }
  .order--page .order-detail-table--fc thead th,
  .order--page .order-detail-table--fc td {
    height: 4.25rem; }
  .order--page .order-detail-table--fc .btn {
    width: 100%; }
  .order--page .order-detail-table--fc .board-title .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.5em;
    display: block;
    white-space: nowrap;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    height: 1.5em; }
  .order--page .order-detail-table--fc tr.board-transport .d-flex,
  .order--page .order-detail-table--fc tr.board-transport .d-flex-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .order--page .order-detail-table--fc tr.board-transport .txt {
    margin-right: 1rem; }
  .order--page .order-detail-table--fc .for-mobile .tit {
    display: none;
    margin-right: 1rem; }

.order--page .order-detail-table--fc:not(.mb_block_table) th {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem; }

.order--page .order-detail-table--fc.order-product {
  text-align: center; }

.order--page .order-detail-table--fc.has_select tr {
  position: relative; }

.order--page .order-detail-table--fc.has_select .board-delete__btn {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  background: url(/html/_skin/img/sub/order/ico_delete.png) no-repeat center/50%; }

@media (max-width: 767.9px) {
  .order--page .order-detail-table--fc.has_select.mb_block_table thead tr {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 576px) {
  .order--page .order-detail-table--fc.has_select .order-submit-btns .btn {
    height: 3.8888em; } }

.order--page .responsive-order-table--fc {
  border-top: 2px solid #000;
  word-break: break-all; }
  .order--page .responsive-order-table--fc .tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5; }
  .order--page .responsive-order-table--fc .tr__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .order--page .responsive-order-table--fc .th {
    align-self: center;
    width: 6rem;
    text-align: center; }
  .order--page .responsive-order-table--fc .td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 6rem);
    min-height: 4.25rem;
    padding-top: 5px;
    padding-left: 1rem;
    padding-bottom: 5px; }

@media (min-width: 768px) {
  .order--page .order-detail-table--fc .for-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .order--page .order-detail-table--fc .board-price .for-mobile {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    .order--page .order-detail-table--fc .board-price .for-mobile .txt {
      width: 100%;
      padding-right: 2rem;
      text-align: right; }
  .order--page .order-detail-table--fc:not(.mb_block_table) th {
    padding-left: 2rem; }
  .order--page .order-detail-table--fc.has_select .board-price .for-mobile .txt {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center; }
  .order--page .responsive-order-table--fc .tr__item {
    width: 50%; }
  .order--page .responsive-order-table--fc .tr__item + .tr__item {
    border-left: 1px solid #e5e5e5; }
    .order--page .responsive-order-table--fc .tr__item + .tr__item .th {
      padding-left: 2.25rem; }
  .order--page .responsive-order-table--fc .th {
    width: 9rem;
    padding-left: 1.25rem; }
  .order--page .responsive-order-table--fc .td {
    width: calc(100% - 9rem);
    padding-left: 5.625rem; } }

@media (max-width: 991.9px) {
  .order--page .total-price-box--fc .item-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .order--page .total-price-box--fc .item-box__tit {
    width: 100%; } }

@media (max-width: 767.9px) {
  .order--page .order-detail-table--fc .for-mobile .tit {
    display: block; }
  .order--page .order-detail-table--fc.mb_block_table thead th,
  .order--page .order-detail-table--fc.mb_block_table td {
    height: auto; }
  .order--page .order-detail-table--fc.mb_block_table td {
    padding-top: 0.3em; }
  .order--page .order-detail-table--fc.order-product {
    text-align: left; }
    .order--page .order-detail-table--fc.order-product tr {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .order--page .order-detail-table--fc.order-product .board-category,
    .order--page .order-detail-table--fc.order-product .board-title {
      display: inline-block; }
    .order--page .order-detail-table--fc.order-product .board-category {
      font-weight: 700;
      padding-right: 1rem; }
    .order--page .order-detail-table--fc.order-product .board-title {
      width: 80%; }
    .order--page .order-detail-table--fc.order-product .board-state {
      margin-top: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      font-weight: 700;
      background-color: #f9fafc;
      border-radius: 5px; }
  .order--page .order-detail-table--fc.has_select.mb_block_table thead {
    display: block; }
    .order--page .order-detail-table--fc.has_select.mb_block_table thead th:not(.board-checkbox) {
      display: none; }
  .order--page .order-detail-table--fc.has_select tbody tr {
    padding-left: calc(1rem + 15px);
    padding-right: calc(8px + 2rem); }
  .order--page .order-detail-table--fc.has_select tbody .board-checkbox,
  .order--page .order-detail-table--fc.has_select tbody .board-delete {
    position: absolute; }
  .order--page .order-detail-table--fc.has_select tbody .board-checkbox {
    top: 1rem;
    left: 5px; }
  .order--page .order-detail-table--fc.has_select tbody .board-delete {
    right: 8px;
    top: 8px;
    padding: 0 !important;
    width: 2rem !important;
    height: 2rem !important; }
  .order--page .responsive-order-table--fc .tr {
    border-bottom: 0; }
  .order--page .responsive-order-table--fc .tr__item {
    border-bottom: 1px solid #e5e5e5; }
  .order--page .total-price-box--fc.calculate {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .order--page .total-price-box--fc .item-box {
    width: 100%;
    margin-top: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .order--page .total-price-box--fc .item-box:first-child {
    margin-top: 0; }
  .order--page .total-price-box--fc .item-box:last-child {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .order--page .total-price-box--fc .symbol {
    display: none; } }

@media (max-width: 575.9px) {
  .order--page .total-price-box--fc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; } }

@media (max-width: 310px) {
  .order--page .order-submit-btns .btn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .order--page .order-submit-btns .btn-list > li {
      width: 100%; } }

.order--page .order-step--fc {
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .order--page .order-step--fc .order-step__list {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dee0e5;
    padding-right: 6.25rem; }
    .order--page .order-step--fc .order-step__list .img {
      flex-shrink: 0;
      align-self: center;
      margin-right: 1rem;
      line-height: 0; }
      .order--page .order-step--fc .order-step__list .img img {
        width: 2.6875rem;
        background-color: #dee0e5;
        border-radius: 50%; }
    .order--page .order-step--fc .order-step__list .txt {
      align-self: center;
      font-weight: 700; }
    .order--page .order-step--fc .order-step__list > li {
      position: relative;
      padding-left: 6.25rem; }
      .order--page .order-step--fc .order-step__list > li:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 6.25rem;
        height: 5px;
        margin-top: -2.5px;
        background: url(/html/_skin/img/sub/order/ico_order_step_arrow.svg) no-repeat center; }
    .order--page .order-step--fc .order-step__list > li:not(.on):after {
      filter: invert(98%) sepia(7%) saturate(504%) hue-rotate(182deg) brightness(90%) contrast(101%); }
    .order--page .order-step--fc .order-step__list > li.on {
      color: #201f27; }
      .order--page .order-step--fc .order-step__list > li.on .img img {
        background-color: #201f27; }
    .order--page .order-step--fc .order-step__list > li:first-child:after {
      display: none; }
  @media (max-width: 767.9px) {
    .order--page .order-step--fc .order-step__list .img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4px; }
    .order--page .order-step--fc .order-step__list .step-box {
      text-align: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 575.9px) {
    .order--page .order-step--fc .order-step__list {
      padding-right: 3rem;
      font-size: calc(14 * 1px) ;
      font-size: 0.875rem ; }
      .order--page .order-step--fc .order-step__list > li {
        padding-left: 3rem; }
        .order--page .order-step--fc .order-step__list > li:after {
          width: 3rem; } }

.order-detail--page .total-price-box--fc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }

@media (min-width: 768px) {
  .order-detail--page .total-price-box__tit,
  .order-detail--page .total-price-box__price {
    width: 12.5%;
    text-align: right; }
  .order-detail--page .total-price-box__tit {
    padding-right: 0; } }

#ReceiptModal .receipt-box .bg {
  line-height: 0;
  display: block; }
  #ReceiptModal .receipt-box .bg img {
    width: 100%; }

#ReceiptModal .receipt-box .bg.bottom {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1); }

#ReceiptModal .receipt-box__body {
  background-color: #fff;
  padding: 1rem; }
  #ReceiptModal .receipt-box__body table {
    border-top: 2px solid #000; }
    #ReceiptModal .receipt-box__body table tr + tr {
      border-top: 1px solid #e8e8e8; }
    #ReceiptModal .receipt-box__body table th {
      text-align: left;
      padding-left: 5px;
      padding-right: 5px;
      font-weight: 700; }
    #ReceiptModal .receipt-box__body table td {
      padding-top: 4px;
      padding-bottom: 4px; }

#ReceiptModal .receipt-box__date {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: calc(14 * 1px) ;
  font-size: 0.875rem ;
  color: #201f27; }

#ReceiptModal .receipt-box__foot {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

@media print {
  @page {
    size: 210mm 297mm;
    margin: 1cm; }
  html,
  body {
    -webkit-print-color-adjust: exact;
    width: 210mm;
    height: 297mm;
    margin: 0;
    padding: 0; }
  table {
    page-break-inside: avoid;
    table-layout: auto; }
  tr {
    -webkit-region-break-inside: avoid;
    page-break-inside: avoid;
    page-break-after: auto; }
  thead {
    display: table-header-group;
    page-break-before: auto; }
  tfoot {
    display: table-footer-group;
    page-break-before: auto; }
  #header,
  #footer,
  .depth3_page_tab_wrap--fc,
  .subContHead,
  .subCommon--fc,
  #contents {
    display: none; }
  #contents {
    padding-top: 0 !important; }
  .modal-footer,
  .modal-header,
  .modal-backdrop {
    display: none; }
  .modal {
    opacity: 1 !important;
    display: block !important;
    padding: 0;
    margin: 0;
    overflow: visible; }
  .modal-dialog {
    margin: 0;
    padding: 0;
    display: block;
    max-width: none;
    min-height: auto;
    max-height: none; } }

/* 장바구니 */
.order-cart--page .total-price-box--fc {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }

.order-cart--page .order_cart__delete_btns {
  margin-top: 2rem;
  margin-left: auto;
  margin-bottom: 3.75rem; }
  .order-cart--page .order_cart__delete_btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -3px 0; }
    .order-cart--page .order_cart__delete_btns .btn-list > li {
      flex: 1;
      padding: 3px; }
  .order-cart--page .order_cart__delete_btns .btnColorG {
    border-color: #f4f5f8;
    background-color: #f4f5f8; }
    .order-cart--page .order_cart__delete_btns .btnColorG:before {
      background-color: #f4f5f8; }
  @media (max-width: 991.9px) {
    .order-cart--page .order_cart__delete_btns .btnColorW {
      /* &:active {
      @content;
    } */ } }
  .order-cart--page .order_cart__delete_btns .btn {
    width: 100%;
    /*  &:after,
      &:before {
        display: none;
      } */ }

/* 결제하기 */
.order-payment--page .section-01 .sub-sec-title {
  margin-bottom: 3.25rem;
  text-align: center; }

.order-payment--page .order-payment-fill .fill-box + .fill-box {
  margin-top: 3.125rem; }

.order-payment--page .order-payment-fill input:not([type='radio']):not([type='checkbox']),
.order-payment--page .order-payment-fill select,
.order-payment--page .order-payment-fill textarea {
  width: 100%;
  background-color: #f5f5f5; }

.order-payment--page .order-payment-fill .fill-box__head {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  margin-bottom: 1rem; }
  .order-payment--page .order-payment-fill .fill-box__head .tb-caption {
    align-self: center;
    margin-right: auto; }
  .order-payment--page .order-payment-fill .fill-box__head .btn-wrap {
    width: 100%; }
  .order-payment--page .order-payment-fill .fill-box__head .btn {
    width: 100%;
    height: 2.1875rem; }

.order-payment--page .order-payment-fill .order-detail-table--fc:not(.v-mid) th,
.order-payment--page .order-payment-fill .order-detail-table--fc:not(.v-mid) td {
  vertical-align: top; }

.order-payment--page .order-payment-fill .order-detail-table--fc td {
  padding-top: 10px;
  padding-bottom: 10px; }

.order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 0; }
  .order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list > li {
    flex: auto;
    padding: 5px; }
  .order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list .btn {
    width: 100%;
    height: 2.8125rem;
    color: #201f27; }
  .order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list .btn:not(.selected):after {
    display: none; }
  .order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list .btn.selected {
    color: #fff; }
    .order-payment--page .order-payment-fill .order-detail-table--fc.payment-info .btn-list .btn.selected:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      background-color: #d00213; }

.order-payment--page .order-payment-fill .notice-btn-wrap {
  align-self: center; }

.order-payment--page .order-payment-fill .notice-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  text-align: center;
  font-size: 16px ;
  font-size: 1rem ;
  color: #201f27;
  background-color: #dee0e5; }
  .order-payment--page .order-payment-fill .notice-btn > span {
    width: 100%;
    font-size: 0.66em;
    line-height: 0; }

.order-payment--page .order-payment-fill .notice-txt {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  color: #d00213;
  margin-top: 0.625rem; }
  .order-payment--page .order-payment-fill .notice-txt .mark-circle {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.1875em;
    height: 1.1875em;
    margin-top: 0.1em;
    margin-right: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d00213; }
    .order-payment--page .order-payment-fill .notice-txt .mark-circle > span {
      width: 100%; }

.order-payment--page .order-payment-fill .symbol {
  flex-shrink: 0;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px; }

.order-payment--page .order-payment-fill .select-email-wrap input[type='text'] {
  width: 100%; }

.order-payment--page .order-payment-fill .select-email-wrap select {
  max-width: 184px; }

.order-payment--page .order-payment-fill .select-email-wrap .email-inputs {
  padding-right: 10px; }

.order-payment--page .order-payment-fill .address-box__zipcode {
  margin-bottom: 10px; }
  .order-payment--page .order-payment-fill .address-box__zipcode input[type='text'] {
    margin-right: 10px; }
  .order-payment--page .order-payment-fill .address-box__zipcode .btn {
    align-self: center;
    max-width: 120px;
    height: 2.1875rem;
    color: #fff;
    background-color: #757e8a; }
    .order-payment--page .order-payment-fill .address-box__zipcode .btn:after {
      display: none; }

.order-payment--page .order-payment-fill .address-box input + input {
  margin-top: 10px; }

.order-payment--page .order-payment-fill .radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -0.2rem;
  margin-bottom: 10px; }
  .order-payment--page .order-payment-fill .radios input[type='radio']:not(:checked) + label:before,
  .order-payment--page .order-payment-fill .radios input[type='radio']:not(:checked) + span:before {
    border-color: #b4b4b4;
    background-color: #fff; }
  .order-payment--page .order-payment-fill .radios > li {
    padding-top: 0.2rem;
    padding-right: 1rem; }

.order-payment--page .order-payment-fill .fill-box-result {
  padding: 2.5rem 3rem;
  box-shadow: 13px 10.9px 18.9px 2.1px rgba(0, 0, 0, 0.1);
  border: solid 1px #e3e3e3;
  background-color: #fff; }

.order-payment--page .order-payment-fill .fill-box-result__total {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 700;
  background-color: #201f27; }
  .order-payment--page .order-payment-fill .fill-box-result__total .total-tit {
    margin-right: 1rem; }
  .order-payment--page .order-payment-fill .fill-box-result__total .total-txt {
    color: #ffc918;
    margin-left: auto; }

.order-payment--page .order-payment-fill .payment-submit-btns {
  margin-top: 3.75rem; }
  .order-payment--page .order-payment-fill .payment-submit-btns .btn-list {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin: -5px -5px 0; }
    .order-payment--page .order-payment-fill .payment-submit-btns .btn-list > li {
      padding: 5px;
      width: 50%; }
  .order-payment--page .order-payment-fill .payment-submit-btns .btn {
    width: 100%;
    height: 3.75rem;
    font-size: calc(18 * 1px) ;
    font-size: 1.125rem ;
    font-weight: 700;
    border-width: 2px; }
  .order-payment--page .order-payment-fill .payment-submit-btns .btnColorW {
    border-color: #757e8a; }
    .order-payment--page .order-payment-fill .payment-submit-btns .btnColorW:not(:hover) {
      color: #201f27; }
  .order-payment--page .order-payment-fill .payment-submit-btns .btnTypeR {
    border-radius: 80px; }

.order-payment--page .order-payment-fill__right {
  margin-top: 2.5rem; }

@media (min-width: 576px) {
  .order-payment--page .payment-submit-btns .btn {
    height: 3.8888em; } }

@media (min-width: 768px) {
  .order-payment--page .order-payment-fill .order-detail-table--fc th {
    text-align: left;
    padding-left: 1rem; }
  .order-payment--page .order-payment-fill .order-detail-table--fc:not(.v-mid) th {
    padding-top: 1.5em; }
  .order-payment--page .order-payment-fill .radios input[type='radio'] + label,
  .order-payment--page .order-payment-fill .radios input[type='radio'] + span {
    padding-left: 24px; }
    .order-payment--page .order-payment-fill .radios input[type='radio'] + label:before,
    .order-payment--page .order-payment-fill .radios input[type='radio'] + span:before {
      top: 4px;
      width: 16px;
      height: 16px; } }

@media (min-width: 992px) {
  .order-payment--page .order-payment-fill {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .order-payment--page .order-payment-fill__left {
    width: 48.57%; }
  .order-payment--page .order-payment-fill__right {
    width: 51.43%;
    padding-left: 4%;
    margin-top: 0; } }

@media (max-width: 767.9px) {
  .order-payment--page .order-payment-fill .order-detail-table--fc:not(.mb_block_table):not(.v-mid) th {
    padding-top: 1.5em; }
  .order-payment--page .order-payment-fill .order-detail-table--fc.mb_block_table td {
    padding-top: 6px; }
  .order-payment--page .order-payment-fill .fill-box__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .order-payment--page .order-payment-fill .fill-box__head .btn-wrap:not(.max) {
      max-width: none !important; }
  .order-payment--page .order-payment-fill .fill-box-result {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (max-width: 575.9px) {
  .order-payment--page .order-payment-fill .radios {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; } }

@media (max-width: 310px) {
  .order-payment--page .order-payment-fill .payment-submit-btns .btn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .order-payment--page .order-payment-fill .payment-submit-btns .btn-list > li {
      width: 100%; } }

#zeropayInfoModal .modal-content {
  background-image: url(/html/_skin/img/sub/bg_zeropay_logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 45%; }

#zeropayInfoModal .btn {
  width: 100%;
  margin-top: 2rem; }

#addressSelectModal .modal-dialog {
  max-width: 690px; }

#addressSelectModal .modal-body {
  padding-top: 0; }

#addressSelectModal .addr-select {
  text-align: center;
  font-size: calc(14 * 1px) ;
  font-size: 0.875rem ;
  border-bottom: 1px solid #201f27; }
  #addressSelectModal .addr-select tr + tr {
    border-top: 1px solid #e5e5e5; }
  #addressSelectModal .addr-select th,
  #addressSelectModal .addr-select td {
    vertical-align: middle; }
  #addressSelectModal .addr-select th {
    height: 2.8125rem; }
  #addressSelectModal .addr-select thead {
    background-color: #201f27;
    color: #fff; }
  #addressSelectModal .addr-select tbody td {
    height: 3.625rem; }
  #addressSelectModal .addr-select .addr-select__addr .ellipsis,
  #addressSelectModal .addr-select .addr-select__msg .ellipsis {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 라인수 */
    word-wrap: break-word;
    line-height: 1.5em;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 3em;
    height: auto; }
  #addressSelectModal .addr-select .btn {
    width: 100%; }

@media (min-width: 768px) {
  #addressSelectModal .addr-select .for-mobile .txt {
    width: 100%; }
  #addressSelectModal .addr-select .for-mobile .tit {
    display: none; }
  #addressSelectModal .addr-select .btn {
    max-width: 80px; } }

@media (max-width: 767.9px) {
  #addressSelectModal .addr-select {
    text-align: left; }
    #addressSelectModal .addr-select tbody tr {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    #addressSelectModal .addr-select tbody tr + tr {
      border-top: 1px solid #e5e5e5; }
    #addressSelectModal .addr-select tbody tr:first-child {
      padding-top: 0; }
      #addressSelectModal .addr-select tbody tr:first-child td:first-child {
        padding-top: 0; }
    #addressSelectModal .addr-select tbody td {
      height: auto;
      padding-top: 2px;
      padding-bottom: 2px; }
    #addressSelectModal .addr-select .for-mobile .tit {
      width: 5rem; }
    #addressSelectModal .addr-select .for-mobile .txt {
      width: calc(100% - 5rem);
      padding-left: 1rem; } }

#zeropayQrModal .modal-dialog {
  max-width: 666px; }

#zeropayQrModal .zeropay-qr-info {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all; }
  #zeropayQrModal .zeropay-qr-info .info {
    padding-left: 7%; }
  #zeropayQrModal .zeropay-qr-info .info-tit {
    margin-bottom: 1.5rem; }
  #zeropayQrModal .zeropay-qr-info .info-list > li + li {
    margin-top: 4px; }
  #zeropayQrModal .zeropay-qr-info .info-list > li {
    counter-increment: num 1;
    position: relative;
    padding-left: 2rem; }
    #zeropayQrModal .zeropay-qr-info .info-list > li:before {
      content: counter(num);
      position: absolute;
      left: 0;
      width: 1.625rem;
      height: 1.625rem;
      text-align: center;
      color: #fff;
      line-height: 1.625rem;
      background-color: #201f27;
      border-radius: 50%; }
  #zeropayQrModal .zeropay-qr-info .info-list > li.point {
    font-weight: 700;
    color: #fe5a1b; }
    #zeropayQrModal .zeropay-qr-info .info-list > li.point:before {
      background-color: #fe5a1b; }

#zeropayQrModal .info-btn-wrap {
  margin-top: 2rem; }

#zeropayQrModal .btnColorW {
  border-color: #757e8a;
  color: #201f27; }

#zeropayQrModal .btnColorB {
  background-color: #201f27; }

#zeropayQrModal .btn-list {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px; }
  #zeropayQrModal .btn-list > [class*='col'] {
    padding: 2px; }
  #zeropayQrModal .btn-list .btn {
    width: 100%;
    height: 2.75rem; }
    #zeropayQrModal .btn-list .btn:after, #zeropayQrModal .btn-list .btn:before {
      display: none; }

#zeropayQrModal .notice-box {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid #e0e1e2; }

#zeropayQrModal .notice-box__tit {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  margin-bottom: 0.8rem;
  color: #201f27;
  font-weight: 700; }
  #zeropayQrModal .notice-box__tit .mark-circle {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.388em;
    height: 1.388em;
    margin-right: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #201f27; }
    #zeropayQrModal .notice-box__tit .mark-circle > span {
      width: 100%; }

/* 주문완료 */
.complete-payment--page .total-price-box--fc {
  margin-top: 3.75rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }

.complete-payment--page .section-01 .sub-sec-head {
  margin-bottom: 3.75rem; }

.complete-payment--page .section-01 .sub-sec-obj {
  margin-bottom: 1rem; }
  .complete-payment--page .section-01 .sub-sec-obj img {
    width: 2.8125rem; }

.complete-payment--page .section-01 .sub-sec-title {
  margin-bottom: 0.25rem; }

.complete-payment--page .tb-caption {
  margin-bottom: 1.25rem; }

.complete-payment--page .order-complete__notice {
  margin-top: 1.5rem; }
  .complete-payment--page .order-complete__notice .notice__tit {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin-bottom: 0.8rem;
    color: #201f27;
    font-weight: 700; }
    .complete-payment--page .order-complete__notice .notice__tit .mark-circle {
      display: -ms-flexbox;
      display: flex;
      word-break: break-all;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-shrink: 0;
      width: 1.388em;
      height: 1.388em;
      margin-right: 0.5em;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background-color: #201f27; }
      .complete-payment--page .order-complete__notice .notice__tit .mark-circle > span {
        width: 100%; }
  .complete-payment--page .order-complete__notice .lineInfo li + li {
    margin-top: 0.25rem; }

.complete-payment--page .zeropay-qr-info .col-zero {
  width: 100%; }

.complete-payment--page .zeropay-qr-info .col-txt {
  margin-top: 3rem; }

.complete-payment--page .zeropay-qr-info .col-qr {
  text-align: center; }

.complete-payment--page .zeropay-qr-info__method {
  padding: 3.75rem 20px;
  font-size: calc(18 * 1px) ;
  font-size: 1.125rem ;
  border-radius: 5px;
  background-color: #f2f2f2; }
  .complete-payment--page .zeropay-qr-info__method > dt {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: calc(20 * 1px) ;
    font-size: 1.25rem ;
    font-weight: 700;
    word-break: break-all; }
    @media (max-width: 1199.9px) {
      .complete-payment--page .zeropay-qr-info__method > dt {
        font-size: 18px;
        font-size: 1.125rem ; } }
    .complete-payment--page .zeropay-qr-info__method > dt .tit {
      margin-right: 1.5em; }
    .complete-payment--page .zeropay-qr-info__method > dt .bar {
      width: 60%;
      max-width: 9.25rem;
      margin-bottom: 0.25em;
      border-bottom: 1px solid #1c315e; }
  .complete-payment--page .zeropay-qr-info__method .method-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .complete-payment--page .zeropay-qr-info__method .method-list > li {
      counter-increment: num 1;
      position: relative;
      margin-top: 2rem;
      margin-right: 10%;
      padding-left: 2rem; }
      .complete-payment--page .zeropay-qr-info__method .method-list > li:before {
        content: counter(num);
        position: absolute;
        left: 0;
        width: 1.625rem;
        height: 1.625rem;
        text-align: center;
        color: #fff;
        line-height: 1.625rem;
        background-color: #201f27;
        border-radius: 50%; }

@media (min-width: 576px) {
  .complete-payment--page .zeropay-qr-info__method {
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
  .complete-payment--page .total-price-box--fc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; } }

@media (min-width: 768px) {
  .complete-payment--page .zeropay-qr-info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .complete-payment--page .zeropay-qr-info .col-qr {
      width: 11.75rem;
      text-align: left; }
    .complete-payment--page .zeropay-qr-info .col-txt {
      width: calc(100% - 11.75rem);
      padding-left: 5%; } }

/* 학습신청 완료 */
.complete-payment--page.study-complete .section-01 {
  padding-top: 6.25rem; }

/*# sourceMappingURL=style.css.map */


/**************  20241120 스타일 추가 **************/

.tag_item {
    width: 3.625rem;
    line-height: 1.25rem;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
}

.tag_item::before {
    content: none !important;
}

.tag_item.new { background: #ed161e !important; }
.tag_item.best { background: #00d7a7 !important; }
.tag_item.sale { background: #201f27 !important; }
.tag_item.event { background: #9416ed !important; }
    
.tag_item + .tag_item {
    margin-left: 3px;
}

@media (max-width: 767.9px) {
    #header .mobile-gnb .gnb__nav__menu .pc-util-menu {
        margin-top: 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        color: #fff;        
    }
}

#cancelRequestModal .cancel-textarea {
    border-color: #dee0e5;
    width: 100%;
    height: 6.25rem;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 0;
    background-color: #fff;
    color: #414141;
    resize: none;
}


#cancelRequestModal .modal-dialog {
    width: 100%;
    max-width: 510px;
    margin-left: auto !important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: auto !important;
    top: 50%;
}

#cancelRequestModal .modal-dialog .modal-content {
    background-color: #f9fafc;
}

#cancelRequestModal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    text-align: center;
    padding: 2rem 2rem 0;
    background: none;
    border-bottom : none !important;
}

#cancelRequestModal .modal-dialog .modal-content .modal-header .modal-title {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: calc(24* 1px);
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    color: #141414;
}

#cancelRequestModal .modal-dialog .modal-content .modal-header .modal-title .txt {
    padding-top: 0.2rem;
    margin-right: 0.625rem;
}

#cancelRequestModal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    opacity: 1;
    display: block;
    top: 1rem;
    right: 1rem;
    width: 3.375rem;
    height: 3.375rem;
    padding: 0;
    font-size: 0 !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: inherit;
}

    

#cancelRequestModal .modal-dialog .modal-content .modal-header .close:before {
    content: '' !important;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 42.599%;
    background-position: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 1rem;
}

#cancelRequestModal .modal-dialog .modal-content .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem 2rem;
    font-size: 1.125rem !important;
    background: none;
}

#cancelRequestModal .modal-dialog .modal-content .modal-footer {
    padding: 0.75rem 2rem 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none;
    border-top : none !important;
}


#cancelRequestModal .modal-dialog .modal-content .modal-footer > * {
    margin: 0.25rem;
}

#cancelRequestModal .modal-dialog .modal-content .modal-footer .btn-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#cancelRequestModal .modal-dialog .modal-content .modal-footer .btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -2px -2px 0;
}

#cancelRequestModal .modal-dialog .modal-content .modal-footer .btn-list > li {
    flex: 1;
    padding: 2px;
}

#cancelRequestModal .modal-dialog .modal-content .modal-footer .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    display: inline-flex !important;
    overflow: hidden;
    isolation: isolate;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    background: #ed161e;
    border-radius: 5px;
    width: 100%;
    height: 2.5rem;
}


#cancelRequestModal .form__box__tit {
    font-size: calc(18* 1px);
    font-size: 1.125rem;
    font-weight: 700;
}

#cancelRequestModal .form__box + .form__box {
    margin-top: 2rem;
}

#cancelRequestModal .form__box__list > li {
    margin-top: 0.875rem;
}

#cancelRequestModal .form__box__list > li .d-flex {
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    word-break: break-all;
}

#cancelRequestModal .form__box .d-flex label {
    align-self: center;
    min-width: 6rem;
}

#cancelRequestModal .form__box input[type="checkbox"] {
    display: none !important;
}

/* #cancelRequestModal .form__box input[type="checkbox"] ~ span  */
#cancelRequestModal .form__box input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 1rem;
    color: #666;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer;
    min-width: 0;
}

#cancelRequestModal .form__box input[type="checkbox"] ~ span {
    display: inline-block;
    font-size: 1rem;
    color: #666;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: 400;
}

/* #cancelRequestModal .form__box input[type="checkbox"] ~ span::before */
#cancelRequestModal .form__box input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    color: #fff;
    background: #f9fafc;
    border: 1px solid #dee0e5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-property: background-color, border-color;
    border-radius : 0px;
}

#cancelRequestModal .form__box input[type="checkbox"]:checked + label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #201f27 no-repeat center / 55%;
    border-color: #201f27;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 11 7.7' width='11' height='7.72'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='11' height='7.72' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M10.84.16a.57.57,0,0,0-.79,0L3.91,6.3,1,2a.55.55,0,0,0-.77-.15.54.54,0,0,0-.15.77l3.23,4.8s.06,0,.08.06,0,0,0,.06.13.06.2.09l.07,0a.5.5,0,0,0,.52-.11L10.84,1A.57.57,0,0,0,10.84.16Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

#cancelRequestModal .form__box input[type="checkbox"]:disabled + label,
#cancelRequestModal .form__box input[type="checkbox"]:disabled ~ span {
    opacity: 0.3;
    pointer-events: none;
}

#cancelRequestModal .form__box input[type="text"] {
    width: 100%;
    height: 3.125rem;
    font-size: 16px;
    font-size: 1rem;

    border: 1px solid #f5f5f5;
    padding: 0 10px;
    border-radius: 0;
    background-color: #fff;
    color: #414141;
}

#cancelRequestModal .form__box input[type="text"]:not(:focus) {
    border-color: #dee0e5;
}


/**************  20241203 스타일 추가 **************/

#certifiPrintModal .certificate-form__tit:after {
	border-top : none;
}

#certifiPrintModal .certificate-form {
	padding: 32px 52px 72px;
	background-image : none;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column  !important;
    flex-direction: column !important;
}

#certifiPrintModal .certificate-form .certificate-form__btm {
	margin-top: auto;
}

#certifiPrintModal .certificate-form__words {
	position: relative;
}

#certifiPrintModal .certificate-form__words:before{
	content : url('/html/_skin/img/sub/mypage/bg_certifi_bodylogo.png');
	display: block;
	width: 404px;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -34px;
}

@media print {
	.circle { 
		display: none; /* 동그라미 숨기기 */
	}
}

/**************  20241206 스타일 추가 **************/

.btnColorG-2type {
    color: #ed161e;
}

/**************  20250123 스타일 추가 **************/

.pc-gnb .gnb-menu--fc > li > a > span:after,
.subpage-layout__left .depth2 a > span:after {
        content: none;
}

.pl-none { padding-left : 0px !important; }
.fs-14px { font-size : 0.875rem !important; }

.course-board--fc .course-board__list .btnArr.btnColorW:hover {
	background-color: #000080;
}

/** 메인 **/

.main_section.main_search .main_search--fc input[type="text"]::-webkit-input-placeholder {
	color: rgba(21,21,21, 0.3);
}


.main_section.main_search .main_search--fc input[type="text"]::-moz-placeholder {
	color: rgba(21,21,21,  0.3);
}


.main_section.main_search .main_search--fc input[type="text"]:-ms-input-placeholder {
	color: rgba(21,21,21,0.3);
}


.main_section.main_search .main_search--fc input[type="text"]::-ms-input-placeholder {
	color: rgba(21,21,21,  0.3);
}


.main_section.main_search .main_search--fc input[type="text"]::placeholder {
	color: rgba(21,21,21, 0.3);
} 


/** technicians/lecture-details **/
.sub-total-price-box {
	background-color: #f4f5f8;
}

.sub-total-price-box .total-price-box__info {
	width: 100%;
    display: -ms-flexbox;
    display: flex;
	    -ms-flex-pack: space-between;
    justify-content: space-between;
	padding: 1em 1rem;
	font-weight: 700;
}

.sub-total-price-box .total-price-box__info .total-tit {
	width: calc(68% + 1rem);
}

.sub-total-price-box .total-price-box__info .sub-total-price {
	width : 32%;
	padding : 0 1rem;
}

.sub-total-price-box .total-price-box__info .sub-total-price p {
	display: block;
	width : calc(100% - (120px + 1rem));
	text-align: center;
}

.sub-total-price-box .total-price-box__info .sub-total-price p span {
	display: inline-block;
	padding-left : 10px
}


@media (max-width: 991px) {
	.sub-total-price-box .total-price-box__info .total-tit,
	.sub-total-price-box .total-price-box__info .sub-total-regular,
	.sub-total-price-box .total-price-box__info .sub-total-price{
		width: auto !important;
		-webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
		padding-right: 0;
	}

	.sub-total-price-box .total-price-box__info .sub-total-regular p,
	.sub-total-price-box .total-price-box__info .sub-total-price p {
		text-align: right;
		width: auto;
	}
}

/** /purchase/cart **/


.order--page .order-detail-table--fc tfoot { 
	background-color: #f4f5f8;
	font-weight: 700;
}

.order--page .order-detail-table--fc tfoot th {
	padding: 1em 1rem;
}

.order--page .order-detail-table--fc tfoot th.tit-th {
	padding-left: 2%;
	text-align: left;
}

.order--page .order-detail-table--fc tfoot.none {
	display: none !important;
}

@media (max-width: 767px) { 
	.order--page .order-detail-table--fc tfoot {
		display: block;
	}

	.order--page .order-detail-table--fc tfoot th {
		padding: 0 1rem;
	}

	.order--page .order-detail-table--fc tfoot tr {
		display: -ms-flexbox;
		display: flex;
	    -ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: space-between !important;
		justify-content: space-between !important;
	}

	.order--page .order-detail-table--fc tfoot th.none-th {	
		display: none;		
	}
}

/** 마이페이지 **/

@media (min-width: 768px) { 
	.member-wrap--fc.withdrawal .withdrawal-notice-box.pt-basic {
		padding: 3.875rem 20px;
	}
}

@media (max-width: 767px) { 
	/*.learning-board-list--fc .board-pause--fc.empty  {
		display: none;
	}*/

	.order--page .total-price-box--fc .item-box__tit {
		width: auto;
		-webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
		margin-right: 0.3em;
	}
}

/** 게시판 **/

.board-wrap--fc .board-view--fc .board-conts--fc { 
	overflow-y: auto;
}

/** 강의실 **/

 
@media (max-width: 767px) { 
	.learning-board-list--fc .d-flex.for-mobile .tit {
		min-width: 3.4375rem;
	}

	.learning-board-list--fc .d-flex.for-mobile .tit + button {
		margin-top: 0;
		margin-bottom: 0;
	}

	.learning-board-list--fc td.board-test--fc .d-flex.for-mobile .tit + p.fw_700  {
		font-weight: 400 !important;		
	}

	.learning-board-list--fc td.board-extend--fc,
	.learning-board-list--fc td.board-retake--fc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}


/** 평가 페이지 **/

.modal .exam-learning--fc .exam__question__body .reply-img-view {
	background: #fff;
}

.modal .exam-learning--fc .exam__answer__tit {
    padding-bottom: 0;
}

.modal .exam-learning--fc .exam__answer .alertInfo.top {
    padding-bottom: 1.25rem;
}

.modal .exam-learning--fc .radios > li {
    margin-top: 1rem !important; 
}

.modal .exam-learning--fc .radios > li:first-child {
    margin-top: 0 !important;
}

.modal .exam-learning--fc .radios > li input[type="radio"] + span:before {
	color: #000;
    text-align: center;
}

.modal .exam-learning--fc .radios > li:nth-child(1) input[type="radio"] + span:before { content: '1'; }
.modal .exam-learning--fc .radios > li:nth-child(2) input[type="radio"] + span:before { content: '2'; }
.modal .exam-learning--fc .radios > li:nth-child(3) input[type="radio"] + span:before { content: '3'; }
.modal .exam-learning--fc .radios > li:nth-child(4) input[type="radio"] + span:before { content: '4'; }

.modal .exam-learning--fc .radios > li input[type="radio"]:checked + label:before, 
.modal .exam-learning--fc .radios > li input[type="radio"]:checked + span:before {
	content: '';
	background: blue;
    border-color: blue;
    background-image: url(/html/_skin/img/common/ico_checked.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.modal .exam-learning--fc .exam__question__body .explain-list > li {

}

.modal .exam-learning--fc .exam__question__body .explain-list .selected:before {

}


@media (min-width: 768px) { 
	.modal .exam-learning--fc .radios > li input[type="radio"] + span:before { 
		line-height: 20px;
	}
}

.modal .exam-learning--fc .exam__question__head.type2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.button-span-box {
	display: -ms-flexbox;
    display: flex;
	  -ms-flex-direction: column;
    flex-direction: column;
	    width: 100%;
		  -ms-flex-align: center !important;
    align-items: center !important;

}

@media (max-width: 767px) { 
	.button-span-box {
		 -ms-flex-direction: row;
		flex-direction: row;
	}

	.button-span-box p {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: fit-content;
		padding-right: 5px;
	}

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

.modal .exam-learning--fc .exam__question__body .explain-list {}

.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li {
	padding-left: 28px;
}

.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:before {
	content: '';
    display: block;
    width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
	line-height: 20px;
	color: #000;
	text-align: center;	
	position: absolute;
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
	font-size: 1rem;
    vertical-align: middle
}

.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:nth-child(1):before { content: '1'; }
.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:nth-child(2):before { content: '2'; }
.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:nth-child(3):before { content: '3'; }
.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:nth-child(4):before { content: '4'; }
.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li:nth-child(5):before { content: '5'; }

.modal .exam-learning--fc .exam__question__body .explain-list > li.selected:before { 
	content: '';
	 display: block;
    width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
	line-height: 20px;
}

.modal .exam-learning--fc .exam__question__body .explain-list > li.selected.correct {
	color : blue
}

.modal .exam-learning--fc .exam__question__body .explain-list > li.selected.correct:before {
	content: '';
	background-color: blue;
    border-color: blue;
    background-image: url(/html/_skin/img/common/ico_checked.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.modal .exam-learning--fc .exam__question__body .explain-list > li.selected.wrong {
	color: #000;
	/*color: #d00213; */
}

.modal .exam-learning--fc .exam__question__body .explain-list > li.selected.wrong:before {
	content: '';
	background-color: #000;
    border-color: #000;
	/*background-color: #d00213;
    border-color: #d00213;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='white' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='white' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 65%;
}


.modal .exam-learning--fc .exam__question__body .explain-list .correct,
.modal .exam-learning--fc .exam__question__body .explain-list .wrong {
	background-color: transparent;
	color: initial;
}

.modal .exam-learning--fc .exam__question__body .explain-list:not(.explain-list-short) > li.selected.wrong:before {
	color: #d00213;
} 


.modal .exam-learning--fc .exam__question__body .explain-list > li:before {
    color: initial;
}


.modal .exam-learning--fc .exam__question__body .answer-wrap {
	margin-bottom: 0.625rem;
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit {
	position: relative;
	padding-left: 24px;
    font-size: 1rem;
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit.right {
    color: blue;
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit.wrong {
    color: #d00213;
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
    left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	border-radius: 50%;
    /*background: blue;
    border-color: blue;
    background-image: url(/html/_skin/img/common/ico_checked.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit.correct:before {
    background-color: blue;
    border-color: blue;
    background-image: url(/html/_skin/img/common/ico_checked.png);
}

.modal .exam-learning--fc .exam__question__body .answer-wrap .answer-tit.wrong:before {
    background-color: #d00213;
    border-color: #d00213;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='white' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='white' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 58%;
}

/*나의 답안*/
/*.modal .exam-learning--fc .exam__answer .alertInfo {
	margin-top: 0px
}*/

.modal .exam-learning--fc .exam__answer__body .answer-list .wrong {
	background-color: transparent; 
}

.modal .exam-learning--fc .exam__answer__body .answer-list .wrong .txt {
	color: #d00213;
}

@media (max-width: 991px) {
	.modal .exam-learning--fc .exam__question__body .question {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

	.modal .exam-learning--fc .exam__question__body .question__num {
        margin-bottom: 0.5rem;
    }

	.modal .exam-learning--fc .exam__question__body .question__words {
		width: 100%;
	}
}


@media (max-width: 767px) { 
	.modal .exam-learning--fc .exam__question__body .explain-list > li {
		padding-left: 23px;
	}
}



/**************  20250206 스타일 추가 **************/

.color_797979 { color : #797979 !important}

#header .logo { max-width: 18rem; }

.main_section.main_quick .main_quick__nav .box-words__small {
	font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
	margin-top: 5px;
	display :none;
}

@media (min-width: 768px) {
	.main_section.main_quick .main_quick__nav .box {
		min-height: 153px;
	}

	.main_section.main_quick .main_quick__nav .box-words__small { 
		display: block;
	}
}

#popSearch {
	width: 100%;
	height: auto;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	display: none;
}


#popSearch .close {
	position: absolute;
    opacity: 1;
    display: block;
    right: 0.625rem;
	top: 0.625rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 0 !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#popSearch .close:before {
    content: '' !important;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M19.152,0.718 L20.963,2.529 L2.243,21.248 L0.431,19.437 L19.152,0.718 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M2.046,1.077 L0.221,2.901 L19.073,21.751 L20.897,19.926 L2.046,1.077 Z'/%3E%3C/svg%3E");
    background-size: 42.599%;
    background-position: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 1rem;
}



@media (min-width: 768px) {
    #footer .footer-about .footer-logo {
        padding-top: 4px;
    }
}


/**************  20250218 스타일 추가 **************/

/** product/view_pac **/

.sub-total-price-box.type2 .total-price-box__info .total-tit {
	width: calc(58% + 1rem);
}

.sub-total-price-box.type2 .total-price-box__info .sub-total-regular {
	width : 12%;
	padding : 0 1rem;
}

.sub-total-price-box.type2 .total-price-box__info .sub-total-price {
	width : 32%;
	padding : 0 1rem;
}


@media (max-width: 991px) {
	.sub-total-price-box.type2 .total-price-box__info .sub-total-regular{
		margin-left : auto
	}

	.sub-total-price-box.type2 .total-price-box__info .sub-total-regular, 
	.sub-total-price-box.type2 .total-price-box__info .sub-total-price {
		flex: initial;
	}
}

/**************  20250219 스타일 추가 **************/

.modal .exam-learning--fc .exam__question__body .explain-list.explain-list-short > li {
	padding: 0px;
}

.modal .exam-learning--fc .exam__question__body .explain-list.explain-list-short > li:before { 
	content: none;	
}

/* 20250305
.modal .exam-learning--fc .exam__question__body .explain-list > li.right-answer {
	background-color: rgba(0, 215, 167, 0.2);
}
*/

/**************  20250305 스타일 추가 **************/

@media (max-width: 575px) {
	.sm-none { display: none;}
	.sm-br-none br {display: none; }
}

/**************  20250325 스타일 추가 **************/

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

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

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

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

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

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

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

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

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

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


.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
} 

.flex-column {
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
}

.btnColorG2 {
	position: relative;
}

.btnColorG2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #cacaca;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: Transform 0.5s ease;
	-moz-transition: Transform 0.5s ease;
	-ms-transition: Transform 0.5s ease;
	-o-transition: Transform 0.5s ease;
	transition: Transform 0.5s ease;
}

.btnColorG2:after {
	background: #bfbfbf;
}

.btnColorG2:hover:before {
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.btnColorG2:hover:after {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* 기업관리 - 메인 */
@media (min-width: 1440px) {
	#latest .latest-box {
		width: calc(1400px + 40px);
		margin-left: -20px;
	}
} 

#latest .latest-box > .col:nth-child(1) { padding-right: 0.71875rem;}
#latest .latest-box > .col:nth-child(2) { padding: 0 0.71875rem; }
#latest .latest-box > .col:nth-child(3) { padding-left: 0.71875rem;}

#latest .latest-box > .col > .col-inner {
	padding: 1.5625rem 2.5rem;
	height: 100%;
	background-color : #f9fafc;
	border-radius : 1.25rem;	
}

@media (min-width: 768px) {
	#latest .latest-box > .col > .col-inner { 
		min-height: 14.0625rem;
	}
} 


#latest .latest-box .tit {
	width: 100%;
}

#latest .latest-box .tit b {
	font-size: 1.4375rem;
	font-weight : 700;
	color: #0d0d0d;	
}

#latest .latest-box .tit a {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	font-size : 0;
	text-indent: -99999px;
	background: no-repeat center/contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(27, 27, 27)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.400,1.363 L10.037,8.999 L2.400,16.636 '/%3E%3C/svg%3E");
	-webkit-transition: 0.2s all ease-in-out;
		-moz-transition: 0.2s all ease-in-out;
		-ms-transition: 0.2s all ease-in-out;
		-o-transition: 0.2s all ease-in-out;
		transition: 0.2s all ease-in-out;
}

#latest .latest-box .board-area {
	margin-top : 0.9375rem;
	padding-top : 1.875rem;
	border-top: 1px solid;
}

#latest .latest-box .board-area table,
#latest .latest-box .board-area table tbody,
#latest .latest-box .board-area table tr,
#latest .latest-box .board-area table tr td {
	display: block;
	width: 100%;
}

#latest .latest-box .board-area table {
	border-bottom: 0;
	margin-bottom : 0;
	border-top : none;
}

#latest .latest-box .board-area table tr { 
	border-top : none;
	padding: 0;
}

#latest .latest-box .board-area table tr td {
	height: auto;
	background-color: transparent;
	line-height : initial;
	padding: 5px 0;
	font-size : 1.125rem;
	font-weight : 400;
	color: rgba(0, 0, 0, 0.8);
}

#latest .latest-box .board-area .no-data--fc td {
	padding: 1rem !important;
    margin: 0;
}

#latest .latest-box .board-area .board-subject--fc a {
	position: relative;
	float : none !important;
	padding-left : 20px;
	font-size : 1.125rem;
	font-weight : 400;
	color: rgba(0, 0, 0, 0.8);
}

#latest .latest-box .board-area .board-subject--fc a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	border-radius : 50%;
	background-color: #000000;
}

#latest .latest-box .board-area .board-date--fc {
	display: none;
}


#latest .latest-box .contact {
	display: -ms-flexbox;
    display: flex;
  -ms-flex-align: center !important;
    align-items: center !important;
}

#latest .latest-box .contact .common-bottom__contact {
	padding: 0;
}

@media (max-width: 991px) {
	#latest .latest-box { gap : 1.4375rem 0;}
	#latest .latest-box > .col:nth-child(1) { padding-right: 0.71875rem;}
	#latest .latest-box > .col:nth-child(2) { padding-left: 0.71875rem; }
	#latest .latest-box > .col:nth-child(3) { padding: 0; }
} 

@media (max-width: 767px) {	
	#latest .latest-box > .col:nth-child(1) { padding: 0; }
	#latest .latest-box > .col:nth-child(2) { padding: 0; }

	#latest .latest-box > .col > .col-inner {
		padding: calc(1.5625rem * 0.8) calc(2.5rem * 0.8);
	}

	#latest .latest-box .board-area {
		margin-top : 0.9375rem;
		padding-top : calc(1.875rem * 0.8);
	}
} 


/* 마이페이지 - 학슴중 관리 상세 - 목차 테이블 토글 */
.course-toggle-btn {
	display: block;	
    width: 2rem;
    height: 2rem;
    border: 1px solid;
	font-size: 0;
	text-indent: -99999px;
    background: url(/html/_skin/img/common/ico_quick_arrow.png) no-repeat center / 0.8125rem;
}

.course-toggle-btn.on {
	 -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-table {
	display: none;
}


/* 학습신청안내 */
.study-application-information .banner-box { 
	padding: 3.125rem 4.375rem;
	width: 100%;
	border-radius: 1.875rem;
	background: #e0e6f5 url('/html/_skin/img/sub/corporate/bg_study-application-information.png') no-repeat right bottom / 34.9375rem;
	color: #201f27;
	margin-bottom: 4.375rem;
}

.study-application-information .banner-box .tit b {
	font-size: 1.875rem;
}

.study-application-information .banner-box .tit p {
	font-size: 1.125rem;
}

.study-application-information .banner-box .desc {
	margin-top: 1.25rem;
	font-size: 1.25rem;
}

.study-application-information .banner-box .desc ul {
	margin-top: 0.3125rem;
}

.study-application-information .banner-box .desc ul li {
	padding-left: 1.25rem;
	position: relative;
}

.study-application-information .banner-box .desc ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #201f27;
}

.study-application-information .banner-box .desc p {
	margin-top: 1.875rem;
	font-size: 1rem;
}

.study-application-information .btn-write-wrap--fc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end !important;
	justify-content: end !important;
}

.study-application-information .btn-write-wrap--fc a {
	display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    display: inline-flex !important;
    overflow: hidden;
    isolation: isolate;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	width: auto;
    height: auto;
    font-size: 1rem;
    font-weight: 500;
	padding: 17px 70px;
}

.study-application-information .board-write-btn-wrap--fc a  {
	border-radius: 5px;
}

@media (max-width: 991px) {
	.study-application-information .banner-box { 
		background-size : calc(34.9375rem * 0.8)
	}
} 

@media (max-width: 767px) {	
	.study-application-information .banner-box {
		padding: calc(3.125rem * 0.6) calc(4.375rem * 0.5);
		border-radius: calc(1.875rem * 0.6);
		margin-bottom: calc(4.375rem * 0.6);
		background-size : calc(34.9375rem * 0.5);
	}
	
	.study-application-information .banner-box .tit b {
		font-size: calc(1.875rem * 0.8);
	}

	.study-application-information .banner-box .tit p {
		font-size: calc(1.125rem * 0.8);
	}

	.study-application-information .banner-box .desc {
		margin-top: calc(1.25rem * 0.8);
		font-size: calc(1.25rem * 0.8);
	}

	.study-application-information .banner-box .desc ul {
		margin-top: calc(0.3125rem * 0.8);
	}

	.study-application-information .banner-box .desc ul li {
		padding-left: calc(1.25rem * 0.8);
	}

	.study-application-information .banner-box .desc ul li:before {
		top: calc(0.75rem * 0.8);
		width: calc(0.5rem * 0.8);
		height: calc(0.5rem * 0.8);
	}

	.study-application-information .banner-box .desc p {
		margin-top: calc(1.875rem * 0.8);
		font-size: calc(1rem * 0.8);
	}
} 

@media (max-width: 575px) {	
	.study-application-information .banner-box {
		background-size : 42.5vw;
	}
}

/* 기업용 로그인 */
#contents.corporate-login {
	padding: 0;	
}

#contents.corporate-login .subpage-layout--fc {
    max-width: 100%;	
    margin: 0;
	padding: 0;
}

#contents.corporate-login .subpage-layout__right {	
	padding: 0;
}

#contents.corporate-login .subContHead {
	display : none;
}

#corporateLogin {
	height: 100%;
	min-height: 100svh;
}

#corporateLogin .bg {
	background: url(/html/_skin/img/sub/corporate/bg_corporate_login.jpg) no-repeat center / cover;
}

#corporateLogin > div  {
	padding: 3.125rem 1.25rem;
}

#corporateLogin .login-inner {
	width: 100%;
	max-width: 450px;
}

#corporateLogin .login-tit {
	gap : 1.25rem
}

#corporateLogin .login-tit img {
	width: 18rem;
}

#corporateLogin .login-tit span {
	font-size : 1.25rem;
	font-weight: 800;
	line-height: 1;
}

#corporateLogin .login-form-wrap {
	margin-top: 2.5rem;
}

#corporateLogin .login-form-wrap .login-input li + li {
	margin-top: 1.25rem;
}

#corporateLogin .login-form-wrap .login-input label {
	display: block;
	margin-bottom: 0.3125rem;
	font-size : 1.125rem;
	font-weight: 700;
}

#corporateLogin .login-form-wrap .login-input input {
	padding: 0  1.25rem;
	width: 100%;
	height: 4.0625rem;
	border: 1px solid #e9e9e9;
	border-radius: 0.625rem;
	box-shadow : 5px 5px 29px 0px rgba(0, 0, 0, 0.1);
}

#corporateLogin .login-form-wrap .login-etc {
	margin-top: 1.25rem;
}

#corporateLogin .login-form-wrap .login-etc .save-id-wrap input[type="checkbox"] + label {
	padding-left: 1.75rem;
	font-size: 1rem;
	color: #000;
}

#corporateLogin .login-form-wrap .login-etc .save-id-wrap input[type="checkbox"] + label:before {
    top: 0.0625rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius : 0;
	border-color: #e9e9e9;
	background-color: #fff;
}

#corporateLogin .login-form-wrap .login-etc .save-id-wrap input[type="checkbox"]:checked + label:before {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius : 0;
	background-color: #201f27;
}

#corporateLogin .login-form-wrap .login-etc .find-btn-wrap {
	font-size: 1rem;
	color: #afafaf;
}

#corporateLogin .login-form-wrap .login-etc .find-btn-wrap:hover {
	color: #000;
}

#corporateLogin .login-form-wrap .join-btn-wrap {
	margin-top: 1.5625rem;
}

#corporateLogin .login-form-wrap .join-btn-wrap li {
	width: 100%;
}

#corporateLogin .login-form-wrap .join-btn-wrap li + li {
	margin-top: 0.625rem;
}

#corporateLogin .login-form-wrap .join-btn-wrap li a {
	width: 100%;
	height: 4.375rem;
	color: #fff;
	line-height: 4.375rem;
	border-radius: 0.625rem;	
}

#corporateLogin .center-box {
	padding: 2.1875rem 2.5rem;
	margin-top: 1.5625rem;
	background: #eeeeee;
	border-radius: 0.625rem;	
}

#corporateLogin .center-box .call {
	gap : 0.8125rem;
}

#corporateLogin .center-box .call > .ico {
	display: block;
	width: 3.5625rem;
	height: 3.5625rem;
	font-size: 0;
	text-indent: -99999px;
	border-radius: 50%;
	background: #000 url(/html/_skin/img/sub/corporate/ico_call_center.svg) no-repeat center / 2.125rem;
}

#corporateLogin .center-box .call > div {
	font-weight: 700;
	line-height: 1;
}

#corporateLogin .center-box .call > div b {
	font-size: 1.25rem;
}

#corporateLogin .center-box .call > div p {
	margin-top: 0.3125rem;
	font-size: 1.875rem;	
}

#corporateLogin .center-box .info {
	margin-top: 1.5625rem;
	padding-top: 1.5625rem;
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

#corporateLogin .center-box .info li {
	font-size: 1.125rem;
}

#corporateLogin .center-box .info li b {
	padding-right: 0.9375rem;
	position: relative;
}

#corporateLogin .center-box .info li b:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.46875rem;
	height: 0.9375rem;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#corporateLogin .center-box .info li p {
	padding-left: 0.9375rem;
}


@media (max-width: 991px) {
	#corporateLogin .bg {
		display: none;
	}
}


@media (max-width: 767px) { 
	#corporateLogin .login-tit img {
		width: calc(18rem * 0.8);
	}

	#corporateLogin .login-form-wrap {
		margin-top: calc(2.5rem * 0.8);
	}

	#corporateLogin .login-form-wrap .login-input input {		
		height: calc(4.0625rem * 0.8);		
		border-radius:  calc(0.625rem * 0.8);
	}

	#corporateLogin .login-form-wrap .join-btn-wrap li a {		
		height:  calc(4.375rem * 0.8);		
		line-height:  calc(4.375rem * 0.8);
		border-radius:  calc(0.625rem * 0.8);	
	}

	#corporateLogin .center-box {
		padding:  calc(2.1875rem * 0.8)  calc(2.5rem * 0.8);	
		border-radius:  calc(0.625rem * 0.8);	
	}

	#corporateLogin .center-box .call {
		gap :  calc(0.8125rem * 0.8);
	}

	#corporateLogin .center-box .call > .ico {	
		width:  calc(3.5625rem * 0.8);
		height:  calc(3.5625rem * 0.8);		
		background-size:  calc(2.125rem * 0.8);
	}

	#corporateLogin .center-box .call > div b {
		font-size:  calc(1.25rem * 0.8);
	}

	#corporateLogin .center-box .call > div p {
		margin-top:  calc(0.3125rem * 0.8);
		font-size:  calc(1.875rem * 0.8);	
	}

	#corporateLogin .center-box .info {
		margin-top:  calc(1.5625rem * 0.8);
		padding-top:  calc(1.5625rem * 0.8);
	}

	#corporateLogin .center-box .info li {
		font-size:  calc(1.125rem * 0.8);
	}

	#corporateLogin .center-box .info li b {
		padding-right:  calc(0.9375rem * 0.8);
	}

	#corporateLogin .center-box .info li b:before {
		margin-top:  calc(-0.46875rem * 0.8);
		height:  calc(0.9375rem * 0.8);
	}

	#corporateLogin .center-box .info li p {
		padding-left:  calc(0.9375rem * 0.8);
	}
}


/* 헤더 */
@media (min-width: 1200px) { 
	#header .header-bottom {
		max-width : calc(1440px + 40px);
	}
}

@media (min-width: 768px) { 
.header-bottom__pc-utils {
    -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  }
	.header-bottom .center {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	

	#header .logo a {
		padding-bottom: 0;
	}
}

#header .logo,
#header .header-bottom .logo_distance {
	text-align: center;
	width: 100%;
	max-width: calc(720px - 345px + 20px);
}
#header .header-bottom .logo_distance {
    text-align: left;
}
#header .header-bottom .logo_distance img { 
	width: 13.9375rem;	
	    vertical-align: bottom;
}
@media screen and (max-width: 1440px) and (min-width: 768px) { 
	 #header .logo,
		#header .header-bottom .logo_distance {
			width: 22% !important;
			max-width: 30% !important;
		}
}
@media (min-width: 1441px) {
	#header .header-bottom .logo_distance { 
		padding-left: 50px;
	}
} 
@media (max-width: 1440px) { 
/*
	#header .logo,
	#header .header-bottom .logo_distance {
		width: auto;
		max-width: auto;
	} */

	#header .logo a {
		text-align : left;
	}

	#header .header-bottom .logo_distance {
/*		text-align: right;*/
		text-align: left;
	}
}

@media (max-width: 1199px) {
	#header .header-bottom .logo_distance img { 
		max-width: 20vw;
	}
} 

@media (max-width: 1199px) and (min-width: 768px) {	
 #header  .header-bottom {
        padding-bottom: 1.25rem;
		}
	#header .logo a img {
		max-width: 20vw;
	}
} 

@media (max-width: 767px) {
	#header .logo, 
	#header .logo a,
	#header .logo a img {
		height: 100%;
	}
	#header .header-bottom .logo_distance {
		display: none;
	}
}


/**************  20250331 스타일 추가 **************/


@media (min-width: 768px) {
	.header-menus:after {
		content: none;
	}
}

/**************  20250730 스타일 수정 **************/

.detail__content--fc .tabType {
    margin-bottom: 0;
}

.detail__content--fc .tabType + .tab-panel.tab-panel {
	padding-top: 3.125rem;
}