/* ============================== custom ============================== */
/* ============================== animation  ============================== */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-sub-top {
  from {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
  to {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-moz-keyframes slide-sub-top {
  from {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
  to {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes slide-sub-top {
  from {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
  to {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

@-moz-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; } }

@-moz-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; } }

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-black {
  0% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0); }
  100% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }

@-moz-keyframes fade-black {
  0% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0); }
  100% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }

@keyframes fade-black {
  0% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0); }
  100% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes ping-primary {
  0% {
    background: rgba(196, 216, 46, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(196, 216, 46, 0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6); } }

@-moz-keyframes ping-primary {
  0% {
    background: rgba(196, 216, 46, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(196, 216, 46, 0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6); } }

@keyframes ping-primary {
  0% {
    background: rgba(196, 216, 46, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(196, 216, 46, 0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6); } }

@-webkit-keyframes ping-wh {
  0% {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }

@-moz-keyframes ping-wh {
  0% {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }

@keyframes ping-wh {
  0% {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }

@-webkit-keyframes order-height {
  0% {
    height: 0; }
  33% {
    height: 100px; }
  66% {
    height: max(61%, 200px); }
  100% {
    height: max(90%, 300px); } }

@-moz-keyframes order-height {
  0% {
    height: 0; }
  33% {
    height: 100px; }
  66% {
    height: max(61%, 200px); }
  100% {
    height: max(90%, 300px); } }

@keyframes order-height {
  0% {
    height: 0; }
  33% {
    height: 100px; }
  66% {
    height: max(61%, 200px); }
  100% {
    height: max(90%, 300px); } }

/* ============================== common ============================== */
.scrollbar {
  overflow-y: overlay; }
  .scrollbar::-webkit-scrollbar {
    width: 16px;
    background-color: transparent; }
  .scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    margin: 7px 0;
    background-color: transparent; }
  .scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 4px solid transparent;
    background-clip: content-box;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }

.go-partner-btn,
.ch-inquiry-btn {
  position: fixed;
  bottom: 40px;
  left: calc(50% - 146px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 78px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  background-color: #000;
  border: 1px solid #fff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
  -moz-animation: pulsate-bck 1s ease-in-out infinite both;
  -o-animation: pulsate-bck 1s ease-in-out infinite both;
  -ms-animation: pulsate-bck 1s ease-in-out infinite both;
  animation: pulsate-bck 1s ease-in-out infinite both;
  z-index: 2; }
  .go-partner-btn.no-fixed,
  .ch-inquiry-btn.no-fixed {
    position: absolute;
    bottom: 410px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .go-partner-btn.no-fixed,
      .ch-inquiry-btn.no-fixed {
        bottom: 390px; } }
  .go-partner-btn.is-join,
  .ch-inquiry-btn.is-join {
    width: 292px;
    height: 80px;
    pointer-events: all; }
    @media (max-width: 1024px) {
      .go-partner-btn.is-join,
      .ch-inquiry-btn.is-join {
        left: calc(50% - 148px);
        width: 296px;
        height: 80px; } }
    @media (max-width: 768px) {
      .go-partner-btn.is-join,
      .ch-inquiry-btn.is-join {
        left: calc(50% - 115px);
        width: 230px;
        height: 68px; } }
  .go-partner-btn.static,
  .ch-inquiry-btn.static {
    position: static;
    margin: 0 auto;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none; }
  @media (max-width: 768px) {
    .go-partner-btn,
    .ch-inquiry-btn {
      bottom: 30px;
      left: calc(50% - 121px);
      width: 242px;
      height: 64px;
      font-size: 16px;
      line-height: 16px;
      padding: 0;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px; } }
  .go-partner-btn span,
  .ch-inquiry-btn span {
    display: inline-block;
    padding-right: 24px;
    background: url(../images/icon/arrow-right-w.svg) 100% 50%;
    font-size: inherit;
    color: #fff;
    font-weight: 700;
    line-height: 18px; }
    @media (max-width: 768px) {
      .go-partner-btn span,
      .ch-inquiry-btn span {
        padding-right: 22px;
        font-size: 16px;
        line-height: 16px; } }

.go-top-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  border: 1px solid #FFF;
  width: 52px;
  height: 52px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../images/icon/arrow-top-w.svg);
  background-position: 50% 50%;
  z-index: 1; }
  @media (max-width: 768px) {
    .go-top-btn {
      right: 20px;
      bottom: 44px;
      width: 40px;
      height: 40px; } }

/* ============================== components ============================== */
.input-wrap .term {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  text-align: left; }
  @media (max-width: 1024px) {
    .input-wrap .term {
      margin-bottom: 10px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .input-wrap .term {
      margin-bottom: 13px;
      font-size: 14px; } }
  .input-wrap .term.require:after {
    content: "*";
    display: inline-flex;
    margin-left: 2px;
    font-size: 14px;
    color: #F05B5A;
    line-height: 16px;
    vertical-align: text-bottom; }

.input-wrap:not(.select) .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 12px;
  border: 1px solid transparent;
  background: #EFEFEF; }
  .input-wrap:not(.select) .desc.error {
    border-color: #F05B5A; }

.input-wrap.select .desc {
  display: flex;
  align-items: center;
  gap: 0 20px; }
  @media (max-width: 768px) {
    .input-wrap.select .desc {
      gap: 0 28px; } }

.input-wrap.file {
  display: flex;
  flex-wrap: wrap; }
  .input-wrap.file .inner {
    display: flex;
    width: 100%; }
    .input-wrap.file .inner .desc {
      flex: 1;
      min-width: calc(100% - 120px);
      cursor: default; }
      .input-wrap.file .inner .desc .file-name.is-value + .close-btn {
        display: block; }
      .input-wrap.file .inner .desc .close-btn {
        display: none;
        width: 24px;
        height: 24px;
        background: url(../images/icon/input-delete-gray.svg) 0 0; }
    .input-wrap.file .inner label {
      min-width: 112px;
      height: 48px;
      line-height: 48px;
      margin-left: 8px;
      padding: 0 12px;
      font-size: 16px;
      color: #000;
      text-align: center;
      border: 1px solid #ccc;
      background-color: #fff;
      cursor: pointer; }
      @media (max-width: 768px) {
        .input-wrap.file .inner label {
          margin-left: 6px;
          font-size: 14px; } }

.input-wrap input[type=text],
.input-wrap input[type=number],
.input-wrap input[type=email],
.input-wrap input[type=password] {
  flex: 1;
  height: 100%;
  font-size: 16px;
  color: #000; }
  .input-wrap input[type=text]:read-only,
  .input-wrap input[type=number]:read-only,
  .input-wrap input[type=email]:read-only,
  .input-wrap input[type=password]:read-only {
    cursor: not-allowed; }
  @media (max-width: 768px) {
    .input-wrap input[type=text],
    .input-wrap input[type=number],
    .input-wrap input[type=email],
    .input-wrap input[type=password] {
      font-size: 14px; } }

.input-wrap .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-left: 12px; }
  .input-wrap .btn-wrap .input-delete-btn {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/icon/input-delete-gray.svg) 0 0/20px; }

.input-wrap .info-msg {
  margin-top: 6px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  text-align: left; }
  .input-wrap .info-msg.error {
    color: #F05B5A; }

.input-wrap + .input-wrap {
  margin-top: 24px; }
  @media (max-width: 768px) {
    .input-wrap + .input-wrap {
      margin-top: 16px; } }

.checkbox-wrap {
  display: flex; }
  .checkbox-wrap input[type="checkbox"] + label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    cursor: pointer; }
    @media (max-width: 768px) {
      .checkbox-wrap input[type="checkbox"] + label {
        font-size: 14px; } }
    .checkbox-wrap input[type="checkbox"] + label.require:after {
      content: "*";
      display: inline-flex;
      margin-left: 2px;
      font-size: 14px;
      color: #F05B5A;
      vertical-align: text-bottom; }
      @media (max-width: 768px) {
        .checkbox-wrap input[type="checkbox"] + label.require:after {
          font-size: 13px; } }
    .checkbox-wrap input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      background: url(../images/icon/checkbox-off.svg); }
  .checkbox-wrap input[type="checkbox"]:checked + label:before {
    background-image: url(../images/icon/checkbox-on.svg); }

.radio-wrap {
  display: flex; }
  .radio-wrap input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    cursor: pointer; }
    .radio-wrap input[type="radio"] + label:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      background: url(../images/icon/radio-off.svg); }
  .radio-wrap input[type="radio"]:checked + label:before {
    background-image: url(../images/icon/radio-on.svg); }

.textarea-wrap {
  display: flex;
  align-items: end;
  flex-direction: column;
  width: 100%;
  height: 120px;
  padding: 14px 12px;
  background-color: #EFEFEF; }
  .textarea-wrap textarea {
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: #111;
    line-height: 26px; }
    @media (max-width: 768px) {
      .textarea-wrap textarea {
        font-size: 14px;
        line-height: 24px; } }
  .textarea-wrap .length {
    margin-top: 10px;
    font-size: 13px;
    color: #bbb;
    line-height: 16px; }
    .textarea-wrap .length span {
      font-size: inherit;
      color: inherit; }
      .textarea-wrap .length span.active {
        color: #111; }

/* ============================== header ============================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.4s;
  z-index: 3; }
  header.scroll {
    background-color: #000; }
  header .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    padding: 10px 100px 0; }
    @media (max-width: 1024px) {
      header .area {
        padding: 0 40px; } }
    @media (max-width: 768px) {
      header .area {
        height: 92px;
        padding: 12px 30px 0; } }
    @media (max-width: 768px) {
      header .area .logo {
        width: 110px;
        height: 17px; }
        header .area .logo img {
          width: 100%;
          height: 100%; } }
    @media (max-width: 768px) {
      header .area nav {
        display: none; } }
    header .area nav ul {
      display: flex;
      align-items: center;
      gap: 0 80px; }
      @media (max-width: 1024px) {
        header .area nav ul {
          gap: 0 30px; } }
      header .area nav ul li {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        line-height: 22px; }
        header .area nav ul li:hover, header .area nav ul li.active {
          color: #c4d82e; }
    header .area .lnb {
      display: flex;
      align-items: center;
      gap: 0 20px; }
      @media (max-width: 768px) {
        header .area .lnb {
          display: none; } }
      header .area .lnb li {
        font-size: 15px;
        color: #fff; }
    header .area .m-menu-btn {
      display: none; }
      @media (max-width: 768px) {
        header .area .m-menu-btn {
          display: block;
          width: 28px;
          height: 28px;
          margin-left: 20px;
          background: url(../images/icon/menu-w.svg); } }
  header .m-navi {
    display: none; }
    @media (max-width: 768px) {
      header .m-navi {
        position: absolute;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        transition: right 0.4s ease; } }
    header .m-navi.active {
      right: 0; }
    header .m-navi .body {
      position: relative;
      width: max(90%, 320px);
      height: 100vh;
      margin-left: auto;
      padding: 42px 0 30px;
      background-color: #000;
      z-index: 3; }
      @media (max-width: 768px) {
        header .m-navi .body .logo {
          width: 110px;
          height: 17px;
          margin-left: 30px; }
          header .m-navi .body .logo img {
            width: 100%;
            height: 100%; } }
      header .m-navi .body ul {
        margin-top: 50px; }
        header .m-navi .body ul li {
          height: 56px;
          font-size: 18px;
          color: #fff;
          cursor: pointer; }
          header .m-navi .body ul li a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 0 30px;
            background: url(../images/icon/arrow-right-w.svg) right 30px top 50%; }
            header .m-navi .body ul li a:hover {
              color: #c4d82e;
              background-image: url(../images/icon/arrow-right-primary.svg); }
      header .m-navi .body .m-close-btn {
        position: absolute;
        top: 40px;
        right: 30px;
        width: 20px;
        height: 20px;
        background: url(../images/icon/close-w.svg); }
    header .m-navi .backdrop {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: background-color 0.5s ease; }

/* ============================== footer ============================== */
footer {
  background-color: #000; }
  footer .area {
    padding: 60px 80px 93px; }
    @media (max-width: 1024px) {
      footer .area {
        padding: 30px 40px 64px; } }
    @media (max-width: 768px) {
      footer .area {
        padding: 42px 20px 47px; } }
    @media (max-width: 768px) {
      footer .area .logo {
        width: 110px;
        height: 17px; }
        footer .area .logo img {
          width: 100%;
          height: 100%; } }
    footer .area .top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 768px) {
        footer .area .top {
          display: flex;
          align-items: flex-start;
          flex-direction: column; } }
      footer .area .top .dropdown {
        position: relative;
        width: 240px;
        cursor: pointer; }
        @media (max-width: 768px) {
          footer .area .top .dropdown {
            width: 100%;
            margin-top: 22px; } }
        footer .area .top .dropdown.active .selected-item {
          border-color: #333;
          background-color: #333; }
          footer .area .top .dropdown.active .selected-item:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        footer .area .top .dropdown .selected-item,
        footer .area .top .dropdown ul li {
          padding: 0 12px 0 16px;
          color: #eee; }
        footer .area .top .dropdown .selected-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 44px;
          border: 1px solid #444; }
          footer .area .top .dropdown .selected-item:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url(../images/icon/arrow-btm-g.svg);
            transition: all 0.3s; }
          footer .area .top .dropdown .selected-item span {
            font-size: 16px; }
        footer .area .top .dropdown ul {
          display: none;
          position: absolute;
          top: 43px;
          left: 0;
          width: 100%;
          padding: 20px 0;
          background-color: #333; }
          footer .area .top .dropdown ul li {
            font-size: 14px;
            line-height: 22px; }
            footer .area .top .dropdown ul li + li {
              margin-top: 12px; }
    footer .area .btm {
      display: flex;
      justify-content: space-between;
      margin-top: 36px; }
      @media (max-width: 768px) {
        footer .area .btm {
          display: flex;
          align-items: flex-start;
          flex-direction: column-reverse; } }
      footer .area .btm .related-company .terms {
        display: flex;
        align-items: center;
        gap: 0 30px; }
        @media (max-width: 768px) {
          footer .area .btm .related-company .terms {
            flex-wrap: wrap;
            gap: 0 20px;
            width: 180px;
            margin-top: 22px; } }
        footer .area .btm .related-company .terms li {
          font-size: 15px;
          color: #eee;
          font-weight: 600;
          line-height: 24px; }
          @media (max-width: 768px) {
            footer .area .btm .related-company .terms li {
              font-size: 13px; } }
          footer .area .btm .related-company .terms li.kakao {
            color: #FEE500; }
          footer .area .btm .related-company .terms li.blog {
            color: #2DB400; }
      footer .area .btm .related-company .info {
        margin-top: 22px; }
        footer .area .btm .related-company .info p {
          font-size: 14px;
          color: #999;
          line-height: 22px; }
          @media (max-width: 768px) {
            footer .area .btm .related-company .info p {
              font-size: 13px; } }
          @media (max-width: 1024px) {
            footer .area .btm .related-company .info p:not(:first-child) span {
              display: block; } }
          @media (max-width: 1024px) {
            footer .area .btm .related-company .info p:not(:first-child) span + span::before {
              display: none; } }
          footer .area .btm .related-company .info p span {
            display: inline-block;
            font-size: inherit; }
            footer .area .btm .related-company .info p span + span:before {
              content: "";
              display: inline-block;
              width: 1px;
              height: 12px;
              margin: 0 10px 0 6px;
              vertical-align: middle;
              background-color: #444; }
              @media (max-width: 1024px) {
                footer .area .btm .related-company .info p span + span:before {
                  margin: 0 20px 0 16px; } }
              @media (max-width: 768px) {
                footer .area .btm .related-company .info p span + span:before {
                  margin: 0 10px 0 6px; } }
      footer .area .btm .related-inquiry {
        width: 240px; }
        footer .area .btm .related-inquiry dl dt {
          font-size: 14px;
          color: #ccc;
          line-height: 22px; }
        footer .area .btm .related-inquiry dl dd {
          font-size: 24px;
          color: #eee;
          font-weight: 500;
          line-height: 32px; }
          @media (max-width: 768px) {
            footer .area .btm .related-inquiry dl dd {
              font-size: 22px; } }
        footer .area .btm .related-inquiry ul {
          margin-top: 12px; }
          footer .area .btm .related-inquiry ul li {
            font-size: 14px;
            color: #999;
            line-height: 22px; }
            @media (max-width: 768px) {
              footer .area .btm .related-inquiry ul li {
                font-size: 13px; } }

/* ============================== popup ============================== */
.popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .popup-wrap > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .popup-wrap.active {
    display: block;
    z-index: 4; }
    .popup-wrap.active .backdrop {
      display: block; }
  .popup-wrap .alert-popup {
    display: none;
    width: 100%;
    height: 100vh; }
    .popup-wrap .alert-popup.active {
      display: flex;
      align-items: center;
      justify-content: center; }
    .popup-wrap .alert-popup > div:not(.backdrop) {
      width: 340px;
      padding: 40px 20px 20px;
      text-align: center;
      background-color: #FFF;
      z-index: 2; }
      @media (max-width: 768px) {
        .popup-wrap .alert-popup > div:not(.backdrop) {
          width: 320px; } }
    .popup-wrap .alert-popup .popup-body p {
      color: #000; }
      .popup-wrap .alert-popup .popup-body p.title {
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px; }
        @media (max-width: 768px) {
          .popup-wrap .alert-popup .popup-body p.title {
            padding-bottom: 14px;
            font-size: 18px;
            line-height: 24px; } }
      .popup-wrap .alert-popup .popup-body p.sub-title {
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px; }
        @media (max-width: 768px) {
          .popup-wrap .alert-popup .popup-body p.sub-title {
            padding-bottom: 8px;
            font-size: 16px;
            line-height: 22px; } }
      .popup-wrap .alert-popup .popup-body p.text {
        font-size: 16px;
        line-height: 24px;
        word-break: keep-all; }
        @media (max-width: 768px) {
          .popup-wrap .alert-popup .popup-body p.text {
            font-size: 14px;
            line-height: 20px; } }
    .popup-wrap .alert-popup .popup-footer {
      display: flex;
      justify-content: space-between;
      gap: 0 8px;
      margin-top: 40px; }
      .popup-wrap .alert-popup .popup-footer [class*=btn] {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        border: 1px solid transparent;
        flex: 1; }
        @media (max-width: 768px) {
          .popup-wrap .alert-popup .popup-footer [class*=btn] {
            height: 48px;
            line-height: 48px;
            font-size: 14px; } }
        .popup-wrap .alert-popup .popup-footer [class*=btn].outline-btn {
          color: #000;
          border-color: #ccc; }
        .popup-wrap .alert-popup .popup-footer [class*=btn].primary-btn {
          color: #fff;
          background-color: #3E3E3B; }
  .popup-wrap .custom-popup {
    display: none;
    width: 100%;
    height: 100vh; }
    .popup-wrap .custom-popup.active {
      display: flex;
      align-items: center;
      justify-content: center; }
    .popup-wrap .custom-popup.full-layout {
      width: 100%;
      height: 100vh; }
    .popup-wrap .custom-popup .content {
      position: relative;
      width: 480px;
      background-color: #fff;
      z-index: 2; }
      @media (max-width: 768px) {
        .popup-wrap .custom-popup .content {
          width: 320px; } }
      .popup-wrap .custom-popup .content > .close-btn {
        position: absolute;
        top: 26px;
        right: 40px;
        width: 28px;
        height: 28px;
        background: url(../images/icon/delete-black.svg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover; }
        @media (max-width: 768px) {
          .popup-wrap .custom-popup .content > .close-btn {
            top: 16px;
            right: 16px; } }
    .popup-wrap .custom-popup .popup-head {
      height: 68px;
      padding-top: 24px;
      padding-bottom: 12px; }
      @media (max-width: 768px) {
        .popup-wrap .custom-popup .popup-head {
          height: 54px;
          padding-top: 14px;
          padding-bottom: 8px; } }
      .popup-wrap .custom-popup .popup-head .title {
        font-size: 24px;
        color: #000;
        font-weight: 700;
        line-height: 32px;
        text-align: center; }
        @media (max-width: 768px) {
          .popup-wrap .custom-popup .popup-head .title {
            font-size: 18px; } }
    .popup-wrap .custom-popup .popup-body {
      margin-top: 24px;
      padding: 0 30px 30px 30px; }
      @media (max-width: 768px) {
        .popup-wrap .custom-popup .popup-body {
          margin-top: 20px;
          padding: 0 20px 20px 20px; } }
    .popup-wrap .custom-popup .popup-footer {
      display: flex;
      justify-content: space-between;
      gap: 0 8px;
      margin: 32px 40px 40px 40px; }
      .popup-wrap .custom-popup .popup-footer.column {
        display: flex;
        flex-direction: column;
        gap: 10px 0; }
      .popup-wrap .custom-popup .popup-footer [class*=btn] {
        flex: 1; }
  .popup-wrap .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }

@media (max-width: 768px) {
  .custom-popup.terms-popup .content {
    max-height: 420px; } }

.custom-popup.terms-popup .content .popup-body {
  max-height: 457px;
  margin-bottom: 33px; }
  @media (max-width: 768px) {
    .custom-popup.terms-popup .content .popup-body {
      max-height: 346px;
      margin-bottom: 0; } }
  .custom-popup.terms-popup .content .popup-body .head li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer; }
    .custom-popup.terms-popup .content .popup-body .head li:hover {
      color: #000; }
    .custom-popup.terms-popup .content .popup-body .head li + li {
      margin-top: 4px; }
  .custom-popup.terms-popup .content .popup-body .head + .body {
    margin-top: 60px; }
  .custom-popup.terms-popup .content .popup-body .body > div,
  .custom-popup.terms-popup .content .popup-body .body + div {
    margin-top: 32px; }
  .custom-popup.terms-popup .content .popup-body .body > div:first-child,
  .custom-popup.terms-popup .content .popup-body .body > p:first-child {
    margin-top: 0; }
  .custom-popup.terms-popup .content .popup-body p {
    word-break: inherit; }
  .custom-popup.terms-popup .content .popup-body .title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 768px) {
      .custom-popup.terms-popup .content .popup-body .title {
        font-size: 14px;
        line-height: 20px; } }
  .custom-popup.terms-popup .content .popup-body .paragraph,
  .custom-popup.terms-popup .content .popup-body .text,
  .custom-popup.terms-popup .content .popup-body .sub-text,
  .custom-popup.terms-popup .content .popup-body .main-text {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 24px; }
    @media (max-width: 768px) {
      .custom-popup.terms-popup .content .popup-body .paragraph,
      .custom-popup.terms-popup .content .popup-body .text,
      .custom-popup.terms-popup .content .popup-body .sub-text,
      .custom-popup.terms-popup .content .popup-body .main-text {
        font-size: 14px;
        line-height: 20px; } }
  .custom-popup.terms-popup .content .popup-body .main-text {
    margin-top: 10px; }
  .custom-popup.terms-popup .content .popup-body .paragraph {
    margin-top: 16px; }
  .custom-popup.terms-popup .content .popup-body .text {
    margin-top: 10px; }
  .custom-popup.terms-popup .content .popup-body .sub-text,
  .custom-popup.terms-popup .content .popup-body .text-sub {
    margin-top: 6px; }
  .custom-popup.terms-popup .content .popup-body .text-sub {
    font-size: 14px;
    color: #777;
    line-height: 22px; }
    @media (max-width: 768px) {
      .custom-popup.terms-popup .content .popup-body .text-sub {
        font-size: 13px;
        line-height: 18px; } }
  .custom-popup.terms-popup .content .popup-body .circle-num {
    padding-right: 4px;
    font-size: inherit; }
  .custom-popup.terms-popup .content .popup-body .dropdown-wrap {
    margin-top: 10px; }

/* ============================== pages ============================== */
#content {
  position: relative;
  height: inherit; }

section.home article {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover; }
  @media (max-width: 768px) {
    section.home article {
      align-items: flex-start;
      height: auto; } }
  section.home article.active .title {
    -webkit-animation: slide-top 1s 0.3s both;
    -moz-animation: slide-top 1s 0.3s both;
    -o-animation: slide-top 1s 0.3s both;
    -ms-animation: slide-top 1s 0.3s both;
    animation: slide-top 1s 0.3s both; }
    @media (max-width: 768px) {
      section.home article.active .title {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none; } }
  section.home article:nth-child(1) {
    background-image: url(../images/bg/main-visual-01.jpg); }
  section.home article:nth-child(3) {
    background-image: url(../images/bg/main-visual-03.jpg); }
  section.home article:nth-child(4) {
    background-image: url(../images/bg/main-visual-04.jpg); }
  section.home article .title {
    padding-bottom: 68px;
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    line-height: 64px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media (max-width: 768px) {
      section.home article .title {
        padding-bottom: 40px;
        font-size: 34px;
        line-height: 48px;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    section.home article .title em {
      display: none; }
      @media (max-width: 1024px) {
        section.home article .title em.tablet {
          display: block; } }
      @media (max-width: 768px) {
        section.home article .title em.mobile {
          display: block; } }
  section.home article.intro {
    height: 100vh;
    text-align: center; }
    @media (max-width: 768px) {
      section.home article.intro {
        align-items: flex-start;
        height: 684px;
        padding-top: 24vh;
        background-image: url(../images/bg/m-main-visual-01.jpg);
        background-position: 50% 25%; } }
    section.home article.intro.active .title {
      animation-duration: 2s; }
    section.home article.intro.active .desc {
      -webkit-animation: slide-top 2s 0.5s both;
      -moz-animation: slide-top 2s 0.5s both;
      -o-animation: slide-top 2s 0.5s both;
      -ms-animation: slide-top 2s 0.5s both;
      animation: slide-top 2s 0.5s both; }
    section.home article.intro .title {
      padding-bottom: 0;
      font-size: 66px;
      line-height: 84px; }
      @media (max-width: 1024px) {
        section.home article.intro .title {
          font-size: 58px;
          line-height: 80px; } }
      @media (max-width: 768px) {
        section.home article.intro .title {
          font-size: 36px;
          line-height: 46px; } }
      section.home article.intro .title b {
        color: #c4d82e; }
      section.home article.intro .title em {
        display: none; }
        @media (max-width: 1024px) {
          section.home article.intro .title em.tablet {
            display: block; } }
        @media (max-width: 768px) {
          section.home article.intro .title em.mobile {
            display: block; } }
      @media (max-width: 1024px) {
        section.home article.intro .title {
          line-height: 80px; } }
      @media (max-width: 768px) {
        section.home article.intro .title {
          font-size: 32px;
          line-height: 42px; } }
    section.home article.intro .desc {
      padding-top: 32px;
      font-size: 28px;
      color: #c4d82e;
      font-weight: 700;
      line-height: 42px; }
      @media (max-width: 768px) {
        section.home article.intro .desc {
          padding-top: 16px;
          font-size: 16px;
          font-weight: 600;
          line-height: 28px; } }
  @media (max-width: 768px) {
    section.home article.feature {
      padding: 58px 0 76px; } }
  section.home article.feature.active .list li {
    -webkit-animation: slide-sub-top 0.5s both;
    -moz-animation: slide-sub-top 0.5s both;
    -o-animation: slide-sub-top 0.5s both;
    -ms-animation: slide-sub-top 0.5s both;
    animation: slide-sub-top 0.5s both; }
    @media (max-width: 768px) {
      section.home article.feature.active .list li {
        animation: none; } }
    section.home article.feature.active .list li:nth-child(1) {
      animation-delay: 0.9s; }
    section.home article.feature.active .list li:nth-child(2) {
      animation-delay: 1.2s; }
    section.home article.feature.active .list li:nth-child(3) {
      animation-delay: 1.5s; }
    section.home article.feature.active .list li:nth-child(4) {
      animation-delay: 1.8s; }
    section.home article.feature.active .list li:nth-child(5) {
      animation-delay: 2.1s; }
    section.home article.feature.active .list li:nth-child(6) {
      animation-delay: 2.4s; }
  section.home article.feature .title {
    color: #000;
    word-break: keep-all; }
  section.home article.feature .list {
    width: 900px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      section.home article.feature .list {
        width: 648px; } }
    @media (max-width: 768px) {
      section.home article.feature .list {
        width: calc(100% - 60px); } }
    section.home article.feature .list li {
      display: flex;
      align-items: center;
      gap: 0 30px;
      opacity: 0;
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
      @media (max-width: 1024px) {
        section.home article.feature .list li {
          gap: 0 22px; } }
      @media (max-width: 768px) {
        section.home article.feature .list li {
          gap: 0 20px;
          opacity: 1;
          -webkit-transform: none;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          transform: none; } }
      section.home article.feature .list li + li {
        margin-top: 24px; }
        @media (max-width: 1024px) {
          section.home article.feature .list li + li {
            margin-top: 36px; } }
      section.home article.feature .list li:before {
        content: "";
        display: inline-block;
        width: 100px;
        height: 100px;
        background-color: rgba(196, 216, 46, 0.6);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        min-width: 100px;
        background-position: 50% 50%; }
        @media (max-width: 768px) {
          section.home article.feature .list li:before {
            width: 76px;
            height: 76px;
            min-width: 76px;
            background-size: 45px; } }
      section.home article.feature .list li:nth-child(1):before {
        background-image: url(../images/icon/feature-01.svg); }
      section.home article.feature .list li:nth-child(2):before {
        background-image: url(../images/icon/feature-02.svg); }
      section.home article.feature .list li:nth-child(3):before {
        background-image: url(../images/icon/feature-03.svg); }
      section.home article.feature .list li:nth-child(4):before {
        background-image: url(../images/icon/feature-04.svg); }
      section.home article.feature .list li:nth-child(5):before {
        background-image: url(../images/icon/feature-05.svg); }
      section.home article.feature .list li:nth-child(6):before {
        background-image: url(../images/icon/feature-06.svg); }
    section.home article.feature .list p {
      color: #000;
      word-break: keep-all; }
      section.home article.feature .list p.term {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px; }
        @media (max-width: 768px) {
          section.home article.feature .list p.term {
            font-size: 18px;
            line-height: 26px; } }
      section.home article.feature .list p.desc {
        padding-top: 12px;
        font-size: 18px;
        line-height: 26px; }
        @media (max-width: 768px) {
          section.home article.feature .list p.desc {
            padding-top: 6px;
            font-size: 14px;
            line-height: 20px; } }
  @media (max-width: 1024px) {
    section.home article.beginning {
      background-position-x: 73%; } }
  @media (max-width: 768px) {
    section.home article.beginning {
      align-items: center;
      padding: 58px 0 76px;
      background: linear-gradient(180deg, #B1C900 0%, #C4D82E 100%); } }
  section.home article.beginning.motion .cnt-wrap .lft-cnt .head::before {
    -webkit-animation: fade 0.5s ease-in-out 2.2s both;
    -moz-animation: fade 0.5s ease-in-out 2.2s both;
    -o-animation: fade 0.5s ease-in-out 2.2s both;
    -ms-animation: fade 0.5s ease-in-out 2.2s both;
    animation: fade 0.5s ease-in-out 2.2s both; }
  section.home article.beginning.motion .cnt-wrap .lft-cnt .head p {
    -webkit-animation: fade-black 0.5s ease-in-out 2.2s both;
    -moz-animation: fade-black 0.5s ease-in-out 2.2s both;
    -o-animation: fade-black 0.5s ease-in-out 2.2s both;
    -ms-animation: fade-black 0.5s ease-in-out 2.2s both;
    animation: fade-black 0.5s ease-in-out 2.2s both; }
  section.home article.beginning.motion .cnt-wrap .lft-cnt .body {
    -webkit-animation: scale-in-center 1.5s ease-in-out 1s both;
    -moz-animation: scale-in-center 1.5s ease-in-out 1s both;
    -o-animation: scale-in-center 1.5s ease-in-out 1s both;
    -ms-animation: scale-in-center 1.5s ease-in-out 1s both;
    animation: scale-in-center 1.5s ease-in-out 1s both; }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .arrow-ico {
      width: 88px;
      transition: width 1s;
      transition-delay: 3s; } }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .rgt-cnt .term {
      width: 340px;
      height: 340px;
      transition: width 1s, height 1s;
      transition-delay: 3.7s; } }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .rgt-cnt .term span {
      -webkit-animation: fade 0.5s ease-in-out 4.5s both;
      -moz-animation: fade 0.5s ease-in-out 4.5s both;
      -o-animation: fade 0.5s ease-in-out 4.5s both;
      -ms-animation: fade 0.5s ease-in-out 4.5s both;
      animation: fade 0.5s ease-in-out 4.5s both; } }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .rgt-cnt .desc {
      width: 190px;
      height: 190px;
      transition: width 1s, height 1s;
      transition-delay: 5s; } }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .rgt-cnt .desc:before, section.home article.beginning.motion .cnt-wrap .rgt-cnt .desc:after {
      opacity: 1;
      transition: opacity 1s;
      transition-delay: 6s; } }
  @media (min-width: 1024px) {
    section.home article.beginning.motion .cnt-wrap .rgt-cnt .desc > div span {
      -webkit-animation: fade 0.5s ease-in-out 6s both;
      -moz-animation: fade 0.5s ease-in-out 6s both;
      -o-animation: fade 0.5s ease-in-out 6s both;
      -ms-animation: fade 0.5s ease-in-out 6s both;
      animation: fade 0.5s ease-in-out 6s both; } }
  @media (max-width: 1024px) {
    section.home article.beginning .title {
      padding-bottom: 20px; } }
  @media (max-width: 768px) {
    section.home article.beginning .title {
      padding-bottom: 40px; } }
  section.home article.beginning .cnt-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      section.home article.beginning .cnt-wrap {
        flex-direction: column; } }
    section.home article.beginning .cnt-wrap .lft-cnt {
      position: relative;
      width: 340px;
      height: 340px; }
      @media (max-width: 1024px) {
        section.home article.beginning .cnt-wrap .lft-cnt {
          width: 280px;
          height: 280px; } }
      @media (max-width: 768px) {
        section.home article.beginning .cnt-wrap .lft-cnt {
          width: 290px;
          height: 290px; } }
      section.home article.beginning .cnt-wrap .lft-cnt .head {
        position: absolute;
        width: 340px;
        height: 340px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 1024px) {
          section.home article.beginning .cnt-wrap .lft-cnt .head {
            width: 280px;
            height: 280px; } }
        @media (max-width: 768px) {
          section.home article.beginning .cnt-wrap .lft-cnt .head {
            width: 290px;
            height: 290px; } }
        section.home article.beginning .cnt-wrap .lft-cnt .head:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: 169px;
          width: 2px;
          height: 340px;
          background-color: #fff;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .lft-cnt .head:before {
              left: 139px;
              height: 280px; } }
          @media (max-width: 768px) {
            section.home article.beginning .cnt-wrap .lft-cnt .head:before {
              left: 144px;
              height: 290px; } }
        section.home article.beginning .cnt-wrap .lft-cnt .head p {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 340px;
          height: 340px;
          background-color: rgba(0, 0, 0, 0);
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          font-size: 30px;
          color: #fff;
          font-weight: 800;
          line-height: 40px;
          text-align: center;
          z-index: 2; }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .lft-cnt .head p {
              width: 280px;
              height: 280px;
              font-size: 22px;
              line-height: 30px;
              background-color: rgba(0, 0, 0, 0.5); } }
          @media (max-width: 768px) {
            section.home article.beginning .cnt-wrap .lft-cnt .head p {
              width: 290px;
              height: 290px;
              background-color: rgba(0, 0, 0, 0.2); } }
      section.home article.beginning .cnt-wrap .lft-cnt .body {
        position: relative;
        z-index: 1; }
      section.home article.beginning .cnt-wrap .lft-cnt .term {
        position: absolute;
        top: calc(50% - 70px);
        left: calc(50% - 70px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 140px;
        background-color: rgba(196, 216, 46, 0.4);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        z-index: 1; }
        @media (max-width: 1024px) {
          section.home article.beginning .cnt-wrap .lft-cnt .term {
            top: calc(50% - 65px);
            left: calc(50% - 65px);
            width: 130px;
            height: 130px; } }
        @media (max-width: 768px) {
          section.home article.beginning .cnt-wrap .lft-cnt .term {
            top: calc(50% - 67px);
            left: calc(50% - 67px);
            width: 134px;
            height: 134px;
            background-color: rgba(255, 255, 255, 0.3); } }
        section.home article.beginning .cnt-wrap .lft-cnt .term span {
          font-size: 26px;
          color: #fff;
          font-weight: 800;
          line-height: 36px; }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .lft-cnt .term span {
              font-size: 20px;
              line-height: 28px; } }
      section.home article.beginning .cnt-wrap .lft-cnt ul {
        width: 340px;
        height: 340px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 1024px) {
          section.home article.beginning .cnt-wrap .lft-cnt ul {
            width: 280px;
            height: 280px; } }
        @media (max-width: 768px) {
          section.home article.beginning .cnt-wrap .lft-cnt ul {
            width: 290px;
            height: 290px; } }
        section.home article.beginning .cnt-wrap .lft-cnt ul li {
          position: absolute;
          display: flex;
          font-size: 18px;
          color: #fff;
          font-weight: 500;
          line-height: 26px;
          text-align: center; }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .lft-cnt ul li {
              font-size: 14px;
              line-height: 18px; } }
          @media (max-width: 768px) {
            section.home article.beginning .cnt-wrap .lft-cnt ul li {
              font-size: 16px;
              line-height: 20px; } }
          section.home article.beginning .cnt-wrap .lft-cnt ul li span {
            font-size: inherit;
            color: inherit;
            font-weight: inherit;
            line-height: inherit; }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(1), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(5) {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 100%;
            padding: 28px 0; }
            @media (max-width: 1024px) {
              section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(1), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(5) {
                padding: 20px 0; } }
            @media (max-width: 768px) {
              section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(1), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(5) {
                padding: 19px 0; } }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(3), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(7), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) {
            width: 100%;
            padding: 0 36px; }
            @media (max-width: 1024px) {
              section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(3), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(7), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) {
                padding: 0 25px; } }
            @media (max-width: 768px) {
              section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(3), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(7), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) {
                padding: 0 26.5px; } }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(3), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(7) {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) {
            position: absolute;
            top: 45%; }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
            section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2) span, section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(6) span {
              transform: rotate(45deg); }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
            section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4) span, section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(8) span {
              transform: rotate(-45deg); }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(2), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(3), section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(4) {
            justify-content: end; }
          section.home article.beginning .cnt-wrap .lft-cnt ul li:nth-child(5) {
            align-items: flex-end; }
    @media (min-width: 1024px) {
      section.home article.beginning .cnt-wrap .arrow-ico {
        width: 0;
        height: 40px; } }
    section.home article.beginning .cnt-wrap .arrow-ico span {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/icon/arrow-right-lighter-w.svg) 50% 50%; }
      @media (max-width: 1024px) {
        section.home article.beginning .cnt-wrap .arrow-ico span {
          background: url(../images/icon/arrow-btm-lighter-w.svg) 50% 50%/40px 20px; } }
    @media (max-width: 1024px) {
      section.home article.beginning .cnt-wrap .arrow-ico {
        width: 40px;
        height: 48px; } }
    @media (max-width: 768px) {
      section.home article.beginning .cnt-wrap .arrow-ico {
        width: 44px; } }
    section.home article.beginning .cnt-wrap .rgt-cnt {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        section.home article.beginning .cnt-wrap .rgt-cnt {
          flex-direction: column; } }
      section.home article.beginning .cnt-wrap .rgt-cnt .term {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0px;
        height: 0px;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 1024px) {
          section.home article.beginning .cnt-wrap .rgt-cnt .term {
            width: 280px;
            height: 280px; } }
        @media (max-width: 768px) {
          section.home article.beginning .cnt-wrap .rgt-cnt .term {
            width: 290px;
            height: 290px; } }
        section.home article.beginning .cnt-wrap .rgt-cnt .term span {
          width: 100%;
          padding-top: 84px;
          font-size: 42px;
          color: #000;
          font-weight: 800;
          line-height: 54px;
          text-align: center;
          background: url(../images/icon/partner.svg) 50% 0; }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .term span {
              padding-top: 63px;
              font-size: 31.5px;
              line-height: 40.5px;
              background-size: 63px; } }
          @media (max-width: 768px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .term span {
              padding-top: 84px;
              font-size: 34px;
              line-height: 44px;
              background-size: 84px; } }
      section.home article.beginning .cnt-wrap .rgt-cnt .desc {
        position: relative;
        margin-left: -50px;
        z-index: 1; }
        @media (min-width: 1024px) {
          section.home article.beginning .cnt-wrap .rgt-cnt .desc {
            width: 0;
            height: 0; } }
        @media (max-width: 1024px) {
          section.home article.beginning .cnt-wrap .rgt-cnt .desc {
            width: 142px;
            height: 142px;
            margin-left: -40px; } }
        @media (max-width: 768px) {
          section.home article.beginning .cnt-wrap .rgt-cnt .desc {
            width: 146px;
            height: 146px;
            margin-top: -45px;
            margin-left: 0; } }
        section.home article.beginning .cnt-wrap .rgt-cnt .desc:before, section.home article.beginning .cnt-wrap .rgt-cnt .desc:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: calc(50% - 95px);
          left: calc(50% - 95px);
          width: 190px;
          height: 190px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-animation: ping-primary 4s infinite linear;
          -moz-animation: ping-primary 4s infinite linear;
          -o-animation: ping-primary 4s infinite linear;
          -ms-animation: ping-primary 4s infinite linear;
          animation: ping-primary 4s infinite linear;
          z-index: -1; }
          @media (min-width: 1024px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .desc:before, section.home article.beginning .cnt-wrap .rgt-cnt .desc:after {
              opacity: 0; } }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .desc:before, section.home article.beginning .cnt-wrap .rgt-cnt .desc:after {
              top: calc(50% - 71px);
              left: calc(50% - 71px);
              width: 142px;
              height: 142px; } }
          @media (max-width: 768px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .desc:before, section.home article.beginning .cnt-wrap .rgt-cnt .desc:after {
              top: calc(50% - 73px);
              left: calc(50% - 73px);
              width: 146px;
              height: 146px; } }
        section.home article.beginning .cnt-wrap .rgt-cnt .desc:before {
          animation-delay: 0.5s; }
        section.home article.beginning .cnt-wrap .rgt-cnt .desc:after {
          animation-delay: 2.5s; }
        section.home article.beginning .cnt-wrap .rgt-cnt .desc > div {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          background-color: #c4d82e;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          text-align: center; }
          @media (max-width: 1024px) {
            section.home article.beginning .cnt-wrap .rgt-cnt .desc > div {
              background-color: #D2DE26; } }
          section.home article.beginning .cnt-wrap .rgt-cnt .desc > div span {
            font-size: 30px;
            color: #000;
            font-weight: 800;
            line-height: 40px; }
            @media (max-width: 1024px) {
              section.home article.beginning .cnt-wrap .rgt-cnt .desc > div span {
                font-size: 22px;
                line-height: 30px; } }
            @media (max-width: 768px) {
              section.home article.beginning .cnt-wrap .rgt-cnt .desc > div span {
                font-size: 24px; } }
  section.home article.demand {
    position: relative; }
    @media (max-width: 1024px) {
      section.home article.demand {
        background-position-x: 20%; } }
    @media (max-width: 768px) {
      section.home article.demand {
        align-items: flex-start;
        padding: 58px 0 180px;
        background-color: #222;
        background-image: none; } }
    section.home article.demand.active ul li:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 0.9s both;
      -moz-animation: slide-sub-top 0.5s 0.9s both;
      -o-animation: slide-sub-top 0.5s 0.9s both;
      -ms-animation: slide-sub-top 0.5s 0.9s both;
      animation: slide-sub-top 0.5s 0.9s both; }
    section.home article.demand.active ul li:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 1.2s both;
      -moz-animation: slide-sub-top 0.5s 1.2s both;
      -o-animation: slide-sub-top 0.5s 1.2s both;
      -ms-animation: slide-sub-top 0.5s 1.2s both;
      animation: slide-sub-top 0.5s 1.2s both; }
    section.home article.demand.active ul li:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 1.5s both;
      -moz-animation: slide-sub-top 0.5s 1.5s both;
      -o-animation: slide-sub-top 0.5s 1.5s both;
      -ms-animation: slide-sub-top 0.5s 1.5s both;
      animation: slide-sub-top 0.5s 1.5s both; }
    section.home article.demand.active ul li:nth-child(4) {
      -webkit-animation: slide-sub-top 0.5s 1.8s both;
      -moz-animation: slide-sub-top 0.5s 1.8s both;
      -o-animation: slide-sub-top 0.5s 1.8s both;
      -ms-animation: slide-sub-top 0.5s 1.8s both;
      animation: slide-sub-top 0.5s 1.8s both; }
    section.home article.demand.active ul li:nth-child(5) {
      -webkit-animation: slide-sub-top 0.5s 2.1s both;
      -moz-animation: slide-sub-top 0.5s 2.1s both;
      -o-animation: slide-sub-top 0.5s 2.1s both;
      -ms-animation: slide-sub-top 0.5s 2.1s both;
      animation: slide-sub-top 0.5s 2.1s both; }
    section.home article.demand.active ul li:nth-child(6) {
      -webkit-animation: slide-sub-top 0.5s 2.4s both;
      -moz-animation: slide-sub-top 0.5s 2.4s both;
      -o-animation: slide-sub-top 0.5s 2.4s both;
      -ms-animation: slide-sub-top 0.5s 2.4s both;
      animation: slide-sub-top 0.5s 2.4s both; }
    section.home article.demand ul {
      width: 390px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        section.home article.demand ul {
          width: 300px; } }
      section.home article.demand ul li {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        line-height: 30px;
        opacity: 0;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
        @media (max-width: 768px) {
          section.home article.demand ul li {
            font-size: 18px;
            line-height: 23px;
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none; } }
        section.home article.demand ul li + li {
          padding-top: 34px; }
          @media (max-width: 768px) {
            section.home article.demand ul li + li {
              padding-top: 25px; } }
        section.home article.demand ul li:before {
          padding-right: 27px;
          font-size: inherit;
          color: #c4d82e;
          font-weight: inherit; }
          @media (max-width: 768px) {
            section.home article.demand ul li:before {
              padding-right: 20px; } }
        section.home article.demand ul li:nth-child(1):before {
          content: "01";
          display: inline-block; }
        section.home article.demand ul li:nth-child(2):before {
          content: "02";
          display: inline-block; }
        section.home article.demand ul li:nth-child(3):before {
          content: "03";
          display: inline-block; }
        section.home article.demand ul li:nth-child(4):before {
          content: "04";
          display: inline-block; }
        section.home article.demand ul li:nth-child(5):before {
          content: "05";
          display: inline-block; }
        section.home article.demand ul li:nth-child(6):before {
          content: "06";
          display: inline-block; }
        section.home article.demand ul li:nth-child(7):before {
          content: "07";
          display: inline-block; }
        section.home article.demand ul li:nth-child(8):before {
          content: "08";
          display: inline-block; }
        section.home article.demand ul li:nth-child(9):before {
          content: "09";
          display: inline-block; }
        section.home article.demand ul li:nth-child(10):before {
          content: "010";
          display: inline-block; }
        section.home article.demand ul li:nth-child(11):before {
          content: "011";
          display: inline-block; }
        section.home article.demand ul li:nth-child(12):before {
          content: "012";
          display: inline-block; }
        section.home article.demand ul li:nth-child(13):before {
          content: "013";
          display: inline-block; }
        section.home article.demand ul li:nth-child(14):before {
          content: "014";
          display: inline-block; }
        section.home article.demand ul li:nth-child(15):before {
          content: "015";
          display: inline-block; }
        section.home article.demand ul li:nth-child(16):before {
          content: "016";
          display: inline-block; }
        section.home article.demand ul li:nth-child(17):before {
          content: "017";
          display: inline-block; }
        section.home article.demand ul li:nth-child(18):before {
          content: "018";
          display: inline-block; }
        section.home article.demand ul li:nth-child(19):before {
          content: "019";
          display: inline-block; }
        section.home article.demand ul li:nth-child(20):before {
          content: "020";
          display: inline-block; }
        section.home article.demand ul li:nth-child(21):before {
          content: "021";
          display: inline-block; }
        section.home article.demand ul li:nth-child(22):before {
          content: "022";
          display: inline-block; }
        section.home article.demand ul li:nth-child(23):before {
          content: "023";
          display: inline-block; }
        section.home article.demand ul li:nth-child(24):before {
          content: "024";
          display: inline-block; }
        section.home article.demand ul li:nth-child(25):before {
          content: "025";
          display: inline-block; }
        section.home article.demand ul li:nth-child(26):before {
          content: "026";
          display: inline-block; }
        section.home article.demand ul li:nth-child(27):before {
          content: "027";
          display: inline-block; }
        section.home article.demand ul li:nth-child(28):before {
          content: "028";
          display: inline-block; }
        section.home article.demand ul li:nth-child(29):before {
          content: "029";
          display: inline-block; }
        section.home article.demand ul li:nth-child(30):before {
          content: "030";
          display: inline-block; }
        section.home article.demand ul li:nth-child(31):before {
          content: "031";
          display: inline-block; }
        section.home article.demand ul li:nth-child(32):before {
          content: "032";
          display: inline-block; }
        section.home article.demand ul li:nth-child(33):before {
          content: "033";
          display: inline-block; }
        section.home article.demand ul li:nth-child(34):before {
          content: "034";
          display: inline-block; }
        section.home article.demand ul li:nth-child(35):before {
          content: "035";
          display: inline-block; }
        section.home article.demand ul li:nth-child(36):before {
          content: "036";
          display: inline-block; }
        section.home article.demand ul li:nth-child(37):before {
          content: "037";
          display: inline-block; }
        section.home article.demand ul li:nth-child(38):before {
          content: "038";
          display: inline-block; }
        section.home article.demand ul li:nth-child(39):before {
          content: "039";
          display: inline-block; }
        section.home article.demand ul li:nth-child(40):before {
          content: "040";
          display: inline-block; }
        section.home article.demand ul li:nth-child(41):before {
          content: "041";
          display: inline-block; }
        section.home article.demand ul li:nth-child(42):before {
          content: "042";
          display: inline-block; }
        section.home article.demand ul li:nth-child(43):before {
          content: "043";
          display: inline-block; }
        section.home article.demand ul li:nth-child(44):before {
          content: "044";
          display: inline-block; }
        section.home article.demand ul li:nth-child(45):before {
          content: "045";
          display: inline-block; }
        section.home article.demand ul li:nth-child(46):before {
          content: "046";
          display: inline-block; }
        section.home article.demand ul li:nth-child(47):before {
          content: "047";
          display: inline-block; }
        section.home article.demand ul li:nth-child(48):before {
          content: "048";
          display: inline-block; }
        section.home article.demand ul li:nth-child(49):before {
          content: "049";
          display: inline-block; }
        section.home article.demand ul li:nth-child(50):before {
          content: "050";
          display: inline-block; }
        section.home article.demand ul li:nth-child(51):before {
          content: "051";
          display: inline-block; }
        section.home article.demand ul li:nth-child(52):before {
          content: "052";
          display: inline-block; }
        section.home article.demand ul li:nth-child(53):before {
          content: "053";
          display: inline-block; }
        section.home article.demand ul li:nth-child(54):before {
          content: "054";
          display: inline-block; }
        section.home article.demand ul li:nth-child(55):before {
          content: "055";
          display: inline-block; }
        section.home article.demand ul li:nth-child(56):before {
          content: "056";
          display: inline-block; }
        section.home article.demand ul li:nth-child(57):before {
          content: "057";
          display: inline-block; }
        section.home article.demand ul li:nth-child(58):before {
          content: "058";
          display: inline-block; }
        section.home article.demand ul li:nth-child(59):before {
          content: "059";
          display: inline-block; }
        section.home article.demand ul li:nth-child(60):before {
          content: "060";
          display: inline-block; }
        section.home article.demand ul li:nth-child(61):before {
          content: "061";
          display: inline-block; }
        section.home article.demand ul li:nth-child(62):before {
          content: "062";
          display: inline-block; }
        section.home article.demand ul li:nth-child(63):before {
          content: "063";
          display: inline-block; }
        section.home article.demand ul li:nth-child(64):before {
          content: "064";
          display: inline-block; }
        section.home article.demand ul li:nth-child(65):before {
          content: "065";
          display: inline-block; }
        section.home article.demand ul li:nth-child(66):before {
          content: "066";
          display: inline-block; }
        section.home article.demand ul li:nth-child(67):before {
          content: "067";
          display: inline-block; }
        section.home article.demand ul li:nth-child(68):before {
          content: "068";
          display: inline-block; }
        section.home article.demand ul li:nth-child(69):before {
          content: "069";
          display: inline-block; }
        section.home article.demand ul li:nth-child(70):before {
          content: "070";
          display: inline-block; }
        section.home article.demand ul li:nth-child(71):before {
          content: "071";
          display: inline-block; }
        section.home article.demand ul li:nth-child(72):before {
          content: "072";
          display: inline-block; }
        section.home article.demand ul li:nth-child(73):before {
          content: "073";
          display: inline-block; }
        section.home article.demand ul li:nth-child(74):before {
          content: "074";
          display: inline-block; }
        section.home article.demand ul li:nth-child(75):before {
          content: "075";
          display: inline-block; }
        section.home article.demand ul li:nth-child(76):before {
          content: "076";
          display: inline-block; }
        section.home article.demand ul li:nth-child(77):before {
          content: "077";
          display: inline-block; }
        section.home article.demand ul li:nth-child(78):before {
          content: "078";
          display: inline-block; }
        section.home article.demand ul li:nth-child(79):before {
          content: "079";
          display: inline-block; }
        section.home article.demand ul li:nth-child(80):before {
          content: "080";
          display: inline-block; }
        section.home article.demand ul li:nth-child(81):before {
          content: "081";
          display: inline-block; }
        section.home article.demand ul li:nth-child(82):before {
          content: "082";
          display: inline-block; }
        section.home article.demand ul li:nth-child(83):before {
          content: "083";
          display: inline-block; }
        section.home article.demand ul li:nth-child(84):before {
          content: "084";
          display: inline-block; }
        section.home article.demand ul li:nth-child(85):before {
          content: "085";
          display: inline-block; }
        section.home article.demand ul li:nth-child(86):before {
          content: "086";
          display: inline-block; }
        section.home article.demand ul li:nth-child(87):before {
          content: "087";
          display: inline-block; }
        section.home article.demand ul li:nth-child(88):before {
          content: "088";
          display: inline-block; }
        section.home article.demand ul li:nth-child(89):before {
          content: "089";
          display: inline-block; }
        section.home article.demand ul li:nth-child(90):before {
          content: "090";
          display: inline-block; }
        section.home article.demand ul li:nth-child(91):before {
          content: "091";
          display: inline-block; }
        section.home article.demand ul li:nth-child(92):before {
          content: "092";
          display: inline-block; }
        section.home article.demand ul li:nth-child(93):before {
          content: "093";
          display: inline-block; }
        section.home article.demand ul li:nth-child(94):before {
          content: "094";
          display: inline-block; }
        section.home article.demand ul li:nth-child(95):before {
          content: "095";
          display: inline-block; }
        section.home article.demand ul li:nth-child(96):before {
          content: "096";
          display: inline-block; }
        section.home article.demand ul li:nth-child(97):before {
          content: "097";
          display: inline-block; }
        section.home article.demand ul li:nth-child(98):before {
          content: "098";
          display: inline-block; }

section.join {
  width: 480px;
  margin: 0 auto;
  padding: 200px 0 80px; }
  @media (max-width: 768px) {
    section.join {
      width: calc(100% - 40px);
      padding: 152px 0 60px; } }
  section.join .page-title {
    padding-bottom: 40px;
    font-size: 46px;
    color: #000;
    font-weight: 800;
    line-height: 55px;
    text-align: center; }
    @media (max-width: 768px) {
      section.join .page-title {
        padding-bottom: 24px;
        font-size: 28px;
        line-height: 33px; } }
  section.join .input-wrap + .agree-wrap {
    margin-top: 24px; }
    @media (max-width: 768px) {
      section.join .input-wrap + .agree-wrap {
        margin-top: 30px; } }
  section.join .agree-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.join .agree-wrap + .agree-wrap {
      margin-top: 22px; }
      @media (max-width: 768px) {
        section.join .agree-wrap + .agree-wrap {
          margin-top: 14px; } }
    section.join .agree-wrap .link-btn {
      font-size: 16px;
      color: #999;
      line-height: 22px;
      text-decoration: underline; }
      @media (max-width: 768px) {
        section.join .agree-wrap .link-btn {
          font-size: 14px; } }
  section.join .go-partner-btn {
    margin-top: 60px; }
    @media (max-width: 768px) {
      section.join .go-partner-btn {
        margin-top: 40px; } }

section.brand {
  background-color: #F9F9F9;
  padding: 200px 0 220px; }
  @media (max-width: 1024px) {
    section.brand {
      padding-bottom: 160px; } }
  @media (max-width: 768px) {
    section.brand {
      padding: 142px 0 100px; } }
  section.brand .inner {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      section.brand .inner {
        width: calc(100% - 100px); } }
    @media (max-width: 768px) {
      section.brand .inner {
        width: calc(100% - 50px); } }
    section.brand .inner .page-title,
    section.brand .inner .title {
      padding-bottom: 40px;
      font-size: 44px;
      color: #000;
      font-weight: 800;
      line-height: 53px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }
      @media (max-width: 768px) {
        section.brand .inner .page-title,
        section.brand .inner .title {
          padding-bottom: 24px;
          font-size: 28px;
          line-height: 33px; } }
    section.brand .inner .text {
      font-size: 24px;
      color: #000;
      font-weight: 500;
      line-height: 40px;
      text-align: center; }
      @media (max-width: 768px) {
        section.brand .inner .text {
          font-size: 16px;
          line-height: 26px; } }
    section.brand .inner ul {
      display: flex;
      flex-wrap: wrap; }
    section.brand .inner > div.active.item-list {
      opacity: 1; }
      section.brand .inner > div.active.item-list ul li:nth-child(1) {
        -webkit-animation: slide-sub-top 0.5s 1.3s both;
        -moz-animation: slide-sub-top 0.5s 1.3s both;
        -o-animation: slide-sub-top 0.5s 1.3s both;
        -ms-animation: slide-sub-top 0.5s 1.3s both;
        animation: slide-sub-top 0.5s 1.3s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(2) {
        -webkit-animation: slide-sub-top 0.5s 1.6s both;
        -moz-animation: slide-sub-top 0.5s 1.6s both;
        -o-animation: slide-sub-top 0.5s 1.6s both;
        -ms-animation: slide-sub-top 0.5s 1.6s both;
        animation: slide-sub-top 0.5s 1.6s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(3) {
        -webkit-animation: slide-sub-top 0.5s 1.9s both;
        -moz-animation: slide-sub-top 0.5s 1.9s both;
        -o-animation: slide-sub-top 0.5s 1.9s both;
        -ms-animation: slide-sub-top 0.5s 1.9s both;
        animation: slide-sub-top 0.5s 1.9s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(4) {
        -webkit-animation: slide-sub-top 0.5s 2.2s both;
        -moz-animation: slide-sub-top 0.5s 2.2s both;
        -o-animation: slide-sub-top 0.5s 2.2s both;
        -ms-animation: slide-sub-top 0.5s 2.2s both;
        animation: slide-sub-top 0.5s 2.2s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(5) {
        -webkit-animation: slide-sub-top 0.5s 2.5s both;
        -moz-animation: slide-sub-top 0.5s 2.5s both;
        -o-animation: slide-sub-top 0.5s 2.5s both;
        -ms-animation: slide-sub-top 0.5s 2.5s both;
        animation: slide-sub-top 0.5s 2.5s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(6) {
        -webkit-animation: slide-sub-top 0.5s 2.8s both;
        -moz-animation: slide-sub-top 0.5s 2.8s both;
        -o-animation: slide-sub-top 0.5s 2.8s both;
        -ms-animation: slide-sub-top 0.5s 2.8s both;
        animation: slide-sub-top 0.5s 2.8s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(7) {
        -webkit-animation: slide-sub-top 0.5s 3.1s both;
        -moz-animation: slide-sub-top 0.5s 3.1s both;
        -o-animation: slide-sub-top 0.5s 3.1s both;
        -ms-animation: slide-sub-top 0.5s 3.1s both;
        animation: slide-sub-top 0.5s 3.1s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(8) {
        -webkit-animation: slide-sub-top 0.5s 3.4s both;
        -moz-animation: slide-sub-top 0.5s 3.4s both;
        -o-animation: slide-sub-top 0.5s 3.4s both;
        -ms-animation: slide-sub-top 0.5s 3.4s both;
        animation: slide-sub-top 0.5s 3.4s both; }
      section.brand .inner > div.active.item-list ul li:nth-child(9) {
        -webkit-animation: slide-sub-top 0.5s 3.7s both;
        -moz-animation: slide-sub-top 0.5s 3.7s both;
        -o-animation: slide-sub-top 0.5s 3.7s both;
        -ms-animation: slide-sub-top 0.5s 3.7s both;
        animation: slide-sub-top 0.5s 3.7s both; }
      section.brand .inner > div.active.item-list .more-btn {
        -webkit-animation: slide-sub-top 0.5s 2.5s both;
        -moz-animation: slide-sub-top 0.5s 2.5s both;
        -o-animation: slide-sub-top 0.5s 2.5s both;
        -ms-animation: slide-sub-top 0.5s 2.5s both;
        animation: slide-sub-top 0.5s 2.5s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 0.9s both;
      -moz-animation: slide-sub-top 0.5s 0.9s both;
      -o-animation: slide-sub-top 0.5s 0.9s both;
      -ms-animation: slide-sub-top 0.5s 0.9s both;
      animation: slide-sub-top 0.5s 0.9s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 1.2s both;
      -moz-animation: slide-sub-top 0.5s 1.2s both;
      -o-animation: slide-sub-top 0.5s 1.2s both;
      -ms-animation: slide-sub-top 0.5s 1.2s both;
      animation: slide-sub-top 0.5s 1.2s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 1.5s both;
      -moz-animation: slide-sub-top 0.5s 1.5s both;
      -o-animation: slide-sub-top 0.5s 1.5s both;
      -ms-animation: slide-sub-top 0.5s 1.5s both;
      animation: slide-sub-top 0.5s 1.5s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(4) {
      -webkit-animation: slide-sub-top 0.5s 1.8s both;
      -moz-animation: slide-sub-top 0.5s 1.8s both;
      -o-animation: slide-sub-top 0.5s 1.8s both;
      -ms-animation: slide-sub-top 0.5s 1.8s both;
      animation: slide-sub-top 0.5s 1.8s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(5) {
      -webkit-animation: slide-sub-top 0.5s 2.1s both;
      -moz-animation: slide-sub-top 0.5s 2.1s both;
      -o-animation: slide-sub-top 0.5s 2.1s both;
      -ms-animation: slide-sub-top 0.5s 2.1s both;
      animation: slide-sub-top 0.5s 2.1s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(6) {
      -webkit-animation: slide-sub-top 0.5s 2.4s both;
      -moz-animation: slide-sub-top 0.5s 2.4s both;
      -o-animation: slide-sub-top 0.5s 2.4s both;
      -ms-animation: slide-sub-top 0.5s 2.4s both;
      animation: slide-sub-top 0.5s 2.4s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(7) {
      -webkit-animation: slide-sub-top 0.5s 2.7s both;
      -moz-animation: slide-sub-top 0.5s 2.7s both;
      -o-animation: slide-sub-top 0.5s 2.7s both;
      -ms-animation: slide-sub-top 0.5s 2.7s both;
      animation: slide-sub-top 0.5s 2.7s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(8) {
      -webkit-animation: slide-sub-top 0.5s 3s both;
      -moz-animation: slide-sub-top 0.5s 3s both;
      -o-animation: slide-sub-top 0.5s 3s both;
      -ms-animation: slide-sub-top 0.5s 3s both;
      animation: slide-sub-top 0.5s 3s both; }
    section.brand .inner > div.active.brand-list ul li:nth-child(9) {
      -webkit-animation: slide-sub-top 0.5s 3.3s both;
      -moz-animation: slide-sub-top 0.5s 3.3s both;
      -o-animation: slide-sub-top 0.5s 3.3s both;
      -ms-animation: slide-sub-top 0.5s 3.3s both;
      animation: slide-sub-top 0.5s 3.3s both; }
    section.brand .inner > div.active .page-title,
    section.brand .inner > div.active .title {
      -webkit-animation: slide-top 1s 0.3s both;
      -moz-animation: slide-top 1s 0.3s both;
      -o-animation: slide-top 1s 0.3s both;
      -ms-animation: slide-top 1s 0.3s both;
      animation: slide-top 1s 0.3s both; }
    section.brand .inner > div.active .text {
      -webkit-animation: slide-top 1s 0.8s both;
      -moz-animation: slide-top 1s 0.8s both;
      -o-animation: slide-top 1s 0.8s both;
      -ms-animation: slide-top 1s 0.8s both;
      animation: slide-top 1s 0.8s both; }
  section.brand .item-list {
    opacity: 0; }
    section.brand .item-list ul {
      justify-content: space-between;
      gap: 60px 0;
      margin-top: 60px; }
      @media (max-width: 1024px) {
        section.brand .item-list ul {
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: 80px 0; } }
      @media (max-width: 768px) {
        section.brand .item-list ul {
          gap: 60px 0;
          margin-top: 30px; } }
      section.brand .item-list ul li {
        width: 460px;
        opacity: 0;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
        @media (max-width: 1024px) {
          section.brand .item-list ul li {
            flex: none;
            width: 480px; } }
        @media (max-width: 768px) {
          section.brand .item-list ul li {
            display: flex;
            justify-content: center;
            width: 100%; } }
        section.brand .item-list ul li a {
          position: relative;
          width: 100%;
          cursor: pointer; }
          @media (max-width: 1024px) {
            section.brand .item-list ul li a {
              width: 480px; } }
          @media (max-width: 768px) {
            section.brand .item-list ul li a {
              width: 306px; } }
          section.brand .item-list ul li a > p {
            position: absolute;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: 430px;
            background-color: rgba(255, 255, 255, 0.9);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
            cursor: pointer; }
            @media (max-width: 1024px) {
              section.brand .item-list ul li a > p {
                height: 450px; } }
            @media (max-width: 768px) {
              section.brand .item-list ul li a > p {
                display: none; } }
            section.brand .item-list ul li a > p .details {
              padding-bottom: 31px;
              font-size: 18px;
              color: #000;
              font-weight: 500;
              line-height: 28px;
              background: url(../images/icon/plus-black.svg) 50% 100%; }
        section.brand .item-list ul li:hover a > p {
          opacity: 1; }
        section.brand .item-list ul li .thumb {
          position: relative;
          height: 430px;
          background-color: #fff;
          overflow: hidden; }
          @media (max-width: 1024px) {
            section.brand .item-list ul li .thumb {
              height: 450px; } }
          @media (max-width: 768px) {
            section.brand .item-list ul li .thumb {
              height: 287px; } }
          section.brand .item-list ul li .thumb img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            max-height: 430px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            @media (max-width: 1024px) {
              section.brand .item-list ul li .thumb img {
                max-height: 450px; } }
            @media (max-width: 768px) {
              section.brand .item-list ul li .thumb img {
                height: auto;
                max-height: inherit; } }
            @media (max-width: 768px) {
              section.brand .item-list ul li .thumb img.desktop {
                display: none; } }
            section.brand .item-list ul li .thumb img.mobile {
              display: none; }
              @media (max-width: 768px) {
                section.brand .item-list ul li .thumb img.mobile {
                  display: block; } }
        section.brand .item-list ul li .info {
          padding-top: 24px;
          text-align: center; }
          section.brand .item-list ul li .info > span {
            display: block; }
          section.brand .item-list ul li .info .desc {
            font-size: 18px;
            color: #000;
            line-height: 21px; }
            @media (max-width: 768px) {
              section.brand .item-list ul li .info .desc {
                font-size: 14px;
                line-height: 17px; } }
          section.brand .item-list ul li .info .name {
            padding-top: 10px;
            font-size: 28px;
            color: #000;
            font-weight: 700;
            line-height: 33px; }
            @media (max-width: 768px) {
              section.brand .item-list ul li .info .name {
                padding-top: 8px;
                font-size: 22px;
                line-height: 26px; } }
    section.brand .item-list .more-btn {
      display: block;
      width: 256px;
      height: 48px;
      line-height: 48px;
      margin: 60px auto 0;
      text-align: center;
      border: 1px solid #ddd;
      -webkit-border-radius: 70px;
      -moz-border-radius: 70px;
      -o-border-radius: 70px;
      -ms-border-radius: 70px;
      border-radius: 70px;
      background-color: #fff; }
      @media (max-width: 768px) {
        section.brand .item-list .more-btn {
          width: 221px;
          height: 44px;
          line-height: 44px;
          margin-bottom: 20px; } }
      section.brand .item-list .more-btn span {
        padding-right: 20px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        background: url(../images/icon/arrow-right-b.svg) 100% 50%; }
        @media (max-width: 1024px) {
          section.brand .item-list .more-btn span {
            padding-right: 24px; } }
        @media (max-width: 768px) {
          section.brand .item-list .more-btn span {
            font-size: 14px; } }
  section.brand .brand-list {
    margin-top: 150px; }
    @media (max-width: 1024px) {
      section.brand .brand-list {
        margin-top: 140px; } }
    @media (max-width: 768px) {
      section.brand .brand-list {
        margin-top: 100px; } }
    section.brand .brand-list ul {
      gap: 30px; }
      @media (max-width: 768px) {
        section.brand .brand-list ul {
          gap: 14px; } }
      section.brand .brand-list ul li {
        width: 313px;
        height: 180px;
        background-color: #fff;
        opacity: 0;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
        @media (max-width: 1024px) {
          section.brand .brand-list ul li {
            width: calc(50% - 15px); } }
        @media (max-width: 768px) {
          section.brand .brand-list ul li {
            width: calc(50% - 7px);
            height: 82px; } }
        section.brand .brand-list ul li a {
          position: relative;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.brand .brand-list ul li a:hover p {
            opacity: 1; }
          @media (max-width: 768px) {
            section.brand .brand-list ul li a img {
              height: 65px; } }
          section.brand .brand-list ul li a p {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1; }
            @media (max-width: 768px) {
              section.brand .brand-list ul li a p {
                display: none; } }
            section.brand .brand-list ul li a p .name {
              font-size: 24px;
              color: #000;
              font-weight: 600;
              line-height: 28px; }
            section.brand .brand-list ul li a p .details {
              padding: 4px 0 31px;
              font-size: 18px;
              color: #000;
              font-weight: 500;
              line-height: 28px;
              background: url(../images/icon/plus-black.svg) 50% 100%; }

section.company article {
  display: flex;
  align-items: center;
  flex-direction: column; }
  section.company article.active .title {
    -webkit-animation: slide-top 2s 0.3s both;
    -moz-animation: slide-top 2s 0.3s both;
    -o-animation: slide-top 2s 0.3s both;
    -ms-animation: slide-top 2s 0.3s both;
    animation: slide-top 2s 0.3s both; }
  section.company article.intro {
    margin: 0 auto;
    height: 100vh;
    justify-content: center;
    background: url(../images/bg/company-top-bg.jpg) 50% 50%/cover; }
    @media (max-width: 768px) {
      section.company article.intro {
        justify-content: flex-start;
        height: initial;
        padding: 160px 0 126px; } }
    section.company article.intro.motion ul li:nth-child(1) {
      -webkit-animation: fade 1s 2.6s both;
      -moz-animation: fade 1s 2.6s both;
      -o-animation: fade 1s 2.6s both;
      -ms-animation: fade 1s 2.6s both;
      animation: fade 1s 2.6s both; }
      section.company article.intro.motion ul li:nth-child(1):nth-child(1) span,
      section.company article.intro.motion ul li:nth-child(1):nth-child(1) p {
        transition-delay: 2.8s; }
      section.company article.intro.motion ul li:nth-child(1):nth-child(2) span,
      section.company article.intro.motion ul li:nth-child(1):nth-child(2) p {
        transition-delay: 4.4s; }
      section.company article.intro.motion ul li:nth-child(1):nth-child(3) span,
      section.company article.intro.motion ul li:nth-child(1):nth-child(3) p {
        transition-delay: 6.2s; }
      @media (max-width: 768px) {
        section.company article.intro.motion ul li:nth-child(1) {
          animation-delay: 1s; } }
    section.company article.intro.motion ul li:nth-child(2) {
      -webkit-animation: fade 1s 4.6s both;
      -moz-animation: fade 1s 4.6s both;
      -o-animation: fade 1s 4.6s both;
      -ms-animation: fade 1s 4.6s both;
      animation: fade 1s 4.6s both; }
      section.company article.intro.motion ul li:nth-child(2):nth-child(1) span,
      section.company article.intro.motion ul li:nth-child(2):nth-child(1) p {
        transition-delay: 2.8s; }
      section.company article.intro.motion ul li:nth-child(2):nth-child(2) span,
      section.company article.intro.motion ul li:nth-child(2):nth-child(2) p {
        transition-delay: 4.4s; }
      section.company article.intro.motion ul li:nth-child(2):nth-child(3) span,
      section.company article.intro.motion ul li:nth-child(2):nth-child(3) p {
        transition-delay: 6.2s; }
      @media (max-width: 768px) {
        section.company article.intro.motion ul li:nth-child(2) {
          animation-delay: 2s; } }
    section.company article.intro.motion ul li:nth-child(3) {
      -webkit-animation: fade 1s 6.6s both;
      -moz-animation: fade 1s 6.6s both;
      -o-animation: fade 1s 6.6s both;
      -ms-animation: fade 1s 6.6s both;
      animation: fade 1s 6.6s both; }
      section.company article.intro.motion ul li:nth-child(3):nth-child(1) span,
      section.company article.intro.motion ul li:nth-child(3):nth-child(1) p {
        transition-delay: 2.8s; }
      section.company article.intro.motion ul li:nth-child(3):nth-child(2) span,
      section.company article.intro.motion ul li:nth-child(3):nth-child(2) p {
        transition-delay: 4.4s; }
      section.company article.intro.motion ul li:nth-child(3):nth-child(3) span,
      section.company article.intro.motion ul li:nth-child(3):nth-child(3) p {
        transition-delay: 6.2s; }
      @media (max-width: 768px) {
        section.company article.intro.motion ul li:nth-child(3) {
          animation-delay: 3s; } }
    section.company article.intro.motion ul li .desc span,
    section.company article.intro.motion ul li .desc p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    section.company article.intro .title {
      font-size: 40px;
      color: #fff;
      font-weight: 500;
      line-height: 54px;
      text-align: center; }
      @media (max-width: 768px) {
        section.company article.intro .title {
          font-size: 22px;
          font-weight: 600;
          line-height: 32px; } }
    section.company article.intro ul {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 870px;
      margin-top: 60px; }
      @media (max-width: 1024px) {
        section.company article.intro ul {
          width: 651px; } }
      @media (max-width: 768px) {
        section.company article.intro ul {
          width: 100%; } }
      section.company article.intro ul:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: calc(50% - 0.5px);
        width: 1px;
        height: calc(100% - 45px);
        background-color: #fff;
        -webkit-animation: order-height 5s ease-in-out 2s both;
        -moz-animation: order-height 5s ease-in-out 2s both;
        -o-animation: order-height 5s ease-in-out 2s both;
        -ms-animation: order-height 5s ease-in-out 2s both;
        animation: order-height 5s ease-in-out 2s both; }
        @media (max-width: 768px) {
          section.company article.intro ul:after {
            display: none; } }
      section.company article.intro ul li {
        position: relative; }
        @media (max-width: 768px) {
          section.company article.intro ul li {
            margin-top: 0 !important;
            text-align: center; }
            section.company article.intro ul li:nth-child(1) span,
            section.company article.intro ul li:nth-child(1) p {
              -webkit-animation: slide-top 1.5s 2s both;
              -moz-animation: slide-top 1.5s 2s both;
              -o-animation: slide-top 1.5s 2s both;
              -ms-animation: slide-top 1.5s 2s both;
              animation: slide-top 1.5s 2s both; }
            section.company article.intro ul li:nth-child(1):before {
              -webkit-animation: slide-top 1.5s 1s both;
              -moz-animation: slide-top 1.5s 1s both;
              -o-animation: slide-top 1.5s 1s both;
              -ms-animation: slide-top 1.5s 1s both;
              animation: slide-top 1.5s 1s both; }
            section.company article.intro ul li:nth-child(2) span,
            section.company article.intro ul li:nth-child(2) p {
              -webkit-animation: slide-top 1.5s 3.5s both;
              -moz-animation: slide-top 1.5s 3.5s both;
              -o-animation: slide-top 1.5s 3.5s both;
              -ms-animation: slide-top 1.5s 3.5s both;
              animation: slide-top 1.5s 3.5s both; }
            section.company article.intro ul li:nth-child(2):before {
              -webkit-animation: slide-top 1.5s 2.5s both;
              -moz-animation: slide-top 1.5s 2.5s both;
              -o-animation: slide-top 1.5s 2.5s both;
              -ms-animation: slide-top 1.5s 2.5s both;
              animation: slide-top 1.5s 2.5s both; }
            section.company article.intro ul li:nth-child(3) span,
            section.company article.intro ul li:nth-child(3) p {
              -webkit-animation: slide-top 1.5s 5s both;
              -moz-animation: slide-top 1.5s 5s both;
              -o-animation: slide-top 1.5s 5s both;
              -ms-animation: slide-top 1.5s 5s both;
              animation: slide-top 1.5s 5s both; }
            section.company article.intro ul li:nth-child(3):before {
              -webkit-animation: slide-top 1.5s 4s both;
              -moz-animation: slide-top 1.5s 4s both;
              -o-animation: slide-top 1.5s 4s both;
              -ms-animation: slide-top 1.5s 4s both;
              animation: slide-top 1.5s 4s both; } }
        section.company article.intro ul li:nth-child(2n-1) {
          margin-left: calc(50% + 75px); }
          section.company article.intro ul li:nth-child(2n-1):before {
            left: -80.5px; }
            @media (max-width: 1024px) {
              section.company article.intro ul li:nth-child(2n-1):before {
                left: -50.5px; } }
          @media (max-width: 1024px) {
            section.company article.intro ul li:nth-child(2n-1) {
              margin-left: calc(50% + 45px); } }
          @media (max-width: 768px) {
            section.company article.intro ul li:nth-child(2n-1) {
              margin-left: 0; } }
          section.company article.intro ul li:nth-child(2n-1) div::before, section.company article.intro ul li:nth-child(2n-1) div:after {
            left: -80.5px; }
            @media (max-width: 1024px) {
              section.company article.intro ul li:nth-child(2n-1) div::before, section.company article.intro ul li:nth-child(2n-1) div:after {
                left: -50.5px; } }
        section.company article.intro ul li:nth-child(2n):before {
          right: calc(50% - 5.5px); }
        section.company article.intro ul li:nth-child(2n) div {
          display: inline-block;
          margin-right: 75px;
          text-align: right; }
          section.company article.intro ul li:nth-child(2n) div::before, section.company article.intro ul li:nth-child(2n) div:after {
            right: -97.5px; }
            @media (max-width: 1024px) {
              section.company article.intro ul li:nth-child(2n) div::before, section.company article.intro ul li:nth-child(2n) div:after {
                right: -50.5px; } }
          @media (max-width: 1024px) {
            section.company article.intro ul li:nth-child(2n) div {
              width: calc(50% - 45px);
              margin-right: 45px; } }
          @media (max-width: 768px) {
            section.company article.intro ul li:nth-child(2n) div {
              width: 100%;
              margin-right: 0;
              text-align: center; } }
        section.company article.intro ul li:nth-child(1) {
          margin-top: 60px; }
          @media (max-width: 768px) {
            section.company article.intro ul li:nth-child(1)::before {
              display: none; } }
        section.company article.intro ul li:nth-child(2) {
          margin-top: 40px; }
        section.company article.intro ul li:nth-child(3) {
          margin-top: 30px; }
        section.company article.intro ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: calc(50% - 5.5px);
          width: 11px;
          height: 11px;
          background-color: #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-animation: scale-in-center 0.5s ease-in-out 1s both;
          -moz-animation: scale-in-center 0.5s ease-in-out 1s both;
          -o-animation: scale-in-center 0.5s ease-in-out 1s both;
          -ms-animation: scale-in-center 0.5s ease-in-out 1s both;
          animation: scale-in-center 0.5s ease-in-out 1s both; }
        @media (max-width: 768px) {
          section.company article.intro ul li + li:before {
            content: "";
            display: inline-block;
            position: static;
            width: 1px;
            height: 18px;
            margin: 20px 0;
            background-color: #fff; } }
        section.company article.intro ul li .desc {
          position: relative; }
          section.company article.intro ul li .desc:before, section.company article.intro ul li .desc:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: calc(50% - 5.5px);
            width: 11px;
            height: 11px;
            background-color: rgba(255, 255, 255, 0.3);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-animation: ping-wh 4s infinite linear;
            -moz-animation: ping-wh 4s infinite linear;
            -o-animation: ping-wh 4s infinite linear;
            -ms-animation: ping-wh 4s infinite linear;
            animation: ping-wh 4s infinite linear; }
            @media (max-width: 768px) {
              section.company article.intro ul li .desc:before, section.company article.intro ul li .desc:after {
                display: none; } }
          section.company article.intro ul li .desc::before {
            animation-delay: 0.5s; }
          section.company article.intro ul li .desc::after {
            animation-delay: 2.5s; }
          section.company article.intro ul li .desc span,
          section.company article.intro ul li .desc p {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            transition: opacity 1s, transform 1s; }
            @media (max-width: 768px) {
              section.company article.intro ul li .desc span,
              section.company article.intro ul li .desc p {
                -webkit-transform: translateY(100px);
                -moz-transform: translateY(100px);
                -o-transform: translateY(100px);
                -ms-transform: translateY(100px);
                transform: translateY(100px); } }
          section.company article.intro ul li .desc span {
            display: inline-block;
            font-size: 18px;
            color: #fff;
            line-height: 24px;
            word-break: keep-all; }
            @media (max-width: 768px) {
              section.company article.intro ul li .desc span {
                font-size: 14px;
                line-height: 20px; } }
          section.company article.intro ul li .desc p {
            padding-top: 8px;
            font-size: 26px;
            color: #fff;
            font-weight: 600;
            line-height: 36px;
            word-break: keep-all; }
            @media (max-width: 768px) {
              section.company article.intro ul li .desc p {
                padding-top: 6px;
                font-size: 16px;
                line-height: 26px; } }
            section.company article.intro ul li .desc p em {
              display: none; }
              @media (max-width: 1024px) {
                section.company article.intro ul li .desc p em {
                  display: block;
                  width: 4px; } }
              @media (max-width: 768px) {
                section.company article.intro ul li .desc p em {
                  display: none; } }
  section.company article.brand .title, section.company article.award .title {
    font-size: 44px;
    color: #000;
    font-weight: 800;
    line-height: 52px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media (max-width: 768px) {
      section.company article.brand .title, section.company article.award .title {
        font-size: 28px;
        line-height: 33px; } }
  section.company article.brand {
    padding: 120px 0 160px; }
    @media (max-width: 1024px) {
      section.company article.brand {
        padding-top: 100px; } }
    @media (max-width: 768px) {
      section.company article.brand {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      section.company article.brand.active ul li:nth-child(1) {
        -webkit-animation: slide-sub-top 0.5s 1s both;
        -moz-animation: slide-sub-top 0.5s 1s both;
        -o-animation: slide-sub-top 0.5s 1s both;
        -ms-animation: slide-sub-top 0.5s 1s both;
        animation: slide-sub-top 0.5s 1s both; }
      section.company article.brand.active ul li:nth-child(2) {
        -webkit-animation: slide-sub-top 0.5s 1.4s both;
        -moz-animation: slide-sub-top 0.5s 1.4s both;
        -o-animation: slide-sub-top 0.5s 1.4s both;
        -ms-animation: slide-sub-top 0.5s 1.4s both;
        animation: slide-sub-top 0.5s 1.4s both; }
      section.company article.brand.active ul li:nth-child(3) {
        -webkit-animation: slide-sub-top 0.5s 1.8s both;
        -moz-animation: slide-sub-top 0.5s 1.8s both;
        -o-animation: slide-sub-top 0.5s 1.8s both;
        -ms-animation: slide-sub-top 0.5s 1.8s both;
        animation: slide-sub-top 0.5s 1.8s both; } }
    @media (max-width: 1024px) {
      section.company article.brand.active .swiper {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    section.company article.brand .title {
      padding-bottom: 60px; }
      @media (max-width: 768px) {
        section.company article.brand .title {
          padding-bottom: 30px; } }
    @media (max-width: 1024px) {
      section.company article.brand .swiper {
        width: 100%;
        opacity: 0;
        -webkit-animation: slide-top 2s 1s both;
        -moz-animation: slide-top 2s 1s both;
        -o-animation: slide-top 2s 1s both;
        -ms-animation: slide-top 2s 1s both;
        animation: slide-top 2s 1s both;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px); } }
    section.company article.brand ul {
      display: flex;
      align-items: flex-start; }
      @media (min-width: 1024px) {
        section.company article.brand ul {
          gap: 0 39px; } }
      @media (max-width: 1024px) {
        section.company article.brand ul {
          gap: 0; } }
      section.company article.brand ul li {
        width: 310px; }
        @media (max-width: 768px) {
          section.company article.brand ul li {
            width: 220px; } }
        section.company article.brand ul li img,
        section.company article.brand ul li span {
          display: block; }
        section.company article.brand ul li img {
          width: 100%; }
        section.company article.brand ul li .desc {
          padding: 16px 0 2px;
          font-size: 18px;
          color: #333;
          line-height: 28px; }
          @media (max-width: 768px) {
            section.company article.brand ul li .desc {
              font-size: 12px;
              line-height: 18px; } }
        section.company article.brand ul li .brand-name {
          font-size: 20px;
          color: #333;
          font-weight: 700;
          line-height: 30px; }
          @media (max-width: 768px) {
            section.company article.brand ul li .brand-name {
              font-size: 14px;
              line-height: 18px; } }
  section.company article.award {
    padding-bottom: 180px; }
    @media (max-width: 768px) {
      section.company article.award {
        padding-bottom: 80px; } }
    section.company article.award.active ul li:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 1s both;
      -moz-animation: slide-sub-top 0.5s 1s both;
      -o-animation: slide-sub-top 0.5s 1s both;
      -ms-animation: slide-sub-top 0.5s 1s both;
      animation: slide-sub-top 0.5s 1s both; }
    section.company article.award.active ul li:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 1.4s both;
      -moz-animation: slide-sub-top 0.5s 1.4s both;
      -o-animation: slide-sub-top 0.5s 1.4s both;
      -ms-animation: slide-sub-top 0.5s 1.4s both;
      animation: slide-sub-top 0.5s 1.4s both; }
    section.company article.award.active ul li:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 1.8s both;
      -moz-animation: slide-sub-top 0.5s 1.8s both;
      -o-animation: slide-sub-top 0.5s 1.8s both;
      -ms-animation: slide-sub-top 0.5s 1.8s both;
      animation: slide-sub-top 0.5s 1.8s both; }
    section.company article.award.active ul li:nth-child(4) {
      -webkit-animation: slide-sub-top 0.5s 2.2s both;
      -moz-animation: slide-sub-top 0.5s 2.2s both;
      -o-animation: slide-sub-top 0.5s 2.2s both;
      -ms-animation: slide-sub-top 0.5s 2.2s both;
      animation: slide-sub-top 0.5s 2.2s both; }
    section.company article.award.active ul li:nth-child(5) {
      -webkit-animation: slide-sub-top 0.5s 2.6s both;
      -moz-animation: slide-sub-top 0.5s 2.6s both;
      -o-animation: slide-sub-top 0.5s 2.6s both;
      -ms-animation: slide-sub-top 0.5s 2.6s both;
      animation: slide-sub-top 0.5s 2.6s both; }
    section.company article.award.active ul li:nth-child(6) {
      -webkit-animation: slide-sub-top 0.5s 3s both;
      -moz-animation: slide-sub-top 0.5s 3s both;
      -o-animation: slide-sub-top 0.5s 3s both;
      -ms-animation: slide-sub-top 0.5s 3s both;
      animation: slide-sub-top 0.5s 3s both; }
    section.company article.award.active ul li:nth-child(7) {
      -webkit-animation: slide-sub-top 0.5s 3.4s both;
      -moz-animation: slide-sub-top 0.5s 3.4s both;
      -o-animation: slide-sub-top 0.5s 3.4s both;
      -ms-animation: slide-sub-top 0.5s 3.4s both;
      animation: slide-sub-top 0.5s 3.4s both; }
    section.company article.award.active ul li:nth-child(8) {
      -webkit-animation: slide-sub-top 0.5s 3.8s both;
      -moz-animation: slide-sub-top 0.5s 3.8s both;
      -o-animation: slide-sub-top 0.5s 3.8s both;
      -ms-animation: slide-sub-top 0.5s 3.8s both;
      animation: slide-sub-top 0.5s 3.8s both; }
    section.company article.award ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: min(1330px, 100%);
      gap: 120px 0;
      margin-top: 100px; }
      @media (max-width: 1024px) {
        section.company article.award ul {
          width: calc(100% - 140px);
          justify-content: center; } }
      @media (max-width: 768px) {
        section.company article.award ul {
          gap: 0;
          width: 288px;
          margin-top: 33px; } }
      section.company article.award ul li {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 25%;
        opacity: 0;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
        @media (max-width: 1024px) {
          section.company article.award ul li {
            width: 50%; } }
        @media (max-width: 768px) {
          section.company article.award ul li {
            flex-direction: row;
            width: inherit; } }
        section.company article.award ul li .logo {
          width: 100%;
          height: 160px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 768px) {
            section.company article.award ul li .logo {
              width: 112px;
              height: 112px;
              margin-right: 36px; } }
          @media (max-width: 768px) {
            section.company article.award ul li .logo img {
              width: 50%;
              height: 50%; } }
        section.company article.award ul li .desc {
          text-align: center; }
          @media (max-width: 768px) {
            section.company article.award ul li .desc {
              text-align: left; } }
          section.company article.award ul li .desc span {
            display: inline-block;
            width: 100%;
            padding: 24px 0 6px;
            font-size: 22px;
            color: #222;
            font-weight: 700;
            line-height: 34px; }
            @media (max-width: 768px) {
              section.company article.award ul li .desc span {
                padding-top: 0;
                font-size: 16px;
                font-weight: 700;
                line-height: 16px; } }
          section.company article.award ul li .desc p {
            font-size: 18px;
            color: #333;
            line-height: 28px; }
            @media (max-width: 768px) {
              section.company article.award ul li .desc p {
                font-size: 12px;
                line-height: 18px; } }

section.about article.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 200px 0 166px;
  background: url(../images/bg/about-top-bg.jpg) 50% 50%/cover; }
  @media (max-width: 1024px) {
    section.about article.intro {
      height: auto;
      padding: 170px 0 100px; } }
  @media (max-width: 768px) {
    section.about article.intro {
      padding: 122px 0 50px; } }
  @media (min-width: 1024px) {
    section.about article.intro em.desktop {
      display: block; } }
  @media (max-width: 1024px) {
    section.about article.intro em.desktop {
      display: none; } }
  @media (max-width: 768px) {
    section.about article.intro em.desktop {
      display: none; } }
  @media (min-width: 1024px) {
    section.about article.intro em.tablet {
      display: none; } }
  @media (max-width: 1024px) {
    section.about article.intro em.tablet {
      display: block; } }
  @media (max-width: 768px) {
    section.about article.intro em.tablet {
      display: none; } }
  @media (min-width: 1024px) {
    section.about article.intro em.mobile {
      display: none; } }
  @media (max-width: 1024px) {
    section.about article.intro em.mobile {
      display: none; } }
  @media (max-width: 768px) {
    section.about article.intro em.mobile {
      display: block; } }
  section.about article.intro .term {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    line-height: 64px;
    text-align: center; }
    @media (max-width: 768px) {
      section.about article.intro .term {
        font-size: 30px;
        line-height: 40px; } }
  section.about article.intro .desc {
    margin: 0 20px;
    padding-top: 36px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    word-break: keep-all; }
    @media (max-width: 768px) {
      section.about article.intro .desc {
        width: 300px;
        padding-top: 30px;
        font-size: 16px;
        line-height: 26px; } }
  section.about article.intro img {
    display: none;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1024px) {
      section.about article.intro img.desktop {
        display: block;
        margin-top: 60px; } }
    @media (max-width: 1024px) {
      section.about article.intro img.tablet {
        display: block;
        margin-top: 60px; } }
    @media (max-width: 768px) {
      section.about article.intro img.tablet {
        display: none; } }
    @media (max-width: 768px) {
      section.about article.intro img.mobile {
        display: block;
        margin-top: 30px; } }

section.about article.info {
  width: 1015px;
  margin: 0 auto;
  padding: 120px 0 180px;
  text-align: center; }
  @media (max-width: 1024px) {
    section.about article.info {
      width: 100%;
      padding-bottom: 160px; } }
  @media (max-width: 768px) {
    section.about article.info {
      padding: 60px 0 100px; } }
  section.about article.info .title {
    font-size: 44px;
    color: #000;
    font-weight: 800;
    line-height: 52px;
    word-break: keep-all;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media (max-width: 768px) {
      section.about article.info .title {
        font-size: 28px;
        line-height: 33px; } }
  section.about article.info > div {
    margin: 0 auto; }
    @media (max-width: 1024px) {
      section.about article.info > div {
        width: calc(100% - 48px); } }
    @media (max-width: 768px) {
      section.about article.info > div {
        width: calc(100% - 60px); } }
    section.about article.info > div em {
      display: none; }
      @media (min-width: 1024px) {
        section.about article.info > div em.desktop {
          display: block; } }
      @media (max-width: 1024px) {
        section.about article.info > div em.desktop {
          display: none; } }
      @media (max-width: 768px) {
        section.about article.info > div em.desktop {
          display: none; } }
      @media (max-width: 1024px) {
        section.about article.info > div em.tablet {
          display: block; } }
      @media (max-width: 768px) {
        section.about article.info > div em.tablet {
          display: none; } }
      @media (max-width: 768px) {
        section.about article.info > div em.mobile {
          display: block; } }
    section.about article.info > div + div {
      margin-top: 120px;
      padding-top: 120px;
      border-top: 1px solid #DDD; }
      @media (max-width: 768px) {
        section.about article.info > div + div {
          margin-top: 60px;
          padding-top: 60px; } }
    section.about article.info > div.active .title {
      -webkit-animation: slide-top 2s 0.3s both;
      -moz-animation: slide-top 2s 0.3s both;
      -o-animation: slide-top 2s 0.3s both;
      -ms-animation: slide-top 2s 0.3s both;
      animation: slide-top 2s 0.3s both; }
    section.about article.info > div.active.intro .title {
      animation-delay: 0s; }
    section.about article.info > div.active.intro .text,
    section.about article.info > div.active.intro img {
      -webkit-animation: slide-top 2s 0s both;
      -moz-animation: slide-top 2s 0s both;
      -o-animation: slide-top 2s 0s both;
      -ms-animation: slide-top 2s 0s both;
      animation: slide-top 2s 0s both; }
    section.about article.info > div.active.reason ul li:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 1.1s both;
      -moz-animation: slide-sub-top 0.5s 1.1s both;
      -o-animation: slide-sub-top 0.5s 1.1s both;
      -ms-animation: slide-sub-top 0.5s 1.1s both;
      animation: slide-sub-top 0.5s 1.1s both; }
    section.about article.info > div.active.reason ul li:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 1.4s both;
      -moz-animation: slide-sub-top 0.5s 1.4s both;
      -o-animation: slide-sub-top 0.5s 1.4s both;
      -ms-animation: slide-sub-top 0.5s 1.4s both;
      animation: slide-sub-top 0.5s 1.4s both; }
    section.about article.info > div.active.reason ul li:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 1.7s both;
      -moz-animation: slide-sub-top 0.5s 1.7s both;
      -o-animation: slide-sub-top 0.5s 1.7s both;
      -ms-animation: slide-sub-top 0.5s 1.7s both;
      animation: slide-sub-top 0.5s 1.7s both; }
    section.about article.info > div.active.reason ul li:nth-child(4) {
      -webkit-animation: slide-sub-top 0.5s 2s both;
      -moz-animation: slide-sub-top 0.5s 2s both;
      -o-animation: slide-sub-top 0.5s 2s both;
      -ms-animation: slide-sub-top 0.5s 2s both;
      animation: slide-sub-top 0.5s 2s both; }
    section.about article.info > div.active.reason ul li:nth-child(5) {
      -webkit-animation: slide-sub-top 0.5s 2.3s both;
      -moz-animation: slide-sub-top 0.5s 2.3s both;
      -o-animation: slide-sub-top 0.5s 2.3s both;
      -ms-animation: slide-sub-top 0.5s 2.3s both;
      animation: slide-sub-top 0.5s 2.3s both; }
    section.about article.info > div.active.reason ul li:nth-child(6) {
      -webkit-animation: slide-sub-top 0.5s 2.6s both;
      -moz-animation: slide-sub-top 0.5s 2.6s both;
      -o-animation: slide-sub-top 0.5s 2.6s both;
      -ms-animation: slide-sub-top 0.5s 2.6s both;
      animation: slide-sub-top 0.5s 2.6s both; }
    section.about article.info > div.active.how-to ul li:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 0.3s both;
      -moz-animation: slide-sub-top 0.5s 0.3s both;
      -o-animation: slide-sub-top 0.5s 0.3s both;
      -ms-animation: slide-sub-top 0.5s 0.3s both;
      animation: slide-sub-top 0.5s 0.3s both; }
      @media (max-width: 1024px) {
        section.about article.info > div.active.how-to ul li:nth-child(1) {
          animation-delay: 1.3s; } }
    section.about article.info > div.active.how-to ul li:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 0.6s both;
      -moz-animation: slide-sub-top 0.5s 0.6s both;
      -o-animation: slide-sub-top 0.5s 0.6s both;
      -ms-animation: slide-sub-top 0.5s 0.6s both;
      animation: slide-sub-top 0.5s 0.6s both; }
      @media (max-width: 1024px) {
        section.about article.info > div.active.how-to ul li:nth-child(2) {
          animation-delay: 1.6s; } }
    section.about article.info > div.active.how-to ul li:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 0.9s both;
      -moz-animation: slide-sub-top 0.5s 0.9s both;
      -o-animation: slide-sub-top 0.5s 0.9s both;
      -ms-animation: slide-sub-top 0.5s 0.9s both;
      animation: slide-sub-top 0.5s 0.9s both; }
      @media (max-width: 1024px) {
        section.about article.info > div.active.how-to ul li:nth-child(3) {
          animation-delay: 1.9s; } }
    section.about article.info > div.active.how-to ul li:nth-child(4) {
      -webkit-animation: slide-sub-top 0.5s 1.2s both;
      -moz-animation: slide-sub-top 0.5s 1.2s both;
      -o-animation: slide-sub-top 0.5s 1.2s both;
      -ms-animation: slide-sub-top 0.5s 1.2s both;
      animation: slide-sub-top 0.5s 1.2s both; }
      @media (max-width: 1024px) {
        section.about article.info > div.active.how-to ul li:nth-child(4) {
          animation-delay: 2.2s; } }
    section.about article.info > div.active.how-to ul li:nth-child(5) {
      -webkit-animation: slide-sub-top 0.5s 1.5s both;
      -moz-animation: slide-sub-top 0.5s 1.5s both;
      -o-animation: slide-sub-top 0.5s 1.5s both;
      -ms-animation: slide-sub-top 0.5s 1.5s both;
      animation: slide-sub-top 0.5s 1.5s both; }
      @media (max-width: 1024px) {
        section.about article.info > div.active.how-to ul li:nth-child(5) {
          animation-delay: 2.5s; } }
    section.about article.info > div.active.how-to .go-partner-btn {
      -webkit-animation: slide-sub-top 0.7s 1.8s both;
      -moz-animation: slide-sub-top 0.7s 1.8s both;
      -o-animation: slide-sub-top 0.7s 1.8s both;
      -ms-animation: slide-sub-top 0.7s 1.8s both;
      animation: slide-sub-top 0.7s 1.8s both; }
    section.about article.info > div.active.why .text p,
    section.about article.info > div.active.why .text strong {
      -webkit-animation: slide-top 1.5s both;
      -moz-animation: slide-top 1.5s both;
      -o-animation: slide-top 1.5s both;
      -ms-animation: slide-top 1.5s both;
      animation: slide-top 1.5s both; }
    section.about article.info > div.active.why .text p {
      animation-delay: 1s; }
    section.about article.info > div.active.why .text strong {
      animation-delay: 1.5s; }
    section.about article.info > div.active.why .cnt-wrap .main-cnt > div:nth-child(1) {
      -webkit-animation: slide-sub-top 0.5s 2.5s both;
      -moz-animation: slide-sub-top 0.5s 2.5s both;
      -o-animation: slide-sub-top 0.5s 2.5s both;
      -ms-animation: slide-sub-top 0.5s 2.5s both;
      animation: slide-sub-top 0.5s 2.5s both; }
    section.about article.info > div.active.why .cnt-wrap .main-cnt > div:nth-child(2) {
      -webkit-animation: slide-sub-top 0.5s 2.8s both;
      -moz-animation: slide-sub-top 0.5s 2.8s both;
      -o-animation: slide-sub-top 0.5s 2.8s both;
      -ms-animation: slide-sub-top 0.5s 2.8s both;
      animation: slide-sub-top 0.5s 2.8s both; }
    section.about article.info > div.active.why .cnt-wrap .main-cnt > div:nth-child(3) {
      -webkit-animation: slide-sub-top 0.5s 3.1s both;
      -moz-animation: slide-sub-top 0.5s 3.1s both;
      -o-animation: slide-sub-top 0.5s 3.1s both;
      -ms-animation: slide-sub-top 0.5s 3.1s both;
      animation: slide-sub-top 0.5s 3.1s both; }
    section.about article.info > div.active.why .cnt-wrap .branch {
      opacity: 1; }
      @media (min-width: 1024px) {
        section.about article.info > div.active.why .cnt-wrap .branch {
          -webkit-animation: scale-in-hor-left 0.7s 3.4s;
          -moz-animation: scale-in-hor-left 0.7s 3.4s;
          -o-animation: scale-in-hor-left 0.7s 3.4s;
          -ms-animation: scale-in-hor-left 0.7s 3.4s;
          animation: scale-in-hor-left 0.7s 3.4s; } }
      @media (max-width: 1024px) {
        section.about article.info > div.active.why .cnt-wrap .branch {
          -webkit-animation: scale-in-ver-top 0.7s 3.4s;
          -moz-animation: scale-in-ver-top 0.7s 3.4s;
          -o-animation: scale-in-ver-top 0.7s 3.4s;
          -ms-animation: scale-in-ver-top 0.7s 3.4s;
          animation: scale-in-ver-top 0.7s 3.4s; } }
    section.about article.info > div.active.why .cnt-wrap .sub-cnt .sub-item {
      -webkit-animation: fade 0.5s ease-in-out 4s both;
      -moz-animation: fade 0.5s ease-in-out 4s both;
      -o-animation: fade 0.5s ease-in-out 4s both;
      -ms-animation: fade 0.5s ease-in-out 4s both;
      animation: fade 0.5s ease-in-out 4s both; }
    section.about article.info > div.reason ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 590px;
      gap: 24px 0;
      margin: 60px auto 0; }
      @media (max-width: 768px) {
        section.about article.info > div.reason ul {
          width: 100%;
          max-width: 470px;
          gap: 36px 0; } }
      section.about article.info > div.reason ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 30px; }
        section.about article.info > div.reason ul li:before {
          content: "";
          display: inline-block;
          width: 100px;
          height: 100px;
          background-color: #EDF3C0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          min-width: 100px;
          background-position: 50% 50%; }
          @media (max-width: 768px) {
            section.about article.info > div.reason ul li:before {
              width: 76px;
              height: 76px;
              min-width: 76px;
              background-size: 45px; } }
        section.about article.info > div.reason ul li:nth-child(1):before {
          background-image: url(../images/icon/about-reason-01.svg); }
        section.about article.info > div.reason ul li:nth-child(2):before {
          background-image: url(../images/icon/about-reason-02.svg); }
        section.about article.info > div.reason ul li:nth-child(3):before {
          background-image: url(../images/icon/about-reason-03.svg); }
        section.about article.info > div.reason ul li:nth-child(4):before {
          background-image: url(../images/icon/about-reason-04.svg); }
        section.about article.info > div.reason ul li:nth-child(5):before {
          background-image: url(../images/icon/about-reason-05.svg); }
        section.about article.info > div.reason ul li > div {
          flex: 1; }
        section.about article.info > div.reason ul li span {
          display: block;
          text-align: left;
          word-break: keep-all; }
        section.about article.info > div.reason ul li .term {
          font-size: 24px;
          color: #000;
          font-weight: 800;
          line-height: 30px; }
          @media (max-width: 768px) {
            section.about article.info > div.reason ul li .term {
              font-size: 18px;
              line-height: 26px; } }
        section.about article.info > div.reason ul li .desc {
          padding-top: 12px;
          font-size: 18px;
          color: #000;
          line-height: 26px; }
          @media (max-width: 768px) {
            section.about article.info > div.reason ul li .desc {
              padding-top: 6px;
              font-size: 14px;
              line-height: 20px; } }
    section.about article.info > div.how-to {
      width: 1000px; }
      @media (max-width: 1024px) {
        section.about article.info > div.how-to {
          width: calc(100% - 48px); } }
      @media (max-width: 768px) {
        section.about article.info > div.how-to {
          width: calc(100% - 80px); } }
      section.about article.info > div.how-to ul {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0;
        gap: 0 22px; }
        @media (max-width: 1024px) {
          section.about article.info > div.how-to ul {
            gap: 0 16px; } }
        @media (max-width: 768px) {
          section.about article.info > div.how-to ul {
            width: 156px;
            margin: 0 auto;
            flex-direction: column;
            padding: 30px 0 40px;
            gap: 15px 12px; } }
        section.about article.info > div.how-to ul li {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: calc(20% - 22px);
          height: 130px;
          padding-left: 22px;
          opacity: 0;
          -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
          -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
          -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
          -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
          @media (max-width: 1024px) {
            section.about article.info > div.how-to ul li {
              width: calc(20% - 16px);
              height: 110px;
              padding-left: 16px; } }
          @media (max-width: 768px) {
            section.about article.info > div.how-to ul li {
              display: block;
              width: 54px;
              height: 50px;
              padding: 0; } }
          section.about article.info > div.how-to ul li span {
            font-size: 26px;
            color: #000;
            font-weight: 700;
            line-height: 36px; }
            @media (max-width: 1024px) {
              section.about article.info > div.how-to ul li span {
                padding: 0 10px;
                word-break: keep-all;
                font-size: 24px;
                line-height: 34px; } }
            @media (max-width: 768px) {
              section.about article.info > div.how-to ul li span {
                display: inline-block;
                height: 50px;
                margin: 6px 0 6px 83px;
                padding: 0;
                font-size: 16px;
                line-height: 50px;
                text-align: left;
                white-space: nowrap; }
                section.about article.info > div.how-to ul li span:before, section.about article.info > div.how-to ul li span:after {
                  content: "";
                  display: inline-block;
                  position: absolute;
                  top: calc(50% + 6px);
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
                section.about article.info > div.how-to ul li span:before {
                  width: 6px;
                  height: 6px;
                  background-color: #000;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  -o-border-radius: 50%;
                  -ms-border-radius: 50%;
                  border-radius: 50%;
                  left: 24px; }
                section.about article.info > div.how-to ul li span:after {
                  width: 52px;
                  height: 0.5px;
                  background-color: #000;
                  left: 26px; } }
            @media (max-width: 1024px) {
              section.about article.info > div.how-to ul li span em {
                display: block; } }
            @media (max-width: 768px) {
              section.about article.info > div.how-to ul li span em {
                display: none; } }
          section.about article.info > div.how-to ul li:nth-child(1) {
            background-color: rgba(196, 216, 46, 0.15); }
            section.about article.info > div.how-to ul li:nth-child(1):after {
              position: absolute;
              top: 0;
              right: -22px;
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 65px solid transparent;
              border-right: none;
              border-bottom: 65px solid transparent;
              border-left: 22px solid rgba(196, 216, 46, 0.15);
              z-index: 1; }
              @media (max-width: 1024px) {
                section.about article.info > div.how-to ul li:nth-child(1):after {
                  right: -16px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 55px solid transparent;
                  border-right: none;
                  border-bottom: 55px solid transparent;
                  border-left: 16px solid rgba(196, 216, 46, 0.15); } }
              @media (max-width: 768px) {
                section.about article.info > div.how-to ul li:nth-child(1):after {
                  top: 29px;
                  right: inherit;
                  bottom: 20px;
                  left: 20px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 27px solid transparent;
                  border-right: none;
                  border-bottom: 27px solid transparent;
                  border-left: 12px solid rgba(196, 216, 46, 0.15);
                  transform: rotate(90deg); } }
          section.about article.info > div.how-to ul li:nth-child(2) {
            background-color: rgba(196, 216, 46, 0.3); }
            section.about article.info > div.how-to ul li:nth-child(2):after {
              position: absolute;
              top: 0;
              right: -22px;
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 65px solid transparent;
              border-right: none;
              border-bottom: 65px solid transparent;
              border-left: 22px solid rgba(196, 216, 46, 0.3);
              z-index: 1; }
              @media (max-width: 1024px) {
                section.about article.info > div.how-to ul li:nth-child(2):after {
                  right: -16px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 55px solid transparent;
                  border-right: none;
                  border-bottom: 55px solid transparent;
                  border-left: 16px solid rgba(196, 216, 46, 0.3); } }
              @media (max-width: 768px) {
                section.about article.info > div.how-to ul li:nth-child(2):after {
                  top: 29px;
                  right: inherit;
                  bottom: 20px;
                  left: 20px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 27px solid transparent;
                  border-right: none;
                  border-bottom: 27px solid transparent;
                  border-left: 12px solid rgba(196, 216, 46, 0.3);
                  transform: rotate(90deg); } }
          section.about article.info > div.how-to ul li:nth-child(3) {
            background-color: rgba(196, 216, 46, 0.5); }
            section.about article.info > div.how-to ul li:nth-child(3):after {
              position: absolute;
              top: 0;
              right: -22px;
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 65px solid transparent;
              border-right: none;
              border-bottom: 65px solid transparent;
              border-left: 22px solid rgba(196, 216, 46, 0.5);
              z-index: 1; }
              @media (max-width: 1024px) {
                section.about article.info > div.how-to ul li:nth-child(3):after {
                  right: -16px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 55px solid transparent;
                  border-right: none;
                  border-bottom: 55px solid transparent;
                  border-left: 16px solid rgba(196, 216, 46, 0.5); } }
              @media (max-width: 768px) {
                section.about article.info > div.how-to ul li:nth-child(3):after {
                  top: 29px;
                  right: inherit;
                  bottom: 20px;
                  left: 20px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 27px solid transparent;
                  border-right: none;
                  border-bottom: 27px solid transparent;
                  border-left: 12px solid rgba(196, 216, 46, 0.5);
                  transform: rotate(90deg); } }
          section.about article.info > div.how-to ul li:nth-child(4) {
            background-color: rgba(196, 216, 46, 0.7); }
            section.about article.info > div.how-to ul li:nth-child(4):after {
              position: absolute;
              top: 0;
              right: -22px;
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 65px solid transparent;
              border-right: none;
              border-bottom: 65px solid transparent;
              border-left: 22px solid rgba(196, 216, 46, 0.7);
              z-index: 1; }
              @media (max-width: 1024px) {
                section.about article.info > div.how-to ul li:nth-child(4):after {
                  right: -16px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 55px solid transparent;
                  border-right: none;
                  border-bottom: 55px solid transparent;
                  border-left: 16px solid rgba(196, 216, 46, 0.7); } }
              @media (max-width: 768px) {
                section.about article.info > div.how-to ul li:nth-child(4):after {
                  top: 29px;
                  right: inherit;
                  bottom: 20px;
                  left: 20px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 27px solid transparent;
                  border-right: none;
                  border-bottom: 27px solid transparent;
                  border-left: 12px solid rgba(196, 216, 46, 0.7);
                  transform: rotate(90deg); } }
          section.about article.info > div.how-to ul li:nth-child(5) {
            background-color: #c4d82e; }
            section.about article.info > div.how-to ul li:nth-child(5):after {
              position: absolute;
              top: 0;
              right: -22px;
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 65px solid transparent;
              border-right: none;
              border-bottom: 65px solid transparent;
              border-left: 22px solid #c4d82e;
              z-index: 1; }
              @media (max-width: 1024px) {
                section.about article.info > div.how-to ul li:nth-child(5):after {
                  right: -16px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 55px solid transparent;
                  border-right: none;
                  border-bottom: 55px solid transparent;
                  border-left: 16px solid #c4d82e; } }
              @media (max-width: 768px) {
                section.about article.info > div.how-to ul li:nth-child(5):after {
                  top: 29px;
                  right: inherit;
                  bottom: 20px;
                  left: 20px;
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 27px solid transparent;
                  border-right: none;
                  border-bottom: 27px solid transparent;
                  border-left: 12px solid #c4d82e;
                  transform: rotate(90deg); } }
          section.about article.info > div.how-to ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 65px solid transparent;
            border-right: none;
            border-bottom: 65px solid transparent;
            border-left: 22px solid #fff; }
            @media (max-width: 1024px) {
              section.about article.info > div.how-to ul li:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-top: 55px solid transparent;
                border-right: none;
                border-bottom: 55px solid transparent;
                border-left: 16px solid #fff; } }
            @media (max-width: 768px) {
              section.about article.info > div.how-to ul li:before {
                top: -21px;
                left: 20px;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-top: 27px solid transparent;
                border-right: none;
                border-bottom: 27px solid transparent;
                border-left: 12px solid #fff;
                transform: rotate(90deg); } }
      section.about article.info > div.how-to .go-partner-btn {
        opacity: 0;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1); }
    section.about article.info > div.why .text {
      padding: 40px 0; }
      @media (max-width: 1024px) {
        section.about article.info > div.why .text {
          padding: 42px 0 60px; } }
      @media (max-width: 768px) {
        section.about article.info > div.why .text {
          padding: 30px 0 40px; } }
      section.about article.info > div.why .text p {
        font-size: 20px;
        color: #000;
        font-weight: 200;
        line-height: 32px;
        word-break: keep-all;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px); }
        @media (max-width: 768px) {
          section.about article.info > div.why .text p {
            font-size: 14px;
            line-height: 20px; } }
      section.about article.info > div.why .text strong {
        display: inline-block;
        padding-top: 6px;
        font-size: 24px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        word-break: keep-all;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px); }
        @media (max-width: 768px) {
          section.about article.info > div.why .text strong {
            font-size: 16px;
            line-height: 26px; } }
        section.about article.info > div.why .text strong span {
          font-size: inherit;
          color: #c4d82e;
          font-weight: 500;
          line-height: inherit; }
    section.about article.info > div.why .cnt-wrap {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        section.about article.info > div.why .cnt-wrap {
          flex-direction: column; } }
      section.about article.info > div.why .cnt-wrap > div.main-cnt {
        display: flex;
        align-items: center;
        gap: 0 10px; }
        @media (max-width: 1024px) {
          section.about article.info > div.why .cnt-wrap > div.main-cnt {
            flex-direction: column;
            gap: 22px 0; } }
        @media (max-width: 768px) {
          section.about article.info > div.why .cnt-wrap > div.main-cnt {
            gap: 16px 0; } }
        section.about article.info > div.why .cnt-wrap > div.main-cnt > div:not(.circle-item) {
          width: 270px; }
          @media (max-width: 1024px) {
            section.about article.info > div.why .cnt-wrap > div.main-cnt > div:not(.circle-item) {
              width: 300px; } }
          @media (max-width: 768px) {
            section.about article.info > div.why .cnt-wrap > div.main-cnt > div:not(.circle-item) {
              width: 220px; } }
      section.about article.info > div.why .cnt-wrap > div.branch {
        position: relative;
        width: 40px;
        height: 208px;
        background: url(/res/images/icon/about-branch-ver.svg) 0 50%/cover;
        opacity: 0;
        transition: opacity 0.7s 3.4s; }
        @media (max-width: 1024px) {
          section.about article.info > div.why .cnt-wrap > div.branch {
            width: 208px;
            height: 40px;
            background-image: url(/res/images/icon/about-branch-hor.svg);
            background-position: 50% 0; } }
        @media (max-width: 768px) {
          section.about article.info > div.why .cnt-wrap > div.branch {
            width: 156px;
            height: 30px; } }
      section.about article.info > div.why .cnt-wrap > div.sub-cnt {
        display: flex;
        flex-direction: column;
        gap: 20px 0; }
        @media (max-width: 1024px) {
          section.about article.info > div.why .cnt-wrap > div.sub-cnt {
            flex-direction: row;
            gap: 0 20px; } }
        @media (max-width: 768px) {
          section.about article.info > div.why .cnt-wrap > div.sub-cnt {
            gap: 0 10px; } }
        section.about article.info > div.why .cnt-wrap > div.sub-cnt > div {
          width: 250px; }
          @media (max-width: 1024px) {
            section.about article.info > div.why .cnt-wrap > div.sub-cnt > div {
              width: 300px; } }
          @media (max-width: 768px) {
            section.about article.info > div.why .cnt-wrap > div.sub-cnt > div {
              width: 160px; } }
          section.about article.info > div.why .cnt-wrap > div.sub-cnt > div:last-child {
            background-color: rgba(196, 216, 46, 0.3); }
      section.about article.info > div.why .cnt-wrap > div .main-item,
      section.about article.info > div.why .cnt-wrap > div .sub-item {
        height: 188px;
        padding: 44px 0;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px; }
        @media (max-width: 768px) {
          section.about article.info > div.why .cnt-wrap > div .main-item,
          section.about article.info > div.why .cnt-wrap > div .sub-item {
            height: 140px;
            padding: 33px 3px 13px; } }
        section.about article.info > div.why .cnt-wrap > div .main-item .term,
        section.about article.info > div.why .cnt-wrap > div .sub-item .term {
          font-size: 26px;
          color: #000;
          font-weight: 700;
          line-height: 36px; }
          @media (max-width: 768px) {
            section.about article.info > div.why .cnt-wrap > div .main-item .term,
            section.about article.info > div.why .cnt-wrap > div .sub-item .term {
              font-size: 16px;
              line-height: 26px; } }
        section.about article.info > div.why .cnt-wrap > div .main-item .desc,
        section.about article.info > div.why .cnt-wrap > div .sub-item .desc {
          padding-top: 12px;
          font-size: 18px;
          color: #000;
          line-height: 26px; }
          @media (max-width: 768px) {
            section.about article.info > div.why .cnt-wrap > div .main-item .desc,
            section.about article.info > div.why .cnt-wrap > div .sub-item .desc {
              padding-top: 8px;
              font-size: 14px;
              line-height: 20px;
              word-break: keep-all; } }
      section.about article.info > div.why .cnt-wrap > div .sub-item {
        background-color: #F5F5F5; }
      section.about article.info > div.why .cnt-wrap > div .circle-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 165px;
        height: 165px;
        background-color: #F5F5F5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 22px solid rgba(255, 255, 255, 0.6);
        font-size: 18px;
        color: #000;
        line-height: 26px; }
        @media (max-width: 768px) {
          section.about article.info > div.why .cnt-wrap > div .circle-item {
            width: 124px;
            height: 124px;
            font-size: 14px;
            line-height: 20px;
            border-width: 16px; } }

section.faq {
  padding: 243px 0 160px;
  background-color: #f9f9f9; }
  @media (max-width: 1024px) {
    section.faq {
      padding: 200px 0 100px; } }
  @media (max-width: 768px) {
    section.faq {
      padding-top: 152px; } }
  section.faq .guide,
  section.faq .faq-list {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      section.faq .guide,
      section.faq .faq-list {
        width: calc(100% - 80px); } }
    @media (max-width: 768px) {
      section.faq .guide,
      section.faq .faq-list {
        width: 100%; } }
    section.faq .guide .title,
    section.faq .faq-list .title {
      font-size: 44px;
      color: #000;
      font-weight: 800;
      line-height: 58px;
      text-align: center; }
      @media (max-width: 768px) {
        section.faq .guide .title,
        section.faq .faq-list .title {
          font-size: 28px;
          line-height: 40px; } }
      section.faq .guide .title em,
      section.faq .faq-list .title em {
        display: none; }
        @media (max-width: 768px) {
          section.faq .guide .title em,
          section.faq .faq-list .title em {
            display: block; } }
  section.faq .guide {
    margin-bottom: 150px; }
    @media (max-width: 1024px) {
      section.faq .guide {
        margin-bottom: 160px; } }
    @media (max-width: 768px) {
      section.faq .guide {
        margin-bottom: 100px; } }
    section.faq .guide .pdf-download-btn {
      display: block;
      width: 163px;
      height: 48px;
      line-height: 48px;
      margin: 20px auto 30px;
      text-align: center;
      border: 1px solid #ddd;
      -webkit-border-radius: 70px;
      -moz-border-radius: 70px;
      -o-border-radius: 70px;
      -ms-border-radius: 70px;
      border-radius: 70px;
      background-color: #fff; }
      @media (max-width: 768px) {
        section.faq .guide .pdf-download-btn {
          width: 140px;
          height: 44px;
          line-height: 44px;
          margin-bottom: 20px; } }
      section.faq .guide .pdf-download-btn span {
        padding-right: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        background: url(../images/icon/arrow-right-b.svg) 100% 50%; }
        @media (max-width: 768px) {
          section.faq .guide .pdf-download-btn span {
            font-size: 14px; } }
    section.faq .guide .pdf-viewer-wrap {
      width: 1000px;
      height: 596px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        section.faq .guide .pdf-viewer-wrap {
          width: 100%; } }
      @media (max-width: 768px) {
        section.faq .guide .pdf-viewer-wrap {
          width: calc(100% - 40px);
          height: 260px; } }
      section.faq .guide .pdf-viewer-wrap iframe {
        width: 100%;
        height: 100%; }
  section.faq .faq-list .title {
    padding-bottom: 60px; }
    @media (max-width: 1024px) {
      section.faq .faq-list .title {
        padding-bottom: 112px; } }
    @media (max-width: 768px) {
      section.faq .faq-list .title {
        padding-bottom: 30px; } }
  section.faq .faq-list .accordion li .head,
  section.faq .faq-list .accordion li .body {
    padding: 24px 40px; }
    @media (max-width: 768px) {
      section.faq .faq-list .accordion li .head,
      section.faq .faq-list .accordion li .body {
        padding: 20px; } }
  section.faq .faq-list .accordion li .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    border-top: 1px solid #ddd;
    cursor: pointer; }
    section.faq .faq-list .accordion li .head .name {
      font-size: 16px;
      color: #000;
      line-height: 24px;
      word-break: keep-all; }
      @media (max-width: 768px) {
        section.faq .faq-list .accordion li .head .name {
          font-size: 14px;
          line-height: 20px; } }
    section.faq .faq-list .accordion li .head:after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(../images/icon/arrow-btm-b.svg); }
  section.faq .faq-list .accordion li .body {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    word-break: keep-all;
    background-color: #F5F5F5; }
    @media (max-width: 768px) {
      section.faq .faq-list .accordion li .body {
        font-size: 14px;
        line-height: 22px; } }
  section.faq .faq-list .accordion li.active .head:after {
    transform-origin: center center;
    transform: rotate(180deg); }
  section.faq .faq-list .accordion li:last-child {
    border-bottom: 1px solid #ddd; }
  section.faq .faq-list .kakao-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    height: 280px;
    margin: 40px auto 0;
    padding: 50px;
    background: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    @media (max-width: 768px) {
      section.faq .faq-list .kakao-info {
        width: calc(100% - 48px);
        height: 196px;
        padding: 30px 26px; } }
    section.faq .faq-list .kakao-info .text {
      font-size: 24px;
      color: #000;
      line-height: 34px;
      text-align: center; }
      @media (max-width: 768px) {
        section.faq .faq-list .kakao-info .text {
          font-size: 16px;
          line-height: 24px; } }
    section.faq .faq-list .kakao-info > div {
      display: flex;
      justify-content: space-around;
      width: 100%;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #ddd; }
      @media (max-width: 768px) {
        section.faq .faq-list .kakao-info > div {
          margin-top: 20px;
          padding-top: 20px; } }
      section.faq .faq-list .kakao-info > div .call-info span {
        display: block;
        text-align: center; }
      section.faq .faq-list .kakao-info > div .call-info .term {
        font-size: 18px;
        color: #000;
        line-height: 26px; }
        @media (max-width: 768px) {
          section.faq .faq-list .kakao-info > div .call-info .term {
            font-size: 16px;
            line-height: 24px; } }
      section.faq .faq-list .kakao-info > div .call-info .desc {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        line-height: 26px; }
        @media (max-width: 768px) {
          section.faq .faq-list .kakao-info > div .call-info .desc {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px; } }
      section.faq .faq-list .kakao-info > div .kakao-ch-btn {
        width: 104px;
        background: url(../images/icon/kakao-ch.svg) 50% 50%/100%; }
  section.faq .counsel-request {
    width: 880px;
    margin: 0 auto;
    padding-top: 150px; }
    @media (max-width: 1024px) {
      section.faq .counsel-request {
        width: 480px;
        padding-top: 183px; } }
    @media (max-width: 768px) {
      section.faq .counsel-request {
        width: calc(100% - 40px);
        padding-top: 100px; } }
    section.faq .counsel-request .page-title {
      padding-bottom: 28px;
      font-size: 44px;
      color: #000;
      font-weight: 800;
      line-height: 58px;
      text-align: center; }
      @media (max-width: 768px) {
        section.faq .counsel-request .page-title {
          padding-bottom: 4px;
          font-size: 28px;
          line-height: 40px; } }
    section.faq .counsel-request .input-wrap + .agree-wrap {
      margin-top: 24px; }
      @media (max-width: 768px) {
        section.faq .counsel-request .input-wrap + .agree-wrap {
          margin-top: 30px; } }
    section.faq .counsel-request .agree-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      section.faq .counsel-request .agree-wrap + .agree-wrap {
        margin-top: 22px; }
        @media (max-width: 768px) {
          section.faq .counsel-request .agree-wrap + .agree-wrap {
            margin-top: 14px; } }
      section.faq .counsel-request .agree-wrap .link-btn {
        font-size: 16px;
        color: #999;
        line-height: 22px;
        text-decoration: underline; }
        @media (max-width: 768px) {
          section.faq .counsel-request .agree-wrap .link-btn {
            font-size: 14px; } }
    section.faq .counsel-request .go-partner-btn {
      margin-top: 60px;
      width: 210px;
      height: 80px; }
      section.faq .counsel-request .go-partner-btn span {
        padding-right: 24px;
        font-size: 18px;
        line-height: 20px; }
