@charset "UTF-8";

/*웹폰트*/
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansKR-bold";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-bold";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
  font-display: swap;
}
* {
  font-family: "Noto Sans KR, Roboto";
}
:root {
  --cornflower: #5c6aff;
  --black: #1a1a1a;
  --white: #ffffff;
  --greyish-brown: #3e3e3e;
  --white: #d5d5d5;
  --pale-lilac: #f7f7ff;
  --light-periwinkle: #cdd1ff;
  --white: #f5f5f5;
  --warm-grey: #898989;
}
.color-primary {
  color: var(--cornflower);
}
.color-black {
  color: var(--black);
}
.color-gray {
  color: var(--greyish-brown);
}
.color-light-gray {
  color: var(--warm-grey);
}
/* Layout */
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#contents > section {
  overflow: hidden;
}
/* Color */
.bg-primary {
  background-color: var(--cornflower);
  color: var(--white);
}
/* button */
.btn {
  border-radius: 25px;
  border: unset;
  cursor: pointer;
  padding: 9px 30px;
}
.link-btn {
  text-decoration: none;
}
.bg-primary .link-btn {
  color: var(--white);
}

/* banner */
#banner {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.9px;
  color: var(--black);
}
.banenr__content {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  min-height: 41px;
  margin: 0 auto;
  padding: 5px 0;
}
.banenr__content > p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  font-family: NotoSansKR;
  font-size: 18px;
  letter-spacing: -0.9px;
  text-align: left;
  color: var(--white);
}
.banenr__content > p > strong {
  font-weight: bold;
}
.banenr__content .i-right-arrow {
  background: url("../image/icon/right_arrow.png") no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}

/* success_story */
#success_story {
  background: linear-gradient(90deg, #ffffff 56%, #5c6aff 44%);
}
#success_story .container {
  width: 150%;
  height: 1047px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}
#success_story .container .title {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
#success_story .container > .title {
  opacity: 0;
}
#success_story.active .container > .title {
  opacity: 0;
  animation-name: swipeUp;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
#success_story.active .container > .content {
  animation-name: swipeUp;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#success_story .container .title p:last-child {
  margin-top: 30px;
}
#success_story .container .title .sm {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.9px;
  text-align: left;
}
#success_story .container .title .xsm {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: left;
}
#success_story .container .title .xlg {
  font-family: Roboto;
  font-size: 95px;
  font-weight: 700;
  letter-spacing: -4.75px;
  text-align: left;
  opacity: 45%;
}
#success_story .container > .content {
  margin-top: 68px;
  height: 450px;
  max-width: 155%;
  min-width: 100%;
  width: 83vw;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 7px;
  opacity: 0;
}
#success_story .container > .content::-webkit-scrollbar {
  height: 8px;
  background-color: transparent;
}
#success_story .container > .content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#success_story .container > .content::-webkit-scrollbar-track {
  background-color: transparent;
}
#success_story .slider {
  width: max-content;
}
#success_story .slider > .item {
  width: 619px;
  height: 417px;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  box-shadow: 3px 3px 10px #888888;
  margin-right: 40px;
  margin-top: 10px;
}
#success_story .slider .item .content {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
#success_story .slider .item img {
  width: 100%;
  overflow: hidden;
}
#success_story .slider .item > .bottom {
  width: auto;
  height: 147px;
  background-color: #fcfcfc;
}
#success_story .slider .item > .bottom .icon.sm {
  width: 17px;
  height: 15px;
  margin: 0px 15px 0px 10px;
  padding: 1px 0 0 2px;
  object-fit: contain;
}
#success_story .slider .item > .bottom > .title.top {
  width: 199px;
  flex-grow: 0;
  margin: 0 37px 30px 0;
  padding: 15px 6px 6px 7px;
}
#success_story .slider .item > .bottom > .title.top img {
  width: auto;
  height: 29px;
}
#success_story .slider .item > .bottom > .title.bottom {
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: fit-content;
  bottom: 0;
  right: 0;
  padding: 0 20px 18px 0;
}
#success_story .slider .item > .bottom > .title.bottom > p,
#success_story .slider .item > .bottom > .title.bottom > b {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
#success_story .slider .item > .bottom > .title.bottom > p:nth-child(1) {
  margin-right: 15px;
  font-family: NotoSansKR;
  font-size: 17px;
  letter-spacing: -0.85px;
  color: var(--greyish-brown);
}
#success_story .slider .item > .bottom > .title.bottom > p:nth-child(2) {
  font-family: NotoSansKR;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--greyish-brown);
}
#success_story .slider .item > .bottom > .title.bottom > b {
  flex-grow: 0;
  font-family: NotoSansKR;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1.9px;
  color: var(--black);
}
#success_story .container > .bottom {
  width: 100%;
  height: 22px;
  float: left;
  font-family: NotoSansKR;
  font-size: 15px;
  letter-spacing: -0.75px;
  text-align: right;
  color: var(--black);
}
#success_story .container > .bottom > p {
  margin-top: 6px;
  margin-right: 11px;
}

/* introduce */
.sd::after {
  content: "extra text";
}
#introduce {
  font-family: NotoSansKR;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
#introduce .container {
  min-height: 900px;
  line-height: 1.3;
}
#introduce .banner1,
#introduce .content,
#introduce .banner3 {
  animation-name: showElement;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
}
#introduce .banner2 .content {
  display: flex;
  flex-direction: column;
}
#introduce .banner2 .list {
  list-style: none;
}
#introduce .banner2 .list li:before {
  content: "✓ ";
}
#introduce .banner2 .list li:first-child:before {
  content: none;
}
#introduce.active .container .title,
#introduce.active .container .sub-title {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#introduce.active .btn-group {
  animation-name: swipeUp;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#introduce .container .title {
  opacity: 0;
  font-size: 50px;
  font-weight: bold;
  font-family: NotoSansKR;
  letter-spacing: -2.5px;
  text-align: center;
  color: var(--black);
  margin: 0;
}
#introduce .sub-title {
  opacity: 0;
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--greyish-brown);
}
#introduce .container {
  max-width: 1280px;
  padding-top: 8rem;
  padding-bottom: 6rem;
  text-align: center;
}
#introduce .btn-group {
  opacity: 0;
  display: flex;
  justify-content: center;
}
#introduce .btn {
  border: 1px solid var(--light-periwinkle);
  width: 149px;
  padding: 15px 35px 15px 35px;
  margin: 77px 28px 95px 3px;
  flex-grow: 0;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.9px;
  color: var(--greyish-brown);
}
#introduce .btn:hover {
  background-color: var(--cornflower);
  color: var(--white);
}
/* 수정 */
#introduce .container .btn-group .btn1 {
  background-color: var(--cornflower);
  color: white;
}
#introduce .banner1 {
  display: flex;
  justify-content: space-around;
}
#introduce .banner1 img {
  width: 85%;
}
#introduce .content {
  display: none;
  flex-direction: column;
  height: 100%;
}
#introduce .banner2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  border-radius: 35px;
  border: solid 1px var(--white);
}
#introduce .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16rem;
  margin-top: 12%;
}
#introduce .right-text1 {
  width: fit-content;
  min-width: 342px;
  right: -169px;
  top: -117px;
  display: none !important;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white);
  padding: 1rem;
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: var(--greyish-brown);
}
#introduce .right-text1::after {
  content: "";
  border-top: 8px solid var(--white);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.sd::after {
  content: "extra text";
}
#introduce .banner1 span {
  color: var(--cornflower);
}
#introduce .right-text2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 9rem;
  text-align: start;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 20px;
  color: var(--greyish-brown);
}

#introduce .right-text2 h3 {
  font-size: 24px;
  font-weight: bold;
}
#introduce .right-text2 :nth-child(1) {
  display: inline;
}
#introduce .right-text2 .tooltip {
  position: relative;
  display: inline;
}
#introduce .right-text2 .tooltip:hover .right-text1 {
  display: block !important;
}

#introduce .right-text2 :nth-child(1) img {
  width: 20px;
  text-align: center;
  vertical-align: baseline;
}
#introduce .date {
  padding: 6px 18px 6px 19px;
  border-radius: 35px;
  border: solid 1px var(--white);
  width: fit-content;
  color: var(--warm-grey);
  letter-spacing: -0.7px;
}
#introduce .date > img {
  margin-left: 4rem;
}
#introduce .banner2 .desc-box {
  line-height: 1.2rem;
  padding: 1rem 18px 0.5rem 18px;
  text-align: start;
  display: flex;
  font-size: 14px;
  color: var(--warm-grey);
  letter-spacing: -0.7px;
  flex-grow: 0;
}
#introduce .banner2 .desc-box2 {
  font-weight: bold;
  margin-left: 1.5rem;
}
#introduce .banner2 .date__desc {
  padding-bottom: 5px;
}
#introduce .banner2 .report-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#introduce .banner2 .report-img {
  display: flex;
  flex-direction: column;
}
#introduce .banner2 .first :nth-child(2),
#introduce .banner2 .second :nth-child(2),
#introduce .banner2 .third :nth-child(2) {
  height: 14px;
  margin-top: 1rem;
}
#introduce .banner2 .first :nth-child(1) {
  width: 11rem;
}
#introduce .banner2 .second :nth-child(1) {
  width: 9rem;
}
#introduce .banner2 .third :nth-child(1) {
  width: 14rem;
}
#introduce .banner2 .first :nth-child(3) {
  position: absolute;
  top: -3rem;
  left: 3rem;
}
#introduce .banner2 .third :nth-child(3) {
  position: absolute;
  top: -3.5rem;
  left: 6.6rem;
}
#introduce .banner2 .first,
.third {
  position: relative;
}
#introduce .google::before {
  content: "co";
  color: transparent;
  background: url("../image/introduce/Slice 86.svg") center no-repeat;
}
#introduce .facebook::before {
  content: "con";
  color: transparent;
  background: url("../image/introduce/Slice 87.svg") center no-repeat;
}
#introduce .naver::before {
  content: "co.";
  color: transparent;
  background: url("../image/introduce/Slice 88.svg") center no-repeat;
}
#introduce .desc-box span {
  margin-right: 0.2rem;
}
#introduce .banner2 .dot {
  line-height: 12px;
  padding-bottom: 2rem;
}
#introduce .report-box .inner {
  display: flex;
  text-align: left;
}
#introduce .container .content .banner2 .report-box .list .title {
  width: auto;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: left;
  margin-bottom: 1rem;
}

#introduce .report-box .list {
  padding-left: 1.5rem;
  font-size: 15px;
}
#introduce .report-box li {
  line-height: 2.2;
  letter-spacing: -0.75px;
  text-align: left;
  color: var(--greyish-brown);
}
#introduce .bottom {
  padding-top: 3rem;
}
#introduce .bottom h1 {
  font-size: 20px;
  color: var(--greyish-brown);
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#introduce .bottom p {
  font-size: 15px;
  color: var(--warm-grey);
  letter-spacing: -0.75px;
}
#introduce .banner3 {
  display: none;
}
#introduce .banner3 .inner__pc {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
#introduce .banner3 .arrow_right {
  border-top: 8px solid transparent;
  border-left: 10px solid var(--light-periwinkle);
  border-bottom: 8px solid transparent;
  margin: 0 2rem;
}
#introduce .banner3 .arrow_left {
  border-top: 8px solid transparent;
  border-right: 10px solid var(--light-periwinkle);
  border-bottom: 8px solid transparent;
  margin: 0 2rem;
}
#introduce .banner3 .arrow_down {
  position: absolute;
  border-top: 10px solid var(--light-periwinkle);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-top: 1rem;
  top: 100%;
}
#introduce .banner3 .circle {
  width: 230px;
  height: 230px;
  position: relative;
  border: solid 1px var(--light-periwinkle);
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4rem;

  opacity: 0;
}
#introduce.active .banner3 .inner__pc:first-child > div:nth-child(1),
#introduce.active .banner3 .inner__pc:first-child > div:nth-child(2) {
  animation-name: swipeRight;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
#introduce.active .banner3 .inner__pc:first-child > div:nth-child(3),
#introduce.active .banner3 .inner__pc:first-child > div:nth-child(4) {
  animation-name: swipeRight;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#introduce.active .banner3 .inner__pc:first-child > div:nth-child(5) {
  animation-name: swipeRight;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#introduce.active .banner3 #reverse-order > div:nth-child(2),
#introduce.active .banner3 #reverse-order > div:nth-child(3) {
  animation-name: swipeLeft;
  animation-duration: 0.7s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
#introduce.active .banner3 #reverse-order > div:nth-child(4),
#introduce.active .banner3 #reverse-order > div:nth-child(5) {
  animation-name: swipeLeft;
  animation-duration: 0.7s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
#introduce.active .banner3 #reverse-order > div:nth-child(1) {
  animation-name: swipeLeft;
  animation-duration: 0.7s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
#introduce .banner3 span {
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--cornflower);
}
#introduce .banner3 p {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: var(--greyish-brown);
}

#introduce .inner__mobile {
  display: none;
}
#introduce .right-text2 .mobile-block {
  color: var(--black);
}

/* know how */
#know_how {
  background-color: #fafafa;
}
#know_how .container {
  padding: 8rem 0;
  text-align: center;
  line-height: 1.3;
}
#know_how .title {
  color: var(--black);
  width: fit-content;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-family: NotoSansKR;
  line-height: normal;
  letter-spacing: -2.5px;
  background: linear-gradient(
    to bottom,
    #fafafa 0,
    #fafafa 53%,
    var(--cornflower) 0%,
    var(--cornflower) 84%,
    #fafafa 66%,
    #fafafa 100%
  );
  margin: 0 auto;
  opacity: 0;
}
#know_how .sub-title {
  margin-top: 0.8rem;
  font-size: 18px;
  font-family: NotoSansKR;
  color: var(--greyish-brown);
  letter-spacing: -0.9px;
  opacity: 0;
}
#know_how.active .title,
#know_how.active .sub-title {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#know_how .inner {
  display: flex;
  margin-top: 8rem;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
#know_how .inner::-webkit-scrollbar {
  display: none;
}
#know_how .inner > div {
  margin: 0 10px;
  opacity: 0;
}
#know_how.active > .container > .inner > div:nth-child(1) {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#know_how.active > .container > .inner > div:nth-child(2) {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#know_how.active > .container > .inner > div:nth-child(3) {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#know_how .inner > div .img-box {
  width: 412px;
  height: 275px;
  border-radius: 5px;
  overflow: hidden;
}
#know_how .inner > div .img-box a.shadow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  font-size: 0;
}
#know_how .inner > div .img-box a.shadow:hover {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  background: var(--greyish-brown);
  opacity: 50%;
  font-size: 14px;
}
#know_how .inner > div:nth-child(1) .img-box {
  background: url("../image/knowHow/11-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 275px;
}
#know_how .inner > div:nth-child(2) .img-box {
  background: url("../image/knowHow/12-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 275px;
}
#know_how .inner > div:nth-child(3) .img-box {
  background: url("../image/knowHow/9-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 275px;
}
#know_how .inner > div .img-box p {
  flex-grow: 0;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: -0.42px;
  text-align: center;
  color: var(--white);
  z-index: 9999;
}
#know_how .inner img {
  width: auto;
  height: 275px;
}
#know_how .inner > div:nth-child(2) img {
  margin: 0 10px;
}
#know_how .inner .img-desc {
  margin-top: 1rem;
  font-size: 18px;
  letter-spacing: -0.9px;
  font-family: NotoSansKR;
}
#know_how .inner .img-desc :nth-child(1) {
  font-family: Roboto;
  color: var(--cornflower);
  font-size: 14px;
  font-weight: bold;
}
#know_how .inner .img-desc :nth-child(2) {
  margin-top: 0.5rem;
  color: var(--greyish-brown);
}

/* FAQ */
#faq .container {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  justify-content: space-between;
}
.rotate {
  transform: rotate(180deg);
}
.show {
  display: block !important;
}
#faq .container .inner_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 9rem;
  opacity: 0;
  margin-left: 10px;
}
#faq .container .inner_right {
  padding-top: 10rem;
  width: 65%;
  opacity: 0;
}
#faq.active .container .inner_left {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#faq.active .container .inner_right {
  animation-name: swipeUp;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#faq .container .inner_right .detail {
  padding: 2rem 4rem;
  background-color: var(--pale-lilac);
  display: none;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-size: 16px;
  font-family: NotoSansKR;
  color: var(--greyish-brown);
}
/* 수정 */
#faq .container .inner_right .detail :nth-child(2) {
  color: var(--cornflower);
  margin-top: 1.5rem;
}
#faq .container .inner_right .list {
  font-family: NotoSansKR;
  padding: 1.5rem;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  display: flex;
  justify-content: space-between;
}
#faq .container .inner_right .list .title {
  display: flex;
}
#faq .container .inner_right .list .title .number {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: var(--cornflower);
  margin-right: 1rem;
}
#faq .container .inner_left :nth-child(1) {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  color: var(--cornflower);
}
#faq .inner_left :nth-child(2) {
  font-family: NotoSansKR;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -2.75px;
  color: var(--black);
}
#faq .container .inner_left :nth-child(3) {
  font-family: NotoSansKR;
}
/* MISSION */
#mission {
  background: url("../../static/image/mission/bg1.jpg") no-repeat;
  background-size: cover;
}
#mission .shadow {
  /*backdrop-filter: brightness(40%);*/
  background-color: rgba(0, 0, 0, 0.4);
}
#mission .container {
  height: 900px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
}
#mission .inner_left {
  opacity: 0;
  padding-left: 1.5rem;
}
#mission .inner_left h1 {
  font-family: Roboto;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2.75px;
  text-align: left;
  color: var(--white);
}
#mission .inner_left p {
  font-family: NotoSansKR;
  font-size: 16px;
  letter-spacing: -0.8px;
  text-align: left;
  color: var(--white);
}
#mission .inner_right {
  color: var(--white);
  line-height: normal;
  letter-spacing: -0.8px;
  font-family: NotoSansKR;
  font-size: 16px;
  padding-top: 6rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  width: 50%;
  height: fit-content;
  line-height: 1.3;
}
#mission .inner_right > div {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: -0.8px;
}
#mission .inner_right > div:nth-child(10) {
  color: #cdd1ff;
}
#mission .inner_right .strong {
  font-weight: bold;
  letter-spacing: -0.9px;
  font-size: 18px;
  opacity: 0;
}
#mission .inner_right .btn {
  color: var(--white);
  background-color: var(--cornflower);
  border-radius: 5px;
  width: 295px;
  font-size: 17px;
  font-family: NotoSansKR;
  padding: 26px 0;
}

#mission.active .inner_left {
  animation-name: swipeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#mission.active .inner_right {
  animation-name: swipeUp;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#mission.active .inner_right .strong {
  animation-name: importText;
  animation-delay: 1.2s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
/* Footer */
footer {
  background-color: #0f0b11;
}
footer .container {
  height: 308px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .container .social-box > ul {
  list-style: none;
  display: flex;
  flex-direction: row;
}
footer .container .social-box > ul li {
  margin-right: 14px;
}
footer .container .social-box > ul li:last-child {
  margin-right: 0;
}
footer .container .social-box > ul li img {
  width: 21px;
  height: 20px;
  object-fit: contain;
}
footer .container .address {
  width: 485px;
  height: 66px;
  margin: 32px 0 31px;
  font-family: NotoSansKR;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--white);
}
footer .container .terms {
  width: 485px;
}
footer .container .terms ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
}
footer .container .terms ul > li {
  margin-right: 34.9px;
  font-family: NotoSansKR;
  font-size: 15px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--white);
}
footer .container .terms ul > li:last-child {
  margin-right: 0;
}
footer .container .terms ul > li a {
  text-decoration: none;
  color: var(--white);
}
footer .container .copyRight {
  width: 285px;
  height: 22px;
  margin: 17px 99.3px 0 100.7px;
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 15px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--white);
}
/* modal */
.modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  backdrop-filter: brightness(30%);
  -webkit-backdrop-filter: brightness(30%);
}
.modal.active {
  display: flex;
  animation-name: modalOpen;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.modal .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  width: 377px;
  height: 274px;
  background: #ffffff;
  z-index: 99999;
  border-radius: 15px;
}
.modal .wrapper .top img {
  width: 70px;
  padding-top: 2rem;
}
.modal .wrapper .content {
  padding-top: 2rem;
  text-align: center;
}
.modal .wrapper .content :nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1.1px;
  color: var(--greyish-brown);
}
.modal .wrapper .content :nth-child(2) {
  margin-top: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: var(--warm-grey);
}
.modal .wrapper .button {
  border-radius: 25px;
  padding: 0.7rem 1.5rem;
  font-size: 19px;
  color: var(--white);
  letter-spacing: -0.95px;
  margin-top: 1.4rem;
  text-align: center;
  width: 30%;
  background-color: var(--cornflower);
  cursor: pointer;
}
.modal.active .wrapper {
  animation-name: modalWrapOpen;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
/* additional */
.additional {
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional .i-auto-scroll {
  width: 34px;
  height: 55px;
  background: url("../image/icon/down_arrow.svg") no-repeat;
  background-size: cover;
  border-radius: 17px;
  animation-name: scrollBtn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1.2s;
}

#credential_picker_container {
  top: 125px !important;
  margin-right: calc(50vw - 670px);
}
#credential_picker_container.fixed-top {
  top: 75px !important;
  left: unset;
}

/* animation */
@keyframes slideHeader {
  0% {
    right: -210%;
  }

  100% {
    right: 0%;
  }
}
@keyframes rotate {
  0% {
    top: 0;
    height: 4px;
    transform: rotate(0deg);
  }
  100% {
    height: 2.2px;
    border: unset;
    transform: rotate(45deg);
  }
}
@keyframes rotate-reverse {
  0% {
    bottom: 0;
    height: 4px;
    transform: rotate(0deg);
  }
  100% {
    height: 2.2px;
    border: unset;
    transform: rotate(-45deg);
  }
}
@keyframes showElement {
  0% {
    top: 0px;
    height: 2.2px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  100% {
    top: 11px;
    display: block;
    visibility: visible;
  }
}
@keyframes swipeDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swipeRight {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes importText {
  0% {
    transform: translateY(-30%);
    opacity: 0;
    font-weight: normal;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    font-weight: bold;
  }
}
@keyframes navbar {
  0% {
    display: flex;
  }
  100% {
    display: inline;
    height: auto;
  }
}
@keyframes header {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #ffffff;
    color: var(--black);
  }
}
@keyframes modalOpen {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes modalWrapOpen {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes scrollBtn {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@media all and (max-width: 1260px) {
  #credential_picker_container {
    margin-right: -20px;
  }
}

/* PC , 테블릿 가로 (해상도 768px ~ 1024px )*/
@media all and (max-width: 1024px) {
  /* success_story  */
  #success_story {
    background: transparent;
  }
  #success_story .container {
    height: 860px;
  }
  #success_story .container .title p:last-child {
    margin-top: unset;
  }
  #success_story .slider {
    width: 220%;
  }
  #success_story .slider > .item {
    width: 44vw;
    margin-left: 40px;
    margin-right: 0px;
  }
  #success_story .slider .item .content {
    height: 274px;
  }
  #success_story .slider .item .content > img {
    width: 100%;
    height: auto;
  }
  #success_story .container .title {
    padding-left: 23px;
  }
  #success_story .container > .bottom {
    width: 100vw;
    float: unset;
    color: var(--warm-grey);
  }
  /* introduce */
  #introduce .banner1 {
    display: block;
  }
  #introduce .banner1 > img {
    width: 70%;
    margin: 0 auto;
  }
  #introduce .right-text2 p:nth-child(1)::after {
    display: none;
  }
  #introduce .right-text2 {
    text-align: center;
    align-items: center;
  }
  #introduce .right {
    margin-top: 3.5rem;
  }
  #reverse-order {
    flex-direction: row-reverse;
  }
  #introduce .banner3 .arrow {
    visibility: hidden;
  }
  #introduce .banner3 .circle {
    width: 170px;
    height: 170px;
  }
  #introduce .banner2 .report-box .inner:nth-child(3) {
    display: none;
  }
  #introduce .banner1 img {
    width: 60%;
  }
  #introduce .right-text2 .tooltip {
    display: none;
  }

  /* faq */
  #faq .container {
    display: block !important;
  }
  #faq .container .inner_right {
    width: 100%;
    padding-top: 5rem;
  }
  #faq .container .inner_left {
    padding-left: 1.5rem;
    margin: 0;
  }
  /*  know-how  */
  #know_how .inner {
  }
}

/* PC , 모바일 기기 (해상도 0 ~ 768px)*/
@media all and (max-width: 768px) {
  /* banner */
  #banner .banenr__content > p {
    font-size: 18px;
  }
  /* success_story  */
  #success_story .container .title .xlg {
    width: 336px;
    height: 188px;
    padding-top: 4%;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -2.4px;
    text-align: left;
  }

  #success_story .container .title .sm {
    width: 318px;
    height: 52px;
    font-size: 18px;
    letter-spacing: -0.9px;
    text-align: left;
    color: var(--greyish-brown);
  }

  #success_story .container .title .xsm {
    min-width: 252px;
    height: 21px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.54px;
    text-align: left;
    color: var(--cornflower);
  }

  #success_story .slider {
    width: 350%;
  }
  #success_story .slider .item .content {
    height: 214px;
  }

  #success_story .slider > .item {
    width: 80vw;
    margin-left: 40px;
    margin-right: 0px;
  }

  #success_story .slider .item .content > img {
    width: 100%;
    height: auto;
  }

  #success_story .slider .item > .bottom > .title.top img {
    width: auto;
    height: 18px;
  }

  #success_story .slider .item > .bottom > .title.bottom > p:nth-child(1) {
    font-size: 14px;
    letter-spacing: -0.85px;
    text-align: left;
  }

  #success_story .slider .item > .bottom > .title.bottom > p:nth-child(2) {
    font-size: 14px;
    letter-spacing: -0.8px;
    text-align: left;
  }

  #success_story .slider .item > .bottom > .title.bottom {
    width: fit-content;
    padding: 0 10px 0px 0;
  }

  #success_story .slider .item > .bottom .icon.sm {
    width: 17px;
    height: 15px;
    margin: 27px 10px 31px 8px;
    padding: 0.6px 0 0.4px 2px;
    object-fit: contain;
  }

  #success_story .slider .item > .bottom > .title.bottom > b {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.9px;
    text-align: left;
  }

  /* introduce */
  #introduce .right-text2 {
    height: 12rem;
  }
  #introduce .right-text2 h3 {
    font-size: 23px;
  }
  #introduce .right-text2 div,
  #introduce .right-text2 p {
    margin-bottom: 25px;
  }
  #introduce .right-text2 .mobile-block {
    display: block;
    color: var(--black);
  }
  #introduce .bottom h1 .mobile-block {
    display: block;
  }
  #introduce .report-box .list {
    padding: 0;
    margin-top: 1rem;
  }
  #introduce .report-box .inner {
    flex-direction: column;
    padding-top: 2rem;
  }
  #introduce .banner2 {
    margin-top: 2rem;
  }
  #introduce .banner2 .report-box .inner:nth-child(2) {
    display: none;
  }
  #introduce .banner1 {
    margin-top: 4rem;
  }
  #introduce .btn-group {
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    margin-top: 3rem;
  }
  #introduce .btn-group .btn {
    margin: 0.3rem 0;
    width: auto;
  }
  #introduce .inner__pc {
    display: none !important;
  }
  #introduce .inner__mobile {
    display: block;
    margin: 2rem 1.8rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 32rem;
    max-width: 20rem;
    margin: 5rem auto 0;
  }
  #introduce.active .inner__mobile .circle {
    animation-name: swipeUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  #introduce .banner3 .circle {
    width: 150px;
    height: 150px;
  }
  #introduce .banner1 img {
    width: 100%;
  }
  #introduce .banner2 .inner {
    flex-direction: column;
  }
  #introduce .banner2 .list {
    margin-top: 2rem;
    padding: 0;
  }
  #introduce .container .sub-title > span {
    display: block;
  }

  /* know how */
  #know_how .title {
    font-size: 40px;
  }
  #know_how .sub-title span {
    display: block;
  }
  /* mission */
  #mission .container {
    height: 935px;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    margin-left: 20px;
  }
  #mission .inner_left {
    padding: 0;
  }
  #mission .inner_right {
    width: 80%;
  }
  /* faq */
  #faq .container .inner_right {
    width: 96%;
  }
  /* footer */
  footer .container {
    height: 464px;
  }
  footer .container .terms {
    margin-bottom: 41px;
  }
  footer .container .terms ul {
    flex-direction: column;
  }

  footer .container .terms ul li {
    margin-right: 0;
    margin-top: 10px;
  }
  #modal .wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
@media all and (max-width: 411px) {
  /* banner */
  #banner .banenr__content > p {
    font-size: 15px;
    display: flex;
    flex-direction: column;
  }
}
/* PC , 가로길이가 좁은 모바일 기기 (해상도 0 ~ 320px)*/
@media all and (max-width: 320px) {
  /* success_story */
  #success_story .container .title .xlg {
    font-size: 70px;
  }

  #success_story .container .title .sm {
    font-size: 16px;
  }

  #success_story .container .title .sm > span {
    display: block;
  }

  /* introduce */
  #introduce .container .title {
    font-size: 45px;
  }

  #introduce .right-text2 {
    font-size: 18px;
  }

  #introduce .right-text2 h3 {
    font-size: 21px;
  }

  /* know how */
  #know_how .container {
    padding: 4rem 0;
  }

  #know_how .title {
    font-size: 35px;
  }

  #know_how .inner {
    margin-top: 3rem;
  }

  /* faq */
  #faq .container {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  #faq .inner_left :nth-child(2) {
    font-size: 45px;
  }

  #faq .container .inner_left :nth-child(3) {
    font-size: 15px;
  }

  #faq .container .inner_right {
    padding-top: 3rem;
  }

  /* mission */
  #mission .inner_right {
    padding-top: 4rem;
  }
}

#credential_picker_container {
  top: 136px !important;
}

/* 임시코드 */
#faq .container .inner_right .detail.detail8 :nth-child(2) {
  color: var(--black);
  margin-top: unset;
}
.detail8 ul {
  list-style: unset;
}
