@charset "UTF-8";
/*!
Theme Name: Doctor US
Author: 뉴킥코퍼레이션
Author URI: https://doctorus.co.kr/
Description: 닥터어스 전용 테마
Version: 1.0.0
License URI: LICENSE
*/
:root {
  --header-mobile: 980px;
  --cont-max: 1196px;
}

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
  word-break: keep-all;
}

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

li {
  list-style-type: none;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Pretendard", sans-serif;
  color: #1a1a1a;
  background-color: #0a111e;
}

button,
a,
input,
textarea,
select,
label {
  font-family: inherit;
}

button {
  background: none;
  cursor: pointer;
}

span,
strong {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

@media not (max-width: 768px) {
  :root {
    --headline01-font-size: 56px;
    --headline01-font-weight: 600;
    --headline01-line-height: 72px;
    --headline01-letter-spacing: normal;
    --headline02-font-size: 48px;
    --headline02-font-weight: 600;
    --headline02-line-height: 64px;
    --headline02-letter-spacing: normal;
    --headline03-font-size: 40px;
    --headline03-font-weight: 600;
    --headline03-line-height: 56px;
    --headline03-letter-spacing: normal;
    --title01-font-size: 32px;
    --title01-font-weight: 600;
    --title01-line-height: 44px;
    --title01-letter-spacing: normal;
    --title02-font-size: 24px;
    --title02-font-weight: 600;
    --title02-line-height: 32px;
    --title02-letter-spacing: normal;
    --title03-font-size: 18px;
    --title03-font-weight: 600;
    --title03-line-height: 24px;
    --title03-letter-spacing: normal;
    --body01-font-size: 18px;
    --body01-font-weight: 400;
    --body01-line-height: 32px;
    --body01-letter-spacing: normal;
    --body02-font-size: 16px;
    --body02-font-weight: 400;
    --body02-line-height: 28px;
    --body02-letter-spacing: normal;
    --body03-font-size: 14px;
    --body03-font-weight: 400;
    --body03-line-height: 24px;
    --body03-letter-spacing: normal;
    --caption01-font-size: 14px;
    --caption01-font-weight: 400;
    --caption01-line-height: 24px;
    --caption01-letter-spacing: normal;
    --caption02-font-size: 12px;
    --caption02-font-weight: 400;
    --caption02-line-height: 20px;
    --caption02-letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  :root {
    --headline01-font-size: 36px;
    --headline01-font-weight: 600;
    --headline01-line-height: 44px;
    --headline01-letter-spacing: -0.72px;
    --headline02-font-size: 28px;
    --headline02-font-weight: 600;
    --headline02-line-height: 40px;
    --headline02-letter-spacing: -1.12px;
    --headline03-font-size: 24px;
    --headline03-font-weight: 600;
    --headline03-line-height: 32px;
    --headline03-letter-spacing: -0.96px;
    --title01-font-size: 20px;
    --title01-font-weight: 600;
    --title01-line-height: 28px;
    --title01-letter-spacing: normal;
    --title02-font-size: 18px;
    --title02-font-weight: 600;
    --title02-line-height: 28px;
    --title02-letter-spacing: normal;
    --title03-font-size: 16px;
    --title03-font-weight: 600;
    --title03-line-height: 24px;
    --title03-letter-spacing: normal;
    --body01-font-size: 16px;
    --body01-font-weight: 400;
    --body01-line-height: 26px;
    --body01-letter-spacing: normal;
    --body02-font-size: 14px;
    --body02-font-weight: 400;
    --body02-line-height: 24px;
    --body02-letter-spacing: normal;
    --body03-font-size: 12px;
    --body03-font-weight: 400;
    --body03-line-height: 20px;
    --body03-letter-spacing: normal;
    --caption01-font-size: 12px;
    --caption01-font-weight: 400;
    --caption01-line-height: 20px;
    --caption01-letter-spacing: normal;
    --caption02-font-size: 10px;
    --caption02-font-weight: 400;
    --caption02-line-height: 16px;
    --caption02-letter-spacing: normal;
  }
}
#app .cont-wrap {
  position: relative;
  width: 100%;
  max-width: 1244px;
  padding: 0 24px;
  margin: 0 auto;
}
#app .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid #1a1a1a;
  background-color: #ffffff;
}
#app .header .cont-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .header .cont-wrap .site-logo > a {
  display: block;
  width: 122px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/common/doctorus-logo.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
#app .header .cont-wrap .gnb .gnb-box {
  flex-grow: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}
#app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile {
  display: none;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul {
  display: flex;
  gap: 2px;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li {
  position: relative;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li > a {
  position: relative;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  padding: 24px 20px;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu {
  position: absolute;
  top: 87px;
  left: 0;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
  background-color: #ffffff;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu > li > a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 20px;
  background-color: #ffffff;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu > li > a:hover {
  background-color: #f8f8f8;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children {
  cursor: pointer;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children > a {
  padding-right: 54px;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-24-onoff.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: transform 0.3s ease;
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children.current-menu-parent > a::after {
  background-image: url(../img/common/ico-24-onoff-primary.svg);
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.active > a::after {
  transform: rotate(180deg);
}
#app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.active .sub-menu {
  display: block;
  opacity: 1;
  top: 56px;
  visibility: visible;
}
#app .header .cont-wrap .gnb .gnb-box li.current_page_item > a, #app .header .cont-wrap .gnb .gnb-box li.current-menu-item > a, #app .header .cont-wrap .gnb .gnb-box li.current-post-ancestor > a, #app .header .cont-wrap .gnb .gnb-box li.current-menu-parent > a {
  color: #3670ff;
}
#app .header .cont-wrap .gnb .btn-wrap .btn-contact {
  display: block;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-size: 16px;
  color: #ffffff;
  padding: 6px 20px;
  background-color: #3670ff;
  border-radius: 999px;
  border: 1px solid #3670ff;
  transition: background 0.3s ease, color 0.3s ease;
}
#app .header .cont-wrap .gnb .btn-wrap .btn-contact:hover {
  background-color: #ffffff;
  color: #3670ff;
}
#app .header.transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border-bottom: rgba(26, 26, 26, 0);
}
#app .header.transparent .cont-wrap .site-logo > a {
  background-image: url(../img/common/doctorus-logo-w.svg);
}
#app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu {
  color: #1a1a1a;
}
#app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children > a::after {
  background-image: url(../img/common/ico-24-onoff-w.svg);
}
#app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container li.current_page_item > a, #app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container li.current-menu-item > a, #app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container li.current-post-ancestor > a, #app .header.transparent .cont-wrap .gnb .gnb-box .menu-gnb-container li.current-menu-parent > a {
  color: #ffffff;
}
#app .container-box {
  background-color: #ffffff;
}
#app .container-box > main {
  margin-top: 88px;
}
#app .footer {
  background-color: #0a111e;
  color: #ffffff;
}
#app .footer .cont-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 72px;
  gap: 24px;
}
#app .footer .cont-wrap .footer-info-box {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
#app .footer .cont-wrap .footer-info-box .company-info {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app .footer .cont-wrap .footer-info-box .company-info > strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info {
  display: flex;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl {
  position: relative;
  display: flex;
  gap: 4px;
  padding-right: 14px;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl dt,
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl dd {
  font-size: 16px;
  line-height: 24px;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl + dl {
  position: relative;
  padding-left: 14px;
}
#app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl + dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #f8f8f8;
}
#app .footer .cont-wrap .footer-info-box .copyright {
  font-size: var(--caption01-font-size);
  font-weight: var(--caption01-font-weight);
  line-height: var(--caption01-line-height);
  letter-spacing: var(--caption01-letter-spacing);
}
#app .floating-menu {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  z-index: 10;
}
#app .floating-menu .symbol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  align-items: flex-end;
}
#app .floating-menu .symbol .message {
  position: relative;
  padding: 12px 32px;
  border-radius: 36px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  text-align: left;
  width: 288px;
}
#app .floating-menu .symbol .message .btn-floating-message-close {
  position: absolute;
  top: 18px;
  right: 32px;
  z-index: 1;
}
#app .floating-menu .symbol .message h6 {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
}
#app .floating-menu .symbol .message p {
  font-size: var(--caption02-font-size);
  font-weight: var(--caption02-font-weight);
  line-height: var(--caption02-line-height);
  letter-spacing: var(--caption02-letter-spacing);
  color: #666666;
}
#app .floating-menu .symbol .btn-floating-menu {
  width: 56px;
  height: 56px;
}
#app .floating-contents {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 360px;
  background-color: #f8f8f8;
  border: 2px solid #1a1a1a;
  border-radius: 12px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  padding: 44px 12px 12px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#app .floating-contents.is-active {
  opacity: 1;
  visibility: visible;
}
#app .floating-contents .btn-floating-contents-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}
#app .floating-contents .btn-floating-contents-close img {
  width: 100%;
  height: 100%;
}
#app .floating-contents .floating-banner-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app .floating-contents .floating-banner-list li a {
  position: relative;
  top: 0;
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 28px 22px;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: top 0.3s ease;
}
#app .floating-contents .floating-banner-list li a:hover {
  top: -4px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app .floating-contents .floating-banner-list li a h5 {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 700;
  margin-bottom: 6px;
}
#app .floating-contents .floating-banner-list li a p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #304256;
}
#app .floating-contents .floating-banner-list li a .btn {
  display: inline-flex;
  border-radius: 4px;
  padding: 6px 16px;
  gap: 6px;
}
#app .floating-contents .floating-banner-list li a .btn span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
#app .floating-contents .floating-banner-list li:nth-child(1) a {
  background-image: url(../img/common/floating-menu-bg-persona.webp);
}
#app .floating-contents .floating-banner-list li:nth-child(1) a .btn {
  background-color: #1a1a1a;
  color: #ffffff;
}
#app .floating-contents .floating-banner-list li:nth-child(2) a {
  background-image: url(../img/common/floating-menu-bg-inquery.webp);
}
#app .floating-contents .floating-banner-list li:nth-child(2) a .btn {
  background-color: #ffffff;
  color: #1a1a1a;
}
#app .floating-contents .floating-banner-list li:nth-child(3) a {
  background-image: url(../img/common/floating-menu-bg-call.webp);
}
#app .floating-contents .floating-banner-list li:nth-child(3) a .call-number {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}

@media (max-width: 980px) {
  #app .header {
    border-bottom: none;
  }
  #app .header .cont-wrap {
    padding-right: 0;
  }
  #app .header .cont-wrap .site-logo > a {
    width: 110px;
    height: 18px;
  }
  #app .header .cont-wrap .gnb .gnb-box {
    gap: 0;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile {
    order: 2;
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    background: transparent;
    cursor: pointer;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile > span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    background-color: #1a1a1a;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile > span:nth-child(1) {
    transform: translateY(-6px);
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile > span:nth-child(2) {
    transform: translateY(0);
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile > span:nth-child(3) {
    transform: translateY(6px);
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile.is-open > span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile.is-open > span:nth-child(2) {
    opacity: 0;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-gnb-mobile.is-open > span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container {
    position: fixed;
    top: 56px;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #ffffff;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul {
    flex-direction: column;
    gap: 0;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li > a {
    padding: 16px 24px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li > a:hover {
    background-color: #f8f8f8;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu {
    position: relative;
    inset: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background-color: #f8f8f8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li .sub-menu > li > a {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    padding: 16px 24px 16px 48px;
    background-color: #f8f8f8;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children > a {
    padding-right: 58px;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children > a::after {
    top: 16px;
    right: 24px;
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  #app .header .cont-wrap .gnb .gnb-box .menu-gnb-container > ul > li.menu-item-has-children.active .sub-menu {
    top: unset;
    max-height: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-wrap {
    order: 1;
  }
  #app .header .cont-wrap .gnb .gnb-box .btn-wrap .btn-contact {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    padding: 2px 14px;
    border-radius: 16px;
  }
  #app .header .cont-wrap .gnb.is-open .gnb-box .menu-gnb-container {
    max-height: calc(100vh - 56px);
  }
  #app .header.transparent .cont-wrap .gnb .gnb-box .btn-gnb-mobile > span {
    background-color: #ffffff;
  }
  #app .container-box > main {
    margin-top: 56px;
  }
  #app .footer .cont-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 36px;
  }
  #app .footer .cont-wrap .footer-info-box {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
  #app .footer .cont-wrap .footer-info-box .company-info {
    gap: 8px;
  }
  #app .footer .cont-wrap .footer-info-box .company-info > strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info {
    flex-direction: column;
    gap: 4px;
  }
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl {
    gap: 4px;
    padding-right: 0;
    display: inline;
  }
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl dt,
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl dd {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    display: inline;
  }
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl + dl {
    padding-left: 0;
  }
  #app .footer .cont-wrap .footer-info-box .company-info .info-box .info dl + dl::before {
    display: none;
  }
  #app .footer .cont-wrap .footer-info-box .copyright {
    font-size: var(--caption01-font-size);
    font-weight: var(--caption01-font-weight);
    line-height: var(--caption01-line-height);
    letter-spacing: var(--caption01-letter-spacing);
  }
  #app .footer .footer-logo {
    order: 1;
  }
  #app .floating-menu {
    right: 16px;
    bottom: 16px;
  }
  #app .floating-menu .symbol .message {
    padding: 6px 24px;
    border-radius: 36px;
    width: 224px;
  }
  #app .floating-menu .symbol .message .btn-floating-message-close {
    top: 10px;
    right: 24px;
  }
  #app .floating-contents {
    bottom: 16px;
    right: 16px;
    width: 320px;
  }
  #app .floating-contents .floating-banner-list li a {
    padding: 26px 20px;
  }
  #app .floating-contents .floating-banner-list li a h5 {
    margin-bottom: 4px;
  }
  #app .floating-contents .floating-banner-list li a p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #app .floating-menu .symbol .message {
    width: 196px;
  }
}
@keyframes blogImageScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% + 614px));
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.33333%);
  }
}
@keyframes scrollBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(12px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrowAppear {
  0% {
    opacity: 0;
    transform: translateX(-6px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightIconHighlight {
  0%, 40% {
    background-color: #e6e6e6;
  }
  60%, 100% {
    background-color: #3670ff;
  }
}
@keyframes spinnerFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.12;
  }
}
@keyframes personaPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

#app main {
  /* Component */
}
#app main .btn-primary {
  display: inline-flex;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 12px;
  background-color: #3670ff;
  box-shadow: 8px 8px 24px rgba(54, 112, 255, 0.5);
  border: 1px solid #3670ff;
  justify-content: center;
}
#app main .btn-primary span {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  color: #ffffff;
  transition: color 0.3s ease;
}
#app main .btn-primary:hover {
  background-color: #ffffff;
}
#app main .btn-primary:hover span {
  color: #3670ff;
}
#app main .sec-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#app main .sec-box .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main .sec-box .cont-wrap .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app main .sec-box {
  /* 페이지네이션 */
}
#app main .sec-box .pagination {
  margin-top: 48px;
}
#app main .sec-box .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#app main .sec-box .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
#app main .sec-box .pagination .page-numbers:hover {
  background-color: #f8f8f8;
}
#app main .sec-box .pagination .page-numbers.current {
  color: #3670ff;
  font-weight: 700;
  pointer-events: none;
}
#app main .sec-box .pagination .page-numbers.prev, #app main .sec-box .pagination .page-numbers.next {
  position: relative;
  font-size: 0;
}
#app main .sec-box .pagination .page-numbers.prev::before, #app main .sec-box .pagination .page-numbers.next::before {
  content: "";
  font-size: 16px;
  font-weight: 400;
  color: #a9a9a9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#app main .sec-box .pagination .page-numbers.prev::before {
  content: "이전";
}
#app main .sec-box .pagination .page-numbers.next::before {
  content: "다음";
}
#app main .sec-box {
  /* 데이터 없는 경우 */
}
#app main .sec-box .no-data {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding: 200px 0;
  color: #a9a9a9;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
}
#app main .sec-box {
  /* 칼럼 리스트 아이템 */
}
#app main .sec-box .column-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 가로 3개 */
  gap: 24px;
}
#app main .sec-box .column-list-wrap article > a {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  color: #1a1a1a;
  position: relative;
  top: 0;
  border: 1px solid transparent;
  transition: top 0.3s ease, border 0.3s ease, transform 0.3s ease;
}
#app main .sec-box .column-list-wrap article > a .column-card__thumb {
  overflow: hidden;
}
#app main .sec-box .column-list-wrap article > a .column-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#app main .sec-box .column-list-wrap article > a .column-card__content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  background-color: #f8f8f8;
  text-align: left;
}
#app main .sec-box .column-list-wrap article > a .column-card__content .column-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  padding: 2px 12px;
  border-radius: 6px;
  background-color: #e6e6e6;
}
#app main .sec-box .column-list-wrap article > a .column-card__content .column-card__title {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  overflow: hidden;
  display: -webkit-box;
  line-height: 32px;
  min-height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#app main .sec-box .column-list-wrap article > a:hover {
  top: -10px;
  border-color: #3670ff;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main .sec-box {
  /* 포트폴리오 리스트 아이템 */
}
#app main .sec-box .portfolio-list-wrap {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
#app main .sec-box .portfolio-list-wrap article > a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  color: #1a1a1a;
  position: relative;
  top: 0;
  border: 1px solid transparent;
  transition: top 0.3s ease, border 0.3s ease, transform 0.3s ease;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__thumb {
  width: 38%;
  max-width: 456px;
  flex-shrink: 1;
  position: relative;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px;
  gap: 24px;
  background-color: #f8f8f8;
  text-align: left;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .portfolio-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  padding: 2px 12px;
  border-radius: 6px;
  background-color: #e6e6e6;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .portfolio-card__title {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-top: -16px;
}
#app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .btn-detail {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
}
#app main .sec-box .portfolio-list-wrap article > a:hover {
  top: -10px;
  border-color: #3670ff;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main {
  /* 포스트 리스트 페이지 제목 영역 */
}
#app main.post-list {
  margin-top: 0;
}
#app main.post-list .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.post-list .cont-wrap .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  margin-bottom: 56px;
}
#app main.post-list .cont-wrap .page-title .list-title {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
}
#app main.post-list .cont-wrap .page-title h1 {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.post-list .cont-wrap .sec-box.section-post-list {
  overflow: visible;
}
#app main {
  /* 포스트 상세 */
}
#app main#pg-post-detail {
  margin-top: 0;
}
#app main#pg-post-detail .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  max-width: 952px;
}
#app main#pg-post-detail .cont-wrap .back-to-list {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  display: flex;
  gap: 10px;
  margin-bottom: 72px;
}
#app main#pg-post-detail .cont-wrap > article .post-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-categories {
  display: inline-flex;
  align-self: flex-start;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  padding: 2px 12px;
  border-radius: 6px;
  background-color: #e6e6e6;
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-title {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-meta {
  display: flex;
  gap: 16px;
  align-items: center;
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-meta .post-author-name {
  display: flex;
  gap: 8px;
  align-items: center;
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-meta .post-author-name img {
  width: 36px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-meta .post-author-name span {
  font-size: var(--caption01-font-size);
  font-weight: var(--caption01-font-weight);
  line-height: var(--caption01-line-height);
  letter-spacing: var(--caption01-letter-spacing);
}
#app main#pg-post-detail .cont-wrap > article .post-header .post-meta .post-date {
  font-size: var(--body03-font-size);
  font-weight: var(--body03-font-weight);
  line-height: var(--body03-line-height);
  letter-spacing: var(--body03-letter-spacing);
  color: #a9a9a9;
}
#app main#pg-post-detail .cont-wrap > article .post-content {
  word-break: normal;
}
#app main#pg-post-detail .cont-wrap > article .post-content * {
  box-sizing: border-box;
  word-break: normal;
}
#app main#pg-post-detail .cont-wrap > article .post-content p {
  margin: 1em 0;
}
#app main#pg-post-detail .cont-wrap > article .post-content h1,
#app main#pg-post-detail .cont-wrap > article .post-content h2,
#app main#pg-post-detail .cont-wrap > article .post-content h3,
#app main#pg-post-detail .cont-wrap > article .post-content h4,
#app main#pg-post-detail .cont-wrap > article .post-content h5,
#app main#pg-post-detail .cont-wrap > article .post-content h6 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  scroll-margin-top: 120px;
}
#app main#pg-post-detail .cont-wrap > article .post-content ul,
#app main#pg-post-detail .cont-wrap > article .post-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
#app main#pg-post-detail .cont-wrap > article .post-content li {
  list-style-type: revert;
}
#app main#pg-post-detail .cont-wrap > article .post-content ul li {
  list-style-type: disc;
}
#app main#pg-post-detail .cont-wrap > article .post-content ol li {
  list-style-type: decimal;
}
#app main#pg-post-detail .cont-wrap > article .post-content a {
  color: #2271b1;
  text-decoration: underline;
}
#app main#pg-post-detail .cont-wrap > article .post-content img,
#app main#pg-post-detail .cont-wrap > article .post-content video {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#app main#pg-post-detail .cont-wrap > article .post-content strong {
  font-weight: 700;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block {
  position: sticky;
  top: 120px;
  float: left;
  width: 100%;
  max-width: 300px;
  margin-left: -332px;
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h2,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h3,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h4,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h5,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h6,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > p,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > div {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol {
  padding-left: 0;
  margin: 0;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol li {
  border-bottom: 1px dashed #e6e6e6;
  display: flex;
  padding: 12px 0;
  gap: 6px;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol li:nth-last-child(1) {
  border-bottom: 0;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol li a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol li:hover:before,
#app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > nav > ol li:hover a {
  font-weight: 700;
}
#app main#pg-post-detail .cont-wrap > article .btn-primary {
  min-width: 342px;
  justify-content: center;
  margin-top: 72px;
}
#app main#pg-post-detail .cont-wrap > article .btn-primary span {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
}
#app main {
  /* 이하 페이지 */
}
#app main#pg-main {
  margin-top: 0;
}
#app main#pg-main .sec-box {
  text-align: center;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont h1 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont h2 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont h2 span {
  display: block;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
}
#app main#pg-main .sec-box .cont-wrap .txt-cont .desc strong {
  font-size: inherit;
  font-weight: 500;
}
#app main#pg-main .sec-box .cont-wrap .txt-cont .desc {
  color: #666666;
}
#app main#pg-main .sec-box.section-hero {
  text-align: left;
}
#app main#pg-main .sec-box.section-hero .cont-wrap {
  height: 100dvh;
  display: flex;
  align-items: center;
  gap: 24px;
}
#app main#pg-main .sec-box.section-hero .cont-wrap .txt-cont {
  flex: 1;
  gap: 20px;
  text-align: left;
}
#app main#pg-main .sec-box.section-hero .cont-wrap .visual-box {
  flex: 1;
}
#app main#pg-main .sec-box.section-hero .cont-wrap .visual-box .video-box {
  max-width: 706px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.24);
  aspect-ratio: 1904/1468;
}
#app main#pg-main .sec-box.section-analysis {
  background-color: #f8f8f8;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .txt-cont h2.only-pc {
  display: block;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .txt-cont h2.only-mo {
  display: none;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box {
  display: flex;
  flex-direction: column;
  max-width: 934px;
  margin: 0 auto;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box .video-box video.video-pc {
  display: block;
}
#app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box .video-box video.video-mo {
  display: none;
}
#app main#pg-main .sec-box.section-persona {
  padding-bottom: 200px;
}
#app main#pg-main .sec-box.section-persona .cont-wrap {
  padding-bottom: 100px;
}
#app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont {
  gap: 36px;
}
#app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-weight: 500;
}
#app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box .desc {
  color: #1a1a1a;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper {
  overflow: visible;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper {
  will-change: transform;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 416px;
  height: 532px;
  z-index: 1;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark {
  position: absolute;
  width: 36px;
  height: 36px;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.top-left {
  top: 0;
  left: 0;
  border-top: 4px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  border-top-left-radius: 32px;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.top-right {
  top: 0;
  right: 0;
  border-top: 4px solid #1a1a1a;
  border-right: 4px solid #1a1a1a;
  border-top-right-radius: 32px;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  border-bottom-left-radius: 32px;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #1a1a1a;
  border-right: 4px solid #1a1a1a;
  border-bottom-right-radius: 32px;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper {
  z-index: 10;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide {
  width: 368px !important;
  max-width: none;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card {
  border-radius: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f8f8f8;
  text-align: center;
  border: 4px solid transparent;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .badge {
  display: inline-flex;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 36px;
  border-radius: 30px;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  color: #ffffff;
  background-color: #3670ff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: -moz-max-content;
  width: max-content;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure {
  margin-bottom: 18px;
  opacity: 0.4;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure img {
  max-width: 368px;
  margin: 0 auto;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0.4;
  color: #666666;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card h4 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  opacity: 0.4;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .persona-card {
  border: 4px solid #3670ff;
  background-color: #ffffff;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .persona-card .badge {
  opacity: 1;
}
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .persona-card figure,
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .persona-card .desc,
#app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .persona-card h4 {
  opacity: 1;
}
#app main#pg-main .sec-box.section-diagnosis {
  background-color: #f8f8f8;
}
#app main#pg-main .sec-box.section-diagnosis .cont-wrap .visual-box {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 56px;
}
#app main#pg-main .sec-box.section-diagnosis .cont-wrap .txt-cont {
  margin-bottom: 48px;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .txt-cont {
  margin-bottom: 56px;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list {
  display: flex;
  gap: 16px;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li {
  position: relative;
  top: 0;
  flex: 1;
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 36px 24px 32px;
  text-align: center;
  border: 2px solid transparent;
  transition: top 0.3s ease, transform 0.3s ease, border 0.3s ease;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  margin-bottom: 4px;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 74px;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .message {
  position: relative;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #ffffff;
  background-color: #3670ff;
  border-radius: 12px;
  width: 194px;
  padding: 6px 12px;
  margin: 0 auto 12px;
  text-align: left;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .message::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #3670ff;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .visual-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li:hover {
  border: 2px solid #3670ff;
  top: -10px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main#pg-main .sec-box.section-results {
  background-color: #f8f8f8;
}
#app main#pg-main .sec-box.section-results .cont-wrap > .txt-cont {
  margin-bottom: 96px;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list {
  max-width: 952px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li {
  display: flex;
  align-items: center;
  gap: 124px;
  gap: 6.4583333333vw;
}
@media (min-width: 1920px) {
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li {
    gap: 124px;
  }
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont {
  flex: 1;
  text-align: left;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .label {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 600;
  color: #3670ff;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont h3 {
  margin-top: -4px;
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 600;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc strong {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  font-weight: 700;
  color: #1a1a1a;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .visual-box {
  flex: 1;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .visual-box .video-box {
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: border 0.3s ease;
}
#app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .visual-box .video-box:hover {
  border-color: #3670ff;
}
#app main#pg-main .sec-box.section-detail .cont-wrap {
  padding-bottom: 0;
}
#app main#pg-main .sec-box.section-detail .cont-wrap > .txt-cont {
  margin-bottom: 56px;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper {
  max-width: 800px;
  flex: 1;
  overflow: hidden;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab {
  width: 136px;
  height: 136px;
  border-radius: 24px;
  background-color: #f4faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: all 0.3s ease;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab .icon-box {
  display: inline-flex;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab span {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #aacfff;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-blog .icon-box {
  background-image: url(../img/common/icon/solid/blog-lighter.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-video .icon-box {
  background-image: url(../img/common/icon/solid/video-lighter.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-webpage .icon-box {
  background-image: url(../img/common/icon/solid/webpage-lighter.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-viral .icon-box {
  background-image: url(../img/common/icon/solid/viral-lighter.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-protect .icon-box {
  background-image: url(../img/common/icon/solid/protect-lighter.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab {
  background-color: #3670ff;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab span {
  color: #ffffff;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab.is-blog .icon-box {
  background-image: url(../img/common/icon/solid/blog-w.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab.is-video .icon-box {
  background-image: url(../img/common/icon/solid/video-w.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab.is-webpage .icon-box {
  background-image: url(../img/common/icon/solid/webpage-w.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab.is-viral .icon-box {
  background-image: url(../img/common/icon/solid/viral-w.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide.swiper-slide-active .detail-tab.is-protect .icon-box {
  background-image: url(../img/common/icon/solid/protect-w.svg);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-prev,
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-next {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-prev::after,
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-next::after {
  display: none;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper {
  margin-top: 48px;
  max-width: 1196px;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  display: flex;
  flex-direction: column;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0;
  gap: 0;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont h3 {
  width: 35%;
  flex-shrink: 0;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont .desc {
  flex: 1;
  flex-grow: 1;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont .desc span {
  display: block;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content figure {
  text-align: center;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content figure img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box {
  position: relative;
  width: 100%;
  max-height: 614px;
  max-height: 31.9791666667vw;
}
@media (min-width: 1920px) {
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box {
    max-height: 614px;
  }
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box {
  overflow: hidden;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box picture,
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box img {
  display: block;
  width: 100%;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box.is-running img {
  animation: blogImageScroll 3s linear forwards;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail-content {
  top: 0;
  opacity: 1;
}
#app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-scrollbar {
  display: none;
}
#app main#pg-main .sec-box.section-insights {
  background-color: #f8f8f8;
  padding-bottom: 200px;
}
#app main#pg-main .sec-box.section-insights .cont-wrap {
  padding-bottom: 0;
}
#app main#pg-main .sec-box.section-insights .cont-wrap .txt-cont {
  margin-bottom: 72px;
}
#app main#pg-main .sec-box.section-insights .cont-wrap .txt-cont .desc span {
  display: block;
}
#app main#pg-main .sec-box.section-insights .interview-tab-wrap {
  max-width: 848px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
}
#app main#pg-main .sec-box.section-insights .interview-tab-wrap .interview-tab {
  padding: 16px;
  flex: 1;
  width: auto !important;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  border-bottom: 3px solid #e6e6e6;
  color: #a9a9a9;
}
#app main#pg-main .sec-box.section-insights .interview-tab-wrap .interview-tab.is-active {
  color: #3670ff;
  border-color: #3670ff;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide {
  width: 800px;
  width: 41.6666666667vw;
}
@media (min-width: 1920px) {
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide {
    width: 800px;
  }
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card {
  border-radius: 24px;
  overflow: hidden;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap {
  position: relative;
  aspect-ratio: 952/536;
  background-color: #1a1a1a;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .preview-video,
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .youtube-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap.is-playing .btn-play {
  display: none;
}
#app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .interview-video-card {
  opacity: 1;
}
#app main#pg-main .sec-box.section-insights .interview-scrollbar {
  display: none;
}
#app main#pg-main .sec-box.section-partnership .cont-wrap {
  padding-bottom: 0;
}
#app main#pg-main .sec-box.section-partnership .cont-wrap .txt-cont {
  margin-bottom: 36px;
}
#app main#pg-main .sec-box.section-partnership .cont-wrap h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  margin-bottom: 56px;
}
#app main#pg-main .sec-box.section-partnership .cont-wrap .visual-box {
  max-width: 1196px;
  margin: 0 auto;
}
#app main#pg-main .sec-box.section-consultation {
  height: 100dvh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}
#app main#pg-main .sec-box.section-consultation .cont-wrap .txt-cont {
  margin-bottom: 48px;
}
#app main#pg-main .sec-box.section-consultation .cont-wrap .txt-cont .desc {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 400;
}
#app main#pg-main .sec-box.section-consultation .marquee-box {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
#app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 120s linear infinite;
  will-change: transform;
  gap: 56px;
  mix-blend-mode: luminosity;
}
#app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track .client-list {
  display: flex;
  align-items: center;
  width: 33.3333%;
  flex-shrink: 0;
  gap: 56px;
  opacity: 0.5;
  flex: 0 0 auto;
}
#app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track .client-list li {
  flex-shrink: 0;
}
#app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track .client-list li img {
  height: 36px;
}
#app main#pg-main .sec-box.section-consultation .marquee-box:hover .marquee-track {
  animation-play-state: paused;
}
#app main#pg-company {
  margin-top: 0;
  background-color: #0a111e;
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-hero {
  text-align: center;
  background-image: url(../img/company/bg-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#app main#pg-company .sec-box.section-company-hero .bg-gradient-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 17, 30, 0) 32.56%, rgba(10, 17, 30, 0.8) 66.39%, rgba(10, 17, 30, 0.9) 74.87%, #0a111e 92.17%);
}
#app main#pg-company .sec-box.section-company-hero .cont-wrap {
  padding: 0 24px;
  height: 100dvh;
  max-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#app main#pg-company .sec-box.section-company-hero .cont-wrap .txt-cont {
  gap: 72px;
  padding-bottom: 24px;
}
#app main#pg-company .sec-box.section-company-hero .cont-wrap .txt-cont h2 {
  font-size: var(--headline01-font-size);
  font-weight: var(--headline01-font-weight);
  line-height: var(--headline01-line-height);
  letter-spacing: var(--headline01-letter-spacing);
  font-weight: 700;
}
#app main#pg-company .sec-box.section-company-hero .cont-wrap .txt-cont .btn-scroll {
  width: 48px;
  height: 38px;
  margin: 0 auto;
}
#app main#pg-company .sec-box.section-company-hero .cont-wrap .txt-cont .btn-scroll img {
  animation: scrollBounce 1.8s ease-in-out infinite;
}
#app main#pg-company .sec-box.section-company-growth {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main#pg-company .sec-box.section-company-growth .cont-wrap {
  padding-bottom: 0;
}
#app main#pg-company .sec-box.section-company-growth .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 600;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection {
  position: relative;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-svg {
  display: block;
  width: 100%;
  z-index: 2;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1196px;
  height: 100%;
  z-index: 3;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: all;
  z-index: 4;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker[data-state=hidden] {
  opacity: 0;
  transform: translateY(10px);
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker[data-state=visible] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content {
  position: absolute;
  background: #3670ff;
  border-radius: 12px 12px 12px 0;
  padding: 12px 24px;
  padding: 0.625vw 1.25vw;
}
@media (min-width: 1920px) {
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content {
    padding: 12px 24px;
  }
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  left: 0;
  bottom: 0;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 29px;
  height: 25px;
  background-color: #3670ff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media (min-width: 1920px) {
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
    font-size: 18px;
  }
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
  line-height: 24px;
  line-height: 1.25vw;
}
@media (min-width: 1920px) {
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
    line-height: 24px;
  }
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
  font-weight: 600;
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
  font-size: 56px;
  font-size: 2.9166666667vw;
}
@media (min-width: 1920px) {
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
    font-size: 56px;
  }
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
  line-height: 72px;
  line-height: 3.75vw;
}
@media (min-width: 1920px) {
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
    line-height: 72px;
  }
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
  font-weight: 700;
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-date {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .grid-line {
  stroke: #304256;
  stroke-width: 1;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .curve-fill {
  fill: url(#curveGrad);
  opacity: 0.2;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .curve-path {
  fill: none;
  stroke: #3670ff;
  stroke-width: 6;
  stroke-linecap: round;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .dot-ring {
  fill: white;
  stroke: #3670ff;
  stroke-width: 6;
}
#app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .dot-center {
  fill: #3670ff;
}
#app main#pg-company .sec-box.section-company-value {
  background-image: url(../img/company/bg-sec3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#app main#pg-company .sec-box.section-company-value .cont-wrap {
  height: 100dvh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#app main#pg-company .sec-box.section-company-value .cont-wrap .txt-cont {
  max-width: 865px;
  gap: 20px;
  padding: 56px;
  border-radius: 24px;
  background: rgba(10, 17, 30, 0.7);
  backdrop-filter: blur(25px);
  text-align: center;
}
#app main#pg-company .sec-box.section-company-value .cont-wrap .txt-cont h2 {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #a9a9a9;
}
#app main#pg-company .sec-box.section-company-value .cont-wrap .txt-cont .desc {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  line-height: 40px;
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-history {
  text-align: center;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  margin-bottom: 76px;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 708px;
  margin: 0 auto;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li {
  position: relative;
  display: flex;
  gap: 20px;
  cursor: default;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li .year {
  flex-shrink: 0;
  align-self: flex-start;
  width: 72px;
  display: inline-flex;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #8796ae;
  text-align: center;
  padding: 2px 16px;
  border-radius: 6px;
  background-color: #0a111e;
  transition: all 0.3s ease;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li p {
  position: relative;
  flex-grow: 1;
  position: relative;
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  font-weight: 400;
  color: #8796ae;
  padding-left: 36px;
  transition: all 0.3s ease;
  text-align: left;
  z-index: 1;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li p .dot {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 112, 255, 0);
  transition: all 0.3s ease;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li p .dot > span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8796ae;
  transition: all 0.3s ease;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 99.5px;
  width: 1px;
  height: calc(100% + 32px);
  background-color: #8796ae;
  z-index: 0;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li:nth-last-child(1)::after {
  display: none;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li.is-active .year {
  color: #ffffff;
  background-color: #3670ff;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li.is-active p {
  color: #ffffff;
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li.is-active p .dot {
  background-color: rgb(54, 112, 255);
}
#app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li.is-active p .dot > span {
  background-color: #0a111e;
}
#app main#pg-company .sec-box.section-company-branding {
  text-align: center;
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap {
  display: flex;
  flex-direction: column;
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap .txt-cont {
  margin-bottom: 76px;
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap .txt-cont h1 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap .txt-cont h1 span {
  display: block;
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap .video-box {
  max-width: 952px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 76px;
}
#app main#pg-company .sec-box.section-company-branding .cont-wrap .caption {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap {
  max-width: 1244px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .photo-box {
  position: relative;
  width: 48.9966%;
  border-radius: 24px;
  overflow: hidden;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .photo-box .greeting {
  display: none;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont {
  flex-grow: 1;
  gap: 0;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  margin-bottom: 24px;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #f8f8f8;
  margin-bottom: 56px;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont .desc span {
  display: block;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont > dl {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: flex-start;
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont > dl dt {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
}
#app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont > dl dd .sign img {
  height: 88px;
  width: auto;
}
#app main#pg-company .sec-box.section-company-column {
  background-color: #ffffff;
  text-align: center;
}
#app main#pg-company .sec-box.section-company-column .cont-wrap .txt-cont {
  margin-bottom: 76px;
}
#app main#pg-company .sec-box.section-company-column .cont-wrap .txt-cont h2 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
  color: #1a1a1a;
}
#app main#pg-marketing-persona {
  margin-top: 0;
  background-color: #0a111e;
  color: #ffffff;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero {
  text-align: center;
  background-image: url(../img/marketing-persona/bg-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .bg-gradient-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 17, 30, 0) 32.56%, rgba(10, 17, 30, 0.8) 66.39%, rgba(10, 17, 30, 0.9) 74.87%, #0a111e 92.17%);
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap {
  padding: 0 24px;
  height: 100dvh;
  max-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont {
  position: relative;
  z-index: 1;
  gap: 24px;
  padding-bottom: 24px;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont h2 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 600;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #8796ae;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont .btn-scroll {
  width: 48px;
  height: 38px;
  margin: 0 auto;
  margin-top: 48px;
}
#app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont .btn-scroll img {
  animation: scrollBounce 1.8s ease-in-out infinite;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap {
  display: flex;
  justify-content: space-between;
  gap: 72px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .mo-title {
  display: none;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont {
  flex-grow: 1;
  align-items: flex-start;
  max-width: 464px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 600;
  margin-bottom: 56px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li {
  display: flex;
  gap: 20px;
  align-items: center;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li .num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3670ff;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #ffffff;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li strong {
  display: block;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-size: 20px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li strong h1 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-size: 20px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li p {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 300;
  color: #8796ae;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap {
  flex-shrink: 1;
  width: 100%;
  max-width: 732px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 12px;
  border-radius: 24px;
  background-color: #121c2d;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li figure {
  width: 100%;
  max-width: 100%;
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
  font-size: 22px;
  font-size: 1.1458333333vw;
}
@media (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
    font-size: 22px;
  }
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
  line-height: 36px;
  line-height: 1.875vw;
}
@media (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
    line-height: 36px;
  }
}
#app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
  font-weight: 600;
  color: #ffffff;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap {
  padding-top: 0;
  padding-bottom: 128px;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card {
  padding: 56px;
  border-radius: 24px;
  background-color: #121c2d;
  overflow: hidden;
  text-align: left;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
  position: absolute;
  right: -108px;
  top: 50%;
  width: 920px;
  height: 920px;
  transform: translateY(-50%);
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center .persona-pulse {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center .persona-pulse .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: personaPulse 8s linear infinite;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center .persona-pulse .pulse-2 {
  animation-delay: 2s;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center .persona-pulse .pulse-3 {
  animation-delay: 4s;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center .persona-pulse .pulse-4 {
  animation-delay: 6s;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont {
  max-width: 450px;
  align-items: flex-start;
  gap: 0;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .brand {
  margin-bottom: 28px;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .brand img {
  height: 16px;
  width: auto;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
  margin-bottom: 18px;
}
#app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #8796ae;
  margin-bottom: 48px;
}
#app main#pg-consultation {
  margin-top: 0;
  background-color: #ffffff;
  color: #1a1a1a;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap {
  max-width: 952px;
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .txt-cont {
  text-align: center;
  margin-bottom: 76px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .txt-cont h1 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
  margin-bottom: 16px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .visual-box {
  max-width: 952px;
  margin: 0 auto 76px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .visual-box .video-box {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .visual-box .video-box video {
  display: block;
  width: 100%;
  height: auto;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 {
  max-width: 952px;
  margin: 0 auto;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .proposal-form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-row p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-row p br {
  display: none;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-row p > label {
  font-size: var(--caption02-font-size);
  font-weight: var(--caption02-font-weight);
  line-height: var(--caption02-line-height);
  letter-spacing: var(--caption02-letter-spacing);
  font-weight: 600;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-row p > label span {
  display: inline-block;
  padding-left: 6px;
  color: #3670ff;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text],
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email],
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel],
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 16px;
  background-color: #ffffff;
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  font-weight: 600;
  color: #1a1a1a;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text]::-moz-placeholder, #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email]::-moz-placeholder, #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel]::-moz-placeholder, #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea::-moz-placeholder {
  font-weight: 400;
  color: #a9a9a9;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text]::placeholder,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email]::placeholder,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel]::placeholder,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea::placeholder {
  font-weight: 400;
  color: #a9a9a9;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text]:focus,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email]:focus,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel]:focus,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea:focus {
  border-color: #3670ff;
  outline: none;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text]:disabled,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email]:disabled,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel]:disabled,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea:disabled {
  background-color: #f8f8f8;
  color: #a9a9a9;
  opacity: 0.7;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form textarea {
  resize: vertical;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item {
  margin: 0;
  padding: 8px 0;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item-label {
  cursor: pointer;
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  font-weight: 500;
  color: #a9a9a9;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #e6e6e6;
  cursor: pointer;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item input[type=checkbox]:checked {
  background-image: url(../img/common/ico-24-checked.svg});
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #1a1a1a;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-list-item:has(input:checked) label {
  color: #1a1a1a;
  font-weight: 700;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list > p .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap {
  width: 100%;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p .wpcf7-form-control-wrap {
  display: flex;
  flex-shrink: 1;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p .wpcf7-form-control-wrap[data-name=inflow-etc] {
  flex: 1;
  flex-shrink: unset;
  flex-grow: 1;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap input[type=text] {
  width: 100%;
  height: 48px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .privacy-field .privacy-text {
  height: 188px;
  margin: 6px 0;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 14px 16px;
  background-color: #f8f8f8;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .privacy-field .privacy-text br {
  display: block;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .privacy-field .privacy-text p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .privacy-field .privacy-text p + p {
  margin-top: 28px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .btn-submit,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .wpcf7-submit {
  display: block;
  width: 100%;
  min-width: 464px;
  height: 68px;
  border: 0;
  border-radius: 12px;
  background-color: #3670ff;
  color: #ffffff;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 8px 8px 24px rgba(54, 112, 255, 0.5);
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .btn-submit:disabled,
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .wpcf7-submit:disabled {
  background-color: #e6e6e6;
  box-shadow: none;
  cursor: default;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-spinner {
  display: none;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: var(--caption02-font-size);
  font-weight: var(--caption02-font-weight);
  line-height: var(--caption02-line-height);
  letter-spacing: var(--caption02-letter-spacing);
  color: #ff4d4f;
}
#app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 16px;
  border-radius: 8px;
  font-size: var(--body03-font-size);
  font-weight: var(--body03-font-weight);
  line-height: var(--body03-line-height);
  letter-spacing: var(--body03-letter-spacing);
}
#app main#pg-marketing-consulting {
  margin-top: 0;
  background-color: #ffffff;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 88px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont {
  gap: 0;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 strong {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  font-weight: 700;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 > span {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 500;
  color: #666666;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 > span > span {
  display: block;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 52px;
  border-radius: 999px;
  background-color: #f8f8f8;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(../img/plan/ico-36-chkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box {
  flex-shrink: 1;
  width: 100%;
  max-width: 680px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: 0;
  z-index: 2;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .btn-play img {
  width: 100px;
  height: 100px;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .youtube-cover {
  position: relative;
  cursor: pointer;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .youtube-cover img {
  display: block;
  width: 100%;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .youtube-player {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 1;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap {
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont {
  order: 2;
  text-align: center;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont h2 {
  font-size: var(--title01-font-size);
  font-weight: var(--title01-font-weight);
  line-height: var(--title01-line-height);
  letter-spacing: var(--title01-letter-spacing);
  font-weight: 600;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont h2 span {
  display: block;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .reservation-widget-box {
  order: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .reservation-widget-box .whattime-inline-widget {
  width: 100%;
  height: 707px;
}
#app main.plan-page {
  margin-top: 0;
  background-color: #ffffff;
}
#app main.plan-page .sec-box.section-hero .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont {
  margin-bottom: 72px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont h1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont h1 span {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 500;
  color: #666666;
}
#app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont h1 strong {
  font-size: var(--headline01-font-size);
  font-weight: var(--headline01-font-weight);
  line-height: var(--headline01-line-height);
  letter-spacing: var(--headline01-letter-spacing);
  font-weight: 700;
  color: #1a1a1a;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 200px;
  max-width: 952px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .keyword-list li {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  padding: 6px 24px;
  border-radius: 999px;
  background-color: #c9e2ff;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box {
  position: relative;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x {
  padding-left: 176px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x .axis-x-head {
  flex-shrink: 1;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #a9a9a9;
  white-space: nowrap;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x .arrow {
  flex-grow: 1;
  width: 100%;
  position: relative;
  height: 2px;
  background-color: #a9a9a9;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x .arrow span {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x .arrow span.left {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x .arrow span.right {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y {
  display: none;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul {
  border-top: 1px solid #a9a9a9;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #a9a9a9;
  padding: 10px 0;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan > .axis-y {
  display: flex;
  padding: 10px 0;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan > .axis-y .axis-y-head {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #a9a9a9;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 600;
  color: #1a1a1a;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap {
  position: relative;
  padding-left: 16px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box {
  display: flex;
  align-items: center;
  height: 180px;
  background-repeat: repeat-y;
  background-size: 1264px 180px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 60px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .badge {
  display: none;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont {
  margin-bottom: 0;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont .plan-title {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
  color: #cccccc;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont .desc {
  display: none;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont img {
  display: none;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  padding: 9px 24px;
  border: 1px solid #cccccc;
  border-radius: 999px;
  color: #cccccc;
  white-space: nowrap;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #cccccc;
  border-radius: 50%;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link img {
  width: 24px;
  height: 24px;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont .plan-title {
  color: #ffffff;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span {
  border-color: #ffffff;
  color: #ffffff;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link {
  display: none;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent {
  text-align: right;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map1.webp);
  background-position: top right;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
  justify-content: flex-end;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent.is-active .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map1-active.webp);
  background-position: top right;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up {
  text-align: center;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map2.webp);
  background-position: top center;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
  justify-content: center;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up.is-active .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map2-active.webp);
  background-position: top center;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard {
  text-align: left;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map3.webp);
  background-position: top left;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
  justify-content: flex-start;
}
#app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard.is-active .banner-wrap .in-box {
  background-image: url(../img/plan/plan-hero-map3-active.webp);
  background-position: top left;
}
#app main.plan-page .sec-box.section-target .cont-wrap {
  padding-top: 0;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-target .cont-wrap figure {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-target .cont-wrap figure img {
  display: block;
  width: 100%;
}
#app main.plan-page .sec-box.section-target .cont-wrap .txt-cont {
  text-align: left;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-target .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-target .cont-wrap .txt-cont h2 strong {
  color: #3670ff;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-target .cont-wrap .check-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#app main.plan-page .sec-box.section-target .cont-wrap .check-list li {
  position: relative;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  color: #1a1a1a;
  text-align: left;
  padding: 20px 32px 20px 84px;
  border-radius: 999px;
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-target .cont-wrap .check-list li::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url(../img/plan/ico-36-chkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#app main.plan-page .sec-box.section-diagnosis {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont {
  gap: 16px;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont h2 span {
  display: block;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont .desc span {
  display: block;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li {
  text-align: left;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: center;
  background-color: #c9e2ff;
  padding: 18px 32px;
  border-radius: 999px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box .num {
  font-size: var(--title01-font-size);
  font-weight: var(--title01-font-weight);
  line-height: var(--title01-line-height);
  letter-spacing: var(--title01-letter-spacing);
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box .line {
  width: 2px;
  height: 24px;
  background-color: #1a1a1a;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box h3 {
  flex-grow: 1;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list li {
  position: relative;
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  padding-left: 28px;
}
#app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14.5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1a1a1a;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap > .txt-cont {
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap > .txt-cont h2 strong {
  color: #3670ff;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap {
  flex-shrink: 1;
  width: 32%;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box {
  padding: 24px 24px 86px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 34px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner {
  position: relative;
  width: 24px;
  height: 24px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span {
  position: absolute;
  left: 11px;
  top: 0;
  width: 2px;
  height: 6px;
  border-radius: 1px;
  background: #3670ff;
  transform-origin: 1px 12px;
  opacity: 0.12;
  animation: spinnerFade 1s linear infinite;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: 0.083s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: 0.166s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: 0.249s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: 0.332s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: 0.415s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: 0.498s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: 0.581s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: 0.664s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: 0.747s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: 0.83s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner span:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0.913s;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live > span {
  display: inline-flex;
  font-size: var(--caption01-font-size);
  font-weight: var(--caption01-font-weight);
  line-height: var(--caption01-line-height);
  letter-spacing: var(--caption01-letter-spacing);
  font-weight: 700;
  color: #3670ff;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure {
  flex-shrink: 1;
  width: 72px;
  height: 72px;
  background-color: #c9e2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure img {
  width: 32px;
  height: 32px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont {
  flex: 1;
  gap: 4px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont h4 {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont {
  display: none;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap {
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
  align-self: stretch;
  background-color: #c9e2ff;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box {
  height: 100%;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box figure,
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box picture,
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont {
  display: none;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap {
  display: flex;
  gap: 36px;
  margin-top: 36px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap .txt-cont {
  flex: 1;
  text-align: center;
  gap: 16px;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap .txt-cont h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap .txt-cont .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap .txt-cont .desc span {
  display: block;
}
#app main.plan-page .sec-box.section-strength {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-strength .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap > .txt-cont {
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head,
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body li {
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  align-items: stretch;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head {
  margin-bottom: 24px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text {
  text-align: center;
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  padding: 18px;
  border-radius: 12px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text.left {
  background-color: #e6e6e6;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text.right {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  background-color: #3670ff;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  border-radius: 12px;
  background-color: #ffffff;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td > figure img {
  width: 48px;
  height: 48px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont {
  flex: 1;
  gap: 8px;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box .only-mo {
  display: none;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box h4 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-weight: 600;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td.left figure {
  background-color: #e6e6e6;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td.right figure {
  background-color: #e6e6e6;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(1) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(1).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(1).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 0.3s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(2) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(2).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0.15s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(2).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 0.45s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(3) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(3).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0.3s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(3).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 0.6s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(4) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(4).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0.45s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(4).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 0.75s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(5) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(5).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0.6s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(5).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 0.9s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(6) .space.arrow-animation img {
  opacity: 0;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(6).is-animated .space.arrow-animation img {
  animation: arrowAppear 0.5s ease-out 0.75s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li:nth-child(6).is-animated .table-body-td.right figure {
  background-color: #e6e6e6;
  animation: rightIconHighlight 0.6s ease-out 1.05s both;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .space {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .space img {
  width: 8px;
}
#app main.plan-page .sec-box.section-framework .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont {
  margin-bottom: 56px;
  gap: 16px;
}
#app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .visual-box {
  margin-bottom: 36px;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box {
  overflow: hidden;
  border-radius: 24px;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box video {
  display: block;
  width: 100%;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box.pc {
  display: block;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box.mo {
  display: none;
}
#app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list {
  display: none;
}
#app main.plan-page .sec-box.section-results {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-results .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont {
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont h2 span {
  display: block;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  overflow: hidden;
  transition: top 0.3s ease, transform 0.3s ease, border 0.3s ease;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont {
  flex: 1;
  padding: 24px;
  gap: 4px;
  background-color: #ffffff;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont .badge {
  width: auto;
  display: inline-flex;
  align-self: flex-start;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  padding: 2px 12px;
  border-radius: 6px;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  line-height: 24px;
  color: #666666;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .video-box {
  flex-shrink: 0;
  overflow: hidden;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .video-box video {
  display: block;
  width: 100%;
}
#app main.plan-page .sec-box.section-results .cont-wrap .result-list > li:hover {
  border: 1px solid #3670ff;
  top: -10px;
  box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
}
#app main.plan-page .sec-box.section-results.bg-white {
  background-color: #ffffff;
}
#app main.plan-page .sec-box.section-results.bg-white .cont-wrap .result-list > li {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-results.bg-white .cont-wrap .result-list > li .txt-cont {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-cta {
  background-color: #0a111e;
  text-align: center;
}
#app main.plan-page .sec-box.section-cta .cont-wrap {
  max-width: 720px;
  padding-top: 200px;
  padding-bottom: 128px;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont {
  margin-bottom: 72px;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 {
  font-size: var(--headline02-font-size);
  font-weight: var(--headline02-font-weight);
  line-height: var(--headline02-line-height);
  letter-spacing: var(--headline02-letter-spacing);
  color: #ffffff;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 span {
  display: block;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 span.mo-enter {
  display: inline;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 strong {
  color: #bcfc48;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont .desc {
  color: #8796ae;
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
}
#app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont .desc span {
  display: block;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 88px;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap > .message {
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #ffffff;
  text-align: center;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap > .message span {
  display: block;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap .btn-primary {
  padding: 20px 32px;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap {
  padding: 28px;
  border-top: 1px solid rgba(135, 150, 174, 0.4);
  border-bottom: 1px solid rgba(135, 150, 174, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap > .message {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #8796ae;
}
#app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap a {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}
#app main.plan-page .sec-box {
  /* 스텝업 */
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont {
  gap: 16px;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont h2 strong {
  color: #3670ff;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li {
  text-align: center;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li figure {
  overflow: hidden;
  border-radius: 24px;
  background-color: #f8f8f8;
  margin-bottom: 32px;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li figure img {
  display: block;
  width: 100%;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont {
  gap: 16px;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-size: 20px;
  font-weight: 600;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont .desc {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont .desc span {
  display: block;
}
#app main.plan-page .sec-box.section-operation-flow {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont {
  gap: 16px;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li figure {
  overflow: hidden;
  margin-bottom: 48px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li figure img {
  display: block;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box {
  padding: 0 24px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #c9e2ff;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon img {
  width: 28px;
  height: 28px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .label {
  display: block;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  font-weight: 600;
  color: #3670ff;
  margin-bottom: 4px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-size: 20px;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box > ul li {
  position: relative;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
  padding-left: 24px;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box > ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666666;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li:nth-child(1) figure {
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}
#app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li:nth-child(3) figure {
  border-radius: 0 24px 24px 0;
  overflow: hidden;
}
#app main.plan-page .sec-box {
  /* 스탠다드 */
}
#app main.plan-page .sec-box.section-modular .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont {
  gap: 16px;
  margin-bottom: 92px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont h2 strong {
  color: #3670ff;
  font-weight: 700;
}
#app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box {
  margin-bottom: 72px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .sub-txt {
  margin-bottom: 32px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .sub-txt h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  font-weight: 600;
  margin-bottom: 16px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .sub-txt p {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box .video-box {
  border-radius: 24px;
  overflow: hidden;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box .video-box video {
  display: block;
  width: 100%;
  height: auto;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box.pc {
  display: block;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box.mo {
  display: none;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt {
  margin-bottom: 52px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  margin-bottom: 16px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt p {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt p span {
  display: block;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-info h4 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont {
  display: flex;
  align-items: flex-start;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name {
  position: relative;
  display: inline-flex;
  padding-left: 28px;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name::before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e9e9e9;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name,
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .value {
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #1a1a1a;
  font-weight: 600;
  text-align: left;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-blue .name::before {
  background-color: #3670ff;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-light-blue .name::before {
  background-color: #c8e2ff;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-sky .name::before {
  background-color: #94c8ff;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-gray .name::before {
  background-color: #a9a9a9;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-disabled .name,
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-disabled .value {
  color: #ececec;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li.is-disabled::before {
  background-color: #ececec;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img {
  flex-grow: 1;
  width: 100%;
  text-align: center;
}
#app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img img {
  display: block;
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
}
#app main.plan-page .sec-box.section-structure {
  background-color: #f8f8f8;
}
#app main.plan-page .sec-box.section-structure .cont-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont {
  gap: 16px;
  margin-bottom: 56px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont h2 {
  font-size: var(--headline03-font-size);
  font-weight: var(--headline03-font-weight);
  line-height: var(--headline03-line-height);
  letter-spacing: var(--headline03-letter-spacing);
  font-weight: 700;
}
#app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont h2 span {
  display: block;
}
#app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont .desc {
  font-size: var(--body01-font-size);
  font-weight: var(--body01-font-weight);
  line-height: var(--body01-line-height);
  letter-spacing: var(--body01-letter-spacing);
  color: #666666;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap {
  display: flex;
  gap: 72px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box {
  flex-shrink: 1;
  max-width: 580px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box .video-box {
  border-radius: 24px;
  overflow: hidden;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box .video-box video {
  display: block;
  width: 100%;
  height: auto;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item .label {
  display: block;
  font-size: var(--title03-font-size);
  font-weight: var(--title03-font-weight);
  line-height: var(--title03-line-height);
  letter-spacing: var(--title03-letter-spacing);
  color: #3670ff;
  margin-bottom: 8px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item h3 {
  font-size: var(--title02-font-size);
  font-weight: var(--title02-font-weight);
  line-height: var(--title02-line-height);
  letter-spacing: var(--title02-letter-spacing);
  margin-bottom: 12px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item ul {
  display: flex;
  flex-direction: column;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item ul li {
  position: relative;
  font-size: var(--body02-font-size);
  font-weight: var(--body02-font-weight);
  line-height: var(--body02-line-height);
  letter-spacing: var(--body02-letter-spacing);
  color: #666666;
  padding-left: 24px;
}
#app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666666;
}

@media (max-width: 1560px) {
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block {
    position: relative;
    top: unset;
    float: unset;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h2,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h3,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h4,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h5,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > h6,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > p,
  #app main#pg-post-detail .cont-wrap > article .post-content .wp-block-rank-math-toc-block > div {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #app main .sec-box .column-list-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 16px;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont h1 {
    font-size: var(--headline03-font-size);
    font-weight: var(--headline03-font-weight);
    line-height: var(--headline03-line-height);
    letter-spacing: var(--headline03-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont h2 {
    font-size: var(--headline03-font-size);
    font-weight: var(--headline03-font-weight);
    line-height: var(--headline03-line-height);
    letter-spacing: var(--headline03-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont .desc strong {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    font-weight: 500;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box {
    max-width: 768px;
  }
  #app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus {
    top: -20px;
    width: 352px;
    height: 470px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark {
    width: 36px;
    height: 36px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.top-left {
    border-top: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    border-top-left-radius: 28px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.top-right {
    border-top: 3px solid #1a1a1a;
    border-right: 3px solid #1a1a1a;
    border-top-right-radius: 28px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.bottom-left {
    border-bottom: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    border-bottom-left-radius: 28px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus .mark.bottom-right {
    border-bottom: 3px solid #1a1a1a;
    border-right: 3px solid #1a1a1a;
    border-bottom-right-radius: 28px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide {
    max-width: 312px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .badge {
    top: -20px;
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure {
    margin-bottom: 24px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure img {
    max-width: 100%;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .desc {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 400;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card h4 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main#pg-main .sec-box.section-diagnosis .cont-wrap .visual-box {
    max-width: 240px;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .desc {
    margin-bottom: 46px;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .visual-box {
    width: 100%;
    max-width: 294px;
    height: auto;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc strong {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide {
    width: 100%;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab {
    width: 100%;
    height: 136px;
    border-radius: 16px;
    gap: 4px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab .icon-box {
    width: 72px;
    height: 72px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab span {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-prev,
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-next {
    display: none;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper {
    margin-top: 24px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont {
    order: 2;
    flex-direction: column;
    width: 100%;
    max-width: 908px;
    margin-top: 24px;
    gap: 12px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont h3 {
    width: 100%;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content figure {
    order: 1;
  }
  #app main#pg-main .sec-box.section-insights .interview-tab-wrap .interview-tab {
    padding: 16px 6px;
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide {
    width: 70%;
  }
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .btn-play {
    width: 60px;
    height: 60px;
  }
  #app main#pg-main .sec-box.section-partnership .cont-wrap h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-partnership .cont-wrap .visual-box {
    max-width: 768px;
  }
  #app main#pg-main .sec-box.section-consultation .cont-wrap .txt-cont .desc {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap {
    gap: 36px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont {
    flex: 1;
    width: 100%;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list {
    gap: 24px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap {
    flex: 1;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list {
    gap: 16px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    right: -108px;
    top: 50%;
    width: 1440px;
    width: 75vw;
    height: 1440px;
    height: 75vw;
  }
}
@media (max-width: 1440px) and (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    width: 1440px;
  }
}
@media (max-width: 1440px) and (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    height: 1440px;
  }
}
@media (max-width: 1440px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    width: 532px;
    width: 27.7083333333vw;
    height: 532px;
    height: 27.7083333333vw;
  }
}
@media (max-width: 1440px) and (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    width: 532px;
  }
}
@media (max-width: 1440px) and (min-width: 1920px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    height: 532px;
  }
}
@media (max-width: 1230px) {
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box {
    max-width: 560px;
  }
}
@media (max-width: 1080px) {
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .mo-title {
    display: block;
    font-size: var(--headline03-font-size);
    font-weight: var(--headline03-font-weight);
    line-height: var(--headline03-line-height);
    letter-spacing: var(--headline03-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont {
    order: 2;
    max-width: 100%;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont h2 {
    display: none;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap {
    order: 1;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap {
    padding-top: 0;
    padding-bottom: 200px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card {
    max-width: 768px;
    margin: 0 auto;
    padding: 524px 24px 60px;
    border-radius: 24px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    right: auto;
    left: 50%;
    top: -160px;
    width: 832px;
    height: 832px;
    transform: translateX(-50%);
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    width: 308px;
    height: 308px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont {
    max-width: 580;
    margin: 0 auto;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .brand {
    margin-bottom: 28px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont h2 {
    margin-bottom: 8px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .desc {
    margin-bottom: 56px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .btn-primary {
    width: 100%;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
    gap: 72px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap {
    flex: 1;
    width: 100%;
    max-width: 100%;
    gap: 32px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list {
    padding-right: 0;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box {
    flex: 1;
    max-width: 720px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x {
    padding-left: 104px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan {
    grid-template-columns: 88px 1fr;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap {
    padding: 0 24px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
    gap: 8px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span {
    padding: 5px 12px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link {
    width: 36px;
    height: 36px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link img {
    width: 18px;
    height: 18px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap {
    border-radius: 0;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0);
    gap: 72px;
    flex-direction: column;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap {
    order: 2;
    display: flex;
    width: 100%;
    gap: 24px;
    flex-direction: column;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box {
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #f8f8f8;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live {
    margin-bottom: 0;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul {
    gap: 0px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li {
    padding: 14px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure {
    width: 56px;
    height: 56px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure img {
    width: 28px;
    height: 28px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont {
    display: flex;
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    color: #666666;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont .desc span {
    display: block;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap {
    order: 1;
    display: flex;
    gap: 24px;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box {
    background-color: #c9e2ff;
    border-radius: 24px;
    overflow: hidden;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont {
    display: flex;
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    color: #666666;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont .desc span {
    display: block;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap {
    display: none;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head,
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body li {
    grid-template-columns: 1fr 88px 1fr;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head {
    margin-bottom: 16px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    padding: 12px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td {
    gap: 16px;
    padding: 12px 16px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td figure {
    width: 56px;
    height: 56px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td figure img {
    width: 28px;
    height: 28px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont {
    gap: 4px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box .only-mo {
    display: none;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box h4 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    line-height: 24px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list {
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont {
    padding: 16px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont .badge {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box {
    padding: 0 12px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon {
    width: 56px;
    height: 56px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon img {
    width: 28px;
    height: 28px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .label {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list {
    gap: 24px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card {
    gap: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-info h4 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul {
    width: 140px;
    gap: 1px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li {
    padding: 4px 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name {
    padding-left: 24px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name,
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .value {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img {
    padding: 0 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img img {
    max-width: 240px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap {
    display: flex;
    gap: 36px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box {
    flex: 1;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list {
    flex: 1;
    gap: 36px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item .label {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    margin-bottom: 4px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  #app main .btn-primary {
    padding: 12px 32px;
    border-radius: 6px;
  }
  #app main .btn-primary span {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main .sec-box .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main .sec-box .portfolio-list-wrap {
    gap: 56px;
  }
  #app main .sec-box .portfolio-list-wrap article > a {
    flex-direction: column;
    border-radius: 12px;
  }
  #app main .sec-box .portfolio-list-wrap article > a .portfolio-card__thumb {
    width: 100%;
    max-width: 768px;
  }
  #app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content {
    justify-content: flex-start;
    padding: 24px 16px;
    gap: 16px;
  }
  #app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .portfolio-card__badge {
    padding: 4px 8px;
  }
  #app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .portfolio-card__title {
    margin-top: -8px;
  }
  #app main .sec-box .portfolio-list-wrap article > a .portfolio-card__content .btn-detail {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 600;
    color: #3670ff;
  }
  #app main .sec-box .portfolio-list-wrap article > a:hover {
    top: -10px;
    box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  }
  #app main.post-list {
    margin-top: 0;
  }
  #app main.post-list .cont-wrap {
    padding-top: 156px;
    padding-bottom: 100px;
  }
  #app main.post-list .cont-wrap .page-title {
    gap: 12px;
    margin-bottom: 36px;
  }
  #app main#pg-post-detail .cont-wrap {
    padding-top: 128px;
    padding-bottom: 100px;
  }
  #app main#pg-post-detail .cont-wrap .back-to-list {
    margin-bottom: 40px;
  }
  #app main#pg-post-detail .cont-wrap > article .post-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
  }
  #app main#pg-post-detail .cont-wrap > article .post-header .post-categories {
    padding: 4px 8px;
  }
  #app main#pg-post-detail .cont-wrap > article .post-header .post-meta {
    margin-top: -8px;
  }
  #app main#pg-post-detail .cont-wrap > article .btn-primary {
    min-width: auto;
    width: 100%;
    margin-top: 56px;
  }
  #app main#pg-main {
    margin-top: 0;
  }
  #app main#pg-main .sec-box {
    text-align: center;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont h1 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont h2 span {
    display: inline;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont .desc {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont .desc strong {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    font-weight: 500;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont .desc {
    color: #666666;
  }
  #app main#pg-main .sec-box .cont-wrap .txt-cont .desc .mo-enter {
    display: block;
  }
  #app main#pg-main .sec-box.section-hero {
    text-align: left;
  }
  #app main#pg-main .sec-box.section-hero .cont-wrap {
    height: auto;
    gap: 36px;
    flex-direction: column;
  }
  #app main#pg-main .sec-box.section-hero .cont-wrap .txt-cont {
    width: 100%;
    gap: 12px;
  }
  #app main#pg-main .sec-box.section-hero .cont-wrap .visual-box .video-box {
    max-width: 100%;
    border-radius: 12px;
  }
  #app main#pg-main .sec-box.section-analysis {
    background-color: #f8f8f8;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap {
    gap: 36px;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .txt-cont h2.only-pc {
    display: none;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .txt-cont h2.only-mo {
    display: block;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box h3 {
    display: none;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box .video-box video.video-pc {
    display: none;
  }
  #app main#pg-main .sec-box.section-analysis .cont-wrap .visual-box .video-box video.video-mo {
    display: block;
    max-height: 500px;
  }
  #app main#pg-main .sec-box.section-persona {
    padding-bottom: 100px;
  }
  #app main#pg-main .sec-box.section-persona .cont-wrap {
    padding-bottom: 82px;
  }
  #app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont {
    gap: 28px;
  }
  #app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 500;
  }
  #app main#pg-main .sec-box.section-persona .cont-wrap .txt-cont .desc-box .desc .only-pc {
    display: none;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper {
    overflow: visible;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .card-focus {
    display: none;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    transition: none !important;
    gap: 20px;
    padding: 0 24px;
    box-sizing: border-box;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 auto;
    width: 55.55555vw;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card {
    border-radius: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
    border: none;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .badge {
    top: -16px;
    padding: 6px 24px;
    border-radius: 16px;
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    opacity: 1;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure {
    margin-bottom: 8px;
    opacity: 1;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card figure img {
    max-width: 200px;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card .desc {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    margin-bottom: 12px;
    opacity: 1;
  }
  #app main#pg-main .sec-box.section-persona .swiper.persona-swiper .swiper-wrapper .swiper-slide .persona-card h4 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    opacity: 1;
  }
  #app main#pg-main .sec-box.section-diagnosis {
    background-color: #f8f8f8;
  }
  #app main#pg-main .sec-box.section-diagnosis .cont-wrap .visual-box {
    max-width: 180px;
    margin-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-diagnosis .cont-wrap .txt-cont {
    margin-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-plan {
    min-height: 100dvh;
    display: flex;
    align-items: center;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap {
    overflow: visible;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .txt-cont {
    margin-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 16px;
    padding: 0 24px;
    transition: none !important;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li {
    flex: 0 0 auto;
    width: 272px;
    border-radius: 12px;
    padding: 34px 16px 36px;
    border: none;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    margin-bottom: 46px;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .message {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li .visual-box {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li:hover {
    border: none;
    top: 0;
    box-shadow: none;
  }
  #app main#pg-main .sec-box.section-plan .cont-wrap .plan-list li:nth-last-child(1) {
    margin-right: 24px;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap > .txt-cont {
    margin-bottom: 28px;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list {
    gap: 72px;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont {
    order: 2;
    width: 100%;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .label {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 600;
    color: #3670ff;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont h3 {
    margin-top: -8px;
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    color: #666666;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .txt-cont .desc strong {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 700;
    color: #1a1a1a;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .visual-box {
    order: 1;
  }
  #app main#pg-main .sec-box.section-results .cont-wrap .growth-list li .visual-box .video-box {
    border-radius: 12px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap {
    padding-bottom: 100px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap > .txt-cont {
    margin-bottom: 24px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap > .txt-cont .desc {
    display: none;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap {
    gap: 0;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper {
    border-radius: 12px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide {
    flex: 1;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab {
    width: 100%;
    height: auto;
    border-radius: 0;
    gap: 0;
    padding: 4px 4px 8px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab .icon-box {
    width: 36px;
    height: 36px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab span {
    margin-top: -2px;
    font-size: var(--caption02-font-size);
    font-weight: var(--caption02-font-weight);
    line-height: var(--caption02-line-height);
    letter-spacing: var(--caption02-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active {
    background-color: #3670ff;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active span {
    color: #ffffff;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active.is-blog .icon-box {
    background-image: url(../img/common/icon/solid/blog-w.svg);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active.is-video .icon-box {
    background-image: url(../img/common/icon/solid/video-w.svg);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active.is-webpage .icon-box {
    background-image: url(../img/common/icon/solid/webpage-w.svg);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active.is-viral .icon-box {
    background-image: url(../img/common/icon/solid/viral-w.svg);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-swiper .swiper-slide .detail-tab.is-active.is-protect .icon-box {
    background-image: url(../img/common/icon/solid/protect-w.svg);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-prev,
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-tab-wrap .detail-tab-next {
    display: none;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper {
    margin-top: 24px;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content {
    top: 0;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont {
    flex-direction: column;
    margin-bottom: 36px;
    gap: 0;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box {
    max-height: 100%;
    overflow: hidden;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .scroll-image-box.is-running img {
    animation: none;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-scrollbar {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background: #e6e6e6;
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background: #a9a9a9;
    border-radius: 999px;
  }
  #app main#pg-main .sec-box.section-insights {
    padding-bottom: 100px;
  }
  #app main#pg-main .sec-box.section-insights .cont-wrap .txt-cont {
    margin-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-insights .interview-tab-wrap {
    padding-bottom: 36px;
  }
  #app main#pg-main .sec-box.section-insights .interview-tab-wrap .interview-tab {
    padding: 12px 2px;
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main#pg-main .sec-box.section-insights .interview-tab-wrap .interview-tab span {
    display: block;
  }
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide {
    width: 80%;
  }
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card {
    border-radius: 12px;
  }
  #app main#pg-main .sec-box.section-insights .interview-video-swiper .swiper-wrapper .swiper-slide .interview-video-card .video-wrap .btn-play {
    width: 48px;
    height: 48px;
  }
  #app main#pg-main .sec-box.section-insights .interview-scrollbar {
    display: block;
    width: calc(100% - 48px);
    max-width: 100%;
    height: 3px;
    background: #e6e6e6;
    margin: 36px auto 0;
  }
  #app main#pg-main .sec-box.section-insights .interview-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background: #a9a9a9;
    border-radius: 999px;
  }
  #app main#pg-main .sec-box.section-partnership .cont-wrap .txt-cont .desc {
    display: none;
  }
  #app main#pg-main .sec-box.section-partnership .cont-wrap h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    margin-bottom: 12px;
    color: #a9a9a9;
  }
  #app main#pg-main .sec-box.section-partnership .cont-wrap h3 span {
    display: block;
  }
  #app main#pg-main .sec-box.section-consultation .cont-wrap .txt-cont .desc {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    font-weight: 400;
  }
  #app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track {
    gap: 28px;
  }
  #app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track .client-list {
    gap: 28px;
  }
  #app main#pg-main .sec-box.section-consultation .marquee-box .marquee-track .client-list li img {
    height: 20px;
  }
  #app main#pg-company .sec-box.section-company-hero .cont-wrap {
    padding: 0 24px 180px;
    height: 800px;
    min-height: 800px;
  }
  #app main#pg-company .sec-box.section-company-hero .cont-wrap .txt-cont {
    gap: 36px;
  }
  #app main#pg-company .sec-box.section-company-growth {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #app main#pg-company .sec-box.section-company-growth .cont-wrap {
    padding-bottom: 0;
  }
  #app main#pg-company .sec-box.section-company-growth .cont-wrap .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker[data-index="2"] .marker-content {
    left: auto;
    right: 0;
    border-radius: 12px 12px 0 12px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker[data-index="2"] .marker-content::after {
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content {
    padding: 6px 12px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content::after {
    bottom: -12px;
    width: 14px;
    height: 13px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-label {
    font-size: 14px;
    line-height: 24px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-value {
    font-size: 24px;
    line-height: 32px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .graph-cont-wrap .marker .marker-content .marker-date {
    font-size: 10px;
    line-height: 16px;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .curve-path {
    stroke-width: 3;
  }
  #app main#pg-company .sec-box.section-company-growth .company-growth-graph#statsSection .dot-ring {
    stroke-width: 3;
  }
  #app main#pg-company .sec-box.section-company-value .cont-wrap {
    height: 800px;
    max-height: 800px;
    padding: 24px;
  }
  #app main#pg-company .sec-box.section-company-value .cont-wrap .txt-cont {
    padding: 48px 24px;
    border-radius: 12px;
  }
  #app main#pg-company .sec-box.section-company-value .cont-wrap .txt-cont .desc {
    line-height: 32px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .txt-cont h2 {
    margin-bottom: 56px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list {
    gap: 22px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li {
    gap: 12px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li .year {
    width: 59px;
    padding: 1px 12px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li p {
    padding-left: 28px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li p .dot {
    top: 6px;
  }
  #app main#pg-company .sec-box.section-company-history .cont-wrap .history-list li::after {
    top: 6px;
    left: 78.5px;
    height: calc(100% + 28px);
  }
  #app main#pg-company .sec-box.section-company-branding .cont-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  #app main#pg-company .sec-box.section-company-branding .cont-wrap .txt-cont {
    order: 1;
    margin-bottom: 36px;
  }
  #app main#pg-company .sec-box.section-company-branding .cont-wrap .video-box {
    order: 3;
    border-radius: 12px;
    margin-bottom: 0;
  }
  #app main#pg-company .sec-box.section-company-branding .cont-wrap .caption {
    order: 2;
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    margin-bottom: 12px;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap {
    max-width: 528px;
    flex-direction: column;
    gap: 23px;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap .photo-box {
    width: 100%;
    border-radius: 12px;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap .photo-box .greeting {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    display: block;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont h2 {
    display: none;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    margin-bottom: 36px;
  }
  #app main#pg-company .sec-box.section-company-ceo .cont-wrap .txt-cont > dl dd .sign img {
    height: 56px;
    width: auto;
  }
  #app main#pg-company .sec-box.section-company-column .cont-wrap .txt-cont {
    margin-bottom: 36px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap {
    padding: 0 24px;
    height: 800px;
    min-height: 800px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont {
    gap: 12px;
    padding-bottom: 64px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont .desc .mo-enter {
    display: block;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-hero .cont-wrap .txt-cont .btn-scroll {
    margin-top: 24px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list {
    gap: 36px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li {
    gap: 12px;
    align-items: flex-start;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li .num {
    width: 32px;
    height: 32px;
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont .step-list li strong {
    padding-top: 2px;
    padding-bottom: 4px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list {
    gap: 6px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li {
    gap: 0;
    padding: 6px 0;
    border-radius: 6px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap .persona-type-list li strong {
    font-size: var(--caption01-font-size);
    font-weight: var(--caption01-font-weight);
    line-height: var(--caption01-line-height);
    letter-spacing: var(--caption01-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap {
    padding-bottom: 0;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card {
    border-radius: 12px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap {
    padding-top: 156px;
    padding-bottom: 100px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .txt-cont {
    margin-bottom: 56px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .visual-box {
    margin: 0 auto 36px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .visual-box .video-box {
    border-radius: 0;
    box-shadow: none;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .proposal-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px 0;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-row p > label {
    font-size: var(--caption01-font-size);
    font-weight: var(--caption01-font-weight);
    line-height: var(--caption01-line-height);
    letter-spacing: var(--caption01-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list > p .wpcf7-checkbox,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list > p .wpcf7-checkbox,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list > p .wpcf7-checkbox,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list > p .wpcf7-checkbox {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list .source-etc-wrap > p,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list .source-etc-wrap > p,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list .source-etc-wrap > p,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p {
    gap: 8px;
    flex-direction: column;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p .wpcf7-form-control-wrap {
    flex-shrink: 0;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap[data-name=inflow-etc],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap[data-name=inflow-etc],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list .source-etc-wrap > p .wpcf7-form-control-wrap[data-name=inflow-etc],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap > p .wpcf7-form-control-wrap[data-name=inflow-etc] {
    flex: 1;
    flex-shrink: unset;
    flex-grow: 1;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=text] .source-list .source-etc-wrap input[type=text],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=email] .source-list .source-etc-wrap input[type=text],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form input[type=tel] .source-list .source-etc-wrap input[type=text],
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .source-field .source-list .source-etc-wrap input[type=text] {
    width: 100%;
    height: 48px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit {
    display: block;
    margin-top: 20px;
  }
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .btn-submit,
  #app main#pg-consultation .sec-box.section-consultation-request .cont-wrap .wpcf7 form .form-submit .wpcf7-submit {
    width: 100%;
    min-width: 100%;
    max-width: 360px;
    height: 56px;
  }
  #app main#pg-marketing-consulting {
    margin-top: 0;
    background-color: #ffffff;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: flex-start;
    gap: 72px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 {
    gap: 12px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .txt-cont h1 > span {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    font-weight: 400;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list li {
    padding: 10px 16px 10px 52px;
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .txt-cont-wrap .check-list li::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box {
    border-radius: 12px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-hero .cont-wrap .visual-box .youtube-box .btn-play img {
    width: 48px;
    height: 48px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation {
    background-color: #f8f8f8;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 36px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont {
    order: 1;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont h2 {
    font-size: var(--headline03-font-size);
    font-weight: var(--headline03-font-weight);
    line-height: var(--headline03-line-height);
    letter-spacing: var(--headline03-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .reservation-widget-box {
    order: 2;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .reservation-widget-box .whattime-inline-widget {
    height: 767px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont {
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont h1 {
    gap: 20px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap > .txt-cont h1 span.mo-enter {
    display: block;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .keyword-list {
    gap: 8px 4px;
    margin-bottom: 72px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .keyword-list li {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    font-weight: 600;
    padding: 2px 10px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box {
    display: flex;
    gap: 7px;
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-x {
    display: none;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y {
    width: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y .axis-x-head {
    font-size: var(--caption02-font-size);
    font-weight: var(--caption02-font-weight);
    line-height: var(--caption02-line-height);
    letter-spacing: var(--caption02-letter-spacing);
    font-weight: 700;
    color: #3670ff;
    text-align: center;
    white-space: nowrap;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y .arrow {
    flex-grow: 1;
    height: 100%;
    position: relative;
    width: 2px;
    background-color: #3670ff;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y .arrow span {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3670ff;
    border-right: 2px solid #3670ff;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y .arrow span.top {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > .axis-y .arrow span.bottom {
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul {
    flex-grow: 1;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan {
    width: 100%;
    border-bottom: none;
    padding: 0;
    display: flex;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan > .axis-y {
    display: none;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap {
    width: 100%;
    padding-left: 0;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-repeat: repeat;
    background-size: 30px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap {
    gap: 0;
    padding: 20px;
    text-align: left;
    margin-bottom: 20x;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .badge {
    display: inline-flex;
    align-self: flex-start;
    font-size: var(--caption02-font-size);
    font-weight: var(--caption02-font-weight);
    line-height: var(--caption02-line-height);
    letter-spacing: var(--caption02-letter-spacing);
    font-weight: 600;
    color: #666666;
    padding: 2px 12px;
    background-color: #e6e6e6;
    border-radius: 999px;
    margin-bottom: 4px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont {
    position: relative;
    margin-bottom: 20px;
    gap: 4px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 76px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont .plan-title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.88px;
    font-weight: 700;
    color: #666666;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont .desc {
    display: block;
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    color: #a9a9a9;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .txt-cont img {
    display: block;
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    mix-blend-mode: luminosity;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    padding: 0;
    border: none;
    border-radius: 0;
    color: #666666;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span:nth-child(1) {
    display: none;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan .banner-wrap .in-box .txt-cont-wrap .keyword-wrap .btn-banner-link img {
    width: 16px;
    height: 16px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .badge {
    color: #3670ff;
    background-color: #ffffff;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont .plan-title {
    color: #ffffff;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont .desc {
    color: #ffffff;
    opacity: 0.7;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.is-active .banner-wrap .in-box .txt-cont-wrap .keyword-wrap > span {
    border-color: none;
    color: #ffffff;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent {
    text-align: left;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent .banner-wrap .in-box {
    background: unset;
    background-color: #f8f8f8;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
    justify-content: flex-start;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent.is-active .banner-wrap .in-box {
    background-image: url(../img/plan/plan-dot-box-active.webp);
    background-position: top left;
    background-repeat: repeat;
    background-size: 30px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.three-percent.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont img {
    opacity: 0.7;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up {
    text-align: left;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up .banner-wrap .in-box {
    background: unset;
    background-color: #f8f8f8;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
    justify-content: flex-start;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up.is-active .banner-wrap .in-box {
    background-image: url(../img/plan/plan-dot-box-active.webp);
    background-position: top left;
    background-repeat: repeat;
    background-size: 30px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.step-up.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont img {
    opacity: 0.7;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard .banner-wrap .in-box {
    background: unset;
    background-color: #f8f8f8;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard .banner-wrap .in-box .txt-cont-wrap .keyword-wrap {
    justify-content: flex-start;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard.is-active .banner-wrap .in-box {
    background-image: url(../img/plan/plan-dot-box-active.webp);
    background-position: top left;
    background-repeat: repeat;
    background-size: 30px;
  }
  #app main.plan-page .sec-box.section-hero .cont-wrap .visual-box > ul .plan.standard.is-active .banner-wrap .in-box .txt-cont-wrap .txt-cont img {
    opacity: 0.7;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap {
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap figure {
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 36px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  #app main.plan-page .sec-box.section-target .cont-wrap figure img {
    display: block;
    width: 100%;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap .txt-cont {
    margin-bottom: 36px;
    width: 80%;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap .check-list {
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap .check-list li {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    padding: 10px 16px 10px 52px;
  }
  #app main.plan-page .sec-box.section-target .cont-wrap .check-list li::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont {
    gap: 12px;
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont h2 span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .txt-cont .desc span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list {
    gap: 36px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box {
    gap: 14px;
    margin-bottom: 12px;
    padding: 10px 16px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box .num {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box .line {
    width: 1px;
    height: 18px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .title-box h3 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list {
    gap: 8px;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list li {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    padding-left: 21px;
    color: #666666;
  }
  #app main.plan-page .sec-box.section-diagnosis .cont-wrap .diagnosis-list > li .item-list li::before {
    left: 9px;
    top: 9.5px;
    background-color: #666666;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap {
    gap: 56px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap {
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box {
    padding: 12px 24px 24px;
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live {
    height: 16px;
    margin-bottom: 12px;
    justify-content: flex-start;
    gap: 0;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live .live-spinner {
    transform: scale(0.6667);
    transform-origin: left top;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box .live > span {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
    line-height: 16px;
    height: 16px;
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul {
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li {
    padding: 0;
    gap: 10px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure {
    width: 48px;
    height: 48px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li figure img {
    width: 24px;
    height: 24px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont {
    gap: 2px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont h4 {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap .visual-box > ul > li .txt-cont .desc {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont {
    gap: 6px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .monitoring-wrap > .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap {
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap .visual-box {
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont {
    gap: 6px;
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .visual-box-wrap .control-tower-wrap > .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-in-house .cont-wrap .pc-txt-cont-wrap {
    display: none;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap > .txt-cont {
    text-align: center;
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap > .txt-cont h2 .mo-enter {
    display: block;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head,
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body li {
    grid-template-columns: 1fr 24px 1fr;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head {
    margin-bottom: 12px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    font-weight: 600;
    padding: 8px;
    border-radius: 6px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-head .table-head-text.right {
    font-size: 18px;
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td {
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td figure {
    display: none;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont {
    gap: 4px;
    width: 100%;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box {
    display: flex;
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box .only-mo {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #e6e6e6;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box .only-mo img {
    width: 16px;
    height: 16px;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .title-mo-box h4 {
    flex: 1;
    font-size: var(--caption01-font-size);
    font-weight: var(--caption01-font-weight);
    line-height: var(--caption01-line-height);
    letter-spacing: var(--caption01-letter-spacing);
    font-weight: 600;
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .table-body-td .txt-cont .desc {
    font-size: var(--body03-font-size);
    font-weight: var(--body03-font-weight);
    line-height: var(--body03-line-height);
    letter-spacing: var(--body03-letter-spacing);
  }
  #app main.plan-page .sec-box.section-strength .cont-wrap .visual-box .table-body ul li .space img {
    width: 5px;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont {
    text-align: center;
    margin-bottom: 36px;
    gap: 0;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap > .txt-cont .desc {
    display: none;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .visual-box {
    margin-bottom: 36px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box {
    overflow: hidden;
    border-radius: 0;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box.pc {
    display: none;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .visual-box .video-box.mo {
    display: block;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    text-align: left;
    max-width: 532px;
    margin: 0 auto;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li .txt-cont {
    gap: 0;
    margin-bottom: 8px;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li .txt-cont .label {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    color: #3670ff;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li ul {
    display: flex;
    flex-direction: column;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li ul li {
    position: relative;
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    padding-left: 21px;
    color: #666666;
  }
  #app main.plan-page .sec-box.section-framework .cont-wrap .qat-txt-list > li ul li::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666666;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 580px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont {
    margin-bottom: 36px;
    text-align: center;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont h2 span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap > .txt-cont h2.step-up span {
    display: block;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list {
    display: flex;
    grid-template-columns: unset;
    align-items: stretch;
    flex-direction: column;
    gap: 56px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li {
    height: auto;
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont {
    flex: 1;
    padding: 24px 16px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont .badge {
    padding: 2px 8px;
    margin-bottom: 16px;
  }
  #app main.plan-page .sec-box.section-results .cont-wrap .result-list > li .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap {
    max-width: 580px;
    padding-top: 100px;
    padding-bottom: 0;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont {
    margin-bottom: 56px;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2 span.mo-enter {
    display: block;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont h2.step-up span {
    display: block;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont .desc {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .txt-cont .desc span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap {
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap > .message span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .btn-wrap .btn-primary {
    padding: 16px 24px;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap {
    padding: 12px;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap > .message {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    color: #8796ae;
  }
  #app main.plan-page .sec-box.section-cta .cont-wrap .cta-sub-wrap a {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont {
    gap: 12px;
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li {
    text-align: left;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li figure {
    border-radius: 12px;
    margin-bottom: 16px;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont {
    gap: 6px;
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-branding-design .cont-wrap .branding-card-list > li .txt-cont .desc span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont {
    gap: 12px;
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap > .txt-cont .desc {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li figure {
    border-radius: 12px;
    margin-bottom: 24px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box {
    padding: 0;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title {
    margin-bottom: 16px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon {
    width: 48px;
    height: 48px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .icon img {
    width: 24px;
    height: 24px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title .label {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    margin-bottom: 0;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li .txt-cont-box .step-title h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li:nth-child(1) figure {
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-operation-flow .cont-wrap .flow-step-list > li:nth-child(3) figure {
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont {
    margin-bottom: 56px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box {
    margin-bottom: 76px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .sub-txt {
    order: 2;
    margin-bottom: 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .sub-txt h3 {
    font-size: var(--title01-font-size);
    font-weight: var(--title01-font-weight);
    line-height: var(--title01-line-height);
    letter-spacing: var(--title01-letter-spacing);
    font-weight: 600;
    margin-bottom: 6px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box {
    order: 1;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box .video-box {
    border-radius: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box.pc {
    display: none;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .map-box .visual-box.mo {
    display: block;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt {
    order: 2;
    margin-bottom: 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    margin-bottom: 16px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt p {
    font-size: var(--body02-font-size);
    font-weight: var(--body02-font-weight);
    line-height: var(--body02-line-height);
    letter-spacing: var(--body02-letter-spacing);
    color: #666666;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .sub-txt p span {
    display: block;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card {
    gap: 12px;
    background-color: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-info h4 {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    color: #3670ff;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul {
    order: 2;
    width: 100px;
    gap: 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li {
    padding: 2px 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name {
    padding-left: 16px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .name,
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont ul li .value {
    font-size: var(--caption01-font-size);
    font-weight: var(--caption01-font-weight);
    line-height: var(--caption01-line-height);
    letter-spacing: var(--caption01-letter-spacing);
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img {
    order: 1;
    text-align: left;
    padding: 0;
  }
  #app main.plan-page .sec-box.section-modular .cont-wrap .channel-box .chart-list .chart-card .chart-cont .chart-img img {
    margin: unset;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont {
    margin-bottom: 36px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont h2 {
    font-size: var(--headline02-font-size);
    font-weight: var(--headline02-font-weight);
    line-height: var(--headline02-line-height);
    letter-spacing: var(--headline02-letter-spacing);
    font-weight: 700;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont h2 span {
    display: inline;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap > .txt-cont .desc {
    font-size: var(--body01-font-size);
    font-weight: var(--body01-font-weight);
    line-height: var(--body01-line-height);
    letter-spacing: var(--body01-letter-spacing);
    color: #666666;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap {
    flex-direction: column;
    gap: 36px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    flex: 1;
    max-width: calc(100% + 48px);
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .visual-box .video-box {
    border-radius: 0;
    overflow: hidden;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list {
    gap: 36px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item .label {
    font-size: var(--title03-font-size);
    font-weight: var(--title03-font-weight);
    line-height: var(--title03-line-height);
    letter-spacing: var(--title03-letter-spacing);
    margin-bottom: 4px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item h3 {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    margin-bottom: 12px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item ul li {
    padding-left: 21px;
  }
  #app main.plan-page .sec-box.section-structure .cont-wrap .structure-wrap .structure-list .item ul li::before {
    left: 9px;
    top: 9.5px;
  }
}
@media (max-width: 660px) {
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card {
    padding: 324px 24px 60px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    top: -160px;
    width: 632px;
    height: 632px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    width: 234px;
    height: 234px;
  }
}
@media (max-width: 560px) {
  #app main .sec-box .column-list-wrap {
    grid-template-columns: repeat(1, 1fr); /* 가로 3개 */
    gap: 56px;
  }
  #app main .sec-box .column-list-wrap article > a {
    border-radius: 12px;
  }
  #app main .sec-box .column-list-wrap article > a .column-card__content {
    padding: 24px 16px;
    gap: 16px;
  }
  #app main .sec-box .column-list-wrap article > a .column-card__content .column-card__badge {
    padding: 2px 8px;
  }
  #app main .sec-box .column-list-wrap article > a .column-card__content .column-card__title {
    font-size: var(--title02-font-size);
    font-weight: var(--title02-font-weight);
    line-height: var(--title02-line-height);
    letter-spacing: var(--title02-letter-spacing);
    line-height: 28px;
    min-height: 56px;
  }
  #app main .sec-box .column-list-wrap article > a:hover {
    top: -10px;
    box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.08);
  }
  #app main#pg-main .sec-box.section-detail .cont-wrap .detail-content-swiper .swiper-wrapper .swiper-slide .detail-content .txt-cont .desc span {
    display: inline;
  }
  #app main#pg-company .sec-box.section-company-branding .cont-wrap .txt-cont h2 span {
    display: inline;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .mo-title {
    display: block;
    font-size: var(--headline03-font-size);
    font-weight: var(--headline03-font-weight);
    line-height: var(--headline03-line-height);
    letter-spacing: var(--headline03-letter-spacing);
    font-weight: 600;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont {
    order: 2;
    max-width: 100%;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .txt-cont h2 {
    display: none;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-type .cont-wrap .persona-type-wrap {
    order: 1;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual {
    top: -60px;
    width: 432px;
    height: 432px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .persona-visual .persona-center {
    width: 160px;
    height: 160px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .brand {
    margin-bottom: 28px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont h2 {
    margin-bottom: 8px;
  }
  #app main#pg-marketing-persona .sec-box.section-persona-analysis .cont-wrap .analysis-card .txt-cont .desc {
    margin-bottom: 56px;
  }
  #app main#pg-marketing-consulting .sec-box.section-consulting-reservation .cont-wrap .txt-cont h2 span {
    display: inline;
  }
}
@media (max-width: 480px) {
  #app main#pg-main .sec-box.section-insights .cont-wrap .txt-cont .desc span {
    display: inline;
  }
}