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

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
.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: #072c54;
    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: #072c54;
    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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    -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: #072c54;
    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: #072c54;
  -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: #072c54;
  -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: #072c54;
    -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: #072c54;
  -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: #072c54;
    -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: #072c54;
  -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: #072c54;
    -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 #072c54, 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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #072c54;
    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: #000000; }
  @media (max-width: 767px) {
    html {
      font-size: 75%; } }

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

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

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

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

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

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

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

select:focus {
  border-color: #072c54; }

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

address {
  font-style: normal; }

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

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

* {
  box-sizing: border-box; }

textarea {
  overflow: auto;
  resize: vertical; }

/* ==========================================================================
  게시판
   ========================================================================== */
.board-wrap--fc {
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #606060; }
  .board-wrap--fc input,
  .board-wrap--fc select,
  .board-wrap--fc textarea {
    display: inline-block;
    font-size: 0.9125rem;
    line-height: 1;
    vertical-align: middle; }
  .board-wrap--fc a {
    display: block;
    font-size: 0.75rem;
    color: #414141;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .board-wrap--fc .board-title {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 1;
    color: #303030;
    text-align: center; }
  .board-wrap--fc .board-paging {
    margin: 15px auto 0;
    text-align: center;
    font-size: 0;
    line-height: 0; }
  .board-wrap--fc .btn-write-wrap--fc {
    margin: -38px 0 0;
    *zoom: 1; }
    .board-wrap--fc .btn-write-wrap--fc:after {
      content: "";
      display: table;
      clear: both; }
    .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
      float: right;
      padding: 0 30px;
      min-width: 100px;
      border: 1px solid #7b858e;
      background: #7b858e;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 2.25rem;
      color: #fff;
      text-align: center; }
  .board-wrap--fc th.required:after {
    display: inline-block;
    margin-top: -3px;
    margin-left: 7px;
    width: 14px;
    height: 11px;
    background: url("/img/common/required.png") no-repeat 0 0;
    vertical-align: middle;
    content: ''; }
  .board-wrap--fc .category-tab--fc {
    margin: 0 0 50px;
    width: 100%; }
    .board-wrap--fc .category-tab--fc ul {
      width: 100%;
      border-bottom: 1px solid #ddd;
      text-align: center; }
      .board-wrap--fc .category-tab--fc ul li {
        display: inline-block;
        margin: 0 15px; }
        .board-wrap--fc .category-tab--fc ul li a {
          position: relative;
          display: block;
          padding: 0 3px;
          font-size: 1.076rem;
          line-height: 40px;
          color: #303030; }
        .board-wrap--fc .category-tab--fc ul li.on a {
          font-weight: bold;
          color: #111; }
          .board-wrap--fc .category-tab--fc ul li.on a:before {
            content: '';
            display: inline-block;
            position: absolute;
            bottom: -1px;
            left: 0;
            z-index: 55;
            width: 100%;
            height: 2px;
            background: #111; }
  .board-wrap--fc .board-view--fc {
    border-top: 1px solid #072c54; }
    .board-wrap--fc .board-view--fc header {
      padding: 15px 32px 14px;
      border-bottom: 1px solid #000000;
      background-color: transparent;
      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: #000000; }
      .board-wrap--fc .board-view--fc header address {
        float: right;
        font-style: normal;
        color: #000000; }
        .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: #000000; }
      .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: #072c54; }
      .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 rgba(0, 0, 0, 0.1);
      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 #072c54;
    font-size: 0; }
    .board-wrap--fc .gallery-list--fc figure {
      display: inline-block;
      margin-bottom: 25px;
      padding: 0 17px;
      width: 33.33333333333333%;
      vertical-align: top; }
      .board-wrap--fc .gallery-list--fc figure a {
        display: block;
        width: 100%;
        height: 100%; }
        .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc {
          display: block;
          overflow: hidden;
          position: relative;
          height: 0; }
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-21by9 {
            padding-bottom: 42.85714%; }
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc.embed-responsive-16by9 {
            padding-bottom: 56.25%; }
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            border: 0; }
          .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc img {
            width: 100%; }
        .board-wrap--fc .gallery-list--fc figure a figcaption {
          padding: 11px 20px 16px;
          background: #f5f5f5; }
          .board-wrap--fc .gallery-list--fc figure a figcaption li {
            font-size: 13px;
            line-height: 20px;
            color: #414141; }
            .board-wrap--fc .gallery-list--fc figure a figcaption li strong {
              clear: both;
              width: 40px;
              font-weight: bold; }
            .board-wrap--fc .gallery-list--fc figure a figcaption li:last-of-type {
              overflow: hidden;
              text-overflow: ellipsis;
              display: box;
              display: -webkit-box;
              display: -moz-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              word-wrap: break-word;
              line-height: 20px;
              height: 40px; }
  .board-wrap--fc .webzine-board-list--fc tr.no-data--fc {
    min-height: 0; }
    .board-wrap--fc .webzine-board-list--fc tr.no-data--fc td {
      padding: 15px 0; }
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    /*
          font-size: 0.75rem;
          line-height: 17px;
          color: #414141;
          vertical-align: middle;
          text-decoration: none;
          transition: all .2s ease;
			*/ }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a:hover {
      color: #000; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a:hover strong {
        text-decoration: underline; }
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div {
    vertical-align: middle; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
      padding: 0; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:first-child {
      width: 150px; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong {
      display: inline-block;
      margin: 5px 0;
      font-weight: 400; }
      .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong:hover {
        text-decoration: underline; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
      display: inline-block;
      margin: 10px 0 5px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: box;
      display: -webkit-box;
      display: -moz-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 17px;
      height: 34px; }
      @media (min-width: 768px) {
        .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
          font-size: 1rem; } }
  .board-wrap--fc .webzine-board-list--fc tbody tr td img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: middle; }

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

@media (max-width: 575px) {
  .board-wrap--fc input, .board-wrap--fc select, .board-wrap--fc textarea {
    font-size: 0.75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* // Board Wrap */
.board-paging {
  margin: 15px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .board-paging li,
  .board-paging ol {
    display: inline-block;
    vertical-align: top; }
  .board-paging li {
    overflow: hidden;
    position: relative;
    margin-left: -1px; }
    .board-paging li > a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 0;
      font-size: 0.9375rem;
      line-height: 28px;
      color: #414141; }
    .board-paging li.on, .board-paging li:hover {
      z-index: 111; }
    .board-paging li.on > a,
    .board-paging li:hover > a {
      background-color: #072c54;
      border: 1px solid #072c54;
      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: #072c54;
    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 #072c54;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@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: transparent;
  font-weight: bold;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-align: center;
  vertical-align: middle; }

.basic-board-list--fc tbody tr, .webzine-board-list--fc tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

.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: #000000;
  text-align: center;
  vertical-align: middle;
  background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.board-write-btn-wrap--fc .btn-confirm--fc {
  color: #fff !important;
  background-color: #072c54;
  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: #09386c; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna:hover {
    background-color: #525252; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.color_666 {
  color: #666 !important; }

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

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

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

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

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

#wrapper.sub #contents .inner {
  max-width: 1470px; }

.inner {
  width: 100%;
  max-width: 1510px;
  padding: 0 1.25rem;
  margin: 0 auto; }
  .inner.big {
    max-width: 100%;
    padding: 0 6.25rem; }

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

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

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

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

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

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

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

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

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 #f6f6f6;
  padding: 0 10px;
  border-radius: 0;
  background-color: #f6f6f6;
  color: #000000; }

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

textarea {
  padding: 10px; }

input:focus,
textarea:focus,
select:focus {
  border-color: #072c54;
  outline: none; }

input[type="radio"] {
  display: none !important; }
  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1rem;
    color: #000000;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer; }
    input[type="radio"] + label:before {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      color: #fff;
      background: #f6f6f6;
      border: 1px solid #f6f6f6;
      border-radius: 50%;
      content: "";
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  input[type="radio"]:checked + label:before {
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #072c54;
    border-color: #072c54;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center; }

input[type="checkbox"] {
  display: none !important; }
  input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1rem;
    color: #000000;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      color: #fff;
      background: #f6f6f6;
      border: 1px solid #f6f6f6;
      border-radius: 0;
      content: "";
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #072c54;
    border-color: #072c54;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center; }

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

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

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 255px); } }

@media (max-width: 1199px) {
  #contents {
    min-height: calc(100vh - 255px); } }

@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 288px); } }

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

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

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

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

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

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000; }
  #header.fixed {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    top: 0 !important; }
  #header .header-top {
    width: 100%;
    background-color: #f1f1f1; }
  #header .header-bottom {
    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;
    width: 100%;
    position: relative;
    height: 110px;
    margin: 0 auto;
    padding: 0 6.25rem;
    text-align: center; }
  #header .logo {
    position: relative;
    z-index: 1;
    font-size: 0; }
    #header .logo a {
      display: block;
      width: 100%; }
  #header .etc {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 1.875rem; }
    #header .etc .members ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important;
      background-color: #072c54;
      border-radius: 0.3125rem;
      height: 2.187rem; }
      #header .etc .members ul li {
        position: relative;
        padding: 0 0.8125rem; }
        #header .etc .members ul li::before {
          content: '';
          display: block;
          height: 1.56rem;
          border-left: 1px solid rgba(255, 255, 255, 0.2);
          position: absolute;
          left: -0.5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #header .etc .members ul li a {
          font-size: 1rem;
          font-weight: 400;
          color: #fff;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #header .etc .members ul li a:hover {
            opacity: 0.8; }

.sta {
  position: relative;
  display: none;
  height: 0px;
  background-color: #072c54;
  text-align: right;
  font-size: 0;
  z-index: 10000;
  height: 0 !important; }
  .sta .lang-depth1 {
    position: relative;
    height: 100%; }
    .sta .lang-depth1 > ul {
      display: inline-block; }
      .sta .lang-depth1 > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 100%; }
        .sta .lang-depth1 > ul > li.type-member {
          display: inline-block; }
        .sta .lang-depth1 > ul > li.line-r:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -6.5px;
          right: 0;
          width: 1px;
          height: 13px;
          background-color: rgba(255, 255, 255, 0.3); }
        .sta .lang-depth1 > ul > li > a {
          display: block;
          font-family: Titillium;
          font-size: 13px;
          color: #fff;
          background-color: #072c54;
          padding: 0 15px;
          line-height: 35px; }
        .sta .lang-depth1 > ul > li.lang-depth1-li {
          display: inline-block; }
          .sta .lang-depth1 > ul > li.lang-depth1-li > a {
            position: relative;
            padding-right: 30px;
            background-color: rgba(0, 0, 0, 0.1); }
            .sta .lang-depth1 > ul > li.lang-depth1-li > a:after {
              content: "\f0d7";
              position: absolute;
              top: 13px;
              right: 10px;
              line-height: 1;
              font-family: 'FontAwesome'; }
      .sta .lang-depth1 > ul .lang-depth2 {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        left: 0; }
        .sta .lang-depth1 > ul .lang-depth2 > li {
          background-color: #072c54;
          border-top: 0;
          text-align: left; }
          .sta .lang-depth1 > ul .lang-depth2 > li a {
            display: block;
            font-family: Titillium;
            font-size: 13px;
            color: #fff;
            padding: 0 15px;
            line-height: 35px; }
        .sta .lang-depth1 > ul .lang-depth2 > li + li a {
          border-top: 1px solid rgba(0, 0, 0, 0.15); }
      .sta .lang-depth1 > ul > li:hover .lang-depth2 {
        display: block; }

@media (min-width: 1200px) {
  .sta .lang-depth1 > ul > li > a:hover {
    color: #fff;
    background-color: #09386c; }
  .sta .lang-depth1 > ul .lang-depth2 > li:hover > a {
    color: #fff;
    background-color: #09386c; }
  .pc_sitemap_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 9999;
    cursor: pointer; }
    .pc_sitemap_btn span {
      height: 2px;
      background: #333;
      right: 0;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-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 {
      height: 30px; }
      .pc_sitemap_btn.on span {
        background: #333; }
        .pc_sitemap_btn.on span:nth-child(1) {
          opacity: 0; }
        .pc_sitemap_btn.on span:nth-child(2) {
          -webkit-transform: translateY(14px) rotate(-45deg);
          -ms-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg); }
        .pc_sitemap_btn.on span:nth-child(3) {
          -webkit-transform: translateY(-14px) rotate(45deg);
          -ms-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg); } }

@media (max-width: 1199px) {
  #header .header-top {
    display: none; }
  #header .header-bottom {
    width: 100%;
    height: 80px; }
  #header .logo {
    height: 100%; }
    #header .logo a {
      height: 100%;
      padding: 10px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important; }
      #header .logo a img {
        width: auto;
        max-width: 100%;
        height: 80%; }
  #header .depth2-tit {
    display: none !important; }
  .pc_sitemap_btn {
    display: none; }
  .sta .inner {
    padding: 0; }
  .sta .lang-depth1 > ul > li.lang-depth1-li {
    border-right: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

/* web gnb */
#header .w-lang {
  overflow: hidden;
  float: right;
  padding: 32px 0; }
  #header .w-lang dd {
    float: left;
    margin-left: 8px; }
    #header .w-lang dd a {
      position: relative;
      display: block;
      font-size: 13px;
      font-weight: 800;
      color: #fff; }

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

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

@media (min-width: 1200px) and (max-width: 1750px) {
  #header .gnb > ul > li > a {
    padding: 0 0.8vw !important;
    font-size: 1.15rem !important; }
  #header .gnb > ul > li:first-child > a {
    padding-left: 0 !important; }
  #header .gnb > ul > li:last-child > a {
    padding-right: 0 !important; }
  #header .gnb > .sub-gnb-area .area-inner .depth2-tit {
    width: 35vw !important; }
  #header .gnb > .sub-gnb-area .area-inner .depth2 {
    width: calc(100% - 35vw) !important; } }

@media (min-width: 1200px) {
  #header {
    /* max-height:84px; */ }
    #header .m-menu-btn,
    #header .m-gnb-bg,
    #header .m-lang {
      display: none; }
    #header .gnb {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      width: auto;
      text-align: left; }
      #header .gnb > ul {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0; }
        #header .gnb > ul > li {
          position: relative;
          display: inline-block;
          vertical-align: top; }
          #header .gnb > ul > li > a {
            position: relative;
            display: block;
            font-weight: 500;
            font-size: 1.25rem;
            padding: 0 1.6875rem;
            line-height: 110px;
            color: #171e25; }
            #header .gnb > ul > li > a.current {
              color: #2a9b2e; }
              #header .gnb > ul > li > a.current:after {
                content: "";
                display: block;
                width: calc(100% - 1.6875rem - 1.6875rem);
                border-bottom: 2px solid #2a9b2e;
                position: absolute;
                bottom: 35px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
          #header .gnb > ul > li:hover > a {
            color: #2a9b2e; }
      #header .gnb .sub-gnb-area {
        width: 100vw;
        background-color: #fff;
        position: fixed;
        top: 110px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
        opacity: 0;
        -webkit-box-shadow: 5px 15px 15px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 15px 15px 0px rgba(0, 0, 0, 0.5);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #header .gnb .sub-gnb-area .area-inner {
          width: 100%;
          display: -ms-flexbox;
          display: flex; }
          #header .gnb .sub-gnb-area .area-inner .depth2-tit {
            flex: 1 1 auto;
            width: 465px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            background: #e0f6e7 url(/html/_skin/img/common/bg_header_depth2.jpg) no-repeat bottom right/100%; }
            #header .gnb .sub-gnb-area .area-inner .depth2-tit h2 {
              font-size: 2.812rem;
              font-weight: 700; }
          #header .gnb .sub-gnb-area .area-inner .depth2 {
            width: calc(100% - 465px);
            position: relative;
            top: initial;
            left: initial;
            margin: 0;
            border: none; }
            #header .gnb .sub-gnb-area .area-inner .depth2 > li {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center !important;
              align-items: center !important;
              font-size: 1.125rem;
              font-weight: 400;
              line-height: 1;
              border-top: 1px solid rgba(0, 0, 0, 0.1); }
              #header .gnb .sub-gnb-area .area-inner .depth2 > li > a {
                display: block;
                width: 15.625rem;
                padding: 26px 30px;
                background-color: #f8f8f8;
                font-weight: 700; }
                #header .gnb .sub-gnb-area .area-inner .depth2 > li > a::after {
                  content: none; }
              #header .gnb .sub-gnb-area .area-inner .depth2 > li > .depth3 {
                width: calc(100% - 15.625rem); }
          #header .gnb .sub-gnb-area .area-inner .depth3 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center !important;
            align-items: center !important;
            padding: 0 45px;
            gap: 10px 40px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #header .gnb .sub-gnb-area .area-inner .depth3 > li {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
              flex: 0 1 auto;
              position: relative;
              padding-left: 12px; }
              #header .gnb .sub-gnb-area .area-inner .depth3 > li::before {
                content: '';
                display: block;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #000000;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2.5px; }
          #header .gnb .sub-gnb-area .area-inner .depth4 {
            display: none !important; }
      #header .gnb .depth2 {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #header .gnb .depth2 li {
          position: relative;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        #header .gnb .depth2 a {
          position: relative;
          display: block;
          color: #000000;
          word-break: keep-all; }
        #header .gnb .depth2 li:hover.in > a:after {
          color: rgba(255, 255, 255, 0.8); }
        #header .gnb .depth2 ul {
          width: 100%; }
          #header .gnb .depth2 ul li a {
            color: #000000; }
            #header .gnb .depth2 ul li a:hover {
              color: #2a9b2e; }
        #header .gnb .depth2 > li:hover ul {
          display: block; }
      #header .gnb > ul > li:hover .sub-gnb-area {
        display: block;
        z-index: 9999;
        opacity: 1; }
      #header .gnb > ul > li:hover .depth2 {
        display: block !important;
        z-index: 9999;
        height: auto;
        opacity: 1; }
  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer; }
    .btn-all-menu span {
      position: absolute;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 2px;
      background: #ababab; }
      .btn-all-menu span:nth-child(1) {
        top: 5px; }
      .btn-all-menu span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .btn-all-menu span:nth-child(3) {
        bottom: 5px; }
  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
    .all-menu-wrap > ul {
      position: absolute;
      top: 60px;
      left: 50%;
      -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: #fff;
    width: 100%;
    padding: 0 6.25rem;
    overflow-y: auto;
    height: calc(100vh - 110px);
    opacity: 0;
    display: none;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    top: 110px; } }
  @media (min-width: 1200px) and (max-width: 1470px) {
    #headerSitemap {
      padding: 0 1.25rem; } }

@media (min-width: 1200px) {
    #headerSitemap .depth2-tit {
      display: none; }
    #headerSitemap.on {
      -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
      display: block; }
    #headerSitemap::-webkit-scrollbar {
      width: 3px; }
    #headerSitemap::-webkit-scrollbar-track {
      background: transparent; }
    #headerSitemap::-webkit-scrollbar-thumb {
      background: #072c54; }
    #headerSitemap .sitmap-inner > ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      padding: 0;
      -moz-column-gap: 20px;
      -webkit-column-gap: 20px;
      column-gap: 20px; }
      #headerSitemap .sitmap-inner > ul > li {
        display: inline-block;
        width: 100%;
        background: #072c54;
        border-radius: 1.25rem;
        text-align: left;
        margin-bottom: 20px;
        /*
				> {
					a {
						
						
						@include transition(none);
						
						&:hover {
							color: $header-pc-sitemap-1depth-color-hover;
						}
					}

					.depth2 {
						display: inline-block;
						text-align: left;
						font-size: $rem-18px;
                        font-weight: 700;

						li {
							margin-bottom: 10px;

							&:last-child {
								margin-bottom: 0;
							}

							a {
								color: $header-pc-sitemap-2depth-color;
								
								@include transition(none);
							}

							&.in ul {
								padding: 10px;
								font-size: 14px;

								li a {
									color: $header-pc-sitemap-3depth-color;
									
									&:before {
										content: "- ";
									}
								}
							}
						}
					}

                    .depth3 {
                        font-size: $rem-18px;
                        font-weight: 300;
                        color: $header-pc-sitemap-2depth-color
                    }
				}
                */ }
        #headerSitemap .sitmap-inner > ul > li:nth-child(even) {
          left: 50% !important; }
        #headerSitemap .sitmap-inner > ul > li:nth-child(2) .depth2 > li > a {
          max-width: 125px; }
        #headerSitemap .sitmap-inner > ul > li > a {
          display: block;
          font-size: 1.5rem;
          font-weight: 600;
          color: #fff;
          padding: 1.9375rem 2.5rem;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        #headerSitemap .sitmap-inner > ul > li > .sub-gnb-area {
          padding: 2.5rem; }
        #headerSitemap .sitmap-inner > ul > li .depth2 {
          font-size: 1.125rem;
          font-weight: 700;
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 2.5rem 0;
          line-height: 1.8; }
          #headerSitemap .sitmap-inner > ul > li .depth2 > li {
            width: 25%;
            padding-right: 10px; }
            #headerSitemap .sitmap-inner > ul > li .depth2 > li > a {
              display: inline-block; } }
          @media (min-width: 1200px) and (max-width: 1700px) {
            #headerSitemap .sitmap-inner > ul > li .depth2 > li {
              width: 33.333%; } }

@media (min-width: 1200px) {
        #headerSitemap .sitmap-inner > ul > li .depth3 {
          font-size: 1.125rem;
          font-weight: 300;
          margin-top: 0.3125rem; }
          #headerSitemap .sitmap-inner > ul > li .depth3 > li {
            position: relative;
            padding-left: 1.25rem; }
            #headerSitemap .sitmap-inner > ul > li .depth3 > li::before {
              content: '';
              display: block;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: #fff;
              position: absolute;
              left: 0;
              top: 11px; }
        #headerSitemap .sitmap-inner > ul > li .depth4 {
          color: #afb8c1; }
          #headerSitemap .sitmap-inner > ul > li .depth4 > li {
            position: relative;
            padding-left: 0.6875rem; }
            #headerSitemap .sitmap-inner > ul > li .depth4 > li::before {
              content: '';
              display: block;
              width: 6px;
              border-bottom: 2px solid #afb8c1;
              position: absolute;
              left: 0;
              top: 13px; }
        #headerSitemap .sitmap-inner > ul > li:hover > a {
          /* color: $color-base-hover; */ }
        #headerSitemap .sitmap-inner > ul > li .depth2 > li > a:hover {
          color: #fff;
          text-decoration: underline; }
        #headerSitemap .sitmap-inner > ul > li .depth2 .depth3 li a:hover {
          color: #fff;
          text-decoration: underline; } }

@media (max-width: 1199px) {
  .btn-all-menu,
  .all-menu-wrap {
    display: none; }
  #header .w-lang {
    display: none; }
  #header .m-menu-btn {
    display: block;
    position: relative;
    width: 42px;
    height: 34px;
    z-index: 9999;
    cursor: pointer; }
    #header .m-menu-btn span {
      height: 6px;
      background: #333;
      left: 0;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #header .m-menu-btn span:nth-child(1) {
        position: absolute;
        top: 50%;
        margin-top: -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 span {
    background: #fff; }
    #header .m-menu-btn.on span:nth-child(1) {
      opacity: 0; }
    #header .m-menu-btn.on span:nth-child(2) {
      height: 2px;
      -webkit-transform: translateY(16px) rotate(-45deg);
      -ms-transform: translateY(16px) rotate(-45deg);
      transform: translateY(16px) rotate(-45deg); }
    #header .m-menu-btn.on span:nth-child(3) {
      height: 2px;
      -webkit-transform: translateY(-16px) rotate(45deg);
      -ms-transform: translateY(-16px) rotate(45deg);
      transform: translateY(-16px) rotate(45deg); }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left; }
    #header .gnb > ul > li {
      position: relative; }
  #header .m-gnb-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  #header .m-lang {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100000;
    padding: 18px 0 0 33px;
    width: 80%;
    height: 80px;
    background: #072c54;
    opacity: 0;
    font-size: 0; }
    #header .m-lang .w-lang {
      display: block;
      float: left;
      padding: 5px 0; }
      #header .m-lang .w-lang dd {
        margin-left: 0;
        margin-right: 10px; }
        #header .m-lang .w-lang dd a {
          font-size: 23px;
          text-align: center; }
  html[lang="ko"] #header .m-lang .w-lang dd.lang.ko a:after,
  html[lang="en"] #header .m-lang .w-lang dd.lang.en a:after,
  html[lang="zh"] #header .m-lang .w-lang dd.lang.zh a:after {
    bottom: 0; }
  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 100000;
    width: 80%;
    height: calc(100% - 80px);
    background: #fff;
    padding-bottom: 120px; }
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1; }
  #header .gnb > ul > li {
    width: 100%; }
    #header .gnb > ul > li > a {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #ddd;
      font-size: 23px;
      color: #333;
      background-color: #fff; }
    #header .gnb > ul > li.mb-in > a:before {
      position: absolute;
      top: 16px;
      right: 30px;
      content: "\f107";
      display: block;
      font-family: 'FontAwesome';
      font-size: 30px;
      line-height: 1; }
    #header .gnb > ul > li:first-child > a {
      border-top: 0 none; }
    #header .gnb > ul > li:last-child > a {
      border-bottom: 1px solid #ddd; }
    #header .gnb > ul > li .depth2 {
      display: none;
      width: 100%;
      background: #e8e8e8; }
      #header .gnb > ul > li .depth2 > li {
        width: 100%;
        background: #e8e8e8; }
        #header .gnb > ul > li .depth2 > li a {
          padding-top: 15px;
          padding-bottom: 15px;
          border-top: 1px solid #d1d1d1;
          font-size: 1.125rem; }
        #header .gnb > ul > li .depth2 > li:first-child > a {
          border-top: 0 none; }
    #header .gnb > ul > li.on > a {
      background: #3f3f40;
      border-top: 0 none;
      color: #fff; }
      #header .gnb > ul > li.on > a:before {
        content: '\f106'; }
    #header .gnb > ul > li .depth2 > li > ul li a {
      font-weight: 400; }
      #header .gnb > ul > li .depth2 > li > ul li a:before {
        content: "-";
        display: inline-block;
        margin-right: 10px; }
  #headerSitemap {
    display: none; } }

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

/* footer */
#footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #dcdcdc; }
  #footer .footer-tp .organization-swiper .swiper-slide {
    height: 7.5rem;
    width: fit-content !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important; }
    #footer .footer-tp .organization-swiper .swiper-slide img {
      width: auto !important; }
  #footer .footer-tp .swiper-button {
    background-size: 0.937rem !important; }
    #footer .footer-tp .swiper-button.swiper-button-next {
      right: calc(-3.437rem + -0.937rem); }
    #footer .footer-tp .swiper-button.swiper-button-prev {
      left: calc(-3.437rem + -0.937rem); }
  #footer .footer-btm {
    background: #e8f1ff; }
    #footer .footer-btm .links li a {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #footer .footer-btm .links li a:hover {
        font-weight: 700;
        color: #072c54; }
    #footer .footer-btm .family-site {
      width: 26.875rem;
      position: relative; }
      #footer .footer-btm .family-site.on > a span {
        background-image: url(/html/_skin/img/common/ico_select_up.svg); }
      #footer .footer-btm .family-site > a {
        display: block;
        background-color: #fff;
        border: 1px solid #17176b;
        border-radius: 0.3125rem;
        height: 2.625rem;
        padding: 0 1.56rem; }
        #footer .footer-btm .family-site > a span {
          width: 100%;
          background: url(/html/_skin/img/common/ico_select_down.svg) no-repeat right center/1.3125rem; }
      #footer .footer-btm .family-site > .foot-select {
        position: absolute;
        bottom: 2.625rem;
        left: 0px;
        right: 0px; }
        #footer .footer-btm .family-site > .foot-select > ul {
          display: none;
          background-color: #fff;
          border: 1px solid #17176b;
          border-radius: 0.3125rem; }
          #footer .footer-btm .family-site > .foot-select > ul li {
            border-bottom: 1px solid #17176b; }
            #footer .footer-btm .family-site > .foot-select > ul li:last-child {
              border-bottom: 0; }
            #footer .footer-btm .family-site > .foot-select > ul li a {
              display: block;
              padding: 0.625rem 1.56rem; }
    #footer .footer-btm .infos li b {
      font-weight: 400;
      margin-right: 0.937rem; }
    #footer .footer-btm .bg-fff {
      width: 26.875rem; }
      #footer .footer-btm .bg-fff ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important; }
        #footer .footer-btm .bg-fff ul li + li {
          margin-top: 0.625rem; }
        #footer .footer-btm .bg-fff ul li b {
          width: calc(14.375rem - 1.56rem); }
  #footer .footer-bottom {
    position: relative;
    margin: 0 auto;
    padding: 40px 20px 60px;
    max-width: 1510px;
    font-size: 0; }
    #footer .footer-bottom p {
      display: inline-block;
      margin-right: 50px;
      vertical-align: middle; }
    #footer .footer-bottom address {
      display: inline-block;
      width: 67.83333333333333%;
      font-weight: 100;
      font-size: 13px;
      line-height: 1.3;
      vertical-align: middle;
      color: #ababab;
      margin-top: 20px; }
      #footer .footer-bottom address span {
        display: block;
        margin-bottom: 7px;
        font-weight: 400;
        word-break: keep-all;
        font-size: 15px;
        line-height: 1.5; }
    #footer .footer-bottom dl {
      float: right;
      position: absolute;
      top: 40px;
      right: 20px; }
      #footer .footer-bottom dl dt {
        display: block;
        font-size: 0;
        text-align: right;
        margin-bottom: 20px; }

ul.footer-bottom-link {
  font-size: 0;
  width: 67.83333333333333%; }
  ul.footer-bottom-link li {
    position: relative;
    display: inline-block;
    margin: 0 10px; }
    ul.footer-bottom-link li:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: #4e4e4e;
      top: 50%;
      left: -10px;
      margin-top: -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;
      color: #fff; }

@media (min-width: 1200px) {
  ul.footer-bottom-link li a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .familySite h3:hover {
    background: #333 url(/html/_skin/img/common/plus_icon.png) no-repeat right 20px center;
    background-size: 16px; }
  .footSelect ul li a:hover {
    background-color: #f7f7f7; } }

@media (max-width: 1199px) {
  #footer .footer-bottom {
    padding: 40px 30px 60px;
    width: 100%; }
    #footer .footer-bottom dl {
      right: 30px; } }

@media (max-width: 767px) {
  #footer .footer-bottom {
    padding: 40px 20px; }
    #footer .footer-bottom p {
      margin-right: 0;
      display: block;
      text-align: center; }
      #footer .footer-bottom p img {
        display: inline-block; }
    #footer .footer-bottom dl dt {
      text-align: center; }
  ul.footer-bottom-link {
    text-align: center;
    width: 100%; }
    ul.footer-bottom-link li a {
      font-size: 13px; }
  #footer .footer-bottom address {
    margin-top: 20px;
    width: 100%;
    text-align: center; }
    #footer .footer-bottom address span {
      font-size: 13px; }
  #footer .footer-bottom dl {
    float: none;
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;
    right: auto;
    top: 0; }
  #footer .footer-bottom dt {
    text-align: center; }
  .familySite {
    margin: 0 auto; } }

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

/************************************************************/
.margin-auto, .margin-auto-xl-min {
  margin: 0 auto; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.mt-none {
  margin-top: 0 !important; }

.mb-none {
  margin-bottom: 0 !important; }

.mt-5px {
  margin-top: 0.3125rem; }

.mt-10px {
  margin-top: 0.625rem; }

.mt-15px {
  margin-top: 0.937rem; }

.mt-20px {
  margin-top: 1.25rem; }

.mt-25px {
  margin-top: 1.56rem; }

.mt-30px {
  margin-top: 1.875rem; }

.mt-35px {
  margin-top: 2.187rem; }

.mt-40px {
  margin-top: 2.5rem; }

.mt-45px {
  margin-top: 2.812rem; }

.mt-50px {
  margin-top: 3.125rem; }

.mt-60px {
  margin-top: 3.75rem !important; }

.mt-65px {
  margin-top: 4.062rem; }

.mt-70px {
  margin-top: 4.375rem !important; }

.mt-75px {
  margin-top: 4.687rem; }

.mt-80px {
  margin-top: 5rem !important; }

.mt-85px {
  margin-top: 5.312rem !important; }

.mt-55px {
  margin-top: 3.437rem; }

.mt-90px {
  margin-top: 5.625rem !important; }

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

.mt-100px {
  margin-top: 6.25rem; }

.mt-105px {
  margin-top: 6.5625rem; }

.mt-110px {
  margin-top: 6.875rem; }

.mt-115px {
  margin-top: 7.1875rem; }

.mt-120px {
  margin-top: 7.5rem !important; }

.mt-125px {
  margin-top: 7.8125rem; }

.mt-130px {
  margin-top: 8.125rem; }

.mt-160px {
  margin-top: 10rem; }

.mt-header {
  margin-top: 110px !important; }

.mb-5px {
  margin-bottom: 0.3125rem; }

.mb-10px {
  margin-bottom: 0.625rem; }

.mb-15px {
  margin-bottom: 0.937rem; }

.mb-20px {
  margin-bottom: 1.25rem; }

.mb-25px {
  margin-bottom: 1.56rem; }

.mb-30px {
  margin-bottom: 1.875rem; }

.mb-35px {
  margin-bottom: 2.187rem; }

.mb-40px {
  margin-bottom: 2.5rem; }

.mb-45px {
  margin-bottom: 2.812rem; }

.mb-50px {
  margin-bottom: 3.125rem; }

.mb-60px {
  margin-bottom: 3.75rem; }

.mb-65px {
  margin-bottom: 4.062rem; }

.mb-70px {
  margin-bottom: 4.375rem; }

.mb-75px {
  margin-bottom: 4.687rem; }

.mb-80px {
  margin-bottom: 5rem; }

.mb-85px {
  margin-bottom: 5.312rem; }

.mb-55px {
  margin-bottom: 3.437rem; }

.mb-90px {
  margin-bottom: 5.625rem; }

.mb-100px {
  margin-bottom: 6.25rem; }

.mb-105px {
  margin-bottom: 6.5625rem; }

.mb-115px {
  margin-bottom: 7.1875rem; }

.mb-110px {
  margin-bottom: 6.875rem; }

.mb-120px {
  margin-bottom: 7.5rem; }

.mb-130px {
  margin-bottom: 8.125rem; }

.mb-160px {
  margin-bottom: 10rem; }

.ml-5px {
  margin-left: 0.3125rem; }

.padding-10px {
  padding: 0.625rem; }

.padding-15px {
  padding: 0.937rem; }

.padding-20px {
  padding: 1.25rem; }

.padding-25px {
  padding: 1.56rem; }

.padding-30px {
  padding: 1.875rem; }

.padding-35px {
  padding: 2.187rem; }

.padding-40px {
  padding: 2.5rem; }

.padding-45px {
  padding: 2.812rem; }

.padding-50px {
  padding: 3.125rem; }

.padding-55px {
  padding: 3.437rem; }

.padding-60px {
  padding: 3.75rem; }

.padding-70px {
  padding: 4.375rem; }

.padding-75px {
  padding: 4.687rem; }

.padding-100px {
  padding: 6.25rem; }

.pt-15px {
  padding-top: 0.937rem; }

.pt-20px {
  padding-top: 1.25rem; }

.pt-30px {
  padding-top: 1.875rem; }

.pt-40px {
  padding-top: 2.5rem; }

.pt-50px {
  padding-top: 3.125rem; }

.pt-70px {
  padding-top: 4.375rem; }

.pt-80px {
  padding-top: 5rem; }

.pt-100px {
  padding-top: 6.25rem; }

.pt-105px {
  padding-top: 6.5625rem; }

.pb-15px {
  padding-bottom: 0.937rem; }

.pb-20px {
  padding-bottom: 1.25rem; }

.pb-30px {
  padding-bottom: 1.875rem; }

.pb-35px {
  padding-bottom: 2.187rem; }

.pb-40px {
  padding-bottom: 2.5rem; }

.pb-50px {
  padding-bottom: 3.125rem; }

.pb-60px {
  padding-bottom: 3.75rem; }

.pb-70px {
  padding-bottom: 4.375rem; }

.pb-80px {
  padding-bottom: 5rem; }

.pb-100px {
  padding-bottom: 6.25rem; }

.pb-105px {
  padding-bottom: 6.5625rem; }

.pr-20px {
  padding-right: 1.25rem !important; }

.pr-40px {
  padding-right: 2.5rem !important; }

.pl-10px {
  padding-left: 0.625rem !important; }

.pl-20px {
  padding-left: 1.25rem !important; }

.pl-50px {
  padding-left: 3.125rem !important; }

.padding-y-5px {
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem; }

.padding-y-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.padding-y-15px {
  padding-top: 0.937rem;
  padding-bottom: 0.937rem; }

.padding-y-20px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.padding-y-25px {
  padding-top: 1.56rem;
  padding-bottom: 1.56rem; }

.padding-y-30px {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.padding-y-35px {
  padding-top: 1.875rem;
  padding-bottom: 2.187rem; }

.padding-y-40px {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.padding-y-45px {
  padding-top: 2.812rem;
  padding-bottom: 2.812rem; }

.padding-y-50px {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }

.padding-y-60px {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.padding-y-70px {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem; }

.padding-y-80px {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.padding-y-100px {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.padding-y-130px {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem; }

.padding-y-145px {
  padding-top: 9.0625rem;
  padding-bottom: 9.0625rem; }

.padding-x-10px {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.padding-x-20px {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.padding-x-30px {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.padding-x-35px {
  padding-left: 2.187rem;
  padding-right: 2.187rem; }

.padding-x-40px {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.padding-x-50px {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.padding-x-60px {
  padding-left: 3.75rem;
  padding-right: 3.75rem; }

.padding-x-70px {
  padding-left: 4.375rem;
  padding-right: 4.375rem; }

.padding-x-80px {
  padding-left: 5rem;
  padding-right: 5rem; }

.padding-x-140px {
  padding-left: 8.75rem;
  padding-right: 8.75rem; }

.fs-10px {
  font-size: 0.625rem !important; }

.fs-12px {
  font-size: 0.75rem !important; }

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

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

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

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

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

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

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

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

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

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

.fs-27_5px {
  font-size: 1.71875rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-55px {
  font-size: 3.437rem !important; }

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

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

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

.fs-77px {
  font-size: 4.8125rem !important; }

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

.fs-85px {
  font-size: 5.312rem !important; }

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

.fs-140px {
  font-size: 8.75rem !important; }

.fs-150px {
  font-size: 9.375rem !important; }

.fs-260px {
  font-size: 16.25rem !important; }

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1; }

.lh-1 {
  line-height: 1; }

.lh-12 {
  line-height: 1.2 !important; }

.lh-125 {
  line-height: 1.25; }

.lh-12727 {
  line-height: 1.2727; }

.lh-13636 {
  line-height: 1.3636; }

.lh-13888 {
  line-height: 1.3888; }

.lh-1416 {
  line-height: 1.4166; }

.lh-14 {
  line-height: 1.444; }

.lh-14285 {
  line-height: 1.4285; }

.lh-14545 {
  line-height: 1.4545; }

.lh-14642 {
  line-height: 1.4642; }

.lh-14723 {
  line-height: 1.4723; }

.lh-15 {
  line-height: 1.5555; }

.lh-15454 {
  line-height: 1.5454; }

.lh-16 {
  line-height: 1.666 !important; }

.lh-1625 {
  line-height: 1.625; }

.lh-175 {
  line-height: 1.75; }

.lh-17 {
  line-height: 1.777; }

.lh-17142 {
  line-height: 1.7142; }

.lh-1875 {
  line-height: 1.875; }

.lh-18 {
  line-height: 1.888; }

.lh-2 {
  line-height: 2; }

.lh-21 {
  line-height: 2.1; }

.lh-22 {
  line-height: 2.2; }

.txt-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.txt-clamp2 {
  -webkit-line-clamp: 2; }

.txt-clamp3 {
  -webkit-line-clamp: 3; }

.letter-spacing-1_4px {
  letter-spacing: -1.4px; }

.letter-spacing-3px {
  letter-spacing: -0.1875rem; }

.pc-txt-c {
  text-align: center; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block  !important; }

.none {
  display: none !important; }

.xl-inline-block, .xl-block {
  display: none !important; }

.lg-inline-block, .lg-block {
  display: none !important; }

.md-inline-block, .md-block {
  display: none !important; }

.sm-inline-block, .sm-block {
  display: none !important; }

.bp-640px-inline-block, .bp-640px-block {
  display: none !important; }

.xl-none {
  display: block; }

.lg-none {
  display: block; }

.md-none {
  display: block; }

.sm-none {
  display: block; }

.bp-640px-none {
  display: block; }

.xl-inline-none {
  display: inline-block; }

.lg-inline-none {
  display: inline-block; }

.md-inline-none {
  display: inline-block; }

.sm-inline-none {
  display: inline-block; }

.bp-640px-inline-none {
  display: inline-block; }

.wid100 {
  width: 100% !important; }

.wid80 {
  width: 80% !important; }

.max-wid-1280px {
  max-width: 1280px; }

.max-wid-1030px {
  max-width: 1030px; }

.max-wid-1020px {
  max-width: 1020px; }

.max-wid-895px {
  max-width: 895px; }

.max-wid-918px {
  max-width: 918px; }

.max-wid-915px {
  max-width: 915px; }

.max-wid-700px {
  max-width: 700px; }

.max-wid-715px {
  max-width: 715px; }

.max-wid-740px {
  max-width: 740px; }

.max-wid-750px {
  max-width: 750px; }

.max-wid-755px {
  max-width: 755px; }

.max-wid-760px {
  max-width: 760px; }

.max-wid-770px {
  max-width: 770px; }

.max-wid-785px {
  max-width: 785px; }

.max-wid-790px {
  max-width: 790px; }

.max-wid-795px {
  max-width: 795px; }

.max-wid-590px {
  max-width: 590px; }

.max-wid-565px {
  max-width: 565px; }

.max-wid-630px {
  max-width: 630px; }

.max-wid-670px {
  max-width: 670px; }

.max-wid-680px {
  max-width: 680px; }

.max-wid-450px {
  max-width: 450px; }

.max-wid-385px {
  max-width: 385px; }

.max-wid-250px {
  max-width: 250px; }

.max-wid-140px {
  max-width: 140px; }

.min-wid-1520px-wrap {
  overflow-x: auto; }

.min-wid-1520px-box {
  min-width: 1520px; }

.min-wid-1520px-show {
  display: none; }

.min-wid-1200px-wrap {
  overflow-x: auto; }

.min-wid-1200px-box {
  min-width: 1200px; }

.min-wid-1200px-show {
  display: none; }

.min-wid-1100px-wrap {
  overflow-x: auto; }

.min-wid-1100px-box {
  min-width: 1100px; }

.min-wid-1100px-show {
  display: none; }

.min-wid-1100px-wrap-type2 {
  overflow-x: auto; }

.min-wid-1100px-box-type2 {
  min-width: 1100px; }

.min-wid-1100px-show-type2 {
  display: none; }

.min-wid-952px-wrap {
  overflow-x: auto; }

.min-wid-952px-box {
  min-width: 952px; }

.min-wid-952px-show {
  display: none; }

.min-wid-760px-wrap {
  overflow-x: auto; }

.min-wid-760px-box {
  min-width: 760px; }

.min-wid-760px-show {
  display: none; }

.min-wid-728px-wrap {
  overflow-x: auto; }

.min-wid-728px-box {
  min-width: 728px; }

.min-wid-728px-show {
  display: none; }

.round-50 {
  border-radius: 50%; }

.circle-box {
  aspect-ratio: 1 / 1;
  height: auto; }

.overflow-hidden {
  overflow: hidden; }

.p-relative {
  position: relative; }

/*************************************************************/
.radius-5px {
  border-radius: 0.3125rem; }

.radius-10px {
  border-radius: 0.625rem; }

.radius-15px {
  border-radius: 0.937rem; }

.radius-20px {
  border-radius: 1.25rem; }

.radius-25px {
  border-radius: 1.56rem; }

.radius-30px {
  border-radius: 1.875rem; }

.radius-40px {
  border-radius: 2.5rem; }

.radius-20px-top {
  border-radius: 1.25rem 1.25rem 0 0; }

.radius-20px-btm {
  border-radius: 0 0 1.25rem 1.25rem; }

.bg-font {
  background-color: #000000; }

.bg-base {
  background-color: #072c54; }

.bg-base-opacity-20 {
  background-color: rgba(7, 44, 84, 0.2); }

.bg-base-opacity-30 {
  background-color: rgba(7, 44, 84, 0.3); }

.bg-base-opacity-40 {
  background-color: rgba(7, 44, 84, 0.4); }

.bg-base-opacity-50 {
  background-color: rgba(7, 44, 84, 0.5); }

.bg-base-opacity-60 {
  background-color: rgba(7, 44, 84, 0.6); }

.bg-base-opacity-70 {
  background-color: rgba(7, 44, 84, 0.7); }

.bg-base-opacity-80 {
  background-color: rgba(7, 44, 84, 0.8); }

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

.bg-point-opacity-20 {
  background-color: rgba(42, 155, 46, 0.2); }

.bg-point-opacity-30 {
  background-color: rgba(42, 155, 46, 0.3); }

.bg-point-opacity-40 {
  background-color: rgba(42, 155, 46, 0.4); }

.bg-point-opacity-50 {
  background-color: rgba(42, 155, 46, 0.5); }

.bg-point-opacity-60 {
  background-color: rgba(42, 155, 46, 0.6); }

.bg-point-opacity-70 {
  background-color: rgba(42, 155, 46, 0.7); }

.bg-point-opacity-80 {
  background-color: rgba(42, 155, 46, 0.8); }

.bg-point2 {
  background-color: #1b4695 !important; }

.bg-point2-opacity-20 {
  background-color: rgba(27, 70, 149, 0.2); }

.bg-point2-opacity-30 {
  background-color: rgba(27, 70, 149, 0.3); }

.bg-point2-opacity-40 {
  background-color: rgba(27, 70, 149, 0.4); }

.bg-point2-opacity-50 {
  background-color: rgba(27, 70, 149, 0.5); }

.bg-point2-opacity-60 {
  background-color: rgba(27, 70, 149, 0.6); }

.bg-point2-opacity-70 {
  background-color: rgba(27, 70, 149, 0.7); }

.bg-point2-opacity-80 {
  background-color: rgba(27, 70, 149, 0.8); }

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

.bg-fff-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-fff-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-fff-opacity-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-fff-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-fff-opacity-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-fff-opacity-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-fff-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-000 {
  background-color: #000; }

.bg-000-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-000-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-000-opacity-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-000-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-000-opacity-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-000-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-000-opacity-80 {
  background-color: rgba(0, 0, 0, 0.8); }

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

.bg-f8f8f8 {
  background-color: #f8f8f8; }

.bg-gray {
  background-color: rgba(38, 42, 177, 0.05); }

.bg-4b90c3 {
  background-color: #4b90c3; }

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

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

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

.bg-010101 {
  background-color: #010101; }

.bg-f6f6f6 {
  background-color: #f6f6f6; }

.bg-222 {
  background-color: #222; }

.bg-f0f3f7 {
  background-color: #f0f3f7; }

.bg-3b4044 {
  background-color: #3b4044; }

.bg-9a6dad {
  background-color: #9a6dad; }

.bg-e61a6d {
  background-color: #e61a6d; }

.bg-c7e1fa {
  background-color: #c7e1fa; }

.border-none {
  border: none !important; }

.border-fff {
  border: 1px solid #fff; }

.border-fff-opacity-20 {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.border-fff-opacity-30 {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.border-fff-opacity-40 {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.border-fff-opacity-50 {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.border-fff-opacity-60 {
  border: 1px solid rgba(255, 255, 255, 0.6); }

.border-fff-opacity-70 {
  border: 1px solid rgba(255, 255, 255, 0.7); }

.border-fff-opacity-80 {
  border: 1px solid rgba(255, 255, 255, 0.8); }

.border-b7b7b7 {
  border: 1px solid #b7b7b7; }

.border-gray {
  border: 1px solid #dcdcdc; }

.border-gray2 {
  border: 1px solid #e5e5e5; }

.border-e1e1e1 {
  border: 1px solid #e1e1e1; }

.border-c9c9c9 {
  border: 1px solid #c9c9c9; }

.border-222 {
  border: 1px solid #222; }

.border-ccc {
  border: 1px solid #cccccc; }

.border-000 {
  border: 1px solid #000; }
  .border-000.bor-2px {
    border: 2px solid #000; }

.border-base {
  border: 1px solid #072c54; }
  .border-base.bor-2px {
    border: 2px solid #072c54; }

.border-point {
  border: 1px solid #2a9b2e; }
  .border-point.bor-2px {
    border: 2px solid #2a9b2e; }

.bg-hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .bg-hover:hover.bg-point {
    background-color: rgba(42, 155, 46, 0.7); }
  .bg-hover:hover.bg-base {
    background-color: rgba(7, 44, 84, 0.7); }
  .bg-hover:hover.bg-000 {
    background-color: rgba(0, 0, 0, 0.7); }
  .bg-hover:hover.bg-fff {
    background-color: rgba(255, 255, 255, 0.7); }

.border-green {
  border: 1px solid #8bd297; }

.border-blue {
  border: 1px solid #b0cfff; }

.bg-green {
  background-color: #e3f6e6; }

.bg-blue {
  background-color: #e1ecff; }

.bg-sky {
  background-color: #e8f1ff; }

.bg-gray {
  background-color: #f6f6f6; }

.bg-violet {
  background-color: #332f4c; }

.bg-gray-deep {
  background-color: #3b4044; }

.bg-gray-line {
  background-color: #f5f5f5;
  border: 1px solid #3b4044; }

.bg-gray2 {
  background-color: #f5f5f5; }

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

.color-000-opacity-20 {
  color: rgba(0, 0, 0, 0.2) !important; }

.color-000-opacity-30 {
  color: rgba(0, 0, 0, 0.3) !important; }

.color-000-opacity-40 {
  color: rgba(0, 0, 0, 0.4) !important; }

.color-000-opacity-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.color-000-opacity-60 {
  color: rgba(0, 0, 0, 0.6) !important; }

.color-000-opacity-70 {
  color: rgba(0, 0, 0, 0.7) !important; }

.color-000-opacity-80 {
  color: rgba(0, 0, 0, 0.8) !important; }

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

.color-fff-opacity-20 {
  color: rgba(255, 255, 255, 0.2) !important; }

.color-fff-opacity-30 {
  color: rgba(255, 255, 255, 0.3) !important; }

.color-fff-opacity-40 {
  color: rgba(255, 255, 255, 0.4) !important; }

.color-fff-opacity-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.color-fff-opacity-60 {
  color: rgba(255, 255, 255, 0.6) !important; }

.color-fff-opacity-70 {
  color: rgba(255, 255, 255, 0.7) !important; }

.color-fff-opacity-80 {
  color: rgba(255, 255, 255, 0.8) !important; }

.color-base {
  color: #072c54 !important; }

.color-point {
  color: #2a9b2e !important; }

.color-point-alpha-20 {
  color: rgba(42, 155, 46, 0.2) !important; }

.color-point-alpha-30 {
  color: rgba(42, 155, 46, 0.3) !important; }

.color-point-alpha-40 {
  color: rgba(42, 155, 46, 0.4) !important; }

.color-point-alpha-50 {
  color: rgba(42, 155, 46, 0.5) !important; }

.color-point-alpha-60 {
  color: rgba(42, 155, 46, 0.6) !important; }

.color-point-alpha-70 {
  color: rgba(42, 155, 46, 0.7) !important; }

.color-point-alpha-80 {
  color: rgba(42, 155, 46, 0.8) !important; }

.font-color-base {
  color: #000000 !important; }

.font-color-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important; }

.font-color-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important; }

.font-color-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important; }

.font-color-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.font-color-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important; }

.font-color-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important; }

.font-color-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important; }

.font-color-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important; }

.color-313131 {
  color: #313131; }

.color-88abda {
  color: #88abda; }

.color-0087e3 {
  color: #0087e3; }

.color-f66130 {
  color: #f66130; }

.color-d0414a {
  color: #d0414a; }

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

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

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

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

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

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

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

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

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

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

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

.color-f2f2f2-opacity {
  color: rgba(242, 242, 242, 0.6); }

.color-231815-opacity {
  color: rgba(35, 24, 21, 0.4); }

.color-097c25 {
  color: #097c25 !important; }

.color-334c99 {
  color: #334c99 !important; }

.color-eaeced {
  color: #eaeced; }

.color-47607c {
  color: #47607c; }

.color-3b4044 {
  color: #3b4044; }

.color-898989 {
  color: #898989; }

.color-hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .color-hover:hover.color-000-opacity-20, .color-hover:hover.color-000-opacity-30, .color-hover:hover.color-000-opacity-40, .color-hover:hover.color-000-opacity-50, .color-hover:hover.color-000-opacity-60, .color-hover:hover.color-000-opacity-70, .color-hover:hover.color-000-opacity-80 {
    color: white !important; }

.hover-opacity {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-opacity:hover {
    opacity: 0.8; }

#subConts .inner-body {
  padding: 6.25rem 0; }
  #subConts .inner-body.middle {
    padding-top: 4.375rem; }
  #subConts .inner-body:last-child:not(.pb-none) {
    padding-bottom: 6.25rem !important; }

.inner-body {
  padding: 4.375rem 0; }
  .inner-body.max {
    padding: 12.5rem 0; }
  .inner-body.big {
    padding: 9.6875rem 0; }
  .inner-body.small {
    padding: 2.812rem 0; }
  .inner-body.middle {
    padding: 3.75rem 0 !important; }
  .inner-body.min {
    padding: 1.56rem 0 !important; }
  .inner-body.pb-none {
    padding-bottom: 0 !important; }
  .inner-body.pt-none {
    padding-top: 0 !important; }

.green .con-tit .tit-dot::before {
  background-color: #2a9b2e; }

.blue .con-tit .tit-dot::before {
  background-color: #1b4695; }

.con-tit h2,
.con-tit h3,
.con-tit h4 {
  font-weight: 700;
  line-height: 1.1; }

.con-tit h3 {
  font-size: 3.125rem; }

.con-tit h4 {
  font-size: 1.875rem; }

.con-tit h5 {
  font-size: 1.5rem; }

.con-tit .tit-dot {
  position: relative;
  padding-left: 1rem; }
  .con-tit .tit-dot::before {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }

.con-wrap {
  margin-top: 1.25rem; }
  .con-wrap .sub-tit {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700; }

.frame-wrap {
  position: relative;
  padding: 1px; }
  .frame-wrap .thumbnail-box {
    position: relative; }
    .frame-wrap .thumbnail-box::before {
      content: '';
      display: block;
      width: 100.5%;
      height: 125%;
      background: url(/html/_skin/img/main/bg_main_slide.svg) no-repeat center/contain;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
    .frame-wrap .thumbnail-box.type2::before {
      width: 100.5%;
      height: 125%; }
    .frame-wrap .thumbnail-box .mask-frame {
      -webkit-mask-image: url(/html/_skin/img/common/bg_frame.png);
      mask-image: url(/html/_skin/img/common/bg_frame.png);
      mask-repeat: no-repeat;
      mask-size: cover;
      mask-position: center; }
      .frame-wrap .thumbnail-box .mask-frame.goods {
        -webkit-mask-image: url(/html/_skin/img/common/bg_frame_goods.png);
        mask-image: url(/html/_skin/img/common/bg_frame_goods.png); }

.thumbnail-box figure {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block !important; }
  .thumbnail-box figure.type1 {
    aspect-ratio: 435 / 540; }
  .thumbnail-box figure.type2 {
    aspect-ratio: 235 / 325; }
  .thumbnail-box figure.type3 {
    aspect-ratio: 220 / 305; }
  .thumbnail-box figure.type4 {
    aspect-ratio: 385 / 450; }
  .thumbnail-box figure.type5 {
    aspect-ratio: 270 / 85; }
  .thumbnail-box figure.type6 {
    aspect-ratio: 305 / 395; }
  .thumbnail-box figure.type7 {
    aspect-ratio: 200 / 230; }
  .thumbnail-box figure.type8 {
    aspect-ratio: 150 / 100; }

.thumbnail-box.contain img {
  object-fit: contain; }

.thumbnail-box.fit-contain figure {
  padding: 1.25rem; }

.thumbnail-box.fit-contain img {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - calc(1.25rem * 2)) !important;
  max-height: calc(100% - calc(1.25rem * 2)) !important;
  object-fit: contain; }

.thumbnail-box.fit-contain2 figure {
  padding: 0.625rem; }

.thumbnail-box.fit-contain2 img {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - calc(0.625rem * 2)) !important;
  max-height: calc(100% - calc(0.625rem * 2)) !important;
  object-fit: contain; }

.thumbnail-box img,
.thumbnail-box video,
.thumbnail-box iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.thumbnail-box.none-hover:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.thumbnail-box:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

.btn-ico {
  font-size: 0;
  text-indent: -9999px; }
  .btn-ico > span {
    display: block; }
  .btn-ico.ico-plus {
    width: 1.1875rem;
    height: 1.1875rem;
    background: url(/html/_skin/img/common/ico_plus.svg) no-repeat center/contain; }
  .btn-ico.ico-edu {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #e8f1ff; }
  .btn-ico.ico-view {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff url(/html/_skin/img/common/ico_step_arrow.svg) no-repeat center/0.375rem; }

.btn-txt-ico.wide span {
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-position: right center; }

.btn-txt-ico.wide.left-ico > span {
  padding-left: 1.875rem;
  background-position: left center; }

.btn-txt-ico.wide.left-ico.big > span {
  padding-left: 2.375rem; }

.btn-txt-ico.wide.left-ico.full > span {
  text-align: right; }

.btn-txt-ico.fit span {
  padding-right: 3.437rem;
  background-repeat: no-repeat;
  background-position: right center; }

.btn-txt-ico .ico-more {
  background-image: url(/html/_skin/img/common/ico_more.svg);
  background-size: 1rem; }

.btn-txt-ico .ico-download {
  background-image: url(/html/_skin/img/common/ico_download.svg);
  background-size: 1.375rem; }

.btn-txt-ico .ico-ci-download {
  background-image: url(/html/_skin/img/common/ico_ci_down.svg);
  background-size: 0.875rem; }

.btn-txt-ico .ico-new-more {
  background-image: url(/html/_skin/img/common/ico_new_more.svg);
  background-size: 1.25rem; }

.btn-txt-ico .ico-fscreen {
  background-image: url(/html/_skin/img/common/ico_fullscreen.svg);
  background-size: 1.3125rem; }

.btn-txt-ico .ico-list {
  background-image: url(/html/_skin/img/common/ico_list.svg);
  background-size: 1.125rem; }

.btn-txt-ico .ico-excel {
  background-image: url(/html/_skin/img/common/ico_excel.svg);
  background-size: 1.125rem; }

.btn-txt-ico .ico-print {
  background-image: url(/html/_skin/img/common/ico_print.svg);
  background-size: 1.125rem; }

.btn-txt-ico > span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-view-more {
  display: inline-block;
  padding: 0.937rem 2.5rem; }
  .btn-view-more.small span {
    padding-right: 2.812rem; }
  .btn-view-more span {
    padding-right: 3.75rem;
    background: url(/html/_skin/img/common/ico_view_more_b.png) no-repeat right center/1.0625rem; }
  .btn-view-more.color-fff span {
    background: url(/html/_skin/img/common/ico_view_more_w.png) no-repeat right center/1.0625rem; }
  .btn-view-more:hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.txt-ico {
  position: relative;
  padding-left: 1.25rem;
  background-position: left center;
  background-repeat: no-repeat; }
  .txt-ico.ico-tel2 {
    background-image: url(/html/_skin/img/common/ico_tel2.svg);
    background-size: 1.0625rem; }

.btn {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    opacity: 0.8; }
    .btn:hover.bg-fff {
      opacity: 0.8; }
  .btn.type2 {
    -ms-flex-direction: column  !important;
    flex-direction: column !important; }

.w-fit {
  width: fit-content !important; }

.w-small {
  width: 3.125rem; }

.w-small2 {
  width: 5.9375rem !important; }

.w-middle {
  width: 9.375rem !important; }

.w-middle2 {
  width: 7.5rem; }

.w-big {
  width: 12.5rem; }

.w-max {
  width: 15.625rem; }

.h-fit {
  height: fit-content; }

.h-small {
  height: 3.125rem; }

.h-middle {
  height: 3.125rem; }

.h-big {
  height: 3.75rem; }

.h-max {
  height: 4.375rem; }

.module-area.board-none .board-wrap--fc,
.module-area.board-none .board-wrap {
  display: none; }

/*************************************************************/
.swiper-button.small {
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background-color: #d3d3d3;
  background-size: 0.4375rem !important; }
  .swiper-button.small:hover {
    background-color: #334252; }
  .swiper-button.small.deep-b {
    background-color: #083970; }
    .swiper-button.small.deep-b:hover {
      opacity: 0.8; }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-next.button-fff {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; }
    .swiper-button-next.button-fff.button-light {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-next.button-base {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23293e82'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-next.button-e8f1ff {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e8f1ff'%2F%3E%3C%2Fsvg%3E") !important; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-prev.button-fff {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; }
    .swiper-button-prev.button-fff.button-light {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-prev.button-base {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23293e82'%2F%3E%3C%2Fsvg%3E") !important; }
  .swiper-button-prev.button-e8f1ff {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e8f1ff'%2F%3E%3C%2Fsvg%3E") !important; }

.nanum-myeongjo {
  font-family: "Nanum Myeongjo", serif;
  font-style: normal; }

.shadow {
  -webkit-box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.18); }

.shadow-s {
  -webkit-box-shadow: 5px 5px 18px 11px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 5px 18px 11px rgba(0, 0, 0, 0.03); }

.shadow-b {
  -webkit-box-shadow: 25px 25px 24px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 25px 25px 24px 15px rgba(0, 0, 0, 0.13); }

.marquee-area {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 3.125rem; }
  .marquee-area .marquee-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 3.125rem;
    animation: scroll-x 40s linear infinite; }

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

.ab-txt {
  font-size: 12.5rem;
  line-height: 1;
  font-weight: 900;
  color: #f8f8f8;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  text-align: center;
  width: 100%;
  letter-spacing: -0.3125rem; }
  .ab-txt span {
    display: block;
    position: relative;
    white-space: nowrap; }

.big-txt {
  line-height: 1 !important;
  font-weight: 900;
  color: rgba(88, 88, 88, 0.1);
  white-space: nowrap; }
  .big-txt.uppercase {
    text-transform: uppercase; }

.dot-list > li {
  position: relative;
  display: block;
  padding-left: 0.937rem; }
  .dot-list > li::before {
    content: '';
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #072c54;
    position: absolute;
    left: 0;
    top: 0.5625rem; }
  .dot-list > li strong {
    font-weight: 700; }

.hyphen-list li {
  position: relative;
  display: block;
  padding-left: 0.625rem; }
  .hyphen-list li::before {
    content: '-';
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .hyphen-list li strong {
    font-weight: 700; }

.num-list > li {
  position: relative;
  display: block;
  padding-left: 1.1875rem; }
  .num-list > li::before {
    position: absolute;
    left: 0;
    top: 0; }
  .num-list > li:nth-child(1)::before {
    content: "①"; }
  .num-list > li:nth-child(2)::before {
    content: "②"; }
  .num-list > li:nth-child(3)::before {
    content: "③"; }
  .num-list > li:nth-child(4)::before {
    content: "④"; }
  .num-list > li:nth-child(5)::before {
    content: "⑤"; }
  .num-list > li:nth-child(6)::before {
    content: "⑥"; }
  .num-list > li:nth-child(7)::before {
    content: "⑦"; }
  .num-list > li:nth-child(8)::before {
    content: "⑧"; }
  .num-list > li:nth-child(9)::before {
    content: "⑨"; }
  .num-list > li:nth-child(10)::before {
    content: "⑩"; }
  .num-list > li:nth-child(11)::before {
    content: "⑪"; }
  .num-list > li:nth-child(12)::before {
    content: "⑫"; }
  .num-list > li:nth-child(13)::before {
    content: "⑬"; }
  .num-list > li:nth-child(14)::before {
    content: "⑭"; }
  .num-list > li:nth-child(15)::before {
    content: "⑮"; }
  .num-list > li > .dot-list, .num-list > li .hyphen-list {
    margin-top: 0.625rem;
    margin-left: -1.1875rem;
    margin-bottom: 1.25rem; }
  .num-list > li > .hyphen-list > li + li {
    margin-top: 0.3125rem; }
  .num-list > li.btns-area::before {
    top: 0.8125rem; }

.num-list.normal > li:nth-child(1)::before {
  content: "1."; }

.num-list.normal > li:nth-child(2)::before {
  content: "2."; }

.num-list.normal > li:nth-child(3)::before {
  content: "3."; }

.num-list.normal > li:nth-child(4)::before {
  content: "4."; }

.num-list.normal > li:nth-child(5)::before {
  content: "5."; }

.num-list.normal > li:nth-child(6)::before {
  content: "6."; }

.num-list.normal > li:nth-child(7)::before {
  content: "7."; }

.num-list.normal > li:nth-child(8)::before {
  content: "8."; }

.num-list.normal > li:nth-child(9)::before {
  content: "9."; }

.num-list.normal > li:nth-child(10)::before {
  content: "10."; }

.num-list.normal > li:nth-child(11)::before {
  content: "11."; }

.num-list.normal > li:nth-child(12)::before {
  content: "12."; }

.num-list.normal > li:nth-child(13)::before {
  content: "13."; }

.num-list.normal > li:nth-child(14)::before {
  content: "14."; }

.num-list.normal > li:nth-child(15)::before {
  content: "15."; }

.num-list.symbol > li {
  padding-left: 2.187rem;
  line-height: 2.2; }
  .num-list.symbol > li::before {
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox;
    display: flex;
    width: 1.56rem;
    line-height: 1.56rem;
    text-align: center;
    background-color: #072c54;
    color: #fff;
    border-radius: 50%;
    top: 0.5rem;
    padding-right: 0.125rem; }
  .num-list.symbol > li:nth-child(1)::before {
    content: "1"; }
  .num-list.symbol > li:nth-child(2)::before {
    content: "2"; }
  .num-list.symbol > li:nth-child(3)::before {
    content: "3"; }
  .num-list.symbol > li:nth-child(4)::before {
    content: "4"; }
  .num-list.symbol > li:nth-child(5)::before {
    content: "5"; }
  .num-list.symbol > li:nth-child(6)::before {
    content: "6"; }
  .num-list.symbol > li:nth-child(7)::before {
    content: "7"; }
  .num-list.symbol > li:nth-child(8)::before {
    content: "8"; }
  .num-list.symbol > li:nth-child(9)::before {
    content: "9"; }
  .num-list.symbol > li:nth-child(10)::before {
    content: "10"; }
  .num-list.symbol > li:nth-child(11)::before {
    content: "11"; }
  .num-list.symbol > li:nth-child(12)::before {
    content: "12"; }
  .num-list.symbol > li:nth-child(13)::before {
    content: "13"; }
  .num-list.symbol > li:nth-child(14)::before {
    content: "14"; }
  .num-list.symbol > li:nth-child(15)::before {
    content: "15"; }

.remark-list li {
  position: relative;
  display: block;
  padding-left: 0.875rem; }
  .remark-list li::before {
    content: '※';
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.normal-list > li + li {
  margin-top: 0.625rem; }

.normal-list > li > ul {
  padding-left: 1.375rem; }

.line-before.small li span + span {
  padding-left: 1.875rem; }
  .line-before.small li span + span::before {
    left: 0.937rem; }

.line-before li span {
  position: relative; }
  .line-before li span + span {
    padding-left: 3.125rem; }
    .line-before li span + span::before {
      content: '';
      display: block;
      height: 0.8125rem;
      border-left: 1px solid rgba(7, 44, 84, 0.2);
      position: absolute;
      top: 50%;
      margin-top: calc(-0.8125rem / 2);
      left: 1.56rem; }

.txt-box + .txt-box {
  margin-top: 1.875rem; }

.txt-box > * {
  display: block; }

.txt-box p + p {
  margin-top: 2.5rem; }

.updown {
  -webkit-animation: updown 1s linear infinite;
  animation: updown 1s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }

@keyframes updown {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }

.scale {
  -webkit-animation: scale 1s linear;
  animation: scale 1s linear; }

@-webkit-keyframes scale {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes scale {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.spacing {
  -webkit-animation: spacing 0.9s cubic-bezier(0.42, 0, 0.4, 1.2);
  animation: spacing 0.9s cubic-bezier(0.42, 0, 0.4, 1.2); }

@-webkit-keyframes spacing {
  0% {
    letter-spacing: 30px;
    opacity: 0.5; }
  100% {
    letter-spacing: 0px;
    opacity: 1; } }

@keyframes spacing {
  0% {
    letter-spacing: 30px;
    opacity: 0.5; }
  100% {
    letter-spacing: 0px;
    opacity: 1; } }

.fill {
  -webkit-animation: fill 3s linear infinite;
  animation: fill 3s linear infinite; }

@-webkit-keyframes fill {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

.scroll-box {
  position: absolute; }
  .scroll-box .btn-scroll {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end !important;
    align-items: end !important;
    gap: 0.937rem;
    margin-left: auto;
    width: fit-content; }
    .scroll-box .btn-scroll span {
      display: block;
      line-height: 1;
      padding-bottom: 0.3125rem; }

@font-face {
  font-family: 'KCC-Ahnchangho';
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/KCC-Ahnchangho.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.font-kcc {
  font-family: 'KCC-Ahnchangho'; }

/* grid */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

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

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

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

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

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

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

.row-cols-1.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-1.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-1.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 1) - 0px);
    flex: 0 0 calc(calc(100% / 1) - 0px);
    max-width: calc(calc(100% / 1) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-1.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }

.row-cols-1.gap-40px > * {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1); }

.row-cols-1.gap-40px.gap-40px {
  width: calc(100% + 40px);
  margin-top: -40px;
  margin-left: -40px; }
  @media (max-width: 575px) {
    .row-cols-1.gap-40px.gap-40px {
      width: calc(100% + 40px);
      margin-top: -40px;
      margin-left: -40px; } }
  .row-cols-1.gap-40px.gap-40px > * {
    -ms-flex: 0 0 calc(calc(100% / 1) - 40px);
    flex: 0 0 calc(calc(100% / 1) - 40px);
    max-width: calc(calc(100% / 1) - 40px);
    margin-top: 40px;
    margin-left: 40px; }
    .row-cols-1.gap-40px.gap-40px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 40px);
      flex: 0 0 calc(100% - 40px);
      max-width: calc(100% - 40px); }

.row-cols-2 > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-2.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 0px);
    flex: 0 0 calc(calc(100% / 2) - 0px);
    max-width: calc(calc(100% / 2) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-2.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 991px) {
      .row-cols-2.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }
    @media (max-width: 575px) {
      .row-cols-2.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-2.gap-0px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-0px.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 767px) {
    .row-cols-2.gap-0px.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-2.gap-0px.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 0px);
    flex: 0 0 calc(calc(100% / 2) - 0px);
    max-width: calc(calc(100% / 2) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-2.gap-0px.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 767px) {
      .row-cols-2.gap-0px.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-2.gap-10px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-10px.gap-10px {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-10px.gap-10px {
      width: calc(100% + 10px);
      margin-top: -10px;
      margin-left: -10px; } }
  .row-cols-2.gap-10px.gap-10px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 10px);
    flex: 0 0 calc(calc(100% / 2) - 10px);
    max-width: calc(calc(100% / 2) - 10px);
    margin-top: 10px;
    margin-left: 10px; }
    .row-cols-2.gap-10px.gap-10px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 10px);
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px); }
    @media (max-width: 991px) {
      .row-cols-2.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 575px) {
      .row-cols-2.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }

.row-cols-2.gap-15px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-15px.gap-15px {
  width: calc(100% + 15px);
  margin-top: -15px;
  margin-left: -15px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-15px.gap-15px {
      width: calc(100% + 15px);
      margin-top: -15px;
      margin-left: -15px; } }
  .row-cols-2.gap-15px.gap-15px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 15px);
    flex: 0 0 calc(calc(100% / 2) - 15px);
    max-width: calc(calc(100% / 2) - 15px);
    margin-top: 15px;
    margin-left: 15px; }
    .row-cols-2.gap-15px.gap-15px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
    @media (max-width: 991px) {
      .row-cols-2.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 575px) {
      .row-cols-2.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }

.row-cols-2.gap-20px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-20px.gap-20px {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -20px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-20px.gap-20px {
      width: calc(100% + 20px);
      margin-top: -20px;
      margin-left: -20px; } }
  .row-cols-2.gap-20px.gap-20px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 20px);
    flex: 0 0 calc(calc(100% / 2) - 20px);
    max-width: calc(calc(100% / 2) - 20px);
    margin-top: 20px;
    margin-left: 20px; }
    .row-cols-2.gap-20px.gap-20px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px); }
    @media (max-width: 480px) {
      .row-cols-2.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }

.row-cols-2.gap-25px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-25px.gap-25px {
  width: calc(100% + 25px);
  margin-top: -25px;
  margin-left: -25px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-25px.gap-25px {
      width: calc(100% + 25px);
      margin-top: -25px;
      margin-left: -25px; } }
  .row-cols-2.gap-25px.gap-25px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 25px);
    flex: 0 0 calc(calc(100% / 2) - 25px);
    max-width: calc(calc(100% / 2) - 25px);
    margin-top: 25px;
    margin-left: 25px; }
    .row-cols-2.gap-25px.gap-25px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 25px);
      flex: 0 0 calc(100% - 25px);
      max-width: calc(100% - 25px); }
    @media (max-width: 991px) {
      .row-cols-2.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }
    @media (max-width: 575px) {
      .row-cols-2.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }

.row-cols-2.gap-30px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-30px.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-30px.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-2.gap-30px.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 30px);
    flex: 0 0 calc(calc(100% / 2) - 30px);
    max-width: calc(calc(100% / 2) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-2.gap-30px.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 575px) {
      .row-cols-2.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }

.row-cols-2.gap-30px.type2 > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-30px.type2.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-30px.type2.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-2.gap-30px.type2.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 30px);
    flex: 0 0 calc(calc(100% / 2) - 30px);
    max-width: calc(calc(100% / 2) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-2.gap-30px.type2.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 480px) {
      .row-cols-2.gap-30px.type2.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
  @media (max-width: 1199px) {
    .row-cols-2.gap-30px.type2.gap-30px {
      width: calc(100% + 4vw);
      margin-top: -4vw;
      margin-left: -4vw; } }
  @media (max-width: 991px) {
    .row-cols-2.gap-30px.type2.gap-30px {
      width: calc(100% + 2vw);
      margin-top: -2vw;
      margin-left: -2vw; } }
  @media (max-width: 1199px) {
    .row-cols-2.gap-30px.type2.gap-30px > * {
      -ms-flex: 0 0 calc(50% - 4vw);
      flex: 0 0 calc(50% - 4vw);
      max-width: calc(50% - 4vw);
      margin-top: 4vw;
      margin-left: 4vw; } }
  @media (max-width: 991px) {
    .row-cols-2.gap-30px.type2.gap-30px > * {
      -ms-flex: 0 0 calc(50% - 2vw);
      flex: 0 0 calc(50% - 2vw);
      max-width: calc(50% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }
  @media (max-width: 480px) {
    .row-cols-2.gap-30px.type2.gap-30px > * {
      -ms-flex: 0 0 calc(100% - 2vw);
      flex: 0 0 calc(100% - 2vw);
      max-width: calc(100% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }

.row-cols-2.gap-40px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-40px.gap-40px {
  width: calc(100% + 40px);
  margin-top: -40px;
  margin-left: -40px; }
  @media (max-width: 767px) {
    .row-cols-2.gap-40px.gap-40px {
      width: calc(100% + 40px);
      margin-top: -40px;
      margin-left: -40px; } }
  .row-cols-2.gap-40px.gap-40px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 40px);
    flex: 0 0 calc(calc(100% / 2) - 40px);
    max-width: calc(calc(100% / 2) - 40px);
    margin-top: 40px;
    margin-left: 40px; }
    .row-cols-2.gap-40px.gap-40px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 40px);
      flex: 0 0 calc(100% - 40px);
      max-width: calc(100% - 40px); }
    @media (max-width: 767px) {
      .row-cols-2.gap-40px.gap-40px > * {
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin-top: 40px;
        margin-left: 40px; } }

.row-cols-2.gap-85px > * {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2); }

.row-cols-2.gap-85px.gap-85px {
  width: calc(100% + 85px);
  margin-top: -85px;
  margin-left: -85px; }
  @media (max-width: 575px) {
    .row-cols-2.gap-85px.gap-85px {
      width: calc(100% + 85px);
      margin-top: -85px;
      margin-left: -85px; } }
  .row-cols-2.gap-85px.gap-85px > * {
    -ms-flex: 0 0 calc(calc(100% / 2) - 85px);
    flex: 0 0 calc(calc(100% / 2) - 85px);
    max-width: calc(calc(100% / 2) - 85px);
    margin-top: 85px;
    margin-left: 85px; }
    .row-cols-2.gap-85px.gap-85px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 85px);
      flex: 0 0 calc(100% - 85px);
      max-width: calc(100% - 85px); }
    @media (max-width: 575px) {
      .row-cols-2.gap-85px.gap-85px > * {
        -ms-flex: 0 0 calc(100% - 85px);
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
        margin-top: 85px;
        margin-left: 85px; } }

.row-cols-3 > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-3.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 0px);
    flex: 0 0 calc(calc(100% / 3) - 0px);
    max-width: calc(calc(100% / 3) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-3.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-0px > * {
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-3.gap-0px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-0px.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-0px.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-3.gap-0px.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 0px);
    flex: 0 0 calc(calc(100% / 3) - 0px);
    max-width: calc(calc(100% / 3) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-3.gap-0px.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-0px.gap-0px > * {
        -ms-flex: 0 0 calc(33.333% - 0px);
        flex: 0 0 calc(33.333% - 0px);
        max-width: calc(33.333% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-3.gap-5px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-5px.gap-5px {
  width: calc(100% + 5px);
  margin-top: -5px;
  margin-left: -5px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-5px.gap-5px {
      width: calc(100% + 5px);
      margin-top: -5px;
      margin-left: -5px; } }
  .row-cols-3.gap-5px.gap-5px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 5px);
    flex: 0 0 calc(calc(100% / 3) - 5px);
    max-width: calc(calc(100% / 3) - 5px);
    margin-top: 5px;
    margin-left: 5px; }
    .row-cols-3.gap-5px.gap-5px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 5px);
      flex: 0 0 calc(100% - 5px);
      max-width: calc(100% - 5px); }
    @media (max-width: 575px) {
      .row-cols-3.gap-5px.gap-5px > * {
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin-top: 5px;
        margin-left: 5px; } }

.row-cols-3.gap-10px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-10px.gap-10px {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-10px.gap-10px {
      width: calc(100% + 10px);
      margin-top: -10px;
      margin-left: -10px; } }
  .row-cols-3.gap-10px.gap-10px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 10px);
    flex: 0 0 calc(calc(100% / 3) - 10px);
    max-width: calc(calc(100% / 3) - 10px);
    margin-top: 10px;
    margin-left: 10px; }
    .row-cols-3.gap-10px.gap-10px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 10px);
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }

.row-cols-3.gap-15px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-15px.gap-15px {
  width: calc(100% + 15px);
  margin-top: -15px;
  margin-left: -15px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-15px.gap-15px {
      width: calc(100% + 15px);
      margin-top: -15px;
      margin-left: -15px; } }
  .row-cols-3.gap-15px.gap-15px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 15px);
    flex: 0 0 calc(calc(100% / 3) - 15px);
    max-width: calc(calc(100% / 3) - 15px);
    margin-top: 15px;
    margin-left: 15px; }
    .row-cols-3.gap-15px.gap-15px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }

.row-cols-3.gap-20px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-20px.gap-20px {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -20px; }
  @media (max-width: 767px) {
    .row-cols-3.gap-20px.gap-20px {
      width: calc(100% + 20px);
      margin-top: -20px;
      margin-left: -20px; } }
  .row-cols-3.gap-20px.gap-20px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 20px);
    flex: 0 0 calc(calc(100% / 3) - 20px);
    max-width: calc(calc(100% / 3) - 20px);
    margin-top: 20px;
    margin-left: 20px; }
    .row-cols-3.gap-20px.gap-20px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px); }
    @media (max-width: 767px) {
      .row-cols-3.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }

.row-cols-3.gap-25px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-25px.gap-25px {
  width: calc(100% + 25px);
  margin-top: -25px;
  margin-left: -25px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-25px.gap-25px {
      width: calc(100% + 25px);
      margin-top: -25px;
      margin-left: -25px; } }
  .row-cols-3.gap-25px.gap-25px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 25px);
    flex: 0 0 calc(calc(100% / 3) - 25px);
    max-width: calc(calc(100% / 3) - 25px);
    margin-top: 25px;
    margin-left: 25px; }
    .row-cols-3.gap-25px.gap-25px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 25px);
      flex: 0 0 calc(100% - 25px);
      max-width: calc(100% - 25px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }

.row-cols-3.gap-30px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-30px.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-30px.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-3.gap-30px.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 30px);
    flex: 0 0 calc(calc(100% / 3) - 30px);
    max-width: calc(calc(100% / 3) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-3.gap-30px.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }

.row-cols-3.gap-35px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-35px.gap-35px {
  width: calc(100% + 35px);
  margin-top: -35px;
  margin-left: -35px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-35px.gap-35px {
      width: calc(100% + 35px);
      margin-top: -35px;
      margin-left: -35px; } }
  .row-cols-3.gap-35px.gap-35px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 35px);
    flex: 0 0 calc(calc(100% / 3) - 35px);
    max-width: calc(calc(100% / 3) - 35px);
    margin-top: 35px;
    margin-left: 35px; }
    .row-cols-3.gap-35px.gap-35px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 35px);
      flex: 0 0 calc(100% - 35px);
      max-width: calc(100% - 35px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-35px.gap-35px > * {
        -ms-flex: 0 0 calc(50% - 35px);
        flex: 0 0 calc(50% - 35px);
        max-width: calc(50% - 35px);
        margin-top: 35px;
        margin-left: 35px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-35px.gap-35px > * {
        -ms-flex: 0 0 calc(100% - 35px);
        flex: 0 0 calc(100% - 35px);
        max-width: calc(100% - 35px);
        margin-top: 35px;
        margin-left: 35px; } }
  @media (max-width: 1199px) {
    .row-cols-3.gap-35px.gap-35px {
      width: calc(100% + 4vw);
      margin-top: -4vw;
      margin-left: -4vw; } }
  @media (max-width: 991px) {
    .row-cols-3.gap-35px.gap-35px {
      width: calc(100% + 2vw);
      margin-top: -2vw;
      margin-left: -2vw; } }
  @media (max-width: 1199px) {
    .row-cols-3.gap-35px.gap-35px > * {
      -ms-flex: 0 0 calc(33.333% - 4vw);
      flex: 0 0 calc(33.333% - 4vw);
      max-width: calc(33.333% - 4vw);
      margin-top: 4vw;
      margin-left: 4vw; } }
  @media (max-width: 991px) {
    .row-cols-3.gap-35px.gap-35px > * {
      -ms-flex: 0 0 calc(50% - 2vw);
      flex: 0 0 calc(50% - 2vw);
      max-width: calc(50% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }
  @media (max-width: 575px) {
    .row-cols-3.gap-35px.gap-35px > * {
      -ms-flex: 0 0 calc(100% - 2vw);
      flex: 0 0 calc(100% - 2vw);
      max-width: calc(100% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }

.row-cols-3.gap-40px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-40px.gap-40px {
  width: calc(100% + 40px);
  margin-top: -40px;
  margin-left: -40px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-40px.gap-40px {
      width: calc(100% + 40px);
      margin-top: -40px;
      margin-left: -40px; } }
  .row-cols-3.gap-40px.gap-40px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 40px);
    flex: 0 0 calc(calc(100% / 3) - 40px);
    max-width: calc(calc(100% / 3) - 40px);
    margin-top: 40px;
    margin-left: 40px; }
    .row-cols-3.gap-40px.gap-40px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 40px);
      flex: 0 0 calc(100% - 40px);
      max-width: calc(100% - 40px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-40px.gap-40px > * {
        -ms-flex: 0 0 calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
        margin-top: 40px;
        margin-left: 40px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-40px.gap-40px > * {
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin-top: 40px;
        margin-left: 40px; } }

.row-cols-3.gap-50px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-50px.gap-50px {
  width: calc(100% + 50px);
  margin-top: -50px;
  margin-left: -50px; }
  @media (max-width: 575px) {
    .row-cols-3.gap-50px.gap-50px {
      width: calc(100% + 50px);
      margin-top: -50px;
      margin-left: -50px; } }
  .row-cols-3.gap-50px.gap-50px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 50px);
    flex: 0 0 calc(calc(100% / 3) - 50px);
    max-width: calc(calc(100% / 3) - 50px);
    margin-top: 50px;
    margin-left: 50px; }
    .row-cols-3.gap-50px.gap-50px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 50px);
      flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px); }
    @media (max-width: 991px) {
      .row-cols-3.gap-50px.gap-50px > * {
        -ms-flex: 0 0 calc(50% - 50px);
        flex: 0 0 calc(50% - 50px);
        max-width: calc(50% - 50px);
        margin-top: 50px;
        margin-left: 50px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-50px.gap-50px > * {
        -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        margin-top: 50px;
        margin-left: 50px; } }

.row-cols-3.gap-100px > * {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3); }

.row-cols-3.gap-100px.gap-100px {
  width: calc(100% + 100px);
  margin-top: -100px;
  margin-left: -100px; }
  @media (max-width: 480px) {
    .row-cols-3.gap-100px.gap-100px {
      width: calc(100% + 100px);
      margin-top: -100px;
      margin-left: -100px; } }
  .row-cols-3.gap-100px.gap-100px > * {
    -ms-flex: 0 0 calc(calc(100% / 3) - 100px);
    flex: 0 0 calc(calc(100% / 3) - 100px);
    max-width: calc(calc(100% / 3) - 100px);
    margin-top: 100px;
    margin-left: 100px; }
    .row-cols-3.gap-100px.gap-100px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 100px);
      flex: 0 0 calc(100% - 100px);
      max-width: calc(100% - 100px); }
    @media (max-width: 767px) {
      .row-cols-3.gap-100px.gap-100px > * {
        -ms-flex: 0 0 calc(50% - 100px);
        flex: 0 0 calc(50% - 100px);
        max-width: calc(50% - 100px);
        margin-top: 100px;
        margin-left: 100px; } }
    @media (max-width: 575px) {
      .row-cols-3.gap-100px.gap-100px > * {
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
        margin-top: 100px;
        margin-left: 100px; } }

.row-cols-4 > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-4.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 0px);
    flex: 0 0 calc(calc(100% / 4) - 0px);
    max-width: calc(calc(100% / 4) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-4.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-0px > * {
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-4.gap-10px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-10px.gap-10px {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-10px.gap-10px {
      width: calc(100% + 10px);
      margin-top: -10px;
      margin-left: -10px; } }
  .row-cols-4.gap-10px.gap-10px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 10px);
    flex: 0 0 calc(calc(100% / 4) - 10px);
    max-width: calc(calc(100% / 4) - 10px);
    margin-top: 10px;
    margin-left: 10px; }
    .row-cols-4.gap-10px.gap-10px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 10px);
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }

.row-cols-4.gap-15px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-15px.gap-15px {
  width: calc(100% + 15px);
  margin-top: -15px;
  margin-left: -15px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-15px.gap-15px {
      width: calc(100% + 15px);
      margin-top: -15px;
      margin-left: -15px; } }
  .row-cols-4.gap-15px.gap-15px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 15px);
    flex: 0 0 calc(calc(100% / 4) - 15px);
    max-width: calc(calc(100% / 4) - 15px);
    margin-top: 15px;
    margin-left: 15px; }
    .row-cols-4.gap-15px.gap-15px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }

.row-cols-4.gap-20px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-20px.gap-20px {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -20px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-20px.gap-20px {
      width: calc(100% + 20px);
      margin-top: -20px;
      margin-left: -20px; } }
  .row-cols-4.gap-20px.gap-20px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 20px);
    flex: 0 0 calc(calc(100% / 4) - 20px);
    max-width: calc(calc(100% / 4) - 20px);
    margin-top: 20px;
    margin-left: 20px; }
    .row-cols-4.gap-20px.gap-20px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px); }
    @media (max-width: 1199px) {
      .row-cols-4.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
    @media (max-width: 480px) {
      .row-cols-4.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }

.row-cols-4.gap-25px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-25px.gap-25px {
  width: calc(100% + 25px);
  margin-top: -25px;
  margin-left: -25px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-25px.gap-25px {
      width: calc(100% + 25px);
      margin-top: -25px;
      margin-left: -25px; } }
  .row-cols-4.gap-25px.gap-25px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 25px);
    flex: 0 0 calc(calc(100% / 4) - 25px);
    max-width: calc(calc(100% / 4) - 25px);
    margin-top: 25px;
    margin-left: 25px; }
    .row-cols-4.gap-25px.gap-25px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 25px);
      flex: 0 0 calc(100% - 25px);
      max-width: calc(100% - 25px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }
    @media (max-width: 480px) {
      .row-cols-4.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }

.row-cols-4.gap-30px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-30px.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-30px.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-4.gap-30px.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 30px);
    flex: 0 0 calc(calc(100% / 4) - 30px);
    max-width: calc(calc(100% / 4) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-4.gap-30px.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }

.row-cols-4.gap-50px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-50px.gap-50px {
  width: calc(100% + 50px);
  margin-top: -50px;
  margin-left: -50px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-50px.gap-50px {
      width: calc(100% + 50px);
      margin-top: -50px;
      margin-left: -50px; } }
  .row-cols-4.gap-50px.gap-50px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 50px);
    flex: 0 0 calc(calc(100% / 4) - 50px);
    max-width: calc(calc(100% / 4) - 50px);
    margin-top: 50px;
    margin-left: 50px; }
    .row-cols-4.gap-50px.gap-50px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 50px);
      flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px); }
    @media (max-width: 1199px) {
      .row-cols-4.gap-50px.gap-50px > * {
        -ms-flex: 0 0 calc(33.333% - 50px);
        flex: 0 0 calc(33.333% - 50px);
        max-width: calc(33.333% - 50px);
        margin-top: 50px;
        margin-left: 50px; } }
    @media (max-width: 767px) {
      .row-cols-4.gap-50px.gap-50px > * {
        -ms-flex: 0 0 calc(50% - 50px);
        flex: 0 0 calc(50% - 50px);
        max-width: calc(50% - 50px);
        margin-top: 50px;
        margin-left: 50px; } }
  @media (max-width: 1199px) {
    .row-cols-4.gap-50px.gap-50px {
      width: calc(100% + 4vw);
      margin-top: -4vw;
      margin-left: -4vw; } }
  @media (max-width: 767px) {
    .row-cols-4.gap-50px.gap-50px {
      width: calc(100% + 2vw);
      margin-top: -2vw;
      margin-left: -2vw; } }
  @media (max-width: 1199px) {
    .row-cols-4.gap-50px.gap-50px > * {
      -ms-flex: 0 0 calc(33.333% - 4vw);
      flex: 0 0 calc(33.333% - 4vw);
      max-width: calc(33.333% - 4vw);
      margin-top: 4vw;
      margin-left: 4vw; } }
  @media (max-width: 767px) {
    .row-cols-4.gap-50px.gap-50px > * {
      -ms-flex: 0 0 calc(50% - 2vw);
      flex: 0 0 calc(50% - 2vw);
      max-width: calc(50% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }

.row-cols-4.gap-65px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-65px.gap-65px {
  width: calc(100% + 65px);
  margin-top: -65px;
  margin-left: -65px; }
  @media (max-width: 575px) {
    .row-cols-4.gap-65px.gap-65px {
      width: calc(100% + 65px);
      margin-top: -65px;
      margin-left: -65px; } }
  .row-cols-4.gap-65px.gap-65px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 65px);
    flex: 0 0 calc(calc(100% / 4) - 65px);
    max-width: calc(calc(100% / 4) - 65px);
    margin-top: 65px;
    margin-left: 65px; }
    .row-cols-4.gap-65px.gap-65px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 65px);
      flex: 0 0 calc(100% - 65px);
      max-width: calc(100% - 65px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-65px.gap-65px > * {
        -ms-flex: 0 0 calc(50% - 65px);
        flex: 0 0 calc(50% - 65px);
        max-width: calc(50% - 65px);
        margin-top: 65px;
        margin-left: 65px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-65px.gap-65px > * {
        -ms-flex: 0 0 calc(100% - 65px);
        flex: 0 0 calc(100% - 65px);
        max-width: calc(100% - 65px);
        margin-top: 65px;
        margin-left: 65px; } }

.row-cols-4.gap-70px > * {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4); }

.row-cols-4.gap-70px.gap-70px {
  width: calc(100% + 70px);
  margin-top: -70px;
  margin-left: -70px; }
  @media (max-width: 767px) {
    .row-cols-4.gap-70px.gap-70px {
      width: calc(100% + 70px);
      margin-top: -70px;
      margin-left: -70px; } }
  .row-cols-4.gap-70px.gap-70px > * {
    -ms-flex: 0 0 calc(calc(100% / 4) - 70px);
    flex: 0 0 calc(calc(100% / 4) - 70px);
    max-width: calc(calc(100% / 4) - 70px);
    margin-top: 70px;
    margin-left: 70px; }
    .row-cols-4.gap-70px.gap-70px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 70px);
      flex: 0 0 calc(100% - 70px);
      max-width: calc(100% - 70px); }
    @media (max-width: 991px) {
      .row-cols-4.gap-70px.gap-70px > * {
        -ms-flex: 0 0 calc(50% - 70px);
        flex: 0 0 calc(50% - 70px);
        max-width: calc(50% - 70px);
        margin-top: 70px;
        margin-left: 70px; } }
    @media (max-width: 575px) {
      .row-cols-4.gap-70px.gap-70px > * {
        -ms-flex: 0 0 calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        margin-top: 70px;
        margin-left: 70px; } }
  @media (max-width: 1280px) {
    .row-cols-4.gap-70px.gap-70px {
      width: calc(100% + 2vw);
      margin-top: -2vw;
      margin-left: -2vw; } }
  @media (max-width: 1280px) {
    .row-cols-4.gap-70px.gap-70px > * {
      -ms-flex: 0 0 calc(25% - 2vw);
      flex: 0 0 calc(25% - 2vw);
      max-width: calc(25% - 2vw);
      margin-top: 2vw;
      margin-left: 2vw; } }

.row-cols-5 > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-0px {
  width: calc(100% + 0px);
  margin-top: -0px;
  margin-left: -0px; }
  @media (max-width: 575px) {
    .row-cols-5.gap-0px {
      width: calc(100% + 0px);
      margin-top: -0px;
      margin-left: -0px; } }
  .row-cols-5.gap-0px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 0px);
    flex: 0 0 calc(calc(100% / 5) - 0px);
    max-width: calc(calc(100% / 5) - 0px);
    margin-top: 0px;
    margin-left: 0px; }
    .row-cols-5.gap-0px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px); }
    @media (max-width: 1199px) {
      .row-cols-5.gap-0px > * {
        -ms-flex: 0 0 calc(33.333% - 0px);
        flex: 0 0 calc(33.333% - 0px);
        max-width: calc(33.333% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }
    @media (max-width: 991px) {
      .row-cols-5.gap-0px > * {
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }
    @media (max-width: 575px) {
      .row-cols-5.gap-0px > * {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-top: 0px;
        margin-left: 0px; } }

.row-cols-5.gap-10px > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-10px.gap-10px {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px; }
  @media (max-width: 375px) {
    .row-cols-5.gap-10px.gap-10px {
      width: calc(100% + 10px);
      margin-top: -10px;
      margin-left: -10px; } }
  .row-cols-5.gap-10px.gap-10px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 10px);
    flex: 0 0 calc(calc(100% / 5) - 10px);
    max-width: calc(calc(100% / 5) - 10px);
    margin-top: 10px;
    margin-left: 10px; }
    .row-cols-5.gap-10px.gap-10px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 10px);
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px); }
    @media (max-width: 1199px) {
      .row-cols-5.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(33.333% - 10px);
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 767px) {
      .row-cols-5.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 375px) {
      .row-cols-5.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }

.row-cols-5.gap-15px > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-15px.gap-15px {
  width: calc(100% + 15px);
  margin-top: -15px;
  margin-left: -15px; }
  @media (max-width: 575px) {
    .row-cols-5.gap-15px.gap-15px {
      width: calc(100% + 15px);
      margin-top: -15px;
      margin-left: -15px; } }
  .row-cols-5.gap-15px.gap-15px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 15px);
    flex: 0 0 calc(calc(100% / 5) - 15px);
    max-width: calc(calc(100% / 5) - 15px);
    margin-top: 15px;
    margin-left: 15px; }
    .row-cols-5.gap-15px.gap-15px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
    @media (max-width: 1199px) {
      .row-cols-5.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(33.333% - 15px);
        flex: 0 0 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 991px) {
      .row-cols-5.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 575px) {
      .row-cols-5.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }

.row-cols-5.gap-20px > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-20px.gap-20px {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -20px; }
  @media (max-width: 575px) {
    .row-cols-5.gap-20px.gap-20px {
      width: calc(100% + 20px);
      margin-top: -20px;
      margin-left: -20px; } }
  .row-cols-5.gap-20px.gap-20px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 20px);
    flex: 0 0 calc(calc(100% / 5) - 20px);
    max-width: calc(calc(100% / 5) - 20px);
    margin-top: 20px;
    margin-left: 20px; }
    .row-cols-5.gap-20px.gap-20px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px); }
    @media (max-width: 1199px) {
      .row-cols-5.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
    @media (max-width: 991px) {
      .row-cols-5.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .row-cols-5.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }

.row-cols-5.gap-25px > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-25px.gap-25px {
  width: calc(100% + 25px);
  margin-top: -25px;
  margin-left: -25px; }
  @media (max-width: 575px) {
    .row-cols-5.gap-25px.gap-25px {
      width: calc(100% + 25px);
      margin-top: -25px;
      margin-left: -25px; } }
  .row-cols-5.gap-25px.gap-25px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 25px);
    flex: 0 0 calc(calc(100% / 5) - 25px);
    max-width: calc(calc(100% / 5) - 25px);
    margin-top: 25px;
    margin-left: 25px; }
    .row-cols-5.gap-25px.gap-25px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 25px);
      flex: 0 0 calc(100% - 25px);
      max-width: calc(100% - 25px); }

.row-cols-5.gap-30px > * {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

.row-cols-5.gap-30px.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-5.gap-30px.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-5.gap-30px.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 5) - 30px);
    flex: 0 0 calc(calc(100% / 5) - 30px);
    max-width: calc(calc(100% / 5) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-5.gap-30px.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 1199px) {
      .row-cols-5.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .row-cols-5.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 575px) {
      .row-cols-5.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }

.row-cols-5.gap-40px {
  /* (1199px: 33.333%, 991px: 50%, 575px: 100%) */ }
  .row-cols-5.gap-40px > * {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  .row-cols-5.gap-40px.gap-40px {
    width: calc(100% + 40px);
    margin-top: -40px;
    margin-left: -40px; }
    @media (max-width: 575px) {
      .row-cols-5.gap-40px.gap-40px {
        width: calc(100% + 40px);
        margin-top: -40px;
        margin-left: -40px; } }
    .row-cols-5.gap-40px.gap-40px > * {
      -ms-flex: 0 0 calc(calc(100% / 5) - 40px);
      flex: 0 0 calc(calc(100% / 5) - 40px);
      max-width: calc(calc(100% / 5) - 40px);
      margin-top: 40px;
      margin-left: 40px; }
      .row-cols-5.gap-40px.gap-40px > *.wid100 {
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px); }

.row-cols-6.gap-10px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-10px.gap-10px {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-10px.gap-10px {
      width: calc(100% + 10px);
      margin-top: -10px;
      margin-left: -10px; } }
  .row-cols-6.gap-10px.gap-10px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 10px);
    flex: 0 0 calc(calc(100% / 6) - 10px);
    max-width: calc(calc(100% / 6) - 10px);
    margin-top: 10px;
    margin-left: 10px; }
    .row-cols-6.gap-10px.gap-10px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 10px);
      flex: 0 0 calc(100% - 10px);
      max-width: calc(100% - 10px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(33.333% - 10px);
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-10px.gap-10px > * {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
        margin-left: 10px; } }

.row-cols-6.gap-12px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-12px.gap-12px {
  width: calc(100% + 12px);
  margin-top: -12px;
  margin-left: -12px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-12px.gap-12px {
      width: calc(100% + 12px);
      margin-top: -12px;
      margin-left: -12px; } }
  .row-cols-6.gap-12px.gap-12px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 12px);
    flex: 0 0 calc(calc(100% / 6) - 12px);
    max-width: calc(calc(100% / 6) - 12px);
    margin-top: 12px;
    margin-left: 12px; }
    .row-cols-6.gap-12px.gap-12px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 12px);
      flex: 0 0 calc(100% - 12px);
      max-width: calc(100% - 12px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-12px.gap-12px > * {
        -ms-flex: 0 0 calc(33.333% - 12px);
        flex: 0 0 calc(33.333% - 12px);
        max-width: calc(33.333% - 12px);
        margin-top: 12px;
        margin-left: 12px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-12px.gap-12px > * {
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        margin-top: 12px;
        margin-left: 12px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-12px.gap-12px > * {
        -ms-flex: 0 0 calc(100% - 12px);
        flex: 0 0 calc(100% - 12px);
        max-width: calc(100% - 12px);
        margin-top: 12px;
        margin-left: 12px; } }

.row-cols-6.gap-15px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-15px.gap-15px {
  width: calc(100% + 15px);
  margin-top: -15px;
  margin-left: -15px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-15px.gap-15px {
      width: calc(100% + 15px);
      margin-top: -15px;
      margin-left: -15px; } }
  .row-cols-6.gap-15px.gap-15px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 15px);
    flex: 0 0 calc(calc(100% / 6) - 15px);
    max-width: calc(calc(100% / 6) - 15px);
    margin-top: 15px;
    margin-left: 15px; }
    .row-cols-6.gap-15px.gap-15px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 15px);
      flex: 0 0 calc(100% - 15px);
      max-width: calc(100% - 15px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(33.333% - 15px);
        flex: 0 0 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-15px.gap-15px > * {
        -ms-flex: 0 0 calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin-top: 15px;
        margin-left: 15px; } }

.row-cols-6.gap-20px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-20px.gap-20px {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -20px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-20px.gap-20px {
      width: calc(100% + 20px);
      margin-top: -20px;
      margin-left: -20px; } }
  .row-cols-6.gap-20px.gap-20px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 20px);
    flex: 0 0 calc(calc(100% / 6) - 20px);
    max-width: calc(calc(100% / 6) - 20px);
    margin-top: 20px;
    margin-left: 20px; }
    .row-cols-6.gap-20px.gap-20px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-20px.gap-20px > * {
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }

.row-cols-6.gap-25px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-25px.gap-25px {
  width: calc(100% + 25px);
  margin-top: -25px;
  margin-left: -25px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-25px.gap-25px {
      width: calc(100% + 25px);
      margin-top: -25px;
      margin-left: -25px; } }
  .row-cols-6.gap-25px.gap-25px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 25px);
    flex: 0 0 calc(calc(100% / 6) - 25px);
    max-width: calc(calc(100% / 6) - 25px);
    margin-top: 25px;
    margin-left: 25px; }
    .row-cols-6.gap-25px.gap-25px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 25px);
      flex: 0 0 calc(100% - 25px);
      max-width: calc(100% - 25px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(33.333% - 25px);
        flex: 0 0 calc(33.333% - 25px);
        max-width: calc(33.333% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-25px.gap-25px > * {
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        margin-top: 25px;
        margin-left: 25px; } }

.row-cols-6.gap-30px > * {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6); }

.row-cols-6.gap-30px.gap-30px {
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-left: -30px; }
  @media (max-width: 575px) {
    .row-cols-6.gap-30px.gap-30px {
      width: calc(100% + 30px);
      margin-top: -30px;
      margin-left: -30px; } }
  .row-cols-6.gap-30px.gap-30px > * {
    -ms-flex: 0 0 calc(calc(100% / 6) - 30px);
    flex: 0 0 calc(calc(100% / 6) - 30px);
    max-width: calc(calc(100% / 6) - 30px);
    margin-top: 30px;
    margin-left: 30px; }
    .row-cols-6.gap-30px.gap-30px > *.wid100 {
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
    @media (max-width: 1199px) {
      .row-cols-6.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }
    @media (max-width: 575px) {
      .row-cols-6.gap-30px.gap-30px > * {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px; } }

.row-cols-6.gap-75px {
  /* (1199px: 33.333%, 991px: 50%, 575px: 100%) */ }
  .row-cols-6.gap-75px > * {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6); }
  .row-cols-6.gap-75px.gap-75px {
    width: calc(100% + 75px);
    margin-top: -75px;
    margin-left: -75px; }
    @media (max-width: 575px) {
      .row-cols-6.gap-75px.gap-75px {
        width: calc(100% + 75px);
        margin-top: -75px;
        margin-left: -75px; } }
    .row-cols-6.gap-75px.gap-75px > * {
      -ms-flex: 0 0 calc(calc(100% / 6) - 75px);
      flex: 0 0 calc(calc(100% / 6) - 75px);
      max-width: calc(calc(100% / 6) - 75px);
      margin-top: 75px;
      margin-left: 75px; }
      .row-cols-6.gap-75px.gap-75px > *.wid100 {
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px); }
    @media (max-width: 1470px) {
      .row-cols-6.gap-75px.gap-75px {
        width: calc(100% + 4vw);
        margin-top: -4vw;
        margin-left: -4vw; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-75px.gap-75px {
        width: calc(100% + 4vw);
        margin-top: -4vw;
        margin-left: -4vw; } }
    @media (max-width: 1470px) {
      .row-cols-6.gap-75px.gap-75px > * {
        -ms-flex: 0 0 calc(16.666% - 4vw);
        flex: 0 0 calc(16.666% - 4vw);
        max-width: calc(16.666% - 4vw);
        margin-top: 4vw;
        margin-left: 4vw; } }
    @media (max-width: 991px) {
      .row-cols-6.gap-75px.gap-75px > * {
        -ms-flex: 0 0 calc(33.333% - 4vw);
        flex: 0 0 calc(33.333% - 4vw);
        max-width: calc(33.333% - 4vw);
        margin-top: 4vw;
        margin-left: 4vw; } }

.gap5px {
  gap: 0.3125rem; }

.gap10px {
  gap: 0.625rem; }

.gap15px {
  gap: 0.937rem; }

.gap20px {
  gap: 1.25rem; }

.gap25px {
  gap: 1.56rem; }

.gap30px {
  gap: 1.875rem; }

.gap40px {
  gap: 2.5rem; }

.gap50px {
  gap: 3.125rem; }

.gap60px {
  gap: 0.625rem 3.75rem; }

@media (max-width: 1199px) {
  .gap60px {
    gap: 0.625rem 3rem; }
  .gap20px-xl {
    gap: 1rem; } }

@media (max-width: 767px) {
  .gap20px {
    gap: 1rem; }
  .gap25px {
    gap: 1.248rem; }
  .gap30px {
    gap: 1.5rem; }
  .gap40px {
    gap: 2rem; }
  .gap50px {
    gap: 2.5rem; }
  .gap60px {
    gap: 2.25rem; }
  .gap20px-md {
    gap: 1rem; } }

input.fix-select,
select.fix-select,
textarea.fix-select {
  width: 100%; }
  input.fix-select option,
  select.fix-select option,
  textarea.fix-select option {
    max-width: 100%;
    font-size: 0.75rem !important; }

.member-wrap--fc .join-form-wrap--fc .join-agree--fc input[type="checkbox"] + label:before {
  top: 0; }

.member-wrap--fc .form-table--fc tr th.required:after {
  display: none !important; }

.board-write-btn-wrap--fc,
.join-btn-wrap--fc {
  max-width: 100%; }
  .board-write-btn-wrap--fc ul,
  .join-btn-wrap--fc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 0.625rem; }
    .board-write-btn-wrap--fc ul li,
    .join-btn-wrap--fc ul li {
      width: auto;
      padding: 0 !important; }
      .board-write-btn-wrap--fc ul li a,
      .join-btn-wrap--fc ul li a {
        width: auto !important;
        min-width: 9.375rem;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .board-write-btn-wrap--fc ul li a.btn-login--fc, .board-write-btn-wrap--fc ul li a.btn-cancel, .board-write-btn-wrap--fc ul li a.btn-cancel--fc,
        .join-btn-wrap--fc ul li a.btn-login--fc,
        .join-btn-wrap--fc ul li a.btn-cancel,
        .join-btn-wrap--fc ul li a.btn-cancel--fc {
          color: #444 !important;
          background-color: #f6f6f6 !important;
          border: 1px solid #f6f6f6 !important; }
        .board-write-btn-wrap--fc ul li a.btn-join,
        .join-btn-wrap--fc ul li a.btn-join {
          color: #fff !important;
          background-color: #2a9b2e !important;
          border: 1px solid #2a9b2e !important; }
        .board-write-btn-wrap--fc ul li a.btn-join--fc, .board-write-btn-wrap--fc ul li a.btn-confirm, .board-write-btn-wrap--fc ul li a.btn-login, .board-write-btn-wrap--fc ul li a.btn-confirm--fc,
        .join-btn-wrap--fc ul li a.btn-join--fc,
        .join-btn-wrap--fc ul li a.btn-confirm,
        .join-btn-wrap--fc ul li a.btn-login,
        .join-btn-wrap--fc ul li a.btn-confirm--fc {
          color: #fff !important;
          background-color: #072c54 !important;
          border: 1px solid #072c54 !important; }
        .board-write-btn-wrap--fc ul li a:hover,
        .join-btn-wrap--fc ul li a:hover {
          opacity: 0.8; }

.big input[type="checkbox"] + label:before {
  top: 0.1875rem; }

input[type="radio"] + label {
  padding-left: 2.187rem;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5; }
  input[type="radio"] + label:before {
    top: 0;
    width: 1.56rem;
    height: 1.56rem; }

input[type="radio"]:checked + label:before {
  content: "\f00c";
  width: 1.56rem;
  height: 1.56rem;
  font-size: 12px;
  line-height: 1.56rem; }

input[type="checkbox"] + label {
  padding-left: 2.187rem;
  font-size: 1rem;
  line-height: 1.5; }
  input[type="checkbox"] + label:before {
    content: '' !important;
    top: 0;
    width: 1.56rem;
    height: 1.56rem;
    border-radius: 50%; }

input[type="checkbox"]:checked + label:before {
  content: "\f00c"  !important;
  width: 1.56rem;
  height: 1.56rem;
  font-size: 12px  !important;
  line-height: 1.56rem !important; }

@media (max-width: 991px) {
  .check-box-basic {
    display: -ms-flexbox;
    display: flex; } }

.check-box-basic [type="checkbox"] + label {
  line-height: 0.625rem !important;
  padding-left: 0 !important; }
  .check-box-basic [type="checkbox"] + label:before {
    border-radius: 0 !important;
    border: 1px solid #dcdcdc;
    position: relative;
    left: initial;
    right: inherit;
    top: initial;
    bottom: inherit;
    width: 1.25rem !important;
    height: 1.25rem !important;
    line-height: 1.125rem !important; }

.check-box-basic [type="checkbox"]:checked + label:before {
  width: 1.25rem !important;
  height: 1.25rem !important;
  line-height: 1.125rem !important; }

.checkbox-cols.square input[type="checkbox"] + label:before {
  border-radius: 0; }

.checkbox-cols.square input[type="checkbox"]:checked + label:before {
  border-radius: 0; }

.btn-state {
  width: 100%;
  max-width: 12.5rem;
  font-size: 1.125rem !important;
  font-weight: 400; }
  .btn-state.end {
    color: #999999;
    background-color: #f5f5f5;
    cursor: not-allowed; }
  .btn-state.request {
    color: #fff;
    background-color: #2a9b2e; }

.btn-record {
  width: 100%;
  max-width: 12.5rem;
  font-size: 1rem !important;
  font-weight: 400; }
  .btn-record.cancel {
    color: #3b4044;
    background-color: #f5f5f5;
    border: 1px solid #555555; }
  .btn-record.view {
    color: #fff;
    background-color: #072c54; }
  .btn-record.receipt {
    color: #fff;
    background-color: #3b4044; }
  .btn-record.certificate, .btn-record.appoint {
    color: #fff;
    background-color: #2a9b2e; }

.edu-state.fix {
  color: #2a9b2e; }

.edu-state.end {
  color: #072c54; }

.recruit-state {
  font-weight: 700; }
  .recruit-state.ing {
    color: #2a9b2e; }

.mo-tit-blod .mo-tit {
  font-weight: 700 !important; }

.mo-tit {
  display: none;
  font-style: normal; }

.toggle-tr {
  display: none !important; }
  .toggle-tr.on {
    display: table-row !important; }
    @media (max-width: 767px) {
      .toggle-tr.on {
        display: block !important; } }

.input-cols em,
.education-cols em,
.career-cols em,
.address-cols em {
  color: rgba(0, 0, 0, 0.1);
  font-weight: 700; }

.input-cols .small,
.education-cols .small,
.career-cols .small,
.address-cols .small {
  font-size: 1rem; }

.half-cols-2,
.input-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  gap: 0.937rem; }
  .half-cols-2.input-cols-2 > input,
  .half-cols-2.input-cols-2 .input-cols,
  .input-cols.input-cols-2 > input,
  .input-cols.input-cols-2 .input-cols {
    width: 50%; }
  .half-cols-2.half-cols-2 > *,
  .input-cols.half-cols-2 > * {
    width: 50%; }
  .half-cols-2.input-cols-3 > input,
  .half-cols-2.input-cols-3 .input-cols,
  .input-cols.input-cols-3 > input,
  .input-cols.input-cols-3 .input-cols {
    width: 33.333%; }
  @media (max-width: 767px) {
    .half-cols-2,
    .input-cols {
      gap: 0.3125rem; } }

.education-cols > .line,
.career-cols > .line,
.address-cols > .line,
.input-cols-2-1 > .line,
.input-cols-1-2 > .line,
.cols-2-1-1 > .line,
.address-cols-02 > .line,
.career-cols-02 > .line,
.input-cols-2-1-full > .line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  gap: 0.625rem; }
  .education-cols > .line + .line,
  .career-cols > .line + .line,
  .address-cols > .line + .line,
  .input-cols-2-1 > .line + .line,
  .input-cols-1-2 > .line + .line,
  .cols-2-1-1 > .line + .line,
  .address-cols-02 > .line + .line,
  .career-cols-02 > .line + .line,
  .input-cols-2-1-full > .line + .line {
    margin-top: 0.3125rem; }

.education-cols.education-cols,
.career-cols.education-cols,
.address-cols.education-cols,
.input-cols-2-1.education-cols,
.input-cols-1-2.education-cols,
.cols-2-1-1.education-cols,
.address-cols-02.education-cols,
.career-cols-02.education-cols,
.input-cols-2-1-full.education-cols {
  width: 100%;
  max-width: 710px; }
  .education-cols.education-cols .line > p,
  .career-cols.education-cols .line > p,
  .address-cols.education-cols .line > p,
  .input-cols-2-1.education-cols .line > p,
  .input-cols-1-2.education-cols .line > p,
  .cols-2-1-1.education-cols .line > p,
  .address-cols-02.education-cols .line > p,
  .career-cols-02.education-cols .line > p,
  .input-cols-2-1-full.education-cols .line > p {
    width: 38%; }
    .education-cols.education-cols .line > p:nth-child(1),
    .career-cols.education-cols .line > p:nth-child(1),
    .address-cols.education-cols .line > p:nth-child(1),
    .input-cols-2-1.education-cols .line > p:nth-child(1),
    .input-cols-1-2.education-cols .line > p:nth-child(1),
    .cols-2-1-1.education-cols .line > p:nth-child(1),
    .address-cols-02.education-cols .line > p:nth-child(1),
    .career-cols-02.education-cols .line > p:nth-child(1),
    .input-cols-2-1-full.education-cols .line > p:nth-child(1) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important;
      gap: 0.937rem; }
      .education-cols.education-cols .line > p:nth-child(1) input,
      .career-cols.education-cols .line > p:nth-child(1) input,
      .address-cols.education-cols .line > p:nth-child(1) input,
      .input-cols-2-1.education-cols .line > p:nth-child(1) input,
      .input-cols-1-2.education-cols .line > p:nth-child(1) input,
      .cols-2-1-1.education-cols .line > p:nth-child(1) input,
      .address-cols-02.education-cols .line > p:nth-child(1) input,
      .career-cols-02.education-cols .line > p:nth-child(1) input,
      .input-cols-2-1-full.education-cols .line > p:nth-child(1) input {
        width: calc(100% - 5rem); }
      .education-cols.education-cols .line > p:nth-child(1) span,
      .career-cols.education-cols .line > p:nth-child(1) span,
      .address-cols.education-cols .line > p:nth-child(1) span,
      .input-cols-2-1.education-cols .line > p:nth-child(1) span,
      .input-cols-1-2.education-cols .line > p:nth-child(1) span,
      .cols-2-1-1.education-cols .line > p:nth-child(1) span,
      .address-cols-02.education-cols .line > p:nth-child(1) span,
      .career-cols-02.education-cols .line > p:nth-child(1) span,
      .input-cols-2-1-full.education-cols .line > p:nth-child(1) span {
        display: inline-block;
        width: 4.375rem; }
  .education-cols.education-cols .line > .select-box,
  .career-cols.education-cols .line > .select-box,
  .address-cols.education-cols .line > .select-box,
  .input-cols-2-1.education-cols .line > .select-box,
  .input-cols-1-2.education-cols .line > .select-box,
  .cols-2-1-1.education-cols .line > .select-box,
  .address-cols-02.education-cols .line > .select-box,
  .career-cols-02.education-cols .line > .select-box,
  .input-cols-2-1-full.education-cols .line > .select-box {
    width: 21%; }

.education-cols.address-cols-02,
.career-cols.address-cols-02,
.address-cols.address-cols-02,
.input-cols-2-1.address-cols-02,
.input-cols-1-2.address-cols-02,
.cols-2-1-1.address-cols-02,
.address-cols-02.address-cols-02,
.career-cols-02.address-cols-02,
.input-cols-2-1-full.address-cols-02 {
  max-width: 100%; }
  .education-cols.address-cols-02 > .line > p,
  .career-cols.address-cols-02 > .line > p,
  .address-cols.address-cols-02 > .line > p,
  .input-cols-2-1.address-cols-02 > .line > p,
  .input-cols-1-2.address-cols-02 > .line > p,
  .cols-2-1-1.address-cols-02 > .line > p,
  .address-cols-02.address-cols-02 > .line > p,
  .career-cols-02.address-cols-02 > .line > p,
  .input-cols-2-1-full.address-cols-02 > .line > p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 0.3125rem; }
    .education-cols.address-cols-02 > .line > p:nth-child(1), .education-cols.address-cols-02 > .line > p:nth-child(2),
    .career-cols.address-cols-02 > .line > p:nth-child(1),
    .career-cols.address-cols-02 > .line > p:nth-child(2),
    .address-cols.address-cols-02 > .line > p:nth-child(1),
    .address-cols.address-cols-02 > .line > p:nth-child(2),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(1),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(2),
    .input-cols-1-2.address-cols-02 > .line > p:nth-child(1),
    .input-cols-1-2.address-cols-02 > .line > p:nth-child(2),
    .cols-2-1-1.address-cols-02 > .line > p:nth-child(1),
    .cols-2-1-1.address-cols-02 > .line > p:nth-child(2),
    .address-cols-02.address-cols-02 > .line > p:nth-child(1),
    .address-cols-02.address-cols-02 > .line > p:nth-child(2),
    .career-cols-02.address-cols-02 > .line > p:nth-child(1),
    .career-cols-02.address-cols-02 > .line > p:nth-child(2),
    .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(1),
    .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(2) {
      width: 25%; }
      .education-cols.address-cols-02 > .line > p:nth-child(1) input, .education-cols.address-cols-02 > .line > p:nth-child(2) input,
      .career-cols.address-cols-02 > .line > p:nth-child(1) input,
      .career-cols.address-cols-02 > .line > p:nth-child(2) input,
      .address-cols.address-cols-02 > .line > p:nth-child(1) input,
      .address-cols.address-cols-02 > .line > p:nth-child(2) input,
      .input-cols-2-1.address-cols-02 > .line > p:nth-child(1) input,
      .input-cols-2-1.address-cols-02 > .line > p:nth-child(2) input,
      .input-cols-1-2.address-cols-02 > .line > p:nth-child(1) input,
      .input-cols-1-2.address-cols-02 > .line > p:nth-child(2) input,
      .cols-2-1-1.address-cols-02 > .line > p:nth-child(1) input,
      .cols-2-1-1.address-cols-02 > .line > p:nth-child(2) input,
      .address-cols-02.address-cols-02 > .line > p:nth-child(1) input,
      .address-cols-02.address-cols-02 > .line > p:nth-child(2) input,
      .career-cols-02.address-cols-02 > .line > p:nth-child(1) input,
      .career-cols-02.address-cols-02 > .line > p:nth-child(2) input,
      .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(1) input,
      .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(2) input {
        width: calc(100% - 2.5rem); }
    .education-cols.address-cols-02 > .line > p:nth-child(3),
    .career-cols.address-cols-02 > .line > p:nth-child(3),
    .address-cols.address-cols-02 > .line > p:nth-child(3),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(3),
    .input-cols-1-2.address-cols-02 > .line > p:nth-child(3),
    .cols-2-1-1.address-cols-02 > .line > p:nth-child(3),
    .address-cols-02.address-cols-02 > .line > p:nth-child(3),
    .career-cols-02.address-cols-02 > .line > p:nth-child(3),
    .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(3) {
      width: calc(50% - 1.25rem); }
      .education-cols.address-cols-02 > .line > p:nth-child(3) select,
      .career-cols.address-cols-02 > .line > p:nth-child(3) select,
      .address-cols.address-cols-02 > .line > p:nth-child(3) select,
      .input-cols-2-1.address-cols-02 > .line > p:nth-child(3) select,
      .input-cols-1-2.address-cols-02 > .line > p:nth-child(3) select,
      .cols-2-1-1.address-cols-02 > .line > p:nth-child(3) select,
      .address-cols-02.address-cols-02 > .line > p:nth-child(3) select,
      .career-cols-02.address-cols-02 > .line > p:nth-child(3) select,
      .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(3) select {
        width: 25%; }
      .education-cols.address-cols-02 > .line > p:nth-child(3) input,
      .career-cols.address-cols-02 > .line > p:nth-child(3) input,
      .address-cols.address-cols-02 > .line > p:nth-child(3) input,
      .input-cols-2-1.address-cols-02 > .line > p:nth-child(3) input,
      .input-cols-1-2.address-cols-02 > .line > p:nth-child(3) input,
      .cols-2-1-1.address-cols-02 > .line > p:nth-child(3) input,
      .address-cols-02.address-cols-02 > .line > p:nth-child(3) input,
      .career-cols-02.address-cols-02 > .line > p:nth-child(3) input,
      .input-cols-2-1-full.address-cols-02 > .line > p:nth-child(3) input {
        width: calc(50% - 0.625rem); }

.education-cols.career-cols,
.career-cols.career-cols,
.address-cols.career-cols,
.input-cols-2-1.career-cols,
.input-cols-1-2.career-cols,
.cols-2-1-1.career-cols,
.address-cols-02.career-cols,
.career-cols-02.career-cols,
.input-cols-2-1-full.career-cols {
  width: 100%;
  max-width: 985px; }
  .education-cols.career-cols.type1 .line > div,
  .career-cols.career-cols.type1 .line > div,
  .address-cols.career-cols.type1 .line > div,
  .input-cols-2-1.career-cols.type1 .line > div,
  .input-cols-1-2.career-cols.type1 .line > div,
  .cols-2-1-1.career-cols.type1 .line > div,
  .address-cols-02.career-cols.type1 .line > div,
  .career-cols-02.career-cols.type1 .line > div,
  .input-cols-2-1-full.career-cols.type1 .line > div {
    width: 23%; }
    .education-cols.career-cols.type1 .line > div input,
    .career-cols.career-cols.type1 .line > div input,
    .address-cols.career-cols.type1 .line > div input,
    .input-cols-2-1.career-cols.type1 .line > div input,
    .input-cols-1-2.career-cols.type1 .line > div input,
    .cols-2-1-1.career-cols.type1 .line > div input,
    .address-cols-02.career-cols.type1 .line > div input,
    .career-cols-02.career-cols.type1 .line > div input,
    .input-cols-2-1-full.career-cols.type1 .line > div input {
      width: 50%; }
  .education-cols.career-cols.type1 .line > input,
  .career-cols.career-cols.type1 .line > input,
  .address-cols.career-cols.type1 .line > input,
  .input-cols-2-1.career-cols.type1 .line > input,
  .input-cols-1-2.career-cols.type1 .line > input,
  .cols-2-1-1.career-cols.type1 .line > input,
  .address-cols-02.career-cols.type1 .line > input,
  .career-cols-02.career-cols.type1 .line > input,
  .input-cols-2-1-full.career-cols.type1 .line > input {
    width: 38%; }
  .education-cols.career-cols.type2 .line > div,
  .career-cols.career-cols.type2 .line > div,
  .address-cols.career-cols.type2 .line > div,
  .input-cols-2-1.career-cols.type2 .line > div,
  .input-cols-1-2.career-cols.type2 .line > div,
  .cols-2-1-1.career-cols.type2 .line > div,
  .address-cols-02.career-cols.type2 .line > div,
  .career-cols-02.career-cols.type2 .line > div,
  .input-cols-2-1-full.career-cols.type2 .line > div {
    width: 20.035%; }
    .education-cols.career-cols.type2 .line > div input,
    .career-cols.career-cols.type2 .line > div input,
    .address-cols.career-cols.type2 .line > div input,
    .input-cols-2-1.career-cols.type2 .line > div input,
    .input-cols-1-2.career-cols.type2 .line > div input,
    .cols-2-1-1.career-cols.type2 .line > div input,
    .address-cols-02.career-cols.type2 .line > div input,
    .career-cols-02.career-cols.type2 .line > div input,
    .input-cols-2-1-full.career-cols.type2 .line > div input {
      width: 50%; }
  .education-cols.career-cols.type2 .line > input,
  .career-cols.career-cols.type2 .line > input,
  .address-cols.career-cols.type2 .line > input,
  .input-cols-2-1.career-cols.type2 .line > input,
  .input-cols-1-2.career-cols.type2 .line > input,
  .cols-2-1-1.career-cols.type2 .line > input,
  .address-cols-02.career-cols.type2 .line > input,
  .career-cols-02.career-cols.type2 .line > input,
  .input-cols-2-1-full.career-cols.type2 .line > input {
    width: 36.403%; }
  .education-cols.career-cols .line > div,
  .career-cols.career-cols .line > div,
  .address-cols.career-cols .line > div,
  .input-cols-2-1.career-cols .line > div,
  .input-cols-1-2.career-cols .line > div,
  .cols-2-1-1.career-cols .line > div,
  .address-cols-02.career-cols .line > div,
  .career-cols-02.career-cols .line > div,
  .input-cols-2-1-full.career-cols .line > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 0.625rem; }

.education-cols.career-cols-02,
.career-cols.career-cols-02,
.address-cols.career-cols-02,
.input-cols-2-1.career-cols-02,
.input-cols-1-2.career-cols-02,
.cols-2-1-1.career-cols-02,
.address-cols-02.career-cols-02,
.career-cols-02.career-cols-02,
.input-cols-2-1-full.career-cols-02 {
  max-width: 100%; }
  .education-cols.career-cols-02 > .line > p,
  .career-cols.career-cols-02 > .line > p,
  .address-cols.career-cols-02 > .line > p,
  .input-cols-2-1.career-cols-02 > .line > p,
  .input-cols-1-2.career-cols-02 > .line > p,
  .cols-2-1-1.career-cols-02 > .line > p,
  .address-cols-02.career-cols-02 > .line > p,
  .career-cols-02.career-cols-02 > .line > p,
  .input-cols-2-1-full.career-cols-02 > .line > p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 0.3125rem; }
    .education-cols.career-cols-02 > .line > p:nth-child(1),
    .career-cols.career-cols-02 > .line > p:nth-child(1),
    .address-cols.career-cols-02 > .line > p:nth-child(1),
    .input-cols-2-1.career-cols-02 > .line > p:nth-child(1),
    .input-cols-1-2.career-cols-02 > .line > p:nth-child(1),
    .cols-2-1-1.career-cols-02 > .line > p:nth-child(1),
    .address-cols-02.career-cols-02 > .line > p:nth-child(1),
    .career-cols-02.career-cols-02 > .line > p:nth-child(1),
    .input-cols-2-1-full.career-cols-02 > .line > p:nth-child(1) {
      width: 40%; }
      .education-cols.career-cols-02 > .line > p:nth-child(1) input,
      .career-cols.career-cols-02 > .line > p:nth-child(1) input,
      .address-cols.career-cols-02 > .line > p:nth-child(1) input,
      .input-cols-2-1.career-cols-02 > .line > p:nth-child(1) input,
      .input-cols-1-2.career-cols-02 > .line > p:nth-child(1) input,
      .cols-2-1-1.career-cols-02 > .line > p:nth-child(1) input,
      .address-cols-02.career-cols-02 > .line > p:nth-child(1) input,
      .career-cols-02.career-cols-02 > .line > p:nth-child(1) input,
      .input-cols-2-1-full.career-cols-02 > .line > p:nth-child(1) input {
        width: 100%; }
    .education-cols.career-cols-02 > .line > p:nth-child(2),
    .career-cols.career-cols-02 > .line > p:nth-child(2),
    .address-cols.career-cols-02 > .line > p:nth-child(2),
    .input-cols-2-1.career-cols-02 > .line > p:nth-child(2),
    .input-cols-1-2.career-cols-02 > .line > p:nth-child(2),
    .cols-2-1-1.career-cols-02 > .line > p:nth-child(2),
    .address-cols-02.career-cols-02 > .line > p:nth-child(2),
    .career-cols-02.career-cols-02 > .line > p:nth-child(2),
    .input-cols-2-1-full.career-cols-02 > .line > p:nth-child(2) {
      width: calc(60% - 0.625rem); }
      .education-cols.career-cols-02 > .line > p:nth-child(2) input,
      .career-cols.career-cols-02 > .line > p:nth-child(2) input,
      .address-cols.career-cols-02 > .line > p:nth-child(2) input,
      .input-cols-2-1.career-cols-02 > .line > p:nth-child(2) input,
      .input-cols-1-2.career-cols-02 > .line > p:nth-child(2) input,
      .cols-2-1-1.career-cols-02 > .line > p:nth-child(2) input,
      .address-cols-02.career-cols-02 > .line > p:nth-child(2) input,
      .career-cols-02.career-cols-02 > .line > p:nth-child(2) input,
      .input-cols-2-1-full.career-cols-02 > .line > p:nth-child(2) input {
        width: calc(100% - 4.687rem); }

.education-cols.input-cols-2-1, .education-cols.address-cols,
.career-cols.input-cols-2-1,
.career-cols.address-cols,
.address-cols.input-cols-2-1,
.address-cols.address-cols,
.input-cols-2-1.input-cols-2-1,
.input-cols-2-1.address-cols,
.input-cols-1-2.input-cols-2-1,
.input-cols-1-2.address-cols,
.cols-2-1-1.input-cols-2-1,
.cols-2-1-1.address-cols,
.address-cols-02.input-cols-2-1,
.address-cols-02.address-cols,
.career-cols-02.input-cols-2-1,
.career-cols-02.address-cols,
.input-cols-2-1-full.input-cols-2-1,
.input-cols-2-1-full.address-cols {
  width: 100%;
  max-width: 675px; }
  .education-cols.input-cols-2-1.input-cols-2-1, .education-cols.address-cols.input-cols-2-1,
  .career-cols.input-cols-2-1.input-cols-2-1,
  .career-cols.address-cols.input-cols-2-1,
  .address-cols.input-cols-2-1.input-cols-2-1,
  .address-cols.address-cols.input-cols-2-1,
  .input-cols-2-1.input-cols-2-1.input-cols-2-1,
  .input-cols-2-1.address-cols.input-cols-2-1,
  .input-cols-1-2.input-cols-2-1.input-cols-2-1,
  .input-cols-1-2.address-cols.input-cols-2-1,
  .cols-2-1-1.input-cols-2-1.input-cols-2-1,
  .cols-2-1-1.address-cols.input-cols-2-1,
  .address-cols-02.input-cols-2-1.input-cols-2-1,
  .address-cols-02.address-cols.input-cols-2-1,
  .career-cols-02.input-cols-2-1.input-cols-2-1,
  .career-cols-02.address-cols.input-cols-2-1,
  .input-cols-2-1-full.input-cols-2-1.input-cols-2-1,
  .input-cols-2-1-full.address-cols.input-cols-2-1 {
    max-width: 690px; }
    .education-cols.input-cols-2-1.input-cols-2-1 > .line, .education-cols.address-cols.input-cols-2-1 > .line,
    .career-cols.input-cols-2-1.input-cols-2-1 > .line,
    .career-cols.address-cols.input-cols-2-1 > .line,
    .address-cols.input-cols-2-1.input-cols-2-1 > .line,
    .address-cols.address-cols.input-cols-2-1 > .line,
    .input-cols-2-1.input-cols-2-1.input-cols-2-1 > .line,
    .input-cols-2-1.address-cols.input-cols-2-1 > .line,
    .input-cols-1-2.input-cols-2-1.input-cols-2-1 > .line,
    .input-cols-1-2.address-cols.input-cols-2-1 > .line,
    .cols-2-1-1.input-cols-2-1.input-cols-2-1 > .line,
    .cols-2-1-1.address-cols.input-cols-2-1 > .line,
    .address-cols-02.input-cols-2-1.input-cols-2-1 > .line,
    .address-cols-02.address-cols.input-cols-2-1 > .line,
    .career-cols-02.input-cols-2-1.input-cols-2-1 > .line,
    .career-cols-02.address-cols.input-cols-2-1 > .line,
    .input-cols-2-1-full.input-cols-2-1.input-cols-2-1 > .line,
    .input-cols-2-1-full.address-cols.input-cols-2-1 > .line {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .education-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .education-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > input, .education-cols.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .education-cols.address-cols.input-cols-2-1 > .line:first-child > input,
        .career-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .career-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .career-cols.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .career-cols.address-cols.input-cols-2-1 > .line:first-child > input,
        .address-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .address-cols.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .address-cols.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .address-cols.address-cols.input-cols-2-1 > .line:first-child > input,
        .input-cols-2-1.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-2-1.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .input-cols-2-1.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-2-1.address-cols.input-cols-2-1 > .line:first-child > input,
        .input-cols-1-2.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-1-2.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .input-cols-1-2.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-1-2.address-cols.input-cols-2-1 > .line:first-child > input,
        .cols-2-1-1.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .cols-2-1-1.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .cols-2-1-1.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .cols-2-1-1.address-cols.input-cols-2-1 > .line:first-child > input,
        .address-cols-02.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .address-cols-02.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .address-cols-02.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .address-cols-02.address-cols.input-cols-2-1 > .line:first-child > input,
        .career-cols-02.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .career-cols-02.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .career-cols-02.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .career-cols-02.address-cols.input-cols-2-1 > .line:first-child > input,
        .input-cols-2-1-full.input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-2-1-full.input-cols-2-1.input-cols-2-1 > .line:first-child > input,
        .input-cols-2-1-full.address-cols.input-cols-2-1 > .line:first-child > *:first-child,
        .input-cols-2-1-full.address-cols.input-cols-2-1 > .line:first-child > input {
          width: 100%; } }
  .education-cols.input-cols-2-1 > .line:first-child, .education-cols.address-cols > .line:first-child,
  .career-cols.input-cols-2-1 > .line:first-child,
  .career-cols.address-cols > .line:first-child,
  .address-cols.input-cols-2-1 > .line:first-child,
  .address-cols.address-cols > .line:first-child,
  .input-cols-2-1.input-cols-2-1 > .line:first-child,
  .input-cols-2-1.address-cols > .line:first-child,
  .input-cols-1-2.input-cols-2-1 > .line:first-child,
  .input-cols-1-2.address-cols > .line:first-child,
  .cols-2-1-1.input-cols-2-1 > .line:first-child,
  .cols-2-1-1.address-cols > .line:first-child,
  .address-cols-02.input-cols-2-1 > .line:first-child,
  .address-cols-02.address-cols > .line:first-child,
  .career-cols-02.input-cols-2-1 > .line:first-child,
  .career-cols-02.address-cols > .line:first-child,
  .input-cols-2-1-full.input-cols-2-1 > .line:first-child,
  .input-cols-2-1-full.address-cols > .line:first-child {
    gap: 0.625rem; }
    .education-cols.input-cols-2-1 > .line:first-child > *:first-child,
    .education-cols.input-cols-2-1 > .line:first-child > input, .education-cols.address-cols > .line:first-child > *:first-child,
    .education-cols.address-cols > .line:first-child > input,
    .career-cols.input-cols-2-1 > .line:first-child > *:first-child,
    .career-cols.input-cols-2-1 > .line:first-child > input,
    .career-cols.address-cols > .line:first-child > *:first-child,
    .career-cols.address-cols > .line:first-child > input,
    .address-cols.input-cols-2-1 > .line:first-child > *:first-child,
    .address-cols.input-cols-2-1 > .line:first-child > input,
    .address-cols.address-cols > .line:first-child > *:first-child,
    .address-cols.address-cols > .line:first-child > input,
    .input-cols-2-1.input-cols-2-1 > .line:first-child > *:first-child,
    .input-cols-2-1.input-cols-2-1 > .line:first-child > input,
    .input-cols-2-1.address-cols > .line:first-child > *:first-child,
    .input-cols-2-1.address-cols > .line:first-child > input,
    .input-cols-1-2.input-cols-2-1 > .line:first-child > *:first-child,
    .input-cols-1-2.input-cols-2-1 > .line:first-child > input,
    .input-cols-1-2.address-cols > .line:first-child > *:first-child,
    .input-cols-1-2.address-cols > .line:first-child > input,
    .cols-2-1-1.input-cols-2-1 > .line:first-child > *:first-child,
    .cols-2-1-1.input-cols-2-1 > .line:first-child > input,
    .cols-2-1-1.address-cols > .line:first-child > *:first-child,
    .cols-2-1-1.address-cols > .line:first-child > input,
    .address-cols-02.input-cols-2-1 > .line:first-child > *:first-child,
    .address-cols-02.input-cols-2-1 > .line:first-child > input,
    .address-cols-02.address-cols > .line:first-child > *:first-child,
    .address-cols-02.address-cols > .line:first-child > input,
    .career-cols-02.input-cols-2-1 > .line:first-child > *:first-child,
    .career-cols-02.input-cols-2-1 > .line:first-child > input,
    .career-cols-02.address-cols > .line:first-child > *:first-child,
    .career-cols-02.address-cols > .line:first-child > input,
    .input-cols-2-1-full.input-cols-2-1 > .line:first-child > *:first-child,
    .input-cols-2-1-full.input-cols-2-1 > .line:first-child > input,
    .input-cols-2-1-full.address-cols > .line:first-child > *:first-child,
    .input-cols-2-1-full.address-cols > .line:first-child > input {
      width: calc(100% - 9.375rem - 0.625rem); }
    .education-cols.input-cols-2-1 > .line:first-child button [type="button"],
    .education-cols.input-cols-2-1 > .line:first-child .btn, .education-cols.address-cols > .line:first-child button [type="button"],
    .education-cols.address-cols > .line:first-child .btn,
    .career-cols.input-cols-2-1 > .line:first-child button [type="button"],
    .career-cols.input-cols-2-1 > .line:first-child .btn,
    .career-cols.address-cols > .line:first-child button [type="button"],
    .career-cols.address-cols > .line:first-child .btn,
    .address-cols.input-cols-2-1 > .line:first-child button [type="button"],
    .address-cols.input-cols-2-1 > .line:first-child .btn,
    .address-cols.address-cols > .line:first-child button [type="button"],
    .address-cols.address-cols > .line:first-child .btn,
    .input-cols-2-1.input-cols-2-1 > .line:first-child button [type="button"],
    .input-cols-2-1.input-cols-2-1 > .line:first-child .btn,
    .input-cols-2-1.address-cols > .line:first-child button [type="button"],
    .input-cols-2-1.address-cols > .line:first-child .btn,
    .input-cols-1-2.input-cols-2-1 > .line:first-child button [type="button"],
    .input-cols-1-2.input-cols-2-1 > .line:first-child .btn,
    .input-cols-1-2.address-cols > .line:first-child button [type="button"],
    .input-cols-1-2.address-cols > .line:first-child .btn,
    .cols-2-1-1.input-cols-2-1 > .line:first-child button [type="button"],
    .cols-2-1-1.input-cols-2-1 > .line:first-child .btn,
    .cols-2-1-1.address-cols > .line:first-child button [type="button"],
    .cols-2-1-1.address-cols > .line:first-child .btn,
    .address-cols-02.input-cols-2-1 > .line:first-child button [type="button"],
    .address-cols-02.input-cols-2-1 > .line:first-child .btn,
    .address-cols-02.address-cols > .line:first-child button [type="button"],
    .address-cols-02.address-cols > .line:first-child .btn,
    .career-cols-02.input-cols-2-1 > .line:first-child button [type="button"],
    .career-cols-02.input-cols-2-1 > .line:first-child .btn,
    .career-cols-02.address-cols > .line:first-child button [type="button"],
    .career-cols-02.address-cols > .line:first-child .btn,
    .input-cols-2-1-full.input-cols-2-1 > .line:first-child button [type="button"],
    .input-cols-2-1-full.input-cols-2-1 > .line:first-child .btn,
    .input-cols-2-1-full.address-cols > .line:first-child button [type="button"],
    .input-cols-2-1-full.address-cols > .line:first-child .btn {
      width: 9.375rem; }

.education-cols.cols-2-1-1,
.career-cols.cols-2-1-1,
.address-cols.cols-2-1-1,
.input-cols-2-1.cols-2-1-1,
.input-cols-1-2.cols-2-1-1,
.cols-2-1-1.cols-2-1-1,
.address-cols-02.cols-2-1-1,
.career-cols-02.cols-2-1-1,
.input-cols-2-1-full.cols-2-1-1 {
  width: 100%; }
  .education-cols.cols-2-1-1 .line > *,
  .career-cols.cols-2-1-1 .line > *,
  .address-cols.cols-2-1-1 .line > *,
  .input-cols-2-1.cols-2-1-1 .line > *,
  .input-cols-1-2.cols-2-1-1 .line > *,
  .cols-2-1-1.cols-2-1-1 .line > *,
  .address-cols-02.cols-2-1-1 .line > *,
  .career-cols-02.cols-2-1-1 .line > *,
  .input-cols-2-1-full.cols-2-1-1 .line > * {
    width: 25%; }
    .education-cols.cols-2-1-1 .line > *:first-child,
    .career-cols.cols-2-1-1 .line > *:first-child,
    .address-cols.cols-2-1-1 .line > *:first-child,
    .input-cols-2-1.cols-2-1-1 .line > *:first-child,
    .input-cols-1-2.cols-2-1-1 .line > *:first-child,
    .cols-2-1-1.cols-2-1-1 .line > *:first-child,
    .address-cols-02.cols-2-1-1 .line > *:first-child,
    .career-cols-02.cols-2-1-1 .line > *:first-child,
    .input-cols-2-1-full.cols-2-1-1 .line > *:first-child {
      width: 50%; }

.education-cols.input-cols-1-2 .line > *:first-child,
.career-cols.input-cols-1-2 .line > *:first-child,
.address-cols.input-cols-1-2 .line > *:first-child,
.input-cols-2-1.input-cols-1-2 .line > *:first-child,
.input-cols-1-2.input-cols-1-2 .line > *:first-child,
.cols-2-1-1.input-cols-1-2 .line > *:first-child,
.address-cols-02.input-cols-1-2 .line > *:first-child,
.career-cols-02.input-cols-1-2 .line > *:first-child,
.input-cols-2-1-full.input-cols-1-2 .line > *:first-child {
  width: 33.333%; }

.education-cols.input-cols-1-2 .line > *:last-child,
.career-cols.input-cols-1-2 .line > *:last-child,
.address-cols.input-cols-1-2 .line > *:last-child,
.input-cols-2-1.input-cols-1-2 .line > *:last-child,
.input-cols-1-2.input-cols-1-2 .line > *:last-child,
.cols-2-1-1.input-cols-1-2 .line > *:last-child,
.address-cols-02.input-cols-1-2 .line > *:last-child,
.career-cols-02.input-cols-1-2 .line > *:last-child,
.input-cols-2-1-full.input-cols-1-2 .line > *:last-child {
  width: 66.666%; }

.education-cols.input-cols-2-1-full,
.career-cols.input-cols-2-1-full,
.address-cols.input-cols-2-1-full,
.input-cols-2-1.input-cols-2-1-full,
.input-cols-1-2.input-cols-2-1-full,
.cols-2-1-1.input-cols-2-1-full,
.address-cols-02.input-cols-2-1-full,
.career-cols-02.input-cols-2-1-full,
.input-cols-2-1-full.input-cols-2-1-full {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 !important; }
  .education-cols.input-cols-2-1-full .line,
  .career-cols.input-cols-2-1-full .line,
  .address-cols.input-cols-2-1-full .line,
  .input-cols-2-1.input-cols-2-1-full .line,
  .input-cols-1-2.input-cols-2-1-full .line,
  .cols-2-1-1.input-cols-2-1-full .line,
  .address-cols-02.input-cols-2-1-full .line,
  .career-cols-02.input-cols-2-1-full .line,
  .input-cols-2-1-full.input-cols-2-1-full .line {
    width: 100%; }
    .education-cols.input-cols-2-1-full .line > *:first-child,
    .career-cols.input-cols-2-1-full .line > *:first-child,
    .address-cols.input-cols-2-1-full .line > *:first-child,
    .input-cols-2-1.input-cols-2-1-full .line > *:first-child,
    .input-cols-1-2.input-cols-2-1-full .line > *:first-child,
    .cols-2-1-1.input-cols-2-1-full .line > *:first-child,
    .address-cols-02.input-cols-2-1-full .line > *:first-child,
    .career-cols-02.input-cols-2-1-full .line > *:first-child,
    .input-cols-2-1-full.input-cols-2-1-full .line > *:first-child {
      width: 66.666%; }
    .education-cols.input-cols-2-1-full .line > *:last-child,
    .career-cols.input-cols-2-1-full .line > *:last-child,
    .address-cols.input-cols-2-1-full .line > *:last-child,
    .input-cols-2-1.input-cols-2-1-full .line > *:last-child,
    .input-cols-1-2.input-cols-2-1-full .line > *:last-child,
    .cols-2-1-1.input-cols-2-1-full .line > *:last-child,
    .address-cols-02.input-cols-2-1-full .line > *:last-child,
    .career-cols-02.input-cols-2-1-full .line > *:last-child,
    .input-cols-2-1-full.input-cols-2-1-full .line > *:last-child {
      width: 33.333%; }

@media (max-width: 1199px) {
  .education-cols.career-cols.type1 .line > div,
  .career-cols.career-cols.type1 .line > div,
  .address-cols.career-cols.type1 .line > div,
  .input-cols-2-1.career-cols.type1 .line > div {
    width: 40%; }
  .education-cols.career-cols.type2 .line > div,
  .career-cols.career-cols.type2 .line > div,
  .address-cols.career-cols.type2 .line > div,
  .input-cols-2-1.career-cols.type2 .line > div {
    width: 40%; } }

@media (max-width: 991px) {
  .education-cols.input-cols-2-1, .education-cols.address-cols,
  .career-cols.input-cols-2-1,
  .career-cols.address-cols,
  .address-cols.input-cols-2-1,
  .address-cols.address-cols,
  .input-cols-2-1.input-cols-2-1,
  .input-cols-2-1.address-cols {
    width: 100%;
    max-width: 100%; }
  .education-cols.career-cols.type1 .line > input,
  .career-cols.career-cols.type1 .line > input,
  .address-cols.career-cols.type1 .line > input,
  .input-cols-2-1.career-cols.type1 .line > input {
    width: 29%; }
  .education-cols.career-cols.type2 .line > input,
  .career-cols.career-cols.type2 .line > input,
  .address-cols.career-cols.type2 .line > input,
  .input-cols-2-1.career-cols.type2 .line > input {
    width: 29%; }
  .lg-none-tr {
    display: none !important; } }

@media (max-width: 575px) {
  .half-cols-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .half-cols-2 > * {
      width: 100% !important; }
  .education-cols.education-cols .line,
  .career-cols.education-cols .line,
  .address-cols.education-cols .line,
  .address-cols-02.education-cols .line,
  .input-cols-2-1.education-cols .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .education-cols.education-cols .line > p,
    .career-cols.education-cols .line > p,
    .address-cols.education-cols .line > p,
    .address-cols-02.education-cols .line > p,
    .input-cols-2-1.education-cols .line > p {
      width: 100%; }
      .education-cols.education-cols .line > p:nth-child(2),
      .career-cols.education-cols .line > p:nth-child(2),
      .address-cols.education-cols .line > p:nth-child(2),
      .address-cols-02.education-cols .line > p:nth-child(2),
      .input-cols-2-1.education-cols .line > p:nth-child(2) {
        width: 67%; }
    .education-cols.education-cols .line > .select-box,
    .career-cols.education-cols .line > .select-box,
    .address-cols.education-cols .line > .select-box,
    .address-cols-02.education-cols .line > .select-box,
    .input-cols-2-1.education-cols .line > .select-box {
      width: 30%; }
  .education-cols.address-cols-02 > .line,
  .career-cols.address-cols-02 > .line,
  .address-cols.address-cols-02 > .line,
  .address-cols-02.address-cols-02 > .line,
  .input-cols-2-1.address-cols-02 > .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .education-cols.address-cols-02 > .line > p:nth-child(1), .education-cols.address-cols-02 > .line > p:nth-child(2),
    .career-cols.address-cols-02 > .line > p:nth-child(1),
    .career-cols.address-cols-02 > .line > p:nth-child(2),
    .address-cols.address-cols-02 > .line > p:nth-child(1),
    .address-cols.address-cols-02 > .line > p:nth-child(2),
    .address-cols-02.address-cols-02 > .line > p:nth-child(1),
    .address-cols-02.address-cols-02 > .line > p:nth-child(2),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(1),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(2) {
      width: calc(50% - 0.3125rem); }
    .education-cols.address-cols-02 > .line > p:nth-child(3),
    .career-cols.address-cols-02 > .line > p:nth-child(3),
    .address-cols.address-cols-02 > .line > p:nth-child(3),
    .address-cols-02.address-cols-02 > .line > p:nth-child(3),
    .input-cols-2-1.address-cols-02 > .line > p:nth-child(3) {
      width: calc(100% - 0.625rem); }
  .education-cols.career-cols.type1 .line,
  .career-cols.career-cols.type1 .line,
  .address-cols.career-cols.type1 .line,
  .address-cols-02.career-cols.type1 .line,
  .input-cols-2-1.career-cols.type1 .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .education-cols.career-cols.type1 .line > div,
    .career-cols.career-cols.type1 .line > div,
    .address-cols.career-cols.type1 .line > div,
    .address-cols-02.career-cols.type1 .line > div,
    .input-cols-2-1.career-cols.type1 .line > div {
      width: 100%; }
    .education-cols.career-cols.type1 .line > input,
    .career-cols.career-cols.type1 .line > input,
    .address-cols.career-cols.type1 .line > input,
    .address-cols-02.career-cols.type1 .line > input,
    .input-cols-2-1.career-cols.type1 .line > input {
      width: 43%; }
  .education-cols.career-cols.type2 .line,
  .career-cols.career-cols.type2 .line,
  .address-cols.career-cols.type2 .line,
  .address-cols-02.career-cols.type2 .line,
  .input-cols-2-1.career-cols.type2 .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .education-cols.career-cols.type2 .line > div,
    .career-cols.career-cols.type2 .line > div,
    .address-cols.career-cols.type2 .line > div,
    .address-cols-02.career-cols.type2 .line > div,
    .input-cols-2-1.career-cols.type2 .line > div {
      width: 100%; }
    .education-cols.career-cols.type2 .line > input,
    .career-cols.career-cols.type2 .line > input,
    .address-cols.career-cols.type2 .line > input,
    .address-cols-02.career-cols.type2 .line > input,
    .input-cols-2-1.career-cols.type2 .line > input {
      width: 43%; } }

.board-area {
  /* 마이홈 */
  /* 메인 방재저널 */
  /* 메인 협회소식, 방재정보 */
  /* 메인 협회소식, 방재정보 // */
  /* 일반 리스트, 신청 페이지 */
  /* 갤러리 리스트 */
  /* 뷰페이지 */
  /* 검색창 */
  /* 검색창 - Q&A */
  /* 페이징 */ }
  .board-area.category-none .category-tab--fc,
  .board-area.category-none .category-tab {
    display: none !important; }
  .board-area.myhome article + article {
    margin-top: 3.125rem; }
  .board-area.myhome .user-area .user-top .type {
    position: relative;
    margin-left: 2.5rem;
    padding-left: 2rem;
    background: url(/html/_skin/img/common/ico_user.svg) no-repeat left center/1.56rem; }
    @media (max-width: 767px) {
      .board-area.myhome .user-area .user-top .type {
        background-size: contain; } }
    .board-area.myhome .user-area .user-top .type::before {
      content: '';
      display: block;
      height: 1.375rem;
      border-left: 1px solid #2a9b2e;
      position: absolute;
      left: -1.25rem;
      top: 50%;
      margin-top: calc(-1.375rem / 2); }
  .board-area.myhome .user-area .user-btm .noti {
    position: relative;
    width: calc(100% - 20rem);
    min-height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0.625rem 1.25rem 0.625rem 3.75rem; }
    .board-area.myhome .user-area .user-btm .noti::before {
      content: '';
      display: block;
      width: 1.6875rem;
      height: 1.3125rem;
      background: url(/html/_skin/img/common/ico_noti.svg) no-repeat center/contain;
      position: absolute;
      left: 1.25rem;
      top: 0.875rem; }
    @media (max-width: 767px) {
      .board-area.myhome .user-area .user-btm .noti {
        width: 100%; } }
  .board-area.myhome .user-area .user-btm .noti2 > * {
    min-height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0.625rem 1.25rem; }
  .board-area.myhome .user-area .user-btm .btns {
    margin-left: auto; }
  .board-area.myhome .board-tit h2 {
    font-size: 1.125rem; }
  .board-area .board-wrap--fc {
    color: #000000; }
    .board-area .board-wrap--fc input[type="text"],
    .board-area .board-wrap--fc input[type="password"],
    .board-area .board-wrap--fc input[type="tel"],
    .board-area .board-wrap--fc select {
      height: 3.125rem !important;
      padding: 0 1.56rem; }
      @media (max-width: 767px) {
        .board-area .board-wrap--fc input[type="text"],
        .board-area .board-wrap--fc input[type="password"],
        .board-area .board-wrap--fc input[type="tel"],
        .board-area .board-wrap--fc select {
          padding: 0 1.248rem; } }
      .board-area .board-wrap--fc input[type="text"].w-small,
      .board-area .board-wrap--fc input[type="password"].w-small,
      .board-area .board-wrap--fc input[type="tel"].w-small,
      .board-area .board-wrap--fc select.w-small {
        padding: 0 0.3125rem;
        text-align: center; }
    .board-area .board-wrap--fc input[type="text"],
    .board-area .board-wrap--fc input[type="password"],
    .board-area .board-wrap--fc input[type="tel"],
    .board-area .board-wrap--fc select,
    .board-area .board-wrap--fc textarea {
      font-size: 1rem;
      font-weight: 400;
      border-radius: 0.3125rem; }
    .board-area .board-wrap--fc textarea {
      padding: 1.56rem !important; }
      @media (max-width: 767px) {
        .board-area .board-wrap--fc textarea {
          padding: 1.248rem !important; } }
    .board-area .board-wrap--fc input[type="text"]::placeholder,
    .board-area .board-wrap--fc input[type="password"]::placeholder,
    .board-area .board-wrap--fc input[type="tel"]::placeholder {
      font-size: 1rem; }
    .board-area .board-wrap--fc select {
      background-size: 0.8125rem;
      background-image: url(/html/_skin/img/common/ico_select_arrow.svg);
      background-position: right 1.25rem center; }
      @media (max-width: 767px) {
        .board-area .board-wrap--fc select {
          background-position: right 1rem center; } }
    .board-area .board-wrap--fc th.required::after {
      content: none; }
    .board-area .board-wrap--fc th.required b {
      position: relative;
      padding-right: 0;
      font-weight: 400; }
      .board-area .board-wrap--fc th.required b::after {
        content: '*';
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1;
        color: #3fa542;
        padding-left: 1px;
        vertical-align: text-top; }
  .board-area.swiper-area .journal-swiper .thumbnail-box {
    width: 100%;
    max-width: 17.1875rem;
    margin: 0 auto; }
  .board-area.swiper-area .journal-swiper .desc {
    width: 100%;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
  .board-area.swiper-area .journal-swiper .btn {
    width: 12.5rem;
    height: 2.5rem;
    padding: 0 1.6875rem;
    margin: 0 auto; }
  .board-area.swiper-area .utils > * {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
    margin: 0; }
  .board-area.swiper-area .utils .swiper-pagination {
    width: fit-content !important; }
    .board-area.swiper-area .utils .swiper-pagination .swiper-pagination-current {
      color: #fff; }
    .board-area.swiper-area .utils .swiper-pagination .swiper-pagination-total {
      color: #47607c; }
  .board-area.green .basic-board-list > li:hover {
    background-color: #e3f6e6; }
    .board-area.green .basic-board-list > li:hover::before {
      border-color: #2a9b2e; }
  .board-area.blue .basic-board-list > li:hover {
    background-color: #e1ecff; }
    .board-area.blue .basic-board-list > li:hover::before {
      border-color: #1b4695; }
  .board-area .basic-board-list > li {
    position: relative;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    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;
    padding: 1.4375rem 1.875rem;
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .board-area .basic-board-list > li:first-child {
      border-radius: 1.25rem 1.25rem 0 0; }
      .board-area .basic-board-list > li:first-child::before {
        border-radius: 1.25rem 1.25rem 0 0; }
    .board-area .basic-board-list > li:last-child {
      border-radius: 0 0 1.25rem 1.25rem;
      border-bottom: 1px solid #dcdcdc; }
      .board-area .basic-board-list > li:last-child::before {
        border-radius: 0 0 1.25rem 1.25rem; }
    .board-area .basic-board-list > li .board-subject--fc {
      width: calc(100% - 6.875rem); }
      .board-area .basic-board-list > li .board-subject--fc a {
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }
    .board-area .basic-board-list > li .board-date--fc {
      width: 6.875rem;
      text-align: right; }
    .board-area .basic-board-list > li::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid;
      pointer-events: none;
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .board-area .basic-board-list > li:hover::before {
      opacity: 1; }
  .board-area .result-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .board-area .privacy-area .privacy-wrap {
    border-top: 2px solid #000000;
    background-color: #f6f6f6;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    height: 15.9375rem;
    overflow-y: auto; }
    .board-area .privacy-area .privacy-wrap pre {
      font-size: 1rem;
      font-weight: 400;
      font-family: "Pretendard", sans-serif, sans-serif;
      white-space: break-spaces; }
      .board-area .privacy-area .privacy-wrap pre > * {
        font-size: 1rem;
        font-weight: 400;
        font-family: "Pretendard", sans-serif, sans-serif; }
      .board-area .privacy-area .privacy-wrap pre b {
        font-weight: 700 !important; }
  .board-area .basic-board-row--fc,
  .board-area .basic-board-list--fc {
    margin-top: 1.56rem;
    margin-bottom: 1.875rem;
    border-top: 2px solid #000000;
    /*
        .basic-board-row--fc {
            border-top: 2px solid $font-color-base;
            width: 100%;

            table {    
                &.view {
                    tr {
                        td {
                            font-size: $rem-18px;
                            font-weight: 300;
                        }
                    }
                }
    
                tr {
                    th {
                        padding: $rem-24_5px $rem-10px $rem-24_5px $rem-20px;
                        font-weight: 700;
                        font-size: $rem-18px;
    
                        b { font-weight: 700; }            
                    }
    
                    td {
                        padding : calc(0.8125rem + 0.5px) $rem-20px;
                        border-left: 1px solid $border-color-gray;
    
                        + th {
                            border-left: 1px solid $border-color-gray;
                        }
                    }
    
                    &.board-write-password--fc input,
                    &.board-row-name--fc input {
                        width: 100%;
                    }
                }
    
                // .select-wrap {
                //     gap: $rem-5px $rem-30px; 
                    
                //     > div {
                //         display: -ms-flexbox;
                //         display: flex;
                //         -ms-flex-align: center !important;
                //         align-items: center !important;
                //         gap: $rem-5px $rem-30px; 
    
                //         b {
                //             font-size: $rem-18px;
                //             font-weight: 300
                //         }
    
                //         .select-box {
                //             width: $rem-195px;
    
                //             select { width: 100%;}
                //         }
                //     }            
                // }
    
                
    
                @include xl-max {
                    tr {
                        th {
                            padding: $rem-24_5px $rem-10px $rem-24_5px $rem-10px;         
                        }
    
                        td {
                            padding : calc(0.8125rem + 0.5px) $rem-10px;
                        }
                    }           
                }
            }
        }
        */ }
    .board-area .basic-board-row--fc.basic-board-row--fc thead th,
    .board-area .basic-board-list--fc.basic-board-row--fc thead th {
      text-align: center; }
    .board-area .basic-board-row--fc.basic-board-row--fc tr,
    .board-area .basic-board-list--fc.basic-board-row--fc tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr th,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th:last-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td:last-child,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th:last-child,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th.none-bor-left,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td.none-bor-left,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th.none-bor-left,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td.none-bor-left {
        border-left: none !important; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th.none-bor-right,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td.none-bor-right,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th.none-bor-right,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td.none-bor-right {
        border-right: none !important; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th a:not(.btn),
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td a:not(.btn),
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th a:not(.btn),
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td a:not(.btn) {
        display: inline-block !important; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th .noti,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td .noti,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th .noti,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td .noti {
        color: #999999; }
        .board-area .basic-board-row--fc.basic-board-row--fc.view tr th .noti.red,
        .board-area .basic-board-row--fc.basic-board-row--fc.view tr td .noti.red,
        .board-area .basic-board-list--fc.basic-board-row--fc.view tr th .noti.red,
        .board-area .basic-board-list--fc.basic-board-row--fc.view tr td .noti.red {
          color: red; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th .sign,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td .sign,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th .sign,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td .sign {
        font-size: 1rem;
        color: #979797; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type1 tbody tr td,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type1 tbody tr td {
      text-align: center; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody td a:not(.btn-record),
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody td a:not(.btn-record) {
      font-size: 1.125rem;
      font-weight: 400;
      color: #201f27; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr th,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr th {
      padding: 0.875rem 0.625rem 0.875rem 1.25rem;
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.4;
      letter-spacing: -1px; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr th b,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr th b {
        font-weight: 400; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr td,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr td {
      padding: calc(0.8125rem + 0.5px) 1.25rem; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr td + th,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr td + th {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      @media (min-width: 1200px) {
        .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr td,
        .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr td {
          height: 5rem; } }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.form-table--fc,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.form-table--fc {
      border-bottom: none  !important; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view.form-table--fc tr,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.form-table--fc tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.result tr th,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.result tr th {
      background-color: #072c54;
      color: #fff; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.result tr td,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.result tr td {
      background-color: #ffff; }
    .board-area .basic-board-row--fc.basic-board-row--fc.view.upload,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.upload {
      border-top: 1px solid #dcdcdc; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view.upload tr th,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.upload tr th {
        background-color: #f7f7f7; }
      .board-area .basic-board-row--fc.basic-board-row--fc.view.upload tr,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.upload tr {
        padding: 0 !important; }
        .board-area .basic-board-row--fc.basic-board-row--fc.view.upload tr th,
        .board-area .basic-board-row--fc.basic-board-row--fc.view.upload tr td,
        .board-area .basic-board-list--fc.basic-board-row--fc.view.upload tr th,
        .board-area .basic-board-list--fc.basic-board-row--fc.view.upload tr td {
          padding: 0.937rem 1.25rem;
          color: #151515;
          font-weight: 300; }
    .board-area .basic-board-row--fc.basic-board-row--fc tr.board-write-password--fc input,
    .board-area .basic-board-row--fc.basic-board-row--fc tr.board-row-select--fc select,
    .board-area .basic-board-row--fc.basic-board-row--fc tr.board-row-name--fc input,
    .board-area .basic-board-list--fc.basic-board-row--fc tr.board-write-password--fc input,
    .board-area .basic-board-list--fc.basic-board-row--fc tr.board-row-select--fc select,
    .board-area .basic-board-list--fc.basic-board-row--fc tr.board-row-name--fc input {
      max-width: 250px;
      min-width: 250px; }
    @media (min-width: 992px) {
      .board-area .basic-board-row--fc.basic-board-list--fc.small tbody td,
      .board-area .basic-board-list--fc.basic-board-list--fc.small tbody td {
        font-size: 1rem; }
        .board-area .basic-board-row--fc.basic-board-list--fc.small tbody td .btn-record,
        .board-area .basic-board-list--fc.basic-board-list--fc.small tbody td .btn-record {
          font-size: 0.875rem !important; } }
    @media (min-width: 768px) {
      .board-area .basic-board-row--fc.basic-board-list--fc.small tbody td,
      .board-area .basic-board-list--fc.basic-board-list--fc.small tbody td {
        padding: 1.625rem 0.625rem; } }
    .board-area .basic-board-row--fc thead th,
    .board-area .basic-board-row--fc tbody td,
    .board-area .basic-board-list--fc thead th,
    .board-area .basic-board-list--fc tbody td {
      font-size: 1.125rem;
      font-weight: 400;
      color: #201f27; }
      .board-area .basic-board-row--fc thead th::before,
      .board-area .basic-board-row--fc tbody td::before,
      .board-area .basic-board-list--fc thead th::before,
      .board-area .basic-board-list--fc tbody td::before {
        content: none; }
    .board-area .basic-board-row--fc tbody tr:first-child,
    .board-area .basic-board-list--fc tbody tr:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .board-area .basic-board-row--fc tbody tr td,
    .board-area .basic-board-list--fc tbody tr td {
      line-height: 1.6; }
      .board-area .basic-board-row--fc tbody tr td.board-num--fc, .board-area .basic-board-row--fc tbody tr td.board-category--fc, .board-area .basic-board-row--fc tbody tr td.board-subject--fc, .board-area .basic-board-row--fc tbody tr td.board-date--fc, .board-area .basic-board-row--fc tbody tr td.board-hit--fc,
      .board-area .basic-board-list--fc tbody tr td.board-num--fc,
      .board-area .basic-board-list--fc tbody tr td.board-category--fc,
      .board-area .basic-board-list--fc tbody tr td.board-subject--fc,
      .board-area .basic-board-list--fc tbody tr td.board-date--fc,
      .board-area .basic-board-list--fc tbody tr td.board-hit--fc {
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        color: #201f27 !important; }
      .board-area .basic-board-row--fc tbody tr td.board-category--fc,
      .board-area .basic-board-list--fc tbody tr td.board-category--fc {
        display: block; }
      .board-area .basic-board-row--fc tbody tr td.subject-secret a,
      .board-area .basic-board-list--fc tbody tr td.subject-secret a {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .board-area .basic-board-row--fc tbody tr td.subject-secret a p,
        .board-area .basic-board-list--fc tbody tr td.subject-secret a p {
          max-width: calc(100% - 2.187rem);
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
      .board-area .basic-board-row--fc tbody tr td.subject-secret .secret,
      .board-area .basic-board-list--fc tbody tr td.subject-secret .secret {
        display: block;
        width: 1.9375rem;
        height: 1.9375rem;
        border-radius: 50%;
        background: #e8f1ff url(/html/_skin/img/common/ico_secret.svg) no-repeat center/0.937rem;
        margin-left: 0.937rem;
        flex-shrink: 0; }
      .board-area .basic-board-row--fc tbody tr td.subject-secret .reply,
      .board-area .basic-board-list--fc tbody tr td.subject-secret .reply {
        position: relative;
        padding-left: 1.375rem; }
        .board-area .basic-board-row--fc tbody tr td.subject-secret .reply::before,
        .board-area .basic-board-list--fc tbody tr td.subject-secret .reply::before {
          content: '';
          display: inline-block;
          width: 0.875rem;
          height: 1rem;
          background: url(/html/_skin/img/common/ico_reply.svg) no-repeat center/contain;
          position: absolute;
          left: 0;
          top: 0; }
        .board-area .basic-board-row--fc tbody tr td.subject-secret .reply b,
        .board-area .basic-board-list--fc tbody tr td.subject-secret .reply b {
          display: inline-block;
          width: 2.187rem;
          height: 1.56rem;
          line-height: 1.56rem;
          background: #201f27;
          border-radius: 0.3125rem;
          color: #fff;
          font-size: 1rem;
          font-weight: 400;
          text-align: center;
          margin-right: 0.4375rem; }
      .board-area .basic-board-row--fc tbody tr td.board-date--fc,
      .board-area .basic-board-list--fc tbody tr td.board-date--fc {
        margin-top: 0; }
    @media (min-width: 992px) {
      .board-area .basic-board-row--fc .basic-board-list--fc.basic-board-row--fc.view.type2 thead th,
      .board-area .basic-board-row--fc .basic-board-row--fc.basic-board-row--fc.view.type2 thead th,
      .board-area .basic-board-list--fc .basic-board-list--fc.basic-board-row--fc.view.type2 thead th,
      .board-area .basic-board-list--fc .basic-board-row--fc.basic-board-row--fc.view.type2 thead th {
        min-width: 155px; } }
    @media (min-width: 768px) {
      .board-area .basic-board-row--fc thead th,
      .board-area .basic-board-list--fc thead th {
        padding: 1.56rem 0; }
      .board-area .basic-board-row--fc tbody td,
      .board-area .basic-board-list--fc tbody td {
        padding: 1.625rem 1.25rem; }
        .board-area .basic-board-row--fc tbody td.btn-td,
        .board-area .basic-board-list--fc tbody td.btn-td {
          padding: 1.625rem 0.3125rem; } }
  @media (max-width: 991px) {
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr th.none-bor-left:not(.keep), .board-area .basic-board-list--fc.basic-board-row--fc.view tr th.none-bor-right,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td.none-bor-left:not(.keep),
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td.none-bor-right,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th.none-bor-left:not(.keep),
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th.none-bor-right,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td.none-bor-left:not(.keep),
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td.none-bor-right {
      display: none !important; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr th > br,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr th > b br,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td > br,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td > b br,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th > br,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th > b br,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td > br,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td > b br {
      display: none; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 colgroup,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 colgroup {
      display: none; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr td,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr td {
      display: block; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr th,
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr td,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr th,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr td {
      border-left: none !important; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr th:last-child,
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr td:last-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr th:last-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr td:last-child {
        border-right: none; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tbody tr th,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tbody tr th {
      padding: 0.875rem 0.625rem 0 1.25rem; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr {
      border: none;
      padding-left: 0;
      padding-right: 0; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr .mo-tit,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr .mo-tit {
        display: inline-block;
        padding-right: 0.3125rem; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr.tr-rowspan:not(:first-child) > th:first-child ~ th,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr.tr-rowspan:not(:first-child) > th:first-child ~ th {
        padding-top: 0; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr.tr-rowspan > th:first-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr.tr-rowspan > th:first-child {
        display: none; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr.tr-rowspan + tr th,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr.tr-rowspan + tr th {
        padding-top: 0; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.type2 tr th b,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.type2 tr th b {
        font-weight: 700 !important; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.form-table--fc tr:not(:last-child),
    .board-area .basic-board-row--fc.basic-board-row--fc.view.form-table--fc tr:not(:last-child) {
      border-bottom: none !important; }
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup,
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead {
      display: none; }
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep,
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep {
        display: block; }
        .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr,
        .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep tr,
        .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr,
        .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep tr {
          display: block !important;
          padding: 0.625rem 1.25rem !important; }
          .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th,
          .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep tr th,
          .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th,
          .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep tr th {
            padding: 0.3125rem 0; }
          .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th,
          .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep tr th,
          .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th,
          .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep tr th {
            display: none; }
            .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th.check-area,
            .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep tr th.check-area,
            .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep tr th.check-area,
            .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep tr th.check-area {
              display: block !important; }
        .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 colgroup.block-keep + tbody tr,
        .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 thead.block-keep + tbody tr,
        .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 colgroup.block-keep + tbody tr,
        .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 thead.block-keep + tbody tr {
          padding-top: 0.625rem !important; }
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody,
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr,
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr td,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr td {
      display: block; }
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 .mo-tit,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 .mo-tit {
      display: block;
      padding: 0.3125rem 0 0.3125rem; }
    .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr,
    .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr {
      padding: 0 1.25rem 0.625rem; }
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr th,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr th {
        padding: 0.3125rem 0; }
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr td,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr td {
        text-align: left;
        padding: 0.3125rem 0;
        margin: 0;
        border-left: none;
        width: 100%; }
        .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr td + th,
        .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr td + th {
          border-left: none; }
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr th > br,
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr th > b > br,
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr td > br,
      .board-area .basic-board-list--fc.basic-board-list--fc.list.type2 tbody tr td > b > br,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr th > br,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr th > b > br,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr td > br,
      .board-area .basic-board-row--fc.basic-board-list--fc.list.type2 tbody tr td > b > br {
        display: none; } }
  @media (max-width: 767px) {
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td.t_c,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td.t_c {
      text-align: left !important; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr th,
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr td,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr th,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr td {
      border-left: none !important; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th:last-child,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td:last-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th:last-child,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td:last-child {
        border-right: none; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th + th,
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr td + th,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th + th,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr td + th {
        margin-top: 0.937rem; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view tr,
    .board-area .basic-board-row--fc.basic-board-row--fc.view tr {
      border: none; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view tr th b,
      .board-area .basic-board-row--fc.basic-board-row--fc.view tr th b {
        font-weight: 700 !important; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.type1 tbody tr td,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.type1 tbody tr td {
      text-align: left;
      border-left: none; }
    .board-area .basic-board-list--fc.basic-board-row--fc.view.result,
    .board-area .basic-board-row--fc.basic-board-row--fc.view.result {
      border-bottom: none; }
      .board-area .basic-board-list--fc.basic-board-row--fc.view.result tr,
      .board-area .basic-board-row--fc.basic-board-row--fc.view.result tr {
        padding: 0; }
        .board-area .basic-board-list--fc.basic-board-row--fc.view.result tr th,
        .board-area .basic-board-list--fc.basic-board-row--fc.view.result tr td,
        .board-area .basic-board-row--fc.basic-board-row--fc.view.result tr th,
        .board-area .basic-board-row--fc.basic-board-row--fc.view.result tr td {
          padding: 1.25rem; }
    .board-area .basic-board-list--fc .mo-tit,
    .board-area .basic-board-row--fc .mo-tit {
      display: block;
      padding: 0.3125rem 0 0.3125rem; }
    .board-area .basic-board-list--fc thead,
    .board-area .basic-board-row--fc thead {
      display: none; }
    .board-area .basic-board-list--fc colgroup,
    .board-area .basic-board-row--fc colgroup {
      display: none; }
    .board-area .basic-board-list--fc tbody tr,
    .board-area .basic-board-row--fc tbody tr {
      padding: 0.3125rem 1.25rem 0.3125rem; }
      .board-area .basic-board-list--fc tbody tr th,
      .board-area .basic-board-row--fc tbody tr th {
        padding: 0.3125rem 0; }
      .board-area .basic-board-list--fc tbody tr td,
      .board-area .basic-board-row--fc tbody tr td {
        text-align: left;
        padding: 0.3125rem 0;
        margin: 0;
        border-left: none;
        width: 100%; }
        .board-area .basic-board-list--fc tbody tr td + th,
        .board-area .basic-board-row--fc tbody tr td + th {
          border-left: none; }
      .board-area .basic-board-list--fc tbody tr th > br,
      .board-area .basic-board-list--fc tbody tr th > b > br,
      .board-area .basic-board-list--fc tbody tr td > br,
      .board-area .basic-board-list--fc tbody tr td > b > br,
      .board-area .basic-board-row--fc tbody tr th > br,
      .board-area .basic-board-row--fc tbody tr th > b > br,
      .board-area .basic-board-row--fc tbody tr td > br,
      .board-area .basic-board-row--fc tbody tr td > b > br {
        display: none; } }
  @media (max-width: 960px) and (min-width: 768px) {
    .board-area .board-table-wrap {
      overflow-x: auto; }
      .board-area .board-table-wrap .basic-board-list--fc {
        min-width: 1100px; } }
  .board-area .img-none + .ui-datepicker-trigger {
    visibility: hidden !important; }
  .board-area .readonly {
    background-color: #ddd !important; }
  .board-area input[type="radio"]:disabled + label:before {
    background: #ddd !important; }
  .board-area .table-inner-area {
    padding: 0 !important; }
    .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc {
      margin: 0 !important;
      border-top: none;
      border-bottom: none !important; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tr:first-child {
        border-top: none !important; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tr th:first-child, .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tr td:first-child {
        border-left: none !important; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tr th:last-child, .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tr td:last-child {
        border-right: none !important; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .manager-box input {
        width: calc(100% - 1.25rem - 0.625rem); }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .manager-box .btn-remove-info {
        width: 1.25rem;
        border: 1px solid;
        padding: 0.3125rem;
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
      @media (min-width: 992px) {
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="text"],
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="password"],
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="tel"],
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc select,
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc textarea {
          font-size: 0.875rem; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="text"],
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="password"],
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc input[type="tel"] {
          padding: 0 0.3125rem; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc select {
          padding: 0 0.937rem; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc textarea {
          padding: 1.25rem;
          resize: none; } }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .display-toggle {
        display: none !important; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .mo-tit {
        font-weight: 700; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .input-cols {
        gap: 0.625rem; }
      .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr:last-child {
        border-bottom: none !important; }
      @media (min-width: 992px) {
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td {
          font-size: 1rem; }
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td .btn-record {
            font-size: 0.875rem !important; } }
      @media (min-width: 768px) {
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td {
          padding: 0.625rem 0.625rem !important; } }
      @media (max-width: 1440px) {
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc colgroup,
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc thead {
          display: none; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody,
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr,
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td {
          display: block; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .mo-tit {
          display: block;
          padding: 0.3125rem 0 0.3125rem; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr {
          padding: 0 1.25rem 0.625rem;
          border-bottom: none !important; }
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr th {
            padding: 0.3125rem 0; }
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td {
            text-align: left;
            padding: 0.3125rem 0;
            margin: 0;
            border-left: none;
            width: 100%;
            height: auto !important; }
            .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td + th {
              border-left: none; }
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr th > br,
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr th > b > br,
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td > br,
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr td > b > br {
            display: none; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .display-toggle {
          display: block !important; }
          .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .display-toggle .btn-remove-info {
            margin-left: auto; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .wid80 {
          width: 100% !important; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .manager-box input {
          width: 100%; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .manager-box .btn-remove-info {
          display: none !important; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc .btn-add-info {
          display: inline-block !important;
          margin: 0 0 0 0.625rem !important; }
        .board-area .table-inner-area .table-inner-wrap .basic-board-row--fc tbody tr + tr {
          border-top: 1px solid #dcdcdc !important;
          margin-top: 10px !important;
          padding-top: 5px !important; } }
  .board-area .gallery-list--fc {
    padding-top: 1.875rem;
    margin-top: 1.56rem; }
    .board-area .gallery-list--fc > .row > div {
      background-color: #f5f5f5;
      padding: 3.125rem 0; }
      @media (max-width: 1199px) {
        .board-area .gallery-list--fc > .row > div {
          padding: 2.5rem 0; } }
      @media (max-width: 767px) {
        .board-area .gallery-list--fc > .row > div {
          padding: 1.875rem 0; } }
      .board-area .gallery-list--fc > .row > div a {
        border: none;
        color: #000; }
        .board-area .gallery-list--fc > .row > div a figure {
          width: 100%;
          margin: 0;
          vertical-align: initial;
          padding: 0; }
        .board-area .gallery-list--fc > .row > div a .tit {
          padding: 0 0.625rem; }
        .board-area .gallery-list--fc > .row > div a:hover {
          color: #072c54; }
  .board-area .board-view--fc {
    border-top: 2px solid #000000; }
    .board-area .board-view--fc header {
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      padding: 2.812rem 1.875rem;
      border-bottom: 2px solid #000000;
      background-color: transparent;
      font-size: 1.25rem;
      line-height: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column  !important;
      flex-direction: column !important; }
      .board-area .board-view--fc header h1 {
        display: block;
        font-size: 1.25rem;
        color: #000000; }
      .board-area .board-view--fc header address {
        margin-top: 1.25rem;
        float: none;
        font-weight: 300;
        font-style: normal;
        color: rgba(0, 0, 0, 0.8);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: fit-content; }
        .board-area .board-view--fc header address p {
          width: fit-content;
          float: none; }
      .board-area .board-view--fc header:after {
        content: none; }
    .board-area .board-view--fc .board-conts--fc {
      padding: 2.5rem; }
      .board-area .board-view--fc .board-conts--fc.type2 {
        padding: 1.875rem 0; }
      .board-area .board-view--fc .board-conts--fc .btns a {
        font-weight: 400;
        text-decoration: none; }
      .board-area .board-view--fc .board-conts--fc .conts-inner * {
        color: rgba(0, 0, 0, 0.8) !important;
        font-size: 1.125rem;
        font-weight: 300; }
      .board-area .board-view--fc .board-conts--fc #pdfView {
        background-color: #f6f6f6; }
        .board-area .board-view--fc .board-conts--fc #pdfView .viewer-box {
          height: 100%;
          max-height: 60rem;
          overflow: auto; }
    .board-area .board-view--fc .board-view-file--fc {
      clear: both;
      display: inline-block;
      width: 100%;
      margin: 0.937rem 0 0;
      padding: 1.25rem 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      line-height: 1.25rem; }
      .board-area .board-view--fc .board-view-file--fc a {
        font-size: 1.125rem;
        font-weight: 300; }
        .board-area .board-view--fc .board-view-file--fc a strong {
          font-weight: 300;
          padding-right: 1.875rem;
          background: url(/html/_skin/img/common/ico_download_b.svg) no-repeat right center/1.375rem; }
    .board-area .board-view--fc .board-conts--fc {
      font-size: 1.125rem; }
      .board-area .board-view--fc .board-conts--fc p {
        font-size: 1.125rem; }
    .board-area .board-view--fc .btn-view-wrap {
      border-top: 1px solid #dcdcdc;
      padding: 1.875rem 0 3.125rem; }
    .board-area .board-view--fc .post-navi--fc li {
      position: relative;
      border-bottom: 1px solid #000000;
      padding: 1.53125rem 1.25rem 1.53125rem 4.375rem;
      font-size: 1.125rem;
      line-height: 1;
      vertical-align: middle;
      *zoom: 1;
      background: none !important; }
      .board-area .board-view--fc .post-navi--fc li:after {
        content: "";
        display: table;
        clear: both; }
      .board-area .board-view--fc .post-navi--fc li::before {
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1.75rem;
        color: #000; }
      .board-area .board-view--fc .post-navi--fc li a,
      .board-area .board-view--fc .post-navi--fc li span,
      .board-area .board-view--fc .post-navi--fc li strong {
        font-size: 1.125rem;
        line-height: 1;
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.8) !important; }
      .board-area .board-view--fc .post-navi--fc li a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 75%; }
        .board-area .board-view--fc .post-navi--fc li a:hover {
          text-decoration: none !important;
          opacity: 0.8; }
      .board-area .board-view--fc .post-navi--fc li span {
        float: right; }
      .board-area .board-view--fc .post-navi--fc li strong {
        float: left;
        margin-right: 3.437rem;
        font-weight: 700;
        color: #000000; }
      .board-area .board-view--fc .post-navi--fc li:first-child {
        border-top: 1px solid #000000; }
      .board-area .board-view--fc .post-navi--fc li:not(:last-child) {
        border-bottom: 1px solid #dcdcdc; }
    .board-area .board-view--fc .post-navi--fc .prev-post--fc::before {
      content: "\f106"; }
    .board-area .board-view--fc .post-navi--fc .next-post--fc::before {
      content: "\f107"; }
    @media (max-width: 767px) {
      .board-area .board-view--fc.type2 header {
        padding: 2.5rem 1.5rem;
        text-align: center; }
      .board-area .board-view--fc header {
        padding: 1.5rem; }
      .board-area .board-view--fc .board-conts--fc {
        padding: 2rem; } }
  .board-area .search-area .board-search-wrap--fc {
    width: 100%;
    margin: 0 auto 2.5rem;
    background: url(/html/_skin/img/sub/bg_board_search_area.jpg) no-repeat right bottom/cover;
    padding: 1.875rem 0.625rem;
    border-radius: 0.625rem; }
    .board-area .search-area .board-search-wrap--fc select,
    .board-area .search-area .board-search-wrap--fc input {
      background-color: #fff; }
      .board-area .search-area .board-search-wrap--fc select::placeholder,
      .board-area .search-area .board-search-wrap--fc input::placeholder {
        color: rgba(0, 0, 0, 0.8); }
    .board-area .search-area .board-search-wrap--fc.type2 {
      background: #e1ecff;
      padding: 1.875rem 2.5rem; }
      .board-area .search-area .board-search-wrap--fc.type2 .search-boxs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 3.125rem);
        margin-top: -0.625rem;
        margin-left: -3.125rem; }
        .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item {
          width: calc(50% - 3.125rem);
          margin-top: 0.625rem;
          margin-left: 3.125rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center !important;
          align-items: center !important; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > b {
            width: 8.4375rem;
            font-size: 1.125rem;
            font-weight: 700;
            color: #000;
            text-align: left;
            line-height: 1;
            padding-right: 0.3125rem; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > div {
            width: calc(100% - 8.4375rem); }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > div .input-cols em {
              font-size: 1.125rem;
              font-weight: 700;
              color: #000;
              font-style: normal; }
        @media (min-width: 992px) {
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item:first-child {
            width: calc(75% - 3.125rem); }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item:last-child {
            width: calc(25% - 3.125rem); }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item:last-child > div {
              min-width: 150px; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > b {
            width: 10rem;
            padding-right: 0.625rem; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > div {
            width: calc(100% - 10rem); } }
        @media (max-width: 991px) {
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 {
            width: calc(100% + 1.875rem);
            margin-left: -1.875rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item {
              width: calc(100% - 1.875rem);
              margin-left: 1.875rem; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > b {
                width: 12.5rem;
                padding-right: 0.625rem; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > div {
                width: calc(100% - 12.5rem); } }
        @media (max-width: 575px) {
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item {
            -ms-flex-align: start !important;
            align-items: flex-start !important; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item b {
              padding-top: 0.937rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > b {
              width: 9.375rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.search-boxs-2-1 .box-item > div {
              width: calc(100% - 9.375rem); } }
        .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one {
          -ms-flex-pack: center !important;
          justify-content: center !important; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item {
            width: calc(100% - 3.125rem);
            max-width: 1200px; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > b {
              width: 8.4375rem;
              font-size: 1.875rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > div {
              width: calc(100% - 8.4375rem);
              gap: 1.875rem; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > div .input-cols {
                width: calc(100% - 9.375rem - 1.875rem); }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > div input {
                height: 3.75rem !important;
                border-radius: 0.625rem !important; }
          @media (max-width: 767px) {
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-pack: start !important;
              justify-content: flex-start !important; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > b {
                  width: 100%;
                  font-size: 1.5rem; }
                .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > div {
                  width: 100%;
                  margin-top: 1.25rem;
                  gap: 1.125rem; }
                  .board-area .search-area .board-search-wrap--fc.type2 .search-boxs.one .box-item > div .input-cols {
                    width: calc(100% - 8.4375rem - 1.125rem); } }
      .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .select-box {
        width: 30%; }
      .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .search-input-wrap--fc {
        width: calc(70% - 0.625rem); }
      .board-area .search-area .board-search-wrap--fc.type2 .search-input-wrap--fc {
        max-width: 100%;
        margin: 0; }
        .board-area .search-area .board-search-wrap--fc.type2 .search-input-wrap--fc > input {
          padding: 0 1.56rem;
          border: 1px solid #f6f6f6;
          border-radius: 0.3125rem; }
        .board-area .search-area .board-search-wrap--fc.type2 .search-input-wrap--fc > a {
          width: 1.5rem;
          height: 1.5rem;
          right: 1.56rem;
          background-image: url(/html/_skin/img/common/ico_search_type2.svg); }
      @media (max-width: 991px) {
        .board-area .search-area .board-search-wrap--fc.type2 .search-boxs {
          width: calc(100% + 2.5rem);
          margin-left: -2.5rem; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item {
            width: calc(50% - 2.5rem);
            margin-left: 2.5rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > b {
              width: 6.75rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > div {
              width: calc(100% - 6.75rem); }
        .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .select-box {
          width: 45%; }
        .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .search-input-wrap--fc {
          width: calc(55% - 0.625rem); } }
      @media (max-width: 767px) {
        .board-area .search-area .board-search-wrap--fc.type2 {
          padding: 1.5rem; }
          .board-area .search-area .board-search-wrap--fc.type2 .search-boxs {
            width: calc(100% + 1.875rem);
            margin-left: -1.875rem; }
            .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item {
              width: calc(100% - 1.875rem);
              margin-left: 1.875rem; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > b {
                width: 5.0625rem; }
              .board-area .search-area .board-search-wrap--fc.type2 .search-boxs .box-item > div {
                width: calc(100% - 5.0625rem); }
          .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .select-box {
            width: 35%; }
          .board-area .search-area .board-search-wrap--fc.type2 .select-input-box .search-input-wrap--fc {
            width: calc(65% - 0.625rem); } }
    .board-area .search-area .board-search-wrap--fc form {
      width: 100%; }
      .board-area .search-area .board-search-wrap--fc form .search-select-wrap--fc {
        display: none; }
      .board-area .search-area .board-search-wrap--fc form .search-input-wrap--fc {
        display: block;
        width: 100%;
        max-width: 33.75rem;
        margin: 0 auto !important; }
        .board-area .search-area .board-search-wrap--fc form .search-input-wrap--fc > input {
          padding: 0 3.437rem 0 1.875rem;
          font-size: 1rem;
          border: 1px solid #17176b;
          height: 3.125rem;
          width: 100%;
          border-radius: 1.56rem; }
        .board-area .search-area .board-search-wrap--fc form .search-input-wrap--fc > a {
          position: absolute;
          top: 50%;
          right: 1.875rem;
          bottom: initial;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1.56rem;
          height: 1.6875rem;
          display: block;
          font-size: 0;
          text-indent: -9999px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(/html/_skin/img/common/ico_search.svg);
          background-color: transparent;
          background-size: contain;
          border: none;
          cursor: pointer; }
  .board-area .search-area .board_list_total--fc {
    font-size: 1rem;
    color: #0d0d0d; }
  .board-area.q-and-a .search-area .board-search-wrap--fc form .search-select-wrap--fc {
    display: block; }
  .board-area.q-and-a .search-area .board-search-wrap--fc form .search-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto !important;
    gap: 0.625rem; }
    .board-area.q-and-a .search-area .board-search-wrap--fc form .search-inner .search-select-wrap--fc {
      width: 9.375rem;
      margin: 0; }
      .board-area.q-and-a .search-area .board-search-wrap--fc form .search-inner .search-select-wrap--fc select {
        font-size: 1rem;
        border: 1px solid #17176b;
        border-radius: 1.56rem; }
    .board-area.q-and-a .search-area .board-search-wrap--fc form .search-inner .search-input-wrap--fc {
      width: calc(100% - 9.375rem);
      margin: 0 !important; }
  .board-area .board-paging {
    margin-top: 4.375rem; }
    .board-area .board-paging ol > li {
      margin: 0 0.5rem; }
      .board-area .board-paging ol > li a {
        width: 2rem;
        height: 2rem;
        line-height: 1.875rem;
        font-size: 1.125rem;
        border-radius: 50%; }
      .board-area .board-paging ol > li.on a {
        background-color: #17176b;
        border-color: #17176b; }

.form-area .wid100 > input {
  width: 100% !important; }

.form-area .checkbox-cols {
  gap: 0.3125rem 0; }
  .form-area .checkbox-cols > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    .form-area .checkbox-cols > *.col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .form-area .checkbox-cols.last-col.last-col-5 > p:nth-child(5) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0.3125rem; }
  .form-area .checkbox-cols.last-col.last-col-3 > p:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0.3125rem; }
  .form-area .checkbox-cols.last-col > .input-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    margin-right: 0.3125rem; }
  .form-area .checkbox-cols.last-col > .point-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important; }
  @media (max-width: 991px) {
    .form-area .checkbox-cols {
      gap: 0.625rem 1.25rem; }
      .form-area .checkbox-cols > * {
        -ms-flex: 0 0 calc(25% - 0.937rem);
        flex: 0 0 calc(25% - 0.937rem);
        max-width: calc(25% - 0.937rem); } }
  @media (max-width: 767px) {
    .form-area .checkbox-cols > * {
      -ms-flex: 0 0 calc(50% - 0.625rem);
      flex: 0 0 calc(50% - 0.625rem);
      max-width: calc(50% - 0.625rem); } }
  .form-area .checkbox-cols input::placeholder {
    text-align: center; }

.form-area .textarea-box {
  position: relative; }
  .form-area .textarea-box textarea {
    width: 100%;
    height: 9.375rem;
    resize: none; }
    .form-area .textarea-box textarea::placeholder {
      font-size: 1rem;
      font-weight: 400; }
    @media (max-width: 767px) {
      .form-area .textarea-box textarea {
        height: 11.25rem; } }
  .form-area .textarea-box .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding: 1.56rem; }
    @media (max-width: 1280px) {
      .form-area .textarea-box .placeholder {
        padding: 0.937rem; } }

.form-area .file-box {
  position: relative;
  font-size: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important; }
  .form-area .file-box input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .form-area .file-box label {
    display: inline-block;
    height: 3.125rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #000000;
    line-height: 3.125rem;
    text-align: center;
    width: 6.5625rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    color: #fff; }
    .form-area .file-box label label:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .form-area .file-box .upload-name {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 6.5625rem);
    background: transparent;
    border: transparent;
    height: 3.125rem;
    padding: 0 1.25rem;
    font-weight: 400;
    font-size: 1rem; }
    .form-area .file-box .upload-name::placeholder {
      color: rgba(0, 0, 0, 0.8); }
  .form-area .file-box::after {
    content: '';
    display: block;
    clear: both; }

.form-area .captcha-box {
  width: 100%; }
  .form-area .captcha-box .captcha_box--fc {
    margin: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 1.25rem; }
    @media (max-width: 767px) {
      .form-area .captcha-box .captcha_box--fc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .form-area .captcha-box .captcha_box--fc .captcha__num--fc {
      width: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .form-area .captcha-box .captcha_box--fc .captcha__num--fc img {
        width: 13.125rem; }
    .form-area .captcha-box .captcha_box--fc a {
      margin: 0;
      padding: 0;
      width: 1.3125rem;
      height: 1.3125rem;
      border: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .form-area .captcha-box .captcha_box--fc input {
      margin: 0 !important; }
      @media (min-width: 768px) {
        .form-area .captcha-box .captcha_box--fc input {
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%; } }

@media (min-width: 1281px) and (max-height: 900px) {
  #wrapper.main .board-area .fs-14px {
    font-size: 0.75rem !important; }
  #wrapper.main .board-area .fs-15px {
    font-size: 0.8125rem !important; }
  #wrapper.main .board-area .fs-16px {
    font-size: 0.875rem !important; }
  #wrapper.main .board-area .fs-17px {
    font-size: 0.937rem !important; }
  #wrapper.main .board-area .fs-18px {
    font-size: 1rem !important; }
  #wrapper.main .board-area .fs-20px {
    font-size: 1.125rem !important; }
  #wrapper.main .board-area .fs-22px {
    font-size: 1.25rem !important; }
  #wrapper.main .board-area .fs-23px {
    font-size: 1.3125rem !important; }
  #wrapper.main .board-area .fs-24px {
    font-size: 1.375rem !important; }
  #wrapper.main .board-area.swiper-area .journal-swiper .thumbnail-box {
    max-width: 10.937rem; }
  #wrapper.main .board-area .basic-board-list > li {
    padding: 0.937rem 1.875rem; } }

.ui-datepicker .ui-datepicker-month {
  height: auto; }

.input-cols {
  position: relative; }
  .input-cols .date-pick + button {
    position: absolute; }

.cancel-pop {
  display: none;
  position: absolute;
  width: 455px;
  right: calc(100% + 1.25rem);
  top: 1.25rem;
  z-index: 1000;
  box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem; }
  .cancel-pop .pop-inner {
    background-color: #f5f5f5;
    border: 1px solid #999999;
    border-radius: 1.25rem;
    padding: 1.875rem; }
    .cancel-pop .pop-inner > .pop-tit .btn-close {
      width: 1.4375rem;
      height: 1.4375rem;
      font-size: 0;
      text-indent: -9999px;
      background: url(/html/_skin/img/common/ico_close.svg) no-repeat center/contain; }
    .cancel-pop .pop-inner > .pop-con {
      margin-top: 1.25rem;
      padding-top: 1.25rem;
      border-top: 1px solid #dcdcdc; }
      .cancel-pop .pop-inner > .pop-con textarea {
        background-color: #fff;
        border-radius: 0.625rem;
        height: 11.5625rem;
        resize: none;
        padding: 1.25rem;
        border: none;
        font-size: 1.125rem;
        font-weight: 400; }
        .cancel-pop .pop-inner > .pop-con textarea::placeholder {
          color: #999999;
          font-size: 1.125rem;
          font-weight: 400; }
      .cancel-pop .pop-inner > .pop-con ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .cancel-pop .pop-inner > .pop-con ul li + li {
          margin-top: 0.625rem; }
        .cancel-pop .pop-inner > .pop-con ul li b {
          width: 4.687rem;
          position: relative;
          padding-left: 0.937rem; }
          .cancel-pop .pop-inner > .pop-con ul li b::before {
            content: '';
            display: block;
            width: 0.1875rem;
            height: 0.1875rem;
            border-radius: 50%;
            background-color: #000000;
            position: absolute;
            left: 0;
            top: 0.6875rem; }
        .cancel-pop .pop-inner > .pop-con ul li p {
          width: calc(100% - 4.687rem); }
          .cancel-pop .pop-inner > .pop-con ul li p input {
            width: 100%; }
        .cancel-pop .pop-inner > .pop-con ul li .privacy_box--fc {
          display: none; }
        .cancel-pop .pop-inner > .pop-con ul li .privacy_txt--fc {
          width: 100%;
          text-align: center; }
          .cancel-pop .pop-inner > .pop-con ul li .privacy_txt--fc input[type="checkbox"] + label:before {
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 0.1875rem;
            top: 0.125rem; }
  @media (max-width: 991px) {
    .cancel-pop {
      width: 100%;
      max-width: 90%;
      position: fixed;
      right: initial;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      bottom: initial; } }

/*---- modal ----*/
/* modal basic style */
@font-face {
  font-family: 'ChosunGs';
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10005;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding: 1.25rem; }
  .modal.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .modal.fade:not(.show) {
    opacity: 0; }

/* 모달창 크기 */
.modal-dialog {
  position: relative;
  pointer-events: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

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

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

@media (max-width: 576px) {
  .modal-dialog-centered::before {
    height: calc(100vh - 5.5rem); } }

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

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

/* 모달창 - 기본 영역 스타일 */
.modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 1.25rem;
  padding: 1.56rem 1.875rem 2.812rem;
  box-shadow: 5px 5px 46px 0 rgba(0, 0, 0, 0.2); }

.modal-header {
  position: relative; }
  .modal-header .close {
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    padding: 0;
    border: 0;
    font-size: 1rem;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/html/_skin/img/common/ico_close.svg");
    background-size: 1.4375rem;
    background-color: transparent; }

.modal-body {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .modal-body__inner {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    height: 100%; }
    @media (max-width: 767px) {
      .modal-body__inner {
        max-height: 70vh; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.6; }

/* mfp popup */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5; }

/* modal custom style */
@font-face {
  font-family: 'BookkMyungjo-Bd';
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

.pdf-area {
  background-color: #fff;
  border: 1px solid rgba(59, 64, 68, 0.34);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  box-sizing: border-box; }
  .pdf-area .tit h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    margin: 0 auto; }
    .pdf-area .tit h2::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
  .pdf-area .details li {
    position: relative; }
    .pdf-area .details li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      background-color: #000;
      border-radius: 50%; }

#certificatePopup .modal-body__inner {
  max-width: 643px; }

#certificatePopup .pdf-area {
  width: 643px;
  padding: 50px 40px;
  min-height: 910px;
  font-family: 'ChosunGs', serif; }
  #certificatePopup .pdf-area * {
    font-weight: 400; }
  #certificatePopup .pdf-area .pdf-wrap {
    border: 4px solid #000;
    border-radius: 20px;
    width: 559px;
    min-height: 816px;
    margin: 0 auto;
    padding: 25px 30px 20px 30px;
    background: url(/html/_skin/img/sub/pdf/bg_certificate.png) no-repeat center/327px;
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-tp * {
      line-height: 1; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-tp .key {
      font-size: 15px; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-tp .tit {
      margin-top: 20px;
      gap: 70px;
      padding-bottom: 35px; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-tp .tit h2 {
        font-size: 40px;
        margin: 0;
        line-height: 1; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-tp .tit h2::after {
          content: none; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos {
      padding-left: 15px;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      line-height: 1.8;
      letter-spacing: -1px; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li > b {
          width: 60px; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li:nth-child(even) > b {
          width: 78px; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li:nth-child(odd) > p {
          width: 175px; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li:last-child {
          width: 100%; }
          #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li:last-child > p {
            width: calc(100% - 60px); }
            #certificatePopup .pdf-area .pdf-wrap .pdf-mid .infos li:last-child > p.long-txt {
              font-size: 10.4px; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-mid .txt {
      padding: 30px 15px 0;
      font-size: 20px;
      line-height: 1.8;
      text-align: justify; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-mid .txt + .details {
        margin-top: 25px; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details {
      font-size: 18px;
      line-height: 1.8;
      width: 100%;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column  !important;
      flex-direction: column !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details ul.none-before > li {
        padding-left: 0; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details ul.none-before > li::before {
          content: none; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details ul.ico-list {
        padding-left: 7px; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details ul.ico-list > li {
          padding-left: 16px; }
          #certificatePopup .pdf-area .pdf-wrap .pdf-mid .details ul.ico-list > li::before {
            width: 0.3125rem;
            height: 0.5rem;
            border-radius: 0;
            background: url(/html/_skin/img/sub/pdf/ico_certificate_list_type2.png);
            top: 11px; }
    #certificatePopup .pdf-area .pdf-wrap .pdf-btm {
      margin-top: auto; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-btm .date {
        margin-top: 40px;
        font-size: 20px;
        letter-spacing: 1px; }
      #certificatePopup .pdf-area .pdf-wrap .pdf-btm .utils {
        margin-top: -20px;
        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; }
        #certificatePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature {
          position: relative;
          font-size: 20px;
          padding-right: 35px;
          padding-bottom: 10px;
          letter-spacing: 1px; }
          #certificatePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature .name {
            font-size: 35px;
            margin-left: 10px;
            position: relative;
            z-index: 2;
            font-weight: 500; }
          #certificatePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature img {
            position: absolute;
            top: -5px;
            right: 2px; }

#receipt_feePopup .modal-body__inner,
#receiptPopup .modal-body__inner {
  max-width: 740px; }

#receipt_feePopup .pdf-area,
#receiptPopup .pdf-area {
  width: 738px;
  padding: 15px;
  min-height: 901px; }
  #receipt_feePopup .pdf-area .pdf-wrap,
  #receiptPopup .pdf-area .pdf-wrap {
    border: 1px solid #dddddd;
    width: 100%;
    min-height: 870px;
    margin: 0 auto;
    padding: 50px 50px 40px 50px;
    background: url(/html/_skin/img/sub/pdf/bg_receipt.png) no-repeat center/390px;
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex; }
    #receipt_feePopup .pdf-area .pdf-wrap .pdf-tp *,
    #receiptPopup .pdf-area .pdf-wrap .pdf-tp * {
      line-height: 1; }
    #receipt_feePopup .pdf-area .pdf-wrap .pdf-tp .tit h2,
    #receiptPopup .pdf-area .pdf-wrap .pdf-tp .tit h2 {
      padding-bottom: 10px; }
      #receipt_feePopup .pdf-area .pdf-wrap .pdf-tp .tit h2::after,
      #receiptPopup .pdf-area .pdf-wrap .pdf-tp .tit h2::after {
        width: 201px;
        height: 2px;
        background-color: #000; }
    #receipt_feePopup .pdf-area .pdf-wrap .pdf-mid .details,
    #receiptPopup .pdf-area .pdf-wrap .pdf-mid .details {
      margin-top: 70px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.8; }
      #receipt_feePopup .pdf-area .pdf-wrap .pdf-mid .details ul > li,
      #receiptPopup .pdf-area .pdf-wrap .pdf-mid .details ul > li {
        padding-left: 14px;
        display: -ms-flexbox;
        display: flex; }
        #receipt_feePopup .pdf-area .pdf-wrap .pdf-mid .details ul > li + li,
        #receiptPopup .pdf-area .pdf-wrap .pdf-mid .details ul > li + li {
          margin-top: 25px; }
        #receipt_feePopup .pdf-area .pdf-wrap .pdf-mid .details ul > li::before,
        #receiptPopup .pdf-area .pdf-wrap .pdf-mid .details ul > li::before {
          top: 13px; }
        #receipt_feePopup .pdf-area .pdf-wrap .pdf-mid .details ul > li > b,
        #receiptPopup .pdf-area .pdf-wrap .pdf-mid .details ul > li > b {
          width: 86px;
          font-weight: 400;
          margin-right: 5px; }
    #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm,
    #receiptPopup .pdf-area .pdf-wrap .pdf-btm {
      margin-top: auto; }
      #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .date,
      #receiptPopup .pdf-area .pdf-wrap .pdf-btm .date {
        margin-top: 55px;
        font-size: 18px;
        font-weight: 400; }
        #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .date > span,
        #receiptPopup .pdf-area .pdf-wrap .pdf-btm .date > span {
          display: block;
          text-align: center;
          font-weight: 700;
          margin-bottom: 25px; }
      #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .utils,
      #receiptPopup .pdf-area .pdf-wrap .pdf-btm .utils {
        margin-top: 80px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end !important;
        align-items: end !important;
        -ms-flex-pack: end !important;
        justify-content: end !important; }
        #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature,
        #receiptPopup .pdf-area .pdf-wrap .pdf-btm .utils .signature {
          position: relative;
          font-size: 18px;
          font-weight: 400;
          padding-right: 20px; }
          #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature > span,
          #receiptPopup .pdf-area .pdf-wrap .pdf-btm .utils .signature > span {
            position: relative;
            z-index: 2; }
            #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature > span em,
            #receiptPopup .pdf-area .pdf-wrap .pdf-btm .utils .signature > span em {
              font-style: normal;
              margin-left: 10px; }
          #receipt_feePopup .pdf-area .pdf-wrap .pdf-btm .utils .signature img,
          #receiptPopup .pdf-area .pdf-wrap .pdf-btm .utils .signature img {
            position: absolute;
            top: 5px;
            right: -40px; }

#uploadPopup .modal-dialog {
  max-width: 645px; }

#uploadPopup .modal-content {
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 2.187rem;
  box-shadow: 5px 5px 46px 0 rgba(0, 0, 0, 0.2); }

#uploadPopup .modal-header .close {
  width: 0.8125rem;
  height: 0.8125rem;
  background-size: 0.8125rem; }

#uploadPopup .modal-body {
  padding: 0 0.3125rem;
  margin-top: 0;
  border-top: none; }

#appointPopup {
  /*
    .pdf-wrap {
        border: 4px solid #000;
        border-radius: 20px;
        width: 559px;
        min-height: 816px;
        margin: 0 auto;
        padding: 25px 30px 20px 30px;
        background: url(/html/_skin/img/sub/pdf/bg_certificate.png) no-repeat center / 327px;
        -ms-flex-direction: column  !important;
        flex-direction: column !important;        
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    
        .pdf-tp {
            * { line-height: 1; }

            .key {
                font-size: 15px;                  
            }

            .tit {
                margin-top: 20px;
                gap: 70px;
                padding-bottom: 35px;

                h2 {
                    font-size: 40px;                        
                    margin: 0;
                    line-height: 1;

                    &::after {
                        content: none;
                    }
                }  
            }
        }

        .pdf-mid {
        }
    }
    */ }
  #appointPopup .modal-dialog {
    max-width: 862px; }
  #appointPopup .pdf-wrap {
    width: 800px;
    margin: 0 auto;
    padding: 70px 50px 120px 50px;
    min-height: 1050px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column  !important;
    flex-direction: column !important; }
    #appointPopup .pdf-wrap .pdf-tp .tit {
      position: relative;
      padding-bottom: 0.3125rem; }
      #appointPopup .pdf-wrap .pdf-tp .tit h2 {
        font-size: 30pt; }
      #appointPopup .pdf-wrap .pdf-tp .tit::before, #appointPopup .pdf-wrap .pdf-tp .tit::after {
        content: '';
        display: block;
        width: 90%;
        border-top: 1px solid #000;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      #appointPopup .pdf-wrap .pdf-tp .tit::before {
        border-width: 0.125rem;
        bottom: 6px; }
      #appointPopup .pdf-wrap .pdf-tp .tit::after {
        border-width: 0.25rem; }
    #appointPopup .pdf-wrap .pdf-mid {
      margin-top: 50px; }
      #appointPopup .pdf-wrap .pdf-mid .desc {
        font-size: 14.4pt;
        font-weight: 300;
        border: 3px solid;
        padding: 20px; }
      #appointPopup .pdf-wrap .pdf-mid .table-wrap {
        margin-top: 70px; }
        #appointPopup .pdf-wrap .pdf-mid .table-wrap table {
          width: 100%;
          border: 1px solid #000 !important; }
          #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr:first-child {
            border-bottom: 1px solid; }
          #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr th,
          #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr td {
            height: 40px;
            padding: 10px;
            text-align: center;
            font-weight: 300;
            border-left: 1px solid; }
            #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr th:first-child,
            #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr td:first-child {
              border-left: none; }
          #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr th {
            font-size: 13.09pt;
            background-color: #d6d6d6; }
          #appointPopup .pdf-wrap .pdf-mid .table-wrap table tr td {
            font-size: 10.47pt; }
    #appointPopup .pdf-wrap .pdf-btm {
      margin-top: auto; }
      #appointPopup .pdf-wrap .pdf-btm .date {
        font-weight: 300;
        font-size: 17.02pt; }
      #appointPopup .pdf-wrap .pdf-btm .signature {
        position: relative;
        width: fit-content;
        margin: 175px auto 0; }
        #appointPopup .pdf-wrap .pdf-btm .signature b {
          font-weight: 800;
          font-size: 31.42pt;
          position: relative;
          z-index: 2; }
        #appointPopup .pdf-wrap .pdf-btm .signature img {
          position: absolute;
          right: -95px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.nm {
  font-family: "Nanum Myeongjo", serif; }

.print-table-area {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 3.125rem 10px; }
  .print-table-area.print {
    padding: 0 !important; }
  .print-table-area.full {
    max-width: 100%;
    padding: 10px; }
  .print-table-area .noti {
    margin-top: 20px; }
  .print-table-area .print-area {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto; }
    .print-table-area .print-area * {
      color: #151515; }
    .print-table-area .print-area table:not(.table-inner) {
      border: 1px solid; }
      .print-table-area .print-area table:not(.table-inner).bor-2px {
        border-width: 2px; }
        .print-table-area .print-area table:not(.table-inner).bor-2px tbody tr {
          border-width: 2px; }
          .print-table-area .print-area table:not(.table-inner).bor-2px tbody tr th,
          .print-table-area .print-area table:not(.table-inner).bor-2px tbody tr td {
            border-width: 2px; }
      .print-table-area .print-area table:not(.table-inner) tbody tr {
        border-bottom: 1px solid; }
        .print-table-area .print-area table:not(.table-inner) tbody tr:first-child {
          border-top: 1px solid; }
        .print-table-area .print-area table:not(.table-inner) tbody tr:last-child {
          border-bottom: none; }
        .print-table-area .print-area table:not(.table-inner) tbody tr th,
        .print-table-area .print-area table:not(.table-inner) tbody tr td {
          padding: 5px;
          border-left: 1px solid;
          vertical-align: middle;
          font-size: 10.47pt; }
          .print-table-area .print-area table:not(.table-inner) tbody tr th:first-child:not(.border-left),
          .print-table-area .print-area table:not(.table-inner) tbody tr td:first-child:not(.border-left) {
            border-left: none; }
          .print-table-area .print-area table:not(.table-inner) tbody tr th.table-inner-area,
          .print-table-area .print-area table:not(.table-inner) tbody tr td.table-inner-area {
            padding: 0; }
        .print-table-area .print-area table:not(.table-inner) tbody tr .tit {
          text-align: center; }
    .print-table-area .print-area .table-inner {
      border: none !important;
      width: 100%;
      height: 100%; }
      .print-table-area .print-area .table-inner tbody tr {
        border-bottom: 1px dashed !important; }
        .print-table-area .print-area .table-inner tbody tr:first-child {
          border-top: none !important; }
        .print-table-area .print-area .table-inner tbody tr:last-child {
          border-bottom: none !important; }
        .print-table-area .print-area .table-inner tbody tr td {
          height: 17px !important;
          font-size: 11px !important;
          text-align: center; }
    .print-table-area .print-area .td-inner.type1 {
      padding: 40px; }
      .print-table-area .print-area .td-inner.type1 p + p {
        margin-top: 30px; }
      .print-table-area .print-area .td-inner.type1 .date {
        padding-right: 225px; }
      .print-table-area .print-area .td-inner.type1 .owner {
        padding-right: 90px; }
    .print-table-area .print-area .td-inner.type2 {
      padding: 20px;
      line-height: 1.6; }
      .print-table-area .print-area .td-inner.type2 div + div {
        margin-top: 15px; }
    .print-table-area .print-area .td-inner.type3 {
      padding: 5px 5px; }
      .print-table-area .print-area .td-inner.type3 .date {
        margin-top: 15px; }
      .print-table-area .print-area .td-inner.type3 .infos {
        margin-top: 15px;
        padding-right: 50px; }
        .print-table-area .print-area .td-inner.type3 .infos p {
          text-align: left; }
    .print-table-area .print-area .thead > th {
      height: 70px;
      vertical-align: middle; }
    .print-table-area .print-area .thead strong {
      font-weight: 800;
      font-size: 19.64pt;
      line-height: 1; }
      .print-table-area .print-area .thead strong.under {
        text-decoration: underline; }
    .print-table-area .print-area .thead span {
      font-weight: 300;
      font-size: 11.78pt; }
    .print-table-area .print-area .table-type1 {
      border: 3px double #000000;
      min-width: 790px;
      margin: 0 auto;
      table-layout: fixed; }
      .print-table-area .print-area .table-type1 tbody tr th,
      .print-table-area .print-area .table-type1 tbody tr td {
        padding: 10px; }
      .print-table-area .print-area .table-type1 tbody tr th {
        height: 50px;
        text-align: left; }
      .print-table-area .print-area .table-type1 tbody tr td {
        height: 40px;
        font-size: 10.47pt; }
      .print-table-area .print-area .table-type1 tbody tr b {
        font-weight: 800;
        font-size: 11.78pt; }
    .print-table-area .print-area .table-type2 {
      margin-top: 20px;
      max-width: 100%;
      width: 100%; }
      .print-table-area .print-area .table-type2 .thead > th {
        font-size: 10pt;
        line-height: 1.2; }
      .print-table-area .print-area .table-type2 tbody tr td {
        height: 40px;
        font-size: 11pt; }
      .print-table-area .print-area .table-type2 tbody tr th,
      .print-table-area .print-area .table-type2 tbody tr td {
        text-align: center; }
        .print-table-area .print-area .table-type2 tbody tr th:nth-child(2),
        .print-table-area .print-area .table-type2 tbody tr td:nth-child(2) {
          width: 200px; }
        .print-table-area .print-area .table-type2 tbody tr th:nth-child(3),
        .print-table-area .print-area .table-type2 tbody tr td:nth-child(3) {
          width: 110px; }
        .print-table-area .print-area .table-type2 tbody tr th:nth-child(13),
        .print-table-area .print-area .table-type2 tbody tr td:nth-child(13) {
          width: 130px; }
        .print-table-area .print-area .table-type2 tbody tr th:last-child,
        .print-table-area .print-area .table-type2 tbody tr td:last-child {
          width: 340px; }
    .print-table-area .print-area .table-type3 {
      width: 340px; }
      .print-table-area .print-area .table-type3 tr td:first-child {
        width: 45%; }
      .print-table-area .print-area .table-type3 tr td:last-child {
        width: 55%; }
    .print-table-area .print-area .table-type4 {
      max-width: 100%;
      width: 100%;
      border-width: 3px !important; }
      .print-table-area .print-area .table-type4 .thead td:first-child {
        border-left: 1px solid !important; }
      .print-table-area .print-area .table-type4 tr td {
        text-align: center; }
        .print-table-area .print-area .table-type4 tr td.td-tit {
          padding: 15px 5px; }

@media print {
  @page {
    size: A4;
    margin: 0mm 0mm;
    /* 상하 15mm, 좌우 10mm */ }
  .print-area {
    max-width: 210mm;
    margin: 0 0; }
    .print-area .table-type1 {
      min-width: 90%;
      margin: 0; }
    .print-area .table-type2 {
      min-width: 100%;
      margin: 0; }
    .print-area > .thead,
    .print-area table {
      margin-top: 10px !important; } }

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

.main_visual__slider {
  margin-bottom: 0 !important; }
  .main_visual__slider.bounce {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -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; }

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

.slider_item__inner {
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: calc(1510px + 3.75rem);
  margin: 0 auto;
  padding: 0 3.125rem; }
  .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 p {
      font-size: 3.125rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.4; }
    .slider_item__inner .slider_item__inner__txtbox a {
      display: inline-block;
      font-size: 16px;
      font-weight: 300;
      color: #fff;
      padding: 10px 15px;
      margin-top: 20px;
      background-color: #072c54; }
      @media (min-width: 1200px) {
        .slider_item__inner .slider_item__inner__txtbox a:hover {
          background-color: #09386c; } }

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

/*
.main_visual__slider .slick-dots {
	bottom: 272px;

	li {
		width: 10px;
		height: 10px;
		
		@include transition;

		&.slick-active {
			width: 40px;
		}

		button {
			width: 100%;
			height: 100%;
			padding: 0;
			border-radius: 5px;
			background-color: #fff;
		}

		&.slick-active button {
			border-radius: 5px;
			background-color: $color-base;
		}
	}
}

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

@include xl-min {
	.slider_item__more a:hover {
		background-color: #94de50;
	}

}

@include xl-max {
	.slider_item {
		height: $main-tablet-visual-height;
	}
}

@include md-max {
	.slider_item {
		height: $main-mobile-visual-height;
		min-height: 360px;
	}

	.slider_item__inner {
		margin-top: 0;
    
    .slider_item__inner__txtbox {
      padding-bottom: 0;
      
      h2 {
        font-size: 25px;
      }

      p {
        font-size: 14px;
        margin-top: 15px;
      }
      
      a {
        font-size: 12px;
        margin-top: 15px;
        padding: 6px 10px;
      }
    }
	}

	.main_visual__slider .slick-dots {
		bottom: 20px;
	}

}
*/
html.main {
  overflow: hidden !important; }

#wrapper.main [data-aos^=fade][data-aos^=fade]:not(.ani-item) {
  opacity: 1; }

#wrapper.main [data-aos=fade-up] {
  transform: translate3d(0, 0, 0); }

#wrapper.main [data-aos][data-aos][data-aos-duration="800"], #wrapper.main body[data-aos-duration="800"] [data-aos] {
  transition-duration: initial; }

#wrapper.main [data-aos][data-aos][data-aos-easing=ease], #wrapper.main body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: linear; }

#wrapper.main .ani-item,
#wrapper.main .visual-txt {
  opacity: 0; }

/* main section 01 */
.main-section.section-01 .fp-tableCell .artice-wrap {
  height: 100%;
  padding-top: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column  !important;
  flex-direction: column !important; }

.main-section.section-01 .main-visual {
  height: calc(100% - 17.5rem);
  padding-bottom: 1.875rem; }
  .main-section.section-01 .main-visual .main-visual-inner,
  .main-section.section-01 .main-visual .main_visual__slider,
  .main-section.section-01 .main-visual .slick-list,
  .main-section.section-01 .main-visual .slick-track,
  .main-section.section-01 .main-visual .slider_item {
    height: 100%; }
  .main-section.section-01 .main-visual .main-visual-inner {
    position: relative;
    padding: 0 3.125rem; }
    .main-section.section-01 .main-visual .main-visual-inner .main_visual__slider {
      border-radius: 1.875rem 1.875rem 0 1.875rem;
      overflow: hidden; }
  .main-section.section-01 .main-visual .controler-wrap {
    width: 15rem;
    height: 4.375rem;
    background-color: #fff;
    border-top-left-radius: 1.875rem;
    position: absolute;
    right: 3.125rem;
    bottom: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    gap: 1.25rem; }
    .main-section.section-01 .main-visual .controler-wrap::before, .main-section.section-01 .main-visual .controler-wrap::after {
      content: '';
      display: block;
      width: 1.875rem;
      height: 1.875rem;
      position: absolute;
      background: #fff;
      -webkit-mask: radial-gradient(circle at 100% 100%, transparent 1.8125rem, rgba(0, 0, 0, 0.4) 1.84375rem, black 1.875rem);
      mask: radial-gradient(circle at 100% 100%, transparent 1.8125rem, rgba(0, 0, 0, 0.4) 1.84375rem, black 1.875rem);
      z-index: 5;
      transform: rotate(180deg); }
    .main-section.section-01 .main-visual .controler-wrap::before {
      bottom: 0px;
      left: -1.875rem; }
    .main-section.section-01 .main-visual .controler-wrap::after {
      right: 0px;
      top: -1.875rem; }
    .main-section.section-01 .main-visual .controler-wrap > * {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-section.section-01 .main-visual .controler-wrap .counter {
      gap: 0.4375rem; }
      .main-section.section-01 .main-visual .controler-wrap .counter .current {
        font-weight: 700; }
    .main-section.section-01 .main-visual .controler-wrap .controler {
      position: relative; }
      .main-section.section-01 .main-visual .controler-wrap .controler .slick-playback {
        width: 0.625rem;
        height: 0.75rem;
        font-size: 0;
        text-indent: -9999px;
        background: url(/html/_skin/img/main/ico_pause.png) no-repeat center/contain; }
        .main-section.section-01 .main-visual .controler-wrap .controler .slick-playback.paused {
          background-image: url(/html/_skin/img/main/ico_play.png); }
    .main-section.section-01 .main-visual .controler-wrap .arrow {
      gap: 0.375rem; }
      .main-section.section-01 .main-visual .controler-wrap .arrow .slide-btn {
        position: relative;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        margin: 0;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 50%;
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.937rem;
        font-size: 0;
        text-indent: -9999px;
        display: block; }
        .main-section.section-01 .main-visual .controler-wrap .arrow .slide-btn:hover {
          opacity: 0.8; }
        .main-section.section-01 .main-visual .controler-wrap .arrow .slide-btn.slide-prev {
          background-image: url(/html/_skin/img/common/ico_visual_arrow_prev_w.svg); }
        .main-section.section-01 .main-visual .controler-wrap .arrow .slide-btn.slide-next {
          background-image: url(/html/_skin/img/common/ico_visual_arrow_next_w.svg); }

.main-section.section-01 .main-quick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 17.5rem;
  background: url(/html/_skin/img/main/bg_main_quick_menu.jpg) no-repeat center/cover; }
  .main-section.section-01 .main-quick .con-tit {
    width: 20.625rem; }
  .main-section.section-01 .main-quick .con-wrap {
    width: calc(100% - 20.625rem); }

.main-section.section-01 .quick-box .icon-box {
  height: 7.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.main-section.section-01 .quick-box > .col-inner a:hover p {
  color: #072c54; }

.main-section.section-02 .artice-wrap {
  width: 100%; }
  .main-section.section-02 .artice-wrap .artice-links {
    width: calc(100% - 27.1875rem);
    padding-right: 3.75rem; }
    .main-section.section-02 .artice-wrap .artice-links .links.green .links-box ul li + li {
      border-top: 1px solid #8bd297; }
    .main-section.section-02 .artice-wrap .artice-links .links.green .links-box ul li::before {
      background-color: #2a9b2e; }
    .main-section.section-02 .artice-wrap .artice-links .links.green .links-box ul li a {
      background-image: url(/html/_skin/img/common/ico_more_g.svg); }
      .main-section.section-02 .artice-wrap .artice-links .links.green .links-box ul li a.target-new::before {
        background-image: url(/html/_skin/img/common/ico_more_new_g.svg); }
    .main-section.section-02 .artice-wrap .artice-links .links.green .links-box ul li:hover {
      color: #2a9b2e; }
    .main-section.section-02 .artice-wrap .artice-links .links.blue .links-box ul li + li {
      border-top: 1px solid #b0cfff; }
    .main-section.section-02 .artice-wrap .artice-links .links.blue .links-box ul li::before {
      background-color: #1b4695; }
    .main-section.section-02 .artice-wrap .artice-links .links.blue .links-box ul li a {
      background-image: url(/html/_skin/img/common/ico_more_s.svg); }
      .main-section.section-02 .artice-wrap .artice-links .links.blue .links-box ul li a.target-new::before {
        background-image: url(/html/_skin/img/common/ico_more_new_s.svg); }
    .main-section.section-02 .artice-wrap .artice-links .links.blue .links-box ul li:hover {
      color: #1b4695; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li {
      position: relative;
      padding: 1.6875rem 1.875rem 1.6875rem calc(1.875rem + 3.437rem); }
      .main-section.section-02 .artice-wrap .artice-links .links-box ul li a {
        display: block;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1.125rem; }
        .main-section.section-02 .artice-wrap .artice-links .links-box ul li a.target-new {
          position: relative;
          background: none !important; }
          .main-section.section-02 .artice-wrap .artice-links .links-box ul li a.target-new::before {
            content: '';
            display: block;
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 50%;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 1.56rem;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .main-section.section-02 .artice-wrap .artice-links .links-box ul li::before {
        content: '';
        width: 2.4375rem;
        height: 2.4375rem;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        position: absolute;
        left: 1.875rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(1)::before {
      content: "01"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(2)::before {
      content: "02"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(3)::before {
      content: "03"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(4)::before {
      content: "04"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(5)::before {
      content: "05"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(6)::before {
      content: "06"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(7)::before {
      content: "07"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(8)::before {
      content: "08"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(9)::before {
      content: "09"; }
    .main-section.section-02 .artice-wrap .artice-links .links-box ul li:nth-child(10)::before {
      content: "10"; }
  .main-section.section-02 .artice-wrap .artice-notice {
    width: 27.1875rem; }
    .main-section.section-02 .artice-wrap .artice-notice .utils > * {
      position: relative;
      left: initial;
      right: initial;
      bottom: initial;
      top: initial;
      margin: 0; }
    .main-section.section-02 .artice-wrap .artice-notice .utils .swiper-pagination {
      width: fit-content !important; }
      .main-section.section-02 .artice-wrap .artice-notice .utils .swiper-pagination .swiper-pagination-current {
        color: #072c54; }
      .main-section.section-02 .artice-wrap .artice-notice .utils .swiper-pagination .swiper-pagination-total {
        color: #d3d3d3; }

.main-section.section-03 .fp-tableCell {
  padding-top: 110px;
  background: url(/html/_skin/img/main/bg_main_sec03.png) no-repeat right top 110px/1260px; }

.main-section.section-03 .artice-wrap {
  width: 100%; }
  .main-section.section-03 .artice-wrap .artice-latest {
    width: calc(100% - 29.6875rem);
    padding-left: 3.125rem; }
    .main-section.section-03 .artice-wrap .artice-latest .latests {
      width: 100%; }
  .main-section.section-03 .artice-wrap .artice-journal {
    width: 29.6875rem;
    padding-top: 3.437rem; }
    .main-section.section-03 .artice-wrap .artice-journal .con-wrap {
      background: url(/html/_skin/img/main/bg_main_sec03_journal.jpg) no-repeat center/cover;
      margin-top: 0;
      height: 100%; }
      .main-section.section-03 .artice-wrap .artice-journal .con-wrap .board-area {
        width: 100%; }

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

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

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

.ce_item {
  opacity: 0; }

.mt40_20 {
  margin-top: 40px; }

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

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

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

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

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

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

.bg_f2f2f2 {
  background-color: #f2f2f2; }

.w100 {
  width: 100% !important; }

/* location */
/*
.location-wrap {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans KR', 'Montserrat';

  ul.location-ul {
    margin: -20px auto 0;
    font-size: 0;
    line-height: 0;
    background-color: $color-base;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

    > li {
      position: relative;
      display: inline-block;
      margin-right: -1px;
      vertical-align: top;

      &:before {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "";
        width: 13px;
        height: 7px;
        background: url(/html/_skin/img/sub/icon_location_down_arrow.png) no-repeat center;
        margin-top: -3.5px;
        pointer-events: none;
      }

      &.location-home {
        a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0;
          min-width: 65px;
          height: 60px;
          text-align: center;
          border-left: 0;
          background-color: #fff;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }

        img {}

        &:before {
          display: none;
        }
      }
    }
  }

  li a {
    display: block;
    padding: 0 40px 0 20px;
    min-width: 170px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 0 1px;
    font-size: 16px;
    line-height: 60px;
    word-break: keep-all;
    font-weight: 300;
    color: #fff;
  }

  ul.location-ul > li {
    &:last-child > a, &.on > a {
      background: $color-base;
    }
  }

  .location-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0;
    background-color: #fff;

    a {
      padding: 15px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: transparent;
      line-height: 17px;
      color: #333;
    }

    li.on a {
      color: $color-base !important;
    }
  }
}

/* 2depth 

@include xl-max {
  .location-wrap ul.location-ul {
    margin: 0 -20px 0;
  }
}

@include xl-min {
  .location-wrap {
    li:not(.location-home) a:hover,
	ul.location-ul > li:last-child > a:hover {
      background: $color-base-hover;
    }

    .location-depth2 li:not(.location-home) a:hover {
      background: #f1f1f1;
      color: #000;
    }
  }
}

@include md-max {
  .location-wrap {
    ul.location-ul > li {
      display: none;

      &.location-home {
        display: inline-block;
      }

      &:last-of-type {
        display: inline-block;
        width: calc(100% - 53px);

        > a {
          background: $color-base;
          text-align: center;
        }
      }
    }

    li a {
      line-height: 50px;
    }

    ul.location-ul > li.location-home {
      a {
        min-width: 55px;
        height: 50px;
      }

      img {
        width: 16px;
      }
    }

    .location-depth2 {
      top: 50px;
    }
  }
}
*/
/*
	--- sub conts
*/
#subConts {
  width: 100%; }

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

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

/* question */
.qtable {
  max-width: 600px;
  margin: 0 auto; }
  .qtable table {
    width: 100%; }
    .qtable table tr th, .qtable table tr td {
      padding: 10px;
      vertical-align: middle; }
    .qtable table tr th {
      font-size: 0; }
    .qtable table tr td {
      text-align: right; }

.q_name--fc {
  display: inline-block;
  font-size: 16px;
  color: #666;
  vertical-align: middle; }

.q_num--fc {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 13px;
  margin-right: 10px; }

.qtable .board-write-btn-wrap--fc {
  margin: 20px 0 30px;
  padding-top: 35px;
  border-top: 1px solid #ddd; }
  .qtable .board-write-btn-wrap--fc .btn-cancel--fc {
    background: #fff;
    color: #464646;
    border: 1px solid #d2d2d3; }
  .qtable .board-write-btn-wrap--fc .btn-confirm--fc {
    background: #ffa500;
    border: 1px solid #ffa500; }

.qtable .jq-star {
  width: 30px !important;
  height: 30px !important; }

@media (max-width: 767px) {
  .qtable table {
    display: block; }
    .qtable table tbody {
      display: block; }
    .qtable table tr {
      display: block; }
      .qtable table tr th {
        display: block; }
      .qtable table tr td {
        display: block;
        padding: 0 10px 20px 10px; } }

/* 회원가입 */
#displaySearch, #displaySearchCount {
  margin-right: 0 !important; }

@media (max-width: 767px) {
  #zipcode {
    width: 60% !important;
    margin-bottom: 5px; }
  .member-wrap .form-table {
    display: block;
    width: 100%; }
    .member-wrap .form-table tbody {
      display: block;
      width: 100%; }
    .member-wrap .form-table tr {
      display: block;
      width: 100%; }
      .member-wrap .form-table tr th, .member-wrap .form-table tr td {
        display: block;
        width: 100%; }
      .member-wrap .form-table tr th {
        padding: 20px 10px 0 !important;
        background: #fff; }
      .member-wrap .form-table tr td {
        margin-bottom: 20px; }
  #displaySearch {
    margin-right: 5px !important; }
  .member-wrap .form-table tr td input + input {
    margin-top: 5px; } }

/*  */
.sub_data__tit {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  color: #333;
  margin: 60px 0 30px; }
  .sub_data__tit:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #072c54; }
  .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 #072c54; }
    .dtable table tbody tr th, .dtable table tbody tr td {
      font-size: 18px;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      vertical-align: middle; }
    .dtable table tbody tr th:last-child, .dtable table tbody tr td:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .dtable table tbody tr th {
      color: #000000;
      font-weight: 400;
      background-color: transparent; }
    .dtable table tbody tr td {
      color: #000000;
      font-weight: 300;
      background-color: transparent; }

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8; }
  .bullet_ul li + li {
    margin-top: 0.2777777777em; }
  .bullet_ul li:before {
    content: "";
    position: absolute;
    top: 0.6666666666666em;
    left: 0;
    width: 0.277777777777em;
    height: 0.277777777777em;
    background-color: #333;
    border-radius: 50%; }

.bullet_ul.color_fff li:before {
  background-color: #fff; }

@media (max-width: 767px) {
  .sub_data__tit {
    font-size: 16px;
    margin: 30px 0 15px;
    padding-left: 10px; }
    .sub_data__tit:before {
      top: 6px;
      width: 3px;
      height: 14px; }
  .sub_data__txt {
    font-size: 14px; }
  .dtable table tbody tr th, .dtable table tbody tr td {
    font-size: 12px;
    padding: 10px; } }

/* shop */
/*
.category_list--fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #666;

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

    &.on a {
      color: $font-color-base !important;
      font-weight: 700;
      border-bottom-color: transparent;

      &:after {
        content: "";
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: $color-base;
      }
    }

    &:last-child a {
      border-right-width: 1px;
    }
  }
}

@include xl-min {
  .category_list--fc > li a:hover {
    background-color: #f7f7f7;
  }
}

@include md-max {
  .category_list--fc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    > li {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 1px;

      a {
        font-size: 12px;
        padding: 5px;
        border: 1px solid #dadada;
      }

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

.tab_conts_box > ul > li {
  display: block; }
  .tab_conts_box > ul > li:not(:first-child) {
    display: none; }

/* history */
.history_wrap1--fc {
  overflow: hidden;
  margin-top: 50px; }
  .history_wrap1--fc .col-md-6 {
    display: block;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none; }
  .history_wrap1--fc .offset-md-6 {
    margin-left: 0;
    width: 100%; }
  .history_wrap1--fc .col-md-6,
  .history_wrap1--fc .offset-md-6 {
    float: right;
    margin-bottom: 30px;
    padding-top: 20px;
    width: calc(100% - 155px);
    border-top: 1px solid #ddd; }
    @media (max-width: 767px) {
      .history_wrap1--fc .col-md-6,
      .history_wrap1--fc .offset-md-6 {
        width: 100%;
        border-top: 0 none; } }
  .history_wrap1--fc dl {
    clear: both; }
    .history_wrap1--fc dl dt,
    .history_wrap1--fc dl dd {
      float: left;
      margin-bottom: 20px;
      color: #666;
      font-family: 'Noto Sans KR','Noto Sans JP'; }
    .history_wrap1--fc dl dt {
      width: 120px;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.1; }
    .history_wrap1--fc dl dd {
      width: calc(100% - 120px);
      font-size: 15px;
      line-height: 1.6; }

.history_tit1--fc {
  clear: both;
  float: left;
  padding-top: 10px;
  width: 140px;
  border-top: 1px solid #e21f25;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #e21f25;
  letter-spacing: -2px; }
  @media (max-width: 767px) {
    .history_tit1--fc {
      width: 100%; } }

/* history2 */
.history_line--fc {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 30px; }
  .history_line--fc:nth-child(odd) {
    margin: 0 auto 0 0;
    padding-right: 30px; }
  .history_line--fc:nth-child(even) {
    display: block;
    margin: 0 0 0 auto;
    padding-left: 30px; }
  .history_line--fc:last-child {
    padding-bottom: 0; }
  .history_line--fc:before {
    content: "";
    position: absolute;
    top: 0;
    right: -.5px;
    bottom: 0;
    width: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_line--fc:nth-child(even):before {
    right: auto;
    left: -.5px; }
  .history_line--fc:first-child:before {
    top: 10px; }
  .history_line--fc:last-child:before {
    bottom: auto;
    height: 10px; }

.history_tit--fc {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px; }
  .history_tit--fc:before {
    content: "";
    position: absolute;
    right: -30.5px;
    top: 13px;
    width: 26px;
    height: 1px;
    background-color: #bdbdbd;
    z-index: 1; }
  .history_tit--fc:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #2a9b2e;
    border: 2px solid #072c54;
    border-radius: 50%;
    top: 9px;
    right: -35.5px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.history_line--fc:nth-child(even) .history_tit--fc {
  text-align: left; }
  .history_line--fc:nth-child(even) .history_tit--fc:before {
    right: auto;
    left: -30.5px; }
  .history_line--fc:nth-child(even) .history_tit--fc:after {
    right: auto;
    left: -35.5px; }

.history_line--fc .offset-md-6 {
  text-align: right;
  word-break: keep-all;
  margin-left: 0; }

.history_line--fc:nth-child(even) .offset-md-6 {
  text-align: left; }

.history_line--fc dl {
  margin-top: 20px; }

.history_line--fc dt {
  display: none; }

.history_line--fc dd {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333132;
  padding-left: 30px; }
  .history_line--fc dd span {
    position: absolute;
    top: 0;
    left: 0;
    color: #555; }

.history_inner_img {
  width: 220px; }

@media (max-width: 767px) {
  .history_line--fc {
    width: 100%;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .history_line--fc:before {
      display: none; }
    .history_line--fc dl {
      margin-top: 10px; }
  .history_tit--fc {
    text-align: left;
    font-size: 18px; }
    .history_tit--fc:before, .history_tit--fc:after {
      display: none; }
  .history_line--fc .offset-md-6 {
    text-align: left; }
  .history_line--fc dd {
    font-size: 14px; } }

/* sitemap */
.sitemap__nav__depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem; }
  .sitemap__nav__depth1 > li {
    width: 25%;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem; }
    .sitemap__nav__depth1 > li > a {
      display: block;
      padding: 1.1875rem 0;
      background: #333;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1;
      color: #fff;
      border-left: 6px solid #072c54;
      padding-left: 14px; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth1 > li > a:hover {
          background: #525252; } }
    @media (max-width: 991px) {
      .sitemap__nav__depth1 > li {
        width: 50%; } }
    @media (max-width: 767px) {
      .sitemap__nav__depth1 > li {
        width: 100%;
        padding: 0; } }
  @media (max-width: 767px) {
    .sitemap__nav__depth1 {
      margin: 0; } }

.sitemap__nav__depth2 {
  padding: 1.25rem;
  font-size: 1.125rem; }
  .sitemap__nav__depth2 > li + li {
    margin-top: 0.625rem; }
  .sitemap__nav__depth2 > li > a {
    position: relative;
    display: inline-block;
    padding-left: 0.625rem; }
    .sitemap__nav__depth2 > li > a:before {
      content: "";
      position: absolute;
      top: 0.6875rem;
      left: 0;
      width: 0.1875rem;
      height: 0.1875rem;
      border-radius: 50%;
      background-color: #072c54;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    @media (min-width: 1200px) {
      .sitemap__nav__depth2 > li > a:hover:before {
        top: 0;
        height: 100%;
        border-radius: 0; } }

.sitemap__nav__depth3 {
  padding-left: 0.625rem;
  font-size: 1rem; }
  .sitemap__nav__depth3 > li {
    margin-top: 0.3125rem; }
    .sitemap__nav__depth3 > li > a {
      position: relative;
      display: inline-block;
      padding-left: 0.9375rem;
      color: #999; }
      .sitemap__nav__depth3 > li > a:before {
        content: "-";
        position: absolute;
        top: -0.0625rem;
        left: 0; }
      @media (min-width: 1200px) {
        .sitemap__nav__depth3 > li > a:hover {
          color: #333; } }

/******************************************/
#wrapper.sub #contents {
  z-index: 5; }

.dep1-member--fc .sub-visual-area .subCommon--fc .sub-tit {
  text-align: center; }

.sub-visual-area {
  padding-top: 110px; }
  @media (max-width: 1199px) {
    .sub-visual-area {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .sub-visual-area {
      padding-top: 55px; } }
  .sub-visual-area .sub-visual-inner {
    /*
        padding: $rem-100px 0 $rem-45px;


        @include xl-max {
            padding: rem-respon-basic($rem-100px) 0 $rem-45px;
        }

        @include md-max {
            padding: rem-respon-small($rem-100px) 0 $rem-45px;
        }
        */
    padding: 2.812rem 0; }
  .sub-visual-area.type2 .location-wrap ul li:nth-child(3) {
    display: none !important; }
  .sub-visual-area.type3 .sub-visual-inner {
    padding-top: 0 !important; }
  .sub-visual-area .location-wrap {
    font-size: 1rem;
    font-weight: 400;
    color: #898989; }
    .sub-visual-area .location-wrap h2 {
      font-size: 2.5rem;
      font-weight: 500;
      color: #000000; }
    .sub-visual-area .location-wrap ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important;
      gap: 2.812rem; }
      .sub-visual-area .location-wrap ul li + li {
        position: relative; }
        .sub-visual-area .location-wrap ul li + li::before {
          content: '';
          display: block;
          width: 0.4375rem;
          height: 0.75rem;
          background: url(/html/_skin/img/common/ico_path_arrow.svg) no-repeat center/contain;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: calc(-2.5rem / 2 - calc(0.3125rem / 2)); }
      .sub-visual-area .location-wrap ul li:last-child {
        color: #000000; }
      .sub-visual-area .location-wrap ul li a img {
        vertical-align: text-top; }
        .sub-visual-area .location-wrap ul li a img.white {
          display: none; }
        .sub-visual-area .location-wrap ul li a img.black {
          display: inline-block; }
    @media (max-width: 767px) {
      .sub-visual-area .location-wrap > .inner > .row {
        gap: 0.625rem; }
        .sub-visual-area .location-wrap > .inner > .row > * {
          width: 100%; }
      .sub-visual-area .location-wrap ul {
        gap: 1.6872rem; }
        .sub-visual-area .location-wrap ul li + li::before {
          left: calc(-1.5rem / 2 - calc(0.3125rem / 2)); } }
    @media (max-width: 575px) {
      .sub-visual-area .location-wrap ul {
        gap: 3vw; }
        .sub-visual-area .location-wrap ul li + li::before {
          left: calc(-1.5vw - calc(0.3125rem / 2)); } }

.subCommon--fc.type2 {
  /* sub-visual-area 패딩값과 통일 */
  padding-bottom: 2.812rem; }
  .subCommon--fc.type2 .cateBox.depth2 {
    margin-top: 0; }

.subCommon--fc .cateBox {
  border-top: none; }
  .subCommon--fc .cateBox.depth2 {
    margin-top: 2.187rem;
    padding: 0.625rem 1.56rem;
    background: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%; }
    .subCommon--fc .cateBox.depth2 .category_list--fc {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      display: flex;
      width: fit-content; }
      .subCommon--fc .cateBox.depth2 .category_list--fc > li {
        text-align: center;
        color: rgba(0, 0, 0, 0.6); }
        .subCommon--fc .cateBox.depth2 .category_list--fc > li a {
          min-width: 12.1875rem;
          padding: 0.625rem 1.875rem;
          height: 3.75rem;
          line-height: 1.2;
          color: rgba(0, 0, 0, 0.7);
          border-radius: 1.875rem;
          font-weight: 700; }
        .subCommon--fc .cateBox.depth2 .category_list--fc > li:hover a,
        .subCommon--fc .cateBox.depth2 .category_list--fc > li.on a {
          color: #fff;
          background: #072c54; }
    @media (max-width: 1439px) {
      .subCommon--fc .cateBox.depth2 .category_list--fc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .subCommon--fc .cateBox.depth2 .category_list--fc > li a {
          padding: 0.625rem 1.5rem; } }
    @media (max-width: 1199px) {
      .subCommon--fc .cateBox.depth2 .category_list--fc > li a {
        min-width: 9.75rem; } }
    @media (max-width: 991px) {
      .subCommon--fc .cateBox.depth2 .category_list--fc > li a {
        min-width: 7.3125rem; } }
    @media (max-width: 767px) {
      .subCommon--fc .cateBox.depth2 {
        margin-top: 1.7496rem;
        padding: 0.625rem; }
        .subCommon--fc .cateBox.depth2 .category_list--fc {
          background: transparent;
          border-radius: 0;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .subCommon--fc .cateBox.depth2 .category_list--fc > li {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
            padding: 1px; }
            .subCommon--fc .cateBox.depth2 .category_list--fc > li a {
              padding: 0.625rem;
              border: 1px solid #dadada;
              border-radius: 0;
              min-width: 5rem;
              height: 100%; }
            .subCommon--fc .cateBox.depth2 .category_list--fc > li.on a {
              border-bottom-color: #dadada; } }
  .subCommon--fc .cateBox.depth3 {
    margin-top: 4.062rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .subCommon--fc .cateBox.depth3 .category_list--fc {
      width: fit-content;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      gap: 0.625rem; }
      .subCommon--fc .cateBox.depth3 .category_list--fc li a {
        padding: 0.625rem 2.187rem;
        height: 2.812rem;
        line-height: 1.2;
        color: #555555;
        border-radius: 0.3125rem;
        background: #f6f6f6; }
      .subCommon--fc .cateBox.depth3 .category_list--fc li:hover a {
        background: #3fa542;
        color: #fff;
        font-weight: 700; }
      .subCommon--fc .cateBox.depth3 .category_list--fc li.on a {
        background: #3fa542;
        color: #fff;
        font-weight: 700; }
        .subCommon--fc .cateBox.depth3 .category_list--fc li.on a span {
          position: relative;
          padding-left: 1.25rem; }
          .subCommon--fc .cateBox.depth3 .category_list--fc li.on a span::before {
            content: '';
            display: block;
            width: 0.4375rem;
            height: 0.4375rem;
            background: #072c54;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: calc(-0.4375rem / 2); }
    @media (max-width: 767px) {
      .subCommon--fc .cateBox.depth3 .category_list--fc li a {
        padding: 0.625rem 0.937rem; } }
  .subCommon--fc .cateBox.depth4 {
    margin-top: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .subCommon--fc .cateBox.depth4 .category_list--fc {
      width: fit-content;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      gap: 1.56rem; }
      .subCommon--fc .cateBox.depth4 .category_list--fc li + li {
        position: relative; }
        .subCommon--fc .cateBox.depth4 .category_list--fc li + li::before {
          content: '';
          display: block;
          height: 0.937rem;
          border-left: 1px solid rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 50%;
          margin-top: calc(-0.937rem / 2);
          left: calc(-1.56rem / 2); }
      .subCommon--fc .cateBox.depth4 .category_list--fc li a {
        font-weight: 700;
        color: rgba(0, 0, 0, 0.5); }
      .subCommon--fc .cateBox.depth4 .category_list--fc li:hover a, .subCommon--fc .cateBox.depth4 .category_list--fc li.on a {
        font-weight: 700;
        color: black; }
    .subCommon--fc .cateBox.depth4 + .sub-tit {
      margin-top: 3.125rem; }
  .subCommon--fc .cateBox .category_list--fc > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .subCommon--fc .cateBox .category_list--fc > li > a {
        font-size: 1rem; } }

.subCommon--fc .sub-tit {
  font-size: 3.125rem;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-top: 3.125rem; }
  @media (max-width: 1199px) {
    .subCommon--fc .sub-tit {
      font-size: 2.5rem;
      margin-top: 2.5rem; } }
  @media (max-width: 767px) {
    .subCommon--fc .sub-tit {
      font-size: 1.875rem;
      margin-top: 1.875rem; } }

.sub-wrap-conts.legal-information .con-tit .img-box {
  position: relative; }
  .sub-wrap-conts.legal-information .con-tit .img-box::before {
    content: '';
    display: block;
    width: 9.6875rem;
    height: auto;
    aspect-ratio: 2 / 1;
    background-color: #fff;
    border-top-left-radius: 9.6875rem;
    border-top-right-radius: 9.6875rem;
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    margin-left: calc(-9.6875rem / 2); }
  .sub-wrap-conts.legal-information .con-tit .img-box img {
    position: relative; }

.sub-wrap-conts.legal-information .legal-wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }
  .sub-wrap-conts.legal-information .legal-wrap .col-inner a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .sub-wrap-conts.legal-information .legal-wrap .col-inner a .thumbnail-box {
      position: relative;
      z-index: 1;
      width: 100%;
      overflow: hidden; }
  .sub-wrap-conts.legal-information .legal-wrap .col-inner:hover .thumbnail-box {
    border-radius: 0.75rem; }
  .sub-wrap-conts.legal-information .legal-wrap .col-inner:hover .on {
    opacity: 1; }
  .sub-wrap-conts.legal-information .legal-wrap .col-inner:hover .off {
    opacity: 0; }
  .sub-wrap-conts.legal-information .legal-wrap .on,
  .sub-wrap-conts.legal-information .legal-wrap .off {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .sub-wrap-conts.legal-information .legal-wrap .on {
    opacity: 0;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: rgba(23, 23, 107, 0.8);
    border: 3px solid #e8f1ff;
    border-radius: 0.625rem;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sub-wrap-conts.legal-information .legal-wrap .on b {
      width: fit-content;
      padding-bottom: 4.375rem;
      background: url(/html/_skin/img/common/ico_more_w.svg) no-repeat center bottom/1.75rem; }
  .sub-wrap-conts.legal-information .legal-wrap .off {
    -ms-flex-align: end !important;
    align-items: end !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sub-wrap-conts.legal-information .legal-wrap .off b {
      width: fit-content;
      padding-right: 3.437rem;
      background: url(/html/_skin/img/common/ico_new.svg) no-repeat right center/1.375rem; }

.bang {
  position: relative;
  color: #555555;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 2.0625rem; }
  .bang strong {
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    line-height: 1.4375rem;
    text-align: center;
    border-radius: 50%;
    background-color: #072c54;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0.125rem; }

.rule-area {
  position: relative; }
  .rule-area .versionb-box {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .rule-area .versionb-box {
        position: absolute;
        right: 0;
        bottom: 100%; } }
  .rule-area .additional + .additional {
    margin-top: 2.5rem; }

.education-area.type3.max > article + article .inner {
  padding-top: 6.25rem;
  margin-top: 6.25rem; }

.education-area.type3.max > article.about-visual-bg:not(.mt-none) {
  margin-top: 6.25rem !important; }

.education-area.type3.max > article.about-color-bg {
  padding-bottom: 6.25rem; }

.education-area.type3 > article + article {
  border-top: none;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding: 0 1.25rem; }
  .education-area.type3 > article + article .inner {
    padding-top: 3.437rem;
    margin-top: 3.437rem;
    border-top: 1px solid #dcdcdc; }

.education-area.type3 > article.about-visual-bg {
  margin-top: 3.437rem; }
  .education-area.type3 > article.about-visual-bg > .inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important; }
  .education-area.type3 > article.about-visual-bg + article .inner {
    margin-top: 0;
    border-top: none; }

.education-area.type3 > article.about-color-bg {
  padding-bottom: 3.437rem; }
  .education-area.type3 > article.about-color-bg .inner {
    margin-top: 0;
    border-top: none; }
  .education-area.type3 > article.about-color-bg + article .inner {
    margin-top: 0;
    border-top: none; }

.education-area.type2 > article {
  border: none !important; }
  .education-area.type2 > article + article {
    padding-top: 0;
    margin-top: 4.062rem; }

.education-area.small > article + article {
  padding-top: 1.875rem;
  margin-top: 1.875rem; }

.education-area.big > article + article {
  padding-top: 1.875rem;
  margin-top: 1.875rem; }

.education-area.max > article + article {
  padding-top: 6.25rem;
  margin-top: 6.25rem; }

.education-area > article {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6; }
  .education-area > article + article {
    padding-top: 3.437rem;
    margin-top: 3.437rem;
    border-top: 1px solid #dcdcdc; }

.education-area .edu-tit {
  font-size: 1.125rem; }
  .education-area .edu-tit h2
h3,
  .education-area .edu-tit h5 {
    font-weight: 700; }
  .education-area .edu-tit h3 {
    font-size: 1.875rem; }
  .education-area .edu-tit h5 {
    font-size: 1.125rem; }
  .education-area .edu-tit.ico-tit > * {
    position: relative;
    padding-left: 2.812rem; }
    .education-area .edu-tit.ico-tit > *::before {
      content: '';
      display: block;
      width: 1.1875rem;
      height: 1.1875rem;
      background: url(/html/_skin/img/sub/association/ico_tit.svg) no-repeat center/contain;
      position: absolute;
      left: 0;
      top: 0.937rem; }
  .education-area .edu-tit.ico-tit + p {
    padding-left: 2.812rem; }
  @media (min-width: 992px) {
    .education-area .edu-tit.edu-tit-layout {
      display: -ms-flexbox;
      display: flex; }
      .education-area .edu-tit.edu-tit-layout h3 {
        width: 9.0625rem; }
      .education-area .edu-tit.edu-tit-layout p {
        width: calc(100% - 9.0625rem); } }

.education-area .education-box {
  background-color: #e8f1ff;
  border-radius: 0.625rem; }
  .education-area .education-box h4,
  .education-area .education-box h5 {
    font-weight: 700; }
  .education-area .education-box h4 {
    font-size: 1.5rem; }
  .education-area .education-box .txt .point-tit + p {
    margin-top: 0.3125rem; }
  .education-area .education-box .point-tit {
    display: inline-block;
    padding: 0 0.3125rem;
    background-color: #fff; }

.education-area .contact-box {
  background-color: #f5f5f5;
  border-radius: 0.625rem;
  padding: 1.875rem; }
  .education-area .contact-box .ico {
    background-color: #c7dcff;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 0; }
    .education-area .contact-box .ico.ico-tel {
      background-size: 1.25rem;
      background-image: url(/html/_skin/img/common/ico_tel.svg); }
    .education-area .contact-box .ico.ico-mail {
      background-size: 1.25rem;
      background-image: url(/html/_skin/img/common/ico_mail.svg); }

.education-area .step-wrap {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 3.125rem);
  margin-top: -3.125rem;
  margin-left: -3.125rem; }
  .education-area .step-wrap.type2 {
    width: calc(100% + 3.125rem);
    margin-top: -3.125rem;
    margin-left: -3.125rem; }
    .education-area .step-wrap.type2 .box {
      position: relative;
      width: calc(20% - 3.125rem);
      margin-top: 3.125rem;
      margin-left: 3.125rem; }
      .education-area .step-wrap.type2 .box__tit {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        display: -ms-flexbox;
        display: flex; }
        .education-area .step-wrap.type2 .box__tit .num {
          padding-right: 0;
          margin-right: 0; }
          .education-area .step-wrap.type2 .box__tit .num::after {
            content: none; }
  .education-area .step-wrap.type3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 1.25rem; }
  .education-area .step-wrap.tit-type2 .box__tit {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex; }
    .education-area .step-wrap.tit-type2 .box__tit .num {
      padding-right: 0;
      margin-right: 0; }
      .education-area .step-wrap.tit-type2 .box__tit .num::after {
        content: none; }
  .education-area .step-wrap .box {
    position: relative;
    width: calc(25% - 3.125rem);
    margin-top: 3.125rem;
    margin-left: 3.125rem;
    padding: 1.25rem 1.875rem;
    border-radius: 0.625rem;
    background-color: #fff; }
    .education-area .step-wrap .box + .box::before {
      content: '';
      display: block;
      width: 0.8125rem;
      height: 1.5rem;
      background: url(/html/_skin/img/common/ico_step_arrow.svg) no-repeat center/contain;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(-3.125rem / 2 - 0.8125rem / 2); }
    .education-area .step-wrap .box__tit, .education-area .step-wrap .box__desc {
      padding: 0; }
    .education-area .step-wrap .box__tit {
      text-align: left;
      font-size: 1.25rem;
      font-weight: 700; }
      .education-area .step-wrap .box__tit .num {
        font-weight: 700;
        position: relative;
        color: #2a9b2e;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 0.937rem;
        margin-right: 0.5rem; }
        .education-area .step-wrap .box__tit .num::after {
          content: '';
          display: block;
          height: 1.25rem;
          border-left: 1px solid rgba(42, 155, 46, 0.1);
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -0.625rem; }
    .education-area .step-wrap .box__desc {
      padding-top: 1.25rem;
      margin-top: 1.25rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .education-area .step-wrap .box .small {
      font-size: 1rem; }

.education-area .dot-list > li {
  padding-left: 1.125rem; }
  .education-area .dot-list > li + li {
    margin-top: 0.3125rem; }
  .education-area .dot-list > li::before {
    width: 0.375rem;
    height: 0.375rem;
    background: #000000;
    top: 0.6875rem; }
  .education-area .dot-list > li .hyphen-list {
    margin: 0.625rem 0 1.25rem 0.625rem; }

.education-area .edu-table-area + .edu-table-area {
  margin-top: 1.875rem; }

.education-area .edu-table-area .edu-table-boxs + .edu-table-boxs {
  margin-top: 1.25rem; }

.education-area .edu-table-wrap {
  overflow-x: auto; }
  .education-area .edu-table-wrap table {
    width: 100%;
    border-top: 2px solid #000; }
    .education-area .edu-table-wrap table.min-w-1100px {
      min-width: 68.75rem; }
    .education-area .edu-table-wrap table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .education-area .edu-table-wrap table tr th {
        vertical-align: middle; }
      .education-area .edu-table-wrap table tr th,
      .education-area .edu-table-wrap table tr td {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1.25rem 1.875rem; }
        .education-area .edu-table-wrap table tr th:last-child,
        .education-area .edu-table-wrap table tr td:last-child {
          border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .education-area .edu-table-wrap table tr td.ver-m {
        vertical-align: middle; }
      .education-area .edu-table-wrap table tr td.padding-s-td {
        padding: 1.25rem 0.625rem; }
    .education-area .edu-table-wrap table.td-ver-m tr td {
      vertical-align: middle; }
    .education-area .edu-table-wrap table.small tr th,
    .education-area .edu-table-wrap table.small tr td {
      padding: 0.625rem 1.25rem; }
    .education-area .edu-table-wrap table.padding-s tr th {
      padding: 1.25rem 0.625rem; }

.education-area em {
  font-style: normal; }
  .education-area em.red {
    font-weight: 700;
    color: #dd0808;
    background-color: rgba(255, 198, 75, 0.3); }

.education-area .underline {
  position: relative; }
  .education-area .underline::after {
    content: '';
    display: block;
    width: 101%;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.3125rem; }

.education-area .download-link {
  position: relative; }
  .education-area .download-link > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px; }

.sub-wrap-conts.join .sub-cont-section.section-01 .join-box {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .col-inner {
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex;
    min-height: 29.0625rem; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .col-inner p {
      margin-bottom: 1.25rem;
      letter-spacing: -0.8px; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .col-inner .btn {
      margin-top: auto; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .ico-box {
    height: 5.9375rem; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .ico-box img {
      vertical-align: bottom; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 {
    min-height: auto !important; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 .ico-box {
      display: block;
      width: 4.25rem;
      height: 4.25rem;
      border-radius: 50%;
      background: #fff url(/html/_skin/img/common/ico_nonmember.svg) no-repeat center/1.375rem; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 p {
      margin-bottom: 0; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 .btn {
      margin-top: 0;
      margin-left: auto;
      width: 100%;
      max-width: 15.9375rem; }

.sub-wrap-conts.join .sub-cont-section.section-01 .contact-box {
  background: #f6f6f6 url(/html/_skin/img/sub/bg_contact-box.svg) no-repeat left -45px center/209px;
  height: 12.5rem;
  padding-left: 12.5rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .contact-box .txt * {
    line-height: 1; }

.sub-wrap-conts.join .sub-cont-section.section-01 .member-box {
  width: 100%;
  max-width: 38.125rem;
  margin: 0 auto;
  height: 6.25rem; }

.sub-wrap-conts.greeting .sub-cont-section.section-01 .imgs {
  width: 19.0625rem; }

.sub-wrap-conts.greeting .sub-cont-section.section-01 .txts {
  width: calc(100% - 19.0625rem);
  padding-left: 6.5625rem; }

.sub-wrap-conts.greeting .sub-cont-section.section-02 {
  background-image: url(/html/_skin/img/sub/association/bg_sub_greeting_sec02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 51.5625rem; }

.sub-wrap-conts.greeting .greeting-list li {
  padding: 2.5rem 0;
  display: -ms-flexbox;
  display: flex; }
  .sub-wrap-conts.greeting .greeting-list li + li {
    border-top: 1px solid #dcdcdc; }
  .sub-wrap-conts.greeting .greeting-list li > strong {
    width: 7.8125rem;
    padding-right: 3.437rem; }
  .sub-wrap-conts.greeting .greeting-list li > div {
    width: calc(100% - 7.8125rem); }

.sub-wrap-conts.vision .diagram-area .circle-boxs {
  position: relative;
  width: 100%;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex; }
  .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner {
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; }
    .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner.box-inner-depth-1 {
      position: relative;
      background-color: rgba(7, 44, 84, 0.05);
      width: 100%;
      max-width: 405px; }
    .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner.box-inner-depth-2, .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner.box-inner-depth-3 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner.box-inner-depth-2 {
      background-color: rgba(7, 44, 84, 0.1);
      width: calc(100% - 3.75rem); }
    .sub-wrap-conts.vision .diagram-area .circle-boxs .box-inner.box-inner-depth-3 {
      width: calc(100% - 3.75rem);
      background: linear-gradient(130deg, #2a9b2e 0%, #072c54 60%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
  .sub-wrap-conts.vision .diagram-area .circle-boxs::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1220 / 215;
    background: url(/html/_skin/img/sub/association/bg_sub_vision_diagram.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sub-wrap-conts.vision .diagram-area .vision-list {
  padding-top: 4.375rem;
  margin-top: 0.937rem; }
  .sub-wrap-conts.vision .diagram-area .vision-list > ul > li .box {
    position: relative;
    height: 100%; }
    .sub-wrap-conts.vision .diagram-area .vision-list > ul > li .box::before {
      content: '';
      display: block;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -4.375rem;
      background-color: #072c54;
      background-position: center;
      background-repeat: no-repeat; }
    .sub-wrap-conts.vision .diagram-area .vision-list > ul > li .box .dot-list > li {
      padding-left: 1.1875rem;
      letter-spacing: -0.7px; }
      .sub-wrap-conts.vision .diagram-area .vision-list > ul > li .box .dot-list > li::before {
        width: 0.375rem;
        height: 0.375rem;
        background: #000; }
    .sub-wrap-conts.vision .diagram-area .vision-list > ul > li .box b {
      display: block;
      padding-top: 1.875rem; }
  .sub-wrap-conts.vision .diagram-area .vision-list > ul > li:nth-child(1) .box::before {
    background-image: url(/html/_skin/img/sub/association/ico_vision_01.svg);
    background-size: 3.437rem; }
  .sub-wrap-conts.vision .diagram-area .vision-list > ul > li:nth-child(2) .box::before {
    background-image: url(/html/_skin/img/sub/association/ico_vision_02.svg);
    background-size: 2.875rem; }
  .sub-wrap-conts.vision .diagram-area .vision-list > ul > li:nth-child(3) .box::before {
    background-image: url(/html/_skin/img/sub/association/ico_vision_03.svg);
    background-size: 3rem; }
  .sub-wrap-conts.vision .diagram-area .vision-list > ul > li:nth-child(4) .box::before {
    background-image: url(/html/_skin/img/sub/association/ico_vision_04.svg);
    background-size: 3.375rem; }

.sub-wrap-conts.about .about-visual-bg {
  height: 40.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .sub-wrap-conts.about .about-visual-bg.about-visual-bg-01 {
    background-image: url(/html/_skin/img/sub/association/bg_sub_about_01.jpg); }
  .sub-wrap-conts.about .about-visual-bg.about-visual-bg-02 {
    background-image: url(/html/_skin/img/sub/association/bg_sub_about_02.jpg); }
  .sub-wrap-conts.about .about-visual-bg.about-visual-bg-03 {
    background-image: url(/html/_skin/img/sub/association/bg_sub_about_03.jpg); }

.sub-wrap-conts.about .about-box .box {
  height: 100%; }

.sub-wrap-conts.about .about-box.establishment-box .box.row {
  -ms-flex-direction: column  !important;
  flex-direction: column !important; }

.sub-wrap-conts.about .about-box.establishment-box .box .icos {
  margin-left: auto; }

@media (min-width: 1200px) {
  .sub-wrap-conts.about .about-box.establishment-box {
    padding-bottom: 5.625rem; }
    .sub-wrap-conts.about .about-box.establishment-box .row > .col-inner:nth-child(even) {
      position: relative;
      top: 5.625rem; } }

@media (min-width: 1200px) {
  .sub-wrap-conts.about .tit-box-layout {
    ms-flex-wrap: wrap;
    flex-wrap: nowrap; } }

.sub-wrap-conts.about .tit-box-layout .edu-tit {
  width: 36.25rem;
  padding-right: 8.125rem; }

.sub-wrap-conts.about .tit-box-layout .about-box {
  width: calc(100% - 36.25rem); }

.sub-wrap-conts.ci .ci-box {
  height: 26.875rem; }
  .sub-wrap-conts.ci .ci-box .bg-inner {
    position: relative;
    height: 100%; }
    @media (max-width: 767px) {
      .sub-wrap-conts.ci .ci-box .bg-inner {
        -ms-flex-direction: column  !important;
        flex-direction: column !important;
        gap: 1.25rem; }
        .sub-wrap-conts.ci .ci-box .bg-inner .btn {
          margin-left: auto; } }
  @media (min-width: 768px) {
    .sub-wrap-conts.ci .ci-box .btn {
      position: absolute;
      bottom: 0;
      right: 0; } }

.sub-wrap-conts.ci .logo-boxs .box {
  position: relative;
  height: 11.875rem; }
  .sub-wrap-conts.ci .logo-boxs .box span {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sub-wrap-conts.ci .color-boxs .box > .color {
  width: 3.437rem;
  height: 3.437rem;
  border-radius: 50%;
  display: block; }

.sub-wrap-conts.ci .color-boxs .box > div {
  width: calc(100% - 3.437rem);
  padding-left: 1.875rem; }

.sub-wrap-conts.ci .color-boxs .color-infos > li {
  display: -ms-flexbox;
  display: flex; }
  .sub-wrap-conts.ci .color-boxs .color-infos > li > b {
    width: 4.375rem; }
  .sub-wrap-conts.ci .color-boxs .color-infos > li > span {
    width: calc(100% - 4.375rem); }

.sub-wrap-conts.past-presidents .presidents-boxs .box {
  position: relative;
  background-image: url(/html/_skin/img/sub/association/bg_sub_past-presidents.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto; }
  .sub-wrap-conts.past-presidents .presidents-boxs .box::before, .sub-wrap-conts.past-presidents .presidents-boxs .box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-bottom: 3px solid; }
  .sub-wrap-conts.past-presidents .presidents-boxs .box::before {
    width: 82%;
    border-bottom-color: #072c54;
    left: 0.25rem; }
  .sub-wrap-conts.past-presidents .presidents-boxs .box::after {
    width: 18%;
    border-bottom-color: #2a9b2e;
    right: 0;
    z-index: 2; }

.sub-wrap-conts.past-presidents .presidents-boxs .thumbnail-box {
  width: 100%;
  max-width: 12.5rem;
  margin: 0.625rem auto 0; }

.sub-wrap-conts.directions #map {
  width: 100%;
  height: 37.1875rem; }

.sub-wrap-conts.directions .infos {
  width: 100%; }
  .sub-wrap-conts.directions .infos > li {
    width: 29.25%;
    display: -ms-flexbox;
    display: flex; }
    .sub-wrap-conts.directions .infos > li:nth-child(1) {
      width: 41.5%; }
    .sub-wrap-conts.directions .infos > li > b {
      width: 4.375rem; }
    .sub-wrap-conts.directions .infos > li > p {
      width: calc(100% - 4.375rem); }

.sub-wrap-conts.directions .traffics {
  border-top: 2px solid #000; }
  .sub-wrap-conts.directions .traffics > li {
    padding: 3.125rem 1.875rem;
    border-bottom: 1px solid #dcdcdc; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(1) {
      width: 9.0625rem;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(2) {
      width: calc(100% - 9.0625rem);
      padding-left: 3.75rem; }
  .sub-wrap-conts.directions .traffics .ico {
    width: 3.75rem;
    height: 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999px; }
    .sub-wrap-conts.directions .traffics .ico.ico-subway {
      background-image: url(/html/_skin/img/sub/association/ico_subway.svg);
      background-size: 2.6875rem; }
    .sub-wrap-conts.directions .traffics .ico.ico-bus {
      background-image: url(/html/_skin/img/sub/association/ico_bus.svg);
      background-size: 3.75rem; }
    .sub-wrap-conts.directions .traffics .ico + b {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .sub-wrap-conts.directions .traffics .num {
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff; }

.sub-wrap-conts.performance-report .performance-report-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.187rem; }
  .sub-wrap-conts.performance-report .performance-report-box .col-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .sub-wrap-conts.performance-report .performance-report-box .dot-list > li {
    padding-left: 1.25rem; }
    .sub-wrap-conts.performance-report .performance-report-box .dot-list > li::before {
      width: 0.4375rem;
      height: 0.4375rem;
      background: #cee6fd;
      top: 0.6875rem; }
  .sub-wrap-conts.performance-report .performance-report-box .step-wrap {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 5rem);
    margin-top: -5rem;
    margin-left: -5rem; }
    .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box {
      position: relative;
      width: calc(33.333% - 5rem);
      margin-top: 5rem;
      margin-left: 5rem; }
      .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box + .box::before {
        content: '';
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        background: #fff url(/html/_skin/img/common/ico_step_arrow.svg) no-repeat center/0.375rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(-5rem / 2 - 1.875rem / 2); }
      .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box .tit .num {
        display: block; }
  .sub-wrap-conts.performance-report .performance-report-box .call {
    padding-left: 2.3125rem;
    background: url(/html/_skin/img/sub/disaster/ico_call.svg) no-repeat left center/1.25rem; }
  .sub-wrap-conts.performance-report .performance-report-box > .col-inner {
    width: 100%; }
    .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) {
      width: calc(100% + 2.187rem);
      margin-top: -2.187rem;
      margin-left: -2.187rem; }
      .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner {
        margin-top: 2.187rem;
        margin-left: 2.187rem; }
        .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(1) {
          background-image: url(/html/_skin/img/sub/disaster/bg_sub_performance-report_01.jpg);
          width: calc(50% + 2.5rem - 2.187rem); }
        .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) {
          width: calc(50% - 2.5rem - 2.187rem);
          gap: 2.187rem;
          -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
          .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner {
            width: 100%;
            -webkit-flex: 1 1 calc(50% - calc(2.187rem / 2));
            -ms-flex: 1 1 calc(50% - calc(2.187rem / 2));
            flex: 1 1 calc(50% - calc(2.187rem / 2));
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center !important;
            align-items: center !important; }
            .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner:nth-child(1) {
              background-image: url(/html/_skin/img/sub/disaster/bg_sub_performance-report_02.jpg); }
              .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner:nth-child(1) .txt-inner::before {
                background-image: url(/html/_skin/img/sub/disaster/ico_report.svg); }
            .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner:nth-child(2) {
              background-image: url(/html/_skin/img/sub/disaster/bg_sub_performance-report_03.jpg); }
              .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner:nth-child(2) .txt-inner::before {
                background-image: url(/html/_skin/img/sub/disaster/ico_calculator.svg); }
            .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner .txt-inner {
              width: 100%;
              padding-right: 4.687rem;
              position: relative; }
              .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner .txt-inner::before {
                content: '';
                display: block;
                width: 3.8125rem;
                height: 4.625rem;
                background-position: center bottom;
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                right: 0;
                bottom: 0; }
    .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(2) {
      background-image: url(/html/_skin/img/sub/disaster/bg_sub_performance-report_04.jpg); }
    .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(3) {
      background-color: #e3f6ed; }

@media (min-width: 1281px) and (max-height: 900px) {
  #wrapper.main .fs-14px {
    font-size: 0.75rem !important; }
  #wrapper.main .fs-15px {
    font-size: 0.8125rem !important; }
  #wrapper.main .fs-16px {
    font-size: 0.875rem !important; }
  #wrapper.main .fs-17px {
    font-size: 0.937rem !important; }
  #wrapper.main .fs-18px {
    font-size: 1rem !important; }
  #wrapper.main .fs-20px {
    font-size: 1.125rem !important; }
  #wrapper.main .fs-22px {
    font-size: 1.25rem !important; }
  #wrapper.main .fs-23px {
    font-size: 1.3125rem !important; }
  #wrapper.main .fs-24px {
    font-size: 1.375rem !important; }
  #wrapper.main #header .header-bottom {
    height: 80px; }
  #wrapper.main #header .gnb > ul > li > a {
    line-height: 80px; }
  #wrapper.main #headerSitemap {
    top: 80px !important; }
  .main-section.section-02 .inner-body {
    padding-top: calc(80px / 2) !important; }
  .main-section.section-03 .fp-tableCell {
    padding-top: 80px;
    background-position: right top 80px; }
  #headerSitemap {
    height: calc(100vh - 80px);
    top: 80px; } }

@media (max-width: 1560px) {
  .min-wid-1520px-show {
    display: block; } }

/* 풀페이지 */
@media (min-width: 1471px) {
  #wrapper.main .inner-body {
    padding: 0; }
  .mt-none-respon {
    margin-top: 0 !important; } }

@media (max-width: 1470px) {
  #header .header-bottom {
    padding: 0 1.25rem; }
  #footer .footer-btm .inner.big {
    padding: 0 1.25rem; }
  .section.main-section {
    height: auto !important; }
    .section.main-section .fp-tableCell {
      height: 100% !important; }
  .main-section.section-01 .main-visual {
    height: 27.1875rem;
    padding-bottom: 0; }
    .main-section.section-01 .main-visual .main-visual-inner {
      padding: 0 1.25rem; }
    .main-section.section-01 .main-visual .slider_item__inner {
      padding: 0 3.125rem; }
    .main-section.section-01 .main-visual .slider_item__inner .slider_item__inner__txtbox p {
      font-size: 2.5rem; }
    .main-section.section-01 .main-visual .controler-wrap {
      right: 1.25rem; }
  .main-section.section-01 .main-quick {
    height: auto;
    padding: 3.125rem 0;
    margin-top: 1.875rem; }
    .main-section.section-01 .main-quick .con-tit {
      width: 100%; }
      .main-section.section-01 .main-quick .con-tit br {
        display: none; }
    .main-section.section-01 .main-quick .con-wrap {
      width: 100%;
      margin-top: 1.25rem; }
  .main-section.section-02 .artice-wrap {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 30px; }
    .main-section.section-02 .artice-wrap .artice-links {
      width: 100%;
      padding-right: 0; }
    .main-section.section-02 .artice-wrap .artice-notice {
      width: 100%; }
  .main-section.section-03 .fp-tableCell {
    padding-top: 0;
    background-position: right top; } }

@media (max-width: 1440px) {
  .min-wid-1100px-show-type2 {
    display: block; }
  /**********************************************/
  .sub-wrap-conts.about .tit-box-layout .edu-tit {
    width: 35vw;
    padding-right: 3.125rem; }
  .sub-wrap-conts.about .tit-box-layout .about-box {
    width: calc(65vw - 3.125rem); } }

@media (max-width: 1280px) {
  .br-1280px-none br {
    display: none; }
  /**********************************************/
  .education-area .education-box.padding-40px {
    padding: 2rem; }
  .education-area .step-wrap.type2 .box {
    width: calc(33.333% - 3.125rem); }
  .education-area .step-wrap .box {
    padding: 1.25rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .padding-40px {
    padding: 2rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .padding-y-30px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .padding-x-40px {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 > .row div {
    width: calc(100% - 4.25rem - 2.5rem - 27.6%); }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 > .row .btn {
    max-width: 27.6%; }
  .sub-wrap-conts.ci .color-boxs .box {
    gap: 1.25rem; }
    .sub-wrap-conts.ci .color-boxs .box > div {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 1239px) {
  .min-wid-1200px-show {
    display: block; }
  .sub-wrap-conts.greeting .sub-cont-section.section-01 .row {
    gap: 3.125rem; }
  .sub-wrap-conts.greeting .sub-cont-section.section-01 .imgs {
    width: 100%;
    max-width: 19.0625rem; }
  .sub-wrap-conts.greeting .sub-cont-section.section-01 .txts {
    width: 100%;
    padding-left: 0; } }

@media (max-width: 1139px) {
  .min-wid-1100px-show {
    display: block; } }

@media (max-width: 1199px) {
  .xl-inline-block {
    display: inline-block; }
  .xl-block {
    display: block !important; }
  .xl-inline-none, .xl-none {
    display: none; }
  .br-1199px-none br {
    display: none; }
  .margin-auto-xl-min {
    margin: 0; }
  .mt-50px {
    margin-top: 2.5rem; }
  .mt-60px {
    margin-top: 3rem !important; }
  .mt-65px {
    margin-top: 3.2496rem; }
  .mt-70px {
    margin-top: 3.5rem !important; }
  .mt-75px {
    margin-top: 3.7496rem; }
  .mt-80px {
    margin-top: 4rem !important; }
  .mt-85px {
    margin-top: 4.2496rem !important; }
  .mt-55px {
    margin-top: 2.7496rem; }
  .mt-90px {
    margin-top: 4.5rem !important; }
  .mt-95px {
    margin-top: 4.75rem; }
  .mt-100px {
    margin-top: 5rem; }
  .mt-105px {
    margin-top: 5.25rem; }
  .mt-110px {
    margin-top: 5.5rem; }
  .mt-115px {
    margin-top: 5.75rem; }
  .mt-120px {
    margin-top: 6rem !important; }
  .mt-125px {
    margin-top: 6.25rem; }
  .mt-130px {
    margin-top: 6.5rem; }
  .mt-160px {
    margin-top: 8rem; }
  .mt-header {
    margin-top: 80px !important; }
  .mb-50px {
    margin-bottom: 2.5rem; }
  .mb-60px {
    margin-bottom: 3rem; }
  .mb-65px {
    margin-bottom: 3.2496rem; }
  .mb-70px {
    margin-bottom: 3.5rem; }
  .mb-75px {
    margin-bottom: 3.7496rem; }
  .mb-80px {
    margin-bottom: 4rem; }
  .mb-85px {
    margin-bottom: 4.2496rem; }
  .mb-55px {
    margin-bottom: 2.7496rem; }
  .mb-90px {
    margin-bottom: 4.5rem; }
  .mb-100px {
    margin-bottom: 5rem; }
  .mb-105px {
    margin-bottom: 5.25rem; }
  .mb-115px {
    margin-bottom: 5.75rem; }
  .mb-110px {
    margin-bottom: 5.5rem; }
  .mb-120px {
    margin-bottom: 6rem; }
  .mb-130px {
    margin-bottom: 6.5rem; }
  .mb-160px {
    margin-bottom: 8rem; }
  .padding-50px {
    padding: 2.5rem; }
  .padding-55px {
    padding: 2.7496rem; }
  .padding-60px {
    padding: 3rem; }
  .padding-70px {
    padding: 3.5rem; }
  .padding-75px {
    padding: 3.7496rem; }
  .padding-100px {
    padding: 5rem; }
  .pt-50px {
    padding-top: 2.5rem; }
  .pt-70px {
    padding-top: 3.5rem; }
  .pt-80px {
    padding-top: 4rem; }
  .pt-100px {
    padding-top: 5rem; }
  .pt-105px {
    padding-top: 5.25rem; }
  .pb-50px {
    padding-bottom: 2.5rem; }
  .pb-60px {
    padding-bottom: 3rem; }
  .pb-70px {
    padding-bottom: 3.5rem; }
  .pb-80px {
    padding-bottom: 4rem; }
  .pb-100px {
    padding-bottom: 5rem; }
  .pb-105px {
    padding-bottom: 5.25rem; }
  .padding-y-50px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .padding-y-60px {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .padding-y-70px {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .padding-y-80px {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .padding-y-100px {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .padding-y-130px {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem; }
  .padding-y-145px {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem; }
  .padding-x-50px {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .padding-x-60px {
    padding-left: 3rem;
    padding-right: 3rem; }
  .padding-x-70px {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .padding-x-80px {
    padding-left: 4rem;
    padding-right: 4rem; }
  .padding-x-140px {
    padding-left: 7rem;
    padding-right: 7rem; }
  .fs-50px {
    font-size: 2.5rem !important; }
  .fs-53px {
    font-size: 2.65rem !important; }
  .fs-55px {
    font-size: 2.7496rem !important; }
  .fs-60px {
    font-size: 3rem !important; }
  .fs-70px {
    font-size: 3.5rem !important; }
  .fs-73px {
    font-size: 3.6496rem !important; }
  .fs-77px {
    font-size: 3.85rem !important; }
  .fs-80px {
    font-size: 4rem !important; }
  .fs-85px {
    font-size: 4.2496rem !important; }
  .fs-100px {
    font-size: 5rem !important; }
  .fs-140px {
    font-size: 7rem !important; }
  .fs-150px {
    font-size: 7.5rem !important; }
  .fs-260px {
    font-size: 13rem !important; }
  .inner.big {
    padding: 0 5rem; }
  #subConts .inner-body {
    padding: 5rem 0; }
  .inner-body {
    padding: 3.5rem 0; }
    .inner-body.max {
      padding: 10rem 0; }
    .inner-body.big {
      padding: 7.75rem 0; }
    .inner-body.middle {
      padding: 3.5rem 0 !important; }
  #footer .footer-btm .infos.line-before li span {
    display: block; }
    #footer .footer-btm .infos.line-before li span + span {
      padding-left: 0 !important; }
      #footer .footer-btm .infos.line-before li span + span::before {
        display: none; }
  #footer .footer-btm .logo img {
    width: 50%; }
  .btns-respon .w-small {
    width: 2.5rem; }
  .btns-respon .w-small2 {
    width: 4.75rem !important; }
  .btns-respon .w-middle {
    width: 8.4375rem !important; }
  .btns-respon .w-middle2 {
    width: 6rem; }
  .btns-respon .w-big {
    width: 10rem; }
  .btns-respon .w-max {
    width: 12.5rem; }
  /************************************************************************/
  .main-section.section-01 .fp-tableCell .artice-wrap {
    padding-top: 80px; }
  .main-section.section-01 .main-visual .slider_item__inner .slider_item__inner__txtbox p {
    font-size: 1.875rem; }
  .main-section.section-01 .main-visual .controler-wrap {
    width: 12rem; }
    .main-section.section-01 .main-visual .controler-wrap .arrow .slide-btn {
      width: 2.2rem;
      height: 2.2rem; }
  /*************************************************/
  .education-area.type3.max > article + article .inner {
    padding-top: 5rem;
    margin-top: 5rem; }
  .education-area.type3.max > article.about-visual-bg:not(.mt-none) {
    margin-top: 5rem !important; }
  .education-area.type3.max > article.about-color-bg {
    padding-bottom: 5rem; }
  .education-area .step-wrap .box__tit {
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex; }
    .education-area .step-wrap .box__tit .num {
      width: fit-content; }
      .education-area .step-wrap .box__tit .num::after {
        content: none; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .col-inner {
    min-height: 23.25rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .ico-box {
    height: 4.75rem; }
    .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .ico-box img {
      width: auto;
      height: 90%; }
  .sub-wrap-conts.about .about-visual-bg {
    height: 32.5rem; }
  .sub-wrap-conts.about .about-box.business-box .txt {
    width: 75%; }
    .sub-wrap-conts.about .about-box.business-box .txt br {
      display: none; }
  .sub-wrap-conts.about .about-box.business-box .icos {
    width: 20%; }
    .sub-wrap-conts.about .about-box.business-box .icos img {
      max-width: 100%; }
  .sub-wrap-conts.about .tit-box-layout {
    gap: 3.125rem; }
    .sub-wrap-conts.about .tit-box-layout .edu-tit {
      width: 100%;
      padding-right: 0; }
    .sub-wrap-conts.about .tit-box-layout .about-box {
      width: 100%; }
  .sub-wrap-conts.ci .color-boxs .color-infos > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sub-wrap-conts.ci .color-boxs .color-infos > li > * {
      width: 100% !important; } }

@media (max-width: 991px) {
  .lg-inline-block {
    display: inline-block !important; }
  .lg-block {
    display: block !important; }
  .lg-inline-none, .lg-none {
    display: none !important; }
  .min-wid-952px-show {
    display: block; }
  .br-991px-none br {
    display: none; }
  .btns-respon .w-small {
    width: 1.875rem; }
  .btns-respon .w-small2 {
    width: 3.5625rem !important; }
  .btns-respon .w-middle {
    width: 5.625rem !important; }
  .btns-respon .w-middle2 {
    width: 4.5rem; }
  .btns-respon .w-big {
    width: 7.5rem; }
  .btns-respon .w-max {
    width: 9.375rem; }
  .btns-respon .h-small {
    height: 2.5rem; }
  .btns-respon .h-middle {
    height: 2.5rem; }
  .btns-respon .h-max {
    height: 3.5rem; }
  .btns-respon .fs-18px {
    font-size: 0.9rem !important; }
  /****************************************************/
  #footer .footer-btm .row {
    -ms-flex-direction: column  !important;
    flex-direction: column !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 1.25rem; }
    #footer .footer-btm .row .le,
    #footer .footer-btm .row .ri {
      width: 100%;
      max-width: 26.875rem; }
    #footer .footer-btm .row + .row {
      margin-top: 1.25rem; }
      #footer .footer-btm .row + .row .le {
        order: 2; }
      #footer .footer-btm .row + .row .ri {
        order: 1; }
  #footer .footer-btm .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  #footer .footer-btm .family-site,
  #footer .footer-btm .bg-fff {
    width: 100%;
    max-width: 26.875rem; }
  /****************************************************/
  .main-section.section-01 .main-quick .quick-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
  .main-section.section-03 .artice-wrap {
    gap: 2.187rem; }
    .main-section.section-03 .artice-wrap .artice-latest {
      width: 100%;
      padding-left: 0; }
    .main-section.section-03 .artice-wrap .artice-journal {
      padding-top: 0;
      width: 100%; }
      .main-section.section-03 .artice-wrap .artice-journal .swiper-list {
        width: 100%;
        max-width: 18.125rem;
        margin: 0 auto; }
  /**************************************************/
  .education-area .step-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .education-area .step-area .step-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      width: calc(90% + 3.125rem);
      margin-top: -rem-respon-basic(3.125rem); }
      .education-area .step-area .step-wrap .box {
        width: calc(50% - 3.125rem);
        margin-top: 2.5rem; }
      .education-area .step-area .step-wrap.type3 {
        padding: 0; }
  .sub-wrap-conts.greeting .sub-cont-section.section-02 {
    background-size: 41.25rem; }
  .sub-wrap-conts.vision .diagram-area {
    margin-top: 2.5rem; }
    .sub-wrap-conts.vision .diagram-area .vision-list > ul > li {
      margin-bottom: 4.375rem; }
  .sub-wrap-conts.directions .infos > li {
    width: 100%; }
    .sub-wrap-conts.directions .infos > li:nth-child(1) {
      width: 100%; }
  .sub-wrap-conts.performance-report .performance-report-box {
    gap: 1.7496rem; }
    .sub-wrap-conts.performance-report .performance-report-box > .col-inner {
      width: 100%; }
      .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) {
        width: calc(100% + 1.7496rem);
        margin-top: -rem-respon-basic(2.187rem);
        margin-left: -rem-respon-basic(2.187rem); }
        .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner {
          margin-top: 1.7496rem;
          margin-left: 1.7496rem; }
          .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(1) {
            width: calc(100% - 1.7496rem); }
          .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) {
            width: calc(100%  - 1.7496rem);
            gap: 1.7496rem; }
            .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2).flex-column {
              -ms-flex-direction: row  !important;
              flex-direction: row !important; }
            .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner {
              width: 100%;
              -webkit-flex: 1 1 calc(50% - calc(1.7496rem / 2));
              -ms-flex: 1 1 calc(50% - calc(1.7496rem / 2));
              flex: 1 1 calc(50% - calc(1.7496rem / 2)); }
    .sub-wrap-conts.performance-report .performance-report-box .step-wrap {
      width: calc(100% + 3.125rem);
      margin-top: -3.125rem;
      margin-left: -3.125rem; }
      .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box {
        width: calc(33.333% - 3.125rem);
        margin-top: 3.125rem;
        margin-left: 3.125rem; }
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box + .box::before {
          width: 1.5rem;
          height: 1.5rem;
          background-size: 0.3rem;
          left: calc(-3.125rem / 2 - 1.5rem / 2); }
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box:nth-child(1) .ico {
          max-width: 25%; }
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box .ico {
          max-width: 23%; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box.padding-x-30px {
          padding-left: 1.5rem;
          padding-right: 1.5rem; }
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box.padding-y-25px {
          padding-top: 1.248rem;
          padding-bottom: 1.248rem; } }

@media (max-width: 840px) {
  .sub-wrap-conts.guidance-application .education-area .edu-table-wrap table tr th.btns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media (max-width: 767px) {
  html {
    font-size: 80%; }
  .md-inline-block {
    display: inline-block !important; }
  .md-block {
    display: block !important; }
  .md-inline-none, .md-none {
    display: none !important; }
  .min-wid-728px-show {
    display: block !important; }
  .br-767px-none br {
    display: none; }
  .mt-25px {
    margin-top: 1.248rem; }
  .mt-30px {
    margin-top: 1.5rem; }
  .mt-35px {
    margin-top: 1.7496rem; }
  .mt-40px {
    margin-top: 2rem; }
  .mt-45px {
    margin-top: 2.2496rem; }
  .mt-50px {
    margin-top: 1.875rem; }
  .mt-60px {
    margin-top: 2.25rem !important; }
  .mt-65px {
    margin-top: 2.4372rem; }
  .mt-70px {
    margin-top: 2.625rem !important; }
  .mt-75px {
    margin-top: 2.8122rem; }
  .mt-80px {
    margin-top: 3rem !important; }
  .mt-85px {
    margin-top: 3.1872rem !important; }
  .mt-55px {
    margin-top: 2.0622rem; }
  .mt-90px {
    margin-top: 3.375rem !important; }
  .mt-95px {
    margin-top: 3.5625rem; }
  .mt-100px {
    margin-top: 3.75rem; }
  .mt-105px {
    margin-top: 3.9375rem; }
  .mt-110px {
    margin-top: 4.125rem; }
  .mt-115px {
    margin-top: 4.3125rem; }
  .mt-120px {
    margin-top: 4.5rem !important; }
  .mt-125px {
    margin-top: 4.6875rem; }
  .mt-130px {
    margin-top: 4.875rem; }
  .mt-160px {
    margin-top: 6rem; }
  .mt-header {
    margin-top: 55px !important; }
  .mb-15px {
    margin-bottom: 0.7496rem; }
  .mb-20px {
    margin-bottom: 1rem; }
  .mb-25px {
    margin-bottom: 1.248rem; }
  .mb-30px {
    margin-bottom: 1.5rem; }
  .mb-35px {
    margin-bottom: 1.7496rem; }
  .mb-40px {
    margin-bottom: 2rem; }
  .mb-45px {
    margin-bottom: 2.2496rem; }
  .mb-50px {
    margin-bottom: 1.875rem; }
  .mb-60px {
    margin-bottom: 2.25rem; }
  .mb-65px {
    margin-bottom: 2.4372rem; }
  .mb-70px {
    margin-bottom: 2.625rem; }
  .mb-75px {
    margin-bottom: 2.8122rem; }
  .mb-80px {
    margin-bottom: 3rem; }
  .mb-85px {
    margin-bottom: 3.1872rem; }
  .mb-55px {
    margin-bottom: 2.0622rem; }
  .mb-90px {
    margin-bottom: 3.375rem; }
  .mb-100px {
    margin-bottom: 3.75rem; }
  .mb-105px {
    margin-bottom: 3.9375rem; }
  .mb-115px {
    margin-bottom: 4.3125rem; }
  .mb-110px {
    margin-bottom: 4.125rem; }
  .mb-120px {
    margin-bottom: 4.5rem; }
  .mb-130px {
    margin-bottom: 4.875rem; }
  .mb-160px {
    margin-bottom: 6rem; }
  .padding-10px {
    padding: 0.5rem; }
  .padding-15px {
    padding: 0.7496rem; }
  .padding-20px {
    padding: 1rem; }
  .padding-25px {
    padding: 1.248rem; }
  .padding-30px {
    padding: 1.5rem; }
  .padding-35px {
    padding: 1.7496rem; }
  .padding-40px {
    padding: 2rem; }
  .padding-45px {
    padding: 2.2496rem; }
  .padding-50px {
    padding: 1.875rem; }
  .padding-55px {
    padding: 2.0622rem; }
  .padding-60px {
    padding: 2.25rem; }
  .padding-70px {
    padding: 2.625rem; }
  .padding-75px {
    padding: 2.8122rem; }
  .padding-100px {
    padding: 3.75rem; }
  .pt-15px {
    padding-top: 0.7496rem; }
  .pt-20px {
    padding-top: 1rem; }
  .pt-30px {
    padding-top: 1.5rem; }
  .pt-40px {
    padding-top: 2rem; }
  .pt-50px {
    padding-top: 1.875rem; }
  .pt-70px {
    padding-top: 2.625rem; }
  .pt-80px {
    padding-top: 3rem; }
  .pt-100px {
    padding-top: 3.75rem; }
  .pt-105px {
    padding-top: 3.9375rem; }
  .pb-15px {
    padding-bottom: 0.7496rem; }
  .pb-20px {
    padding-bottom: 1rem; }
  .pb-30px {
    padding-bottom: 1.5rem; }
  .pb-35px {
    padding-bottom: 1.7496rem; }
  .pb-40px {
    padding-bottom: 2rem; }
  .pb-50px {
    padding-bottom: 1.875rem; }
  .pb-60px {
    padding-bottom: 2.25rem; }
  .pb-70px {
    padding-bottom: 2.625rem; }
  .pb-80px {
    padding-bottom: 3rem; }
  .pb-100px {
    padding-bottom: 3.75rem; }
  .pb-105px {
    padding-bottom: 3.9375rem; }
  .pr-20px {
    padding-right: 0.75rem !important; }
  .pr-40px {
    padding-right: 1.5rem !important; }
  .padding-y-10px {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .padding-y-20px {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .padding-y-25px {
    padding-top: 1.248rem;
    padding-bottom: 1.248rem; }
  .padding-y-30px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .padding-y-35px {
    padding-top: 1.7496rem;
    padding-bottom: 1.7496rem; }
  .padding-y-40px {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .padding-y-45px {
    padding-top: 2.2496rem;
    padding-bottom: 2.2496rem; }
  .padding-y-50px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .padding-y-60px {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  .padding-y-70px {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem; }
  .padding-y-80px {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .padding-y-100px {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .padding-y-130px {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem; }
  .padding-y-145px {
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem; }
  .padding-x-20px {
    padding-left: 1rem;
    padding-right: 1rem; }
  .padding-x-30px {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .padding-x-35px {
    padding-left: 1.7496rem;
    padding-right: 1.7496rem; }
  .padding-x-40px {
    padding-left: 2rem;
    padding-right: 2rem; }
  .padding-x-50px {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .padding-x-60px {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  .padding-x-70px {
    padding-left: 2.625rem;
    padding-right: 2.625rem; }
  .padding-x-80px {
    padding-left: 3rem;
    padding-right: 3rem; }
  .padding-x-140px {
    padding-left: 5.25rem;
    padding-right: 5.25rem; }
  .fs-16px.fs-respon {
    font-size: 0.8rem !important; }
  .fs-18px.fs-respon {
    font-size: 0.9rem !important; }
  .fs-20px:not(.fs-fit) {
    font-size: 1rem !important; }
  .fs-22px {
    font-size: 1.1rem !important; }
  .fs-23px {
    font-size: 1.15rem !important; }
  .fs-24px {
    font-size: 1.2rem !important; }
  .fs-25px {
    font-size: 1.248rem !important; }
  .fs-27_5px {
    font-size: 1.375rem !important; }
  .fs-26px {
    font-size: 1.3rem !important; }
  .fs-28px {
    font-size: 1.4rem !important; }
  .fs-30px {
    font-size: 1.5rem !important; }
  .fs-32px {
    font-size: 1.6rem !important; }
  .fs-34px {
    font-size: 1.7rem !important; }
  .fs-35px {
    font-size: 1.7496rem !important; }
  .fs-36px {
    font-size: 1.8rem !important; }
  .fs-38px {
    font-size: 1.9rem !important; }
  .fs-40px {
    font-size: 2rem !important; }
  .fs-42px {
    font-size: 2.1rem !important; }
  .fs-45px {
    font-size: 2.2496rem !important; }
  .fs-48px {
    font-size: 2.4rem !important; }
  .fs-50px {
    font-size: 1.875rem !important; }
  .fs-53px {
    font-size: 1.9875rem !important; }
  .fs-55px {
    font-size: 2.0622rem !important; }
  .fs-60px {
    font-size: 2.25rem !important; }
  .fs-70px {
    font-size: 2.625rem !important; }
  .fs-73px {
    font-size: 2.7372rem !important; }
  .fs-77px {
    font-size: 2.8875rem !important; }
  .fs-80px {
    font-size: 3rem !important; }
  .fs-85px {
    font-size: 3.1872rem !important; }
  .fs-100px {
    font-size: 3.75rem !important; }
  .fs-140px {
    font-size: 5.25rem !important; }
  .fs-150px {
    font-size: 5.625rem !important; }
  .fs-260px {
    font-size: 9.75rem !important; }
  .pc-txt-c {
    text-align: left; }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 15px 24px; }
  .w-fit {
    width: fit-content; }
  .w-small {
    width: 2.5rem; }
  .w-small2 {
    width: 4.75rem !important; }
  .w-middle {
    width: 8.4375rem !important; }
  .w-middle2 {
    width: 6rem; }
  .w-big {
    width: 10rem; }
  .w-max {
    width: 12.5rem; }
  /************************************************************/
  #footer .footer-tp .organization-swiper .swiper-slide img {
    width: 80% !important; }
  #footer .footer-tp .swiper-button.swiper-button-next {
    right: -3.5rem; }
  #footer .footer-tp .swiper-button.swiper-button-prev {
    left: -3.5rem; }
  /************************************************************/
  #subConts .inner-body {
    padding: 3.75rem 0; }
  .inner.big {
    padding: 0 3.75rem; }
  .inner-body {
    padding: 2.625rem 0; }
    .inner-body.max {
      padding: 7.5rem 0; }
    .inner-body.big {
      padding: 5.8125rem 0; }
    .inner-body.small {
      padding: 2.2496rem 0; }
    .inner-body.middle {
      padding: 2.625rem 0 !important; }
    .inner-body.min {
      padding: 1.248rem 0 !important; }
  .con-tit h3 {
    font-size: 2.5rem; }
  .con-tit h4 {
    font-size: 1.5rem; }
  .con-tit h5 {
    font-size: 1.2rem; }
  .dot-list > li {
    padding-left: 1rem; }
    .dot-list > li::before {
      width: 0.5rem;
      height: 0.5rem;
      top: 0.45rem; }
  .line-before li span + span {
    padding-left: 2rem; }
    .line-before li span + span::before {
      height: 0.5rem;
      margin-top: -rem-respon-basic(0.3125rem);
      left: 1rem; }
  .txt-box + .txt-box {
    margin-top: 1.5rem; }
  .thumbnail-box.fit-contain figure {
    padding: 0.75rem; }
  .thumbnail-box.fit-contain img {
    max-width: calc(100% - calc(0.75rem * 2)) !important;
    max-height: calc(100% - calc(0.75rem * 2)) !important; }
  /************************************************************/
  .main-section.section-01 .fp-tableCell .artice-wrap {
    padding-top: 55px; }
  .main-section.section-01 .main-visual {
    aspect-ratio: initial;
    height: 18.75rem; }
    .main-section.section-01 .main-visual .slider_item__inner .slider_item__inner__txtbox {
      padding-right: 40%; }
      .main-section.section-01 .main-visual .slider_item__inner .slider_item__inner__txtbox p {
        font-size: 1.6872rem; }
    .main-section.section-01 .main-visual .controler-wrap {
      right: 0.625rem; }
      .main-section.section-01 .main-visual .controler-wrap::before {
        bottom: -1px;
        left: -1.8125rem; }
      .main-section.section-01 .main-visual .controler-wrap::after {
        right: -1px;
        top: -1.8125rem; }
  .main-section.section-01 .quick-box .icon-box img {
    width: 28%;
    min-width: 35px; }
  /****************************************************/
  .education-area.type3.max > article + article .inner {
    padding-top: 3.75rem;
    margin-top: 3.75rem; }
  .education-area.type3.max > article.about-visual-bg:not(.mt-none) {
    margin-top: 3.75rem !important; }
  .education-area.type3.max > article.about-color-bg {
    padding-bottom: 3.75rem; }
  .education-area.type3 > article + article .inner {
    padding-top: 2.7496rem;
    margin-top: 2.7496rem; }
  .education-area.type3 > article.about-visual-bg {
    margin-top: 2.7496rem; }
  .education-area.type3 > article.about-color-bg {
    padding-bottom: 2.7496rem; }
  .education-area.type2 > article + article {
    margin-top: 3.2496rem; }
  .education-area.small > article + article {
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
  .education-area > article + article {
    padding-top: 2.7496rem;
    margin-top: 2.7496rem; }
  .education-area .edu-table-area + .edu-table-area {
    margin-top: 1.5rem; }
  .education-area .edu-table-area .edu-table-boxs + .edu-table-boxs {
    margin-top: 1rem; }
  .education-area .edu-tit h3 {
    font-size: 1.5rem; }
  .education-area .education-box.padding-40px {
    padding: 1.5rem; }
  .education-area .education-box h4 {
    font-size: 1.2rem; }
  .education-area .contact-box ul {
    width: 100%; }
  .education-area .step-area .step-wrap {
    width: calc(95% + 1.875rem);
    margin-top: -1.875rem;
    margin-left: -1.875rem; }
    .education-area .step-area .step-wrap .box {
      width: calc(50% - 1.875rem);
      margin-top: 1.875rem;
      margin-left: 1.875rem; }
      .education-area .step-area .step-wrap .box + .box::before {
        left: calc(-1.875rem / 2 - 0.8125rem / 2); }
      .education-area .step-area .step-wrap .box__desc {
        padding-top: 1rem;
        margin-top: 1rem; }
  .education-area .dot-list > li {
    padding-left: 0.9rem; }
    .education-area .dot-list > li + li {
      margin-top: 0.25rem; }
    .education-area .dot-list > li .hyphen-list {
      margin: 0.5rem 0 1rem 0.5rem; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .col-inner {
    min-height: auto; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 > .row div {
    width: calc(100% - 4.25rem - 1.25rem); }
  .sub-wrap-conts.join .sub-cont-section.section-01 .join-box .wid100 > .row .btn {
    max-width: 100%;
    margin-left: 0; }
  .sub-wrap-conts.join .sub-cont-section.section-01 .contact-box {
    background-size: 8.125rem;
    background-position: left-2.5rem center;
    padding-left: 5.625rem;
    height: auto; }
  .sub-wrap-conts.greeting .sub-cont-section.section-02 {
    background-size: 30.9375rem; }
  .sub-wrap-conts.greeting .greeting-list li > strong {
    width: 6.25rem;
    padding-right: 2.7496rem; }
  .sub-wrap-conts.greeting .greeting-list li > div {
    width: calc(100% - 6.25rem); }
  .sub-wrap-conts.directions #map {
    height: 29.75rem; }
  .sub-wrap-conts.directions .traffics > li {
    padding: 1.5rem; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(1) {
      width: 7.25rem; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(2) {
      width: calc(100% - 7.25rem);
      padding-left: 2.25rem; } }

@media (max-width: 575px) {
  .sm-inline-block {
    display: inline-block; }
  .sm-block {
    display: block !important; }
  .sm-inline-none, .sm-none {
    display: none; }
  .br-575px-none br {
    display: none; }
  .btns-respon.justify-content-between {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .btns-respon .btn {
    width: 22vw !important;
    padding: 0.3125rem 0.625rem;
    text-align: center; }
  /********************************************/
  .sub-wrap-conts.guidance-application .education-area .edu-table-wrap table tr th.btns .btn {
    max-width: 9.375rem; }
  .sub-wrap-conts.greeting .greeting-list li {
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sub-wrap-conts.greeting .greeting-list li > strong {
      width: 100%;
      padding-right: 0; }
    .sub-wrap-conts.greeting .greeting-list li > div {
      width: 100%; }
  .sub-wrap-conts.performance-report .performance-report-box {
    gap: 1.3122rem; }
    .sub-wrap-conts.performance-report .performance-report-box .padding-50px {
      padding: 1.5rem !important; }
    .sub-wrap-conts.performance-report .performance-report-box .padding-x-60px {
      padding-left: 1.875rem;
      padding-right: 1.875rem !important; }
    .sub-wrap-conts.performance-report .performance-report-box .padding-y-50px {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem !important; }
    .sub-wrap-conts.performance-report .performance-report-box .padding-y-60px {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem !important; }
    .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) {
      width: calc(100% + 1.3122rem);
      margin-top: -1.3122rem;
      margin-left: -1.3122rem; }
      .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner {
        margin-top: 1.3122rem;
        margin-left: 1.3122rem; }
        .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(1) {
          width: calc(100% - 1.3122rem); }
        .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) {
          width: calc(100%  - 1.3122rem);
          gap: 1.3122rem; }
          .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2).flex-column {
            -ms-flex-direction: row  !important;
            flex-direction: row !important; }
          .sub-wrap-conts.performance-report .performance-report-box > .col-inner:nth-child(1) > .col-inner:nth-child(2) > .col-inner {
            width: 100%;
            -webkit-flex: 1 1 calc(50% - calc(1.3122rem / 2));
            -ms-flex: 1 1 calc(50% - calc(1.3122rem / 2));
            flex: 1 1 calc(50% - calc(1.3122rem / 2)); }
    .sub-wrap-conts.performance-report .performance-report-box .step-wrap {
      width: calc(100% + 1.875rem);
      margin-top: -1.875rem;
      margin-left: -1.875rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
      .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box {
        width: calc(100% - 1.875rem);
        margin-top: 1.875rem;
        margin-left: 1.875rem;
        max-width: 20.3125rem; }
        .sub-wrap-conts.performance-report .performance-report-box .step-wrap .box + .box::before {
          width: 1.125rem;
          height: 1.125rem;
          top: calc(-1.875rem / 2 - 1.125rem / 2);
          -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
          left: 50%; } }

@media (max-width: 480px) {
  html {
    font-size: 78%; }
  .br-480px-none br {
    display: none; }
  #header .header-bottom {
    padding: 0 0.625rem; }
  #header .m-menu-btn {
    right: 0.625rem; }
  .inner {
    padding: 0 0.625rem; }
  /*************************************************/
  .main-section.section-01 .main-visual .main-visual-inner {
    padding: 0 0.625rem; }
  .main-section.section-01 .main-visual .slider_item__inner {
    padding: 0 1.875rem; }
    .main-section.section-01 .main-visual .slider_item__inner .slider_item__inner__txtbox p {
      font-size: 1.406rem; }
  .sub-wrap-conts.directions .traffics > li {
    gap: 1.25rem; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(1) {
      width: 100%; }
    .sub-wrap-conts.directions .traffics > li > div:nth-child(2) {
      width: 100%;
      padding-left: 0; }
  .education-area .step-area .step-wrap {
    width: calc(100% + 1.125rem);
    margin-top: -1.125rem;
    margin-left: -1.125rem; }
    .education-area .step-area .step-wrap .box {
      width: calc(50% - 1.125rem);
      margin-top: 1.125rem;
      margin-left: 1.125rem;
      padding: 0.937rem; }
      .education-area .step-area .step-wrap .box + .box::before {
        width: 0.4875rem;
        height: 0.9rem;
        left: calc(-1.125rem / 2 - 0.4875rem / 2); } }

@media (max-width: 375px) {
  .padding-100px {
    padding: 2.5rem; } }

@media (max-width: 325px) {
  html {
    font-size: 75%; } }

/*# sourceMappingURL=style.css.map */