﻿@charset "utf-8";
/*----------------------
 * Bento Grid
 * Price
 * Button
 * FAQ
 ----------------------*/

/* Bento Grid */
.bento-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bento {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.bento-2-col .bento-card {
  width: calc((100% / 2) - (((2 - 1) / 2) * 32px));
}

.bento-3-col .bento-card {
  width: calc((100% / 3) - (((3 - 1) / 3) * 32px));
}

.bento-card {
  display: flex;
  flex-grow: 1;
  padding: 38px 42px;
  border-radius: 24px;
  min-height: 300px;
  background-color: var(--gray100);
  overflow: hidden;
}

.bento-card.max {
  justify-content: space-between;
  align-items: center;
  min-height: 220px;
  padding: 38px 42px;
  gap: 24px;
}

.bento-card.max.middle {
  min-height: 250px;
}

.bento-card.max.higher {
  min-height: 270px;
}

.bento-card.max.device {
	padding: 32px 32px 32px 42px;
	align-items: flex-start;
}

.bento-card.xs {
  padding: 32px 32px;
}

.bento-card.paint {
	overflow: visible;
}

.bento-card.assist {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 38px;
  min-height: 200px;
  background-color: #D9DEEC;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(217, 222, 236, 1) 100%);
}

.card-pink { background-color: #FFF2F3; }
.card-sky { background-color: #EEF7FF; }
.card-light-sky { background-color: #F1F3F9; }
.card-gray { background-color: #F6F6F6; }
.card-beige { background-color: #FFF5D3; }
.card-vio { background-color: #E8EBFE; }
.card-green { background-color: #E0F9EB; }
.card-dark { background-color: #202124; }
.card-orange { background-color: #FFF1E7; }

.bento-card-typo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  z-index: 1;
}

.bento-card-name {
  font-size: 22px;
  font-weight: 700;
  word-break: keep-all;
}

.bento-card-summary {
  color: var(--gray400);
  font-size: 18px;
  line-height: 1.42em;
  word-break: keep-all;
}

.bento-card-caption {
	color: var(--gray400);
	font-size: 16px;
	margin-bottom: -0.5em;
	word-break: keep-all;
}

/***** Card List *****/
ul.data-free {
  margin: 8px 0;
  margin-left: 8px;
}

ul.data-free li {
  display: flex;
  gap: 10px;
  color: var(--gray400);
  font-size: 14px;
}

ul.data-free li::before {
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  top: 7px;
  background-color: var(--gray400);
  flex-shrink: 0;
  border-radius: 50%;
  content: "";
}

ul.data-free li:not(:last-of-type) {
  margin-bottom: .5em;
}

ul.device-spec {
	margin: 8px 0;
	margin-left: 8px;
}

ul.device-spec li {
	color: var(--gray400);
	font-size: 16px;
}

ul.device-spec li:not(:last-of-type) {
	margin-bottom: .5em;
}

ul.fee-guide {
	margin: 16px 0 24px 0;
	padding-left: 12px;
	border-left: 1px solid #EB5757;
}

ul.fee-guide li {
	color: var(--gray400);
	font-size: 13px;
	letter-spacing: -0.01em;
	word-break: keep-all;
}

ul.fee-guide li:not(:last-of-type) {
	margin-bottom: .4em;
}

ul.fee-guide li:first-of-type {
	color: #EB5757;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: .8em;
}

.alerts-red {
	color: #EB5757;
	font-size: 13px;
	font-weight: 500;
}

.bento-card.card-dark .bento-card-name {
  color: #FFF;
}

.bento-card.xs .bento-card-summary {
  font-size: 16px;
}

.bento-card.card-dark .bento-card-summary {
  color: #BCBCBD;
}

.caption-android {
  font-size: 12px;
  font-weight: 500;
  margin-top: 9px;
  padding-left: 20px;
  background: url('../images/page/ico-googleplay.png') 0 50% / 12px;
}

.bento-card > i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  z-index: 0;
}

.bento-card.xs > i {
  width: 150px;
  height: 150px;
}

.bento-card.max > i {
  position: relative;
  width: 200px;
  height: auto;
  right: inherit;
  bottom: inherit;
}

.bento-card > i.locate {
  display: flex;
  max-width: 422px;
  width: 100%;
  height: auto;
  align-items: center;
}

.bento-card > i.agree {
  position: absolute;
  max-width: 420px;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 38px;
}

.bento-card > i.paint {
  position: absolute;
  max-width: 260px;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 48px;
}

.bento-card.max.device i {
	width: inherit;
	height: inherit;
}

.bento-card .i-emoji {
	width: 42px;
	margin-bottom: 8px;
}

.bento-card-center {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 48px;
  padding: 58px;
  padding-bottom: 38px;
  border-radius: 24px;
  height: inherit;
}

.bento-card-center p {
  text-align: center;
  word-break: keep-all;
}

.bento-card-center .bento-card-typo {
	align-items: center;
	gap: 18px;
}

.bento-card-center .bento-card-name {
  font-size: 32px;
}

.flex-card-tile {
	display: flex;
	justify-content: center;
	flex-grow: 1;
	gap: 24px;
}

.flex-card-tile.untact {
	padding: 0 68px;
}

.tile-4-col .card-tile {
	width: calc((100% / 4) - (((4 - 1) / 4) * 24px));
}

.tile-5-col .card-tile {
	width: calc((100% / 5) - (((5 - 1) / 5) * 24px));
}

.card-tile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 0;
	flex-direction: column;
	min-height: 150px;
	padding: 24px 16px;
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0 16px 16px -8px rgba(12 12 12 / 10%), 0 4px 4px -4px rgba(12 12 12 / 5%);
}

.flex-app-tile {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	align-items: center;
}

.card-tile:not(.app):nth-of-type(2) {transition-delay: .1s;}
.card-tile:not(.app):nth-of-type(3) {transition-delay: .2s;}
.card-tile:not(.app):nth-of-type(4) {transition-delay: .3s;}
.card-tile:not(.app):nth-of-type(5) {transition-delay: .3s;}

.card-tile.app {
  width: 130px;
  height: 120px;
  flex-grow: 0;
  min-height: inherit;
  border: 1px solid #FFF;
  transition: border .1s ease;
}

.card-tile.app:hover {
  border-color: var(--blue300);
}

.btn-text-download {
  display: inline-block;
  border-radius: 12px;
  background-color: #FFF;
  align-self: flex-end;
  padding: 14px 32px;
  border: 1px solid #FFF;
  transition: border .1s ease;
  box-shadow: 0 16px 16px -8px rgba(12 12 12 / 10%), 0 4px 4px -4px rgba(12 12 12 / 5%);
}

.btn-text-download:hover {
  border-color: #D9DEEC;
}

.card-tile i {
	width: 48px;
	margin-bottom: 20px;
}

.card-tile.app i {
	width: 24px;
	margin-bottom: 14px;
}

.flex-card-tile .card-tile i {
	margin-bottom: 12px;
}

.card-tile span.step-number {
	position: absolute;
	top: 6px;
	left: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 13px;
	width: 26px;
	height: 26px;
	background-color: var(--dark);
	border-radius: 8px;
}

.card-tile-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.3em;
}

.flex-card-tile .card-tile-name {
	font-size: 16px;
	font-weight: 600;
}

.flex-app-tile .card-tile-name {
	color: var(--gray400);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.card-tile-summary {
	color: var(--gray400);
	font-size: 14px;
	margin-bottom: 0.2em;
}

.flex-card {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 60px;
}

.flex-card .card-image-save {
  display: flex;
  width: 480px;
  background-color: #F1F1F1;
  border-radius: 24px;
  padding: 45px;
  padding-bottom: 0;
  overflow: hidden;
  align-items: flex-end;
}

.flex-card .card-image-graph {
  display: flex;
  width: 480px;
  background-color: #EEF7FF;
  border-radius: 24px;
  padding: 0 45px;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}

.flex-card .card-typo-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(50% - 55px);
  align-items: flex-start;
  justify-content: space-between;
}

.card-typo-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.card-typo-col h3 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  word-break: keep-all;
}

.card-typo-col p {
  color: var(--gray400);
  font-size: 18px;
  word-break: keep-all;
}

.card-typo-col i.clap {
  width: 80px;
  margin-top: -18px;
  margin-left: -12px;
}

ul.report-ico {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.report-ico li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 16px;
  background-color: #FFF;
  border-radius: 12px;
  color: var(--gray400);
  font-size: 16px;
  letter-spacing: -0.01em;
}

ul.report-ico li:nth-of-type(2) {transition-delay: .1s;}
ul.report-ico li:nth-of-type(3) {transition-delay: .2s;}

ul.report-ico li i {
  width: 30px;
}

/* Price */
.bento-3-col .pricing-card {
  width: calc((100% / 3) - (((2 - 1) / 2) * 32px));
}

.pricing-card {
  flex-grow: 1;
  border: 1px solid #DFE8F0;
  border-radius: 24px;
  padding: 24px 24px;
}

.pricing-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.pricing-card h3.doc {
	font-size: 21px;
	margin-bottom: 24px;
}

section.page .pricing-card .sub-head {
	color: var(--gray400);
  font-size: 16px;
  text-align: left;
}

.switch-cost {
  display: flex;
  justify-content: flex-end;
  margin: 12px 6px -10px 0;
  gap: 16px;
  align-items: center;
}

.switch-cost span.switch-cost-sale {
  font-size: 16px;
  color: var(--blue400);
}

.switch-cost span {
  color: #888;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease;
}

.switch-cost span.active {
  color: var(--dark);
}

.switch-cost .toggle-plan {
  width: 52px;
  height: 32px;
  background-color: var(--blue300);
  border-radius: 20px;
  cursor: pointer;
}

.toggle-plan::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
  transition: left .2s ease;
}

.toggle-plan.on::before {
  left: 25px;
}

.pricing-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.pricing-block.hidden {
  display: none;
}

.pricing-block i {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.0;
	background-color: var(--blue300);
	border-radius: 5px;
	padding: 6px 8px;
}

.pricing-block i.free {
	background-color: #3CB371;
}

.pricing-block i.basic {
	background-color: #1E90FF;
}

.pricing-block i.pro {
	background-color: #FF4500;
}

.pricing-block i.sale {
  background-color: #EB5757;
}

.pricing-block p {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pricing-block p em {
  display: inline-block;
  color: var(--gray400);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 0.4em;
}

.pricing-block p em:last-of-type {
  margin-right: 0;
}

.pricing-sale {
  margin-top: 32px;
}

.pricing-sale > p.name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.pricing-sale .pricing-block {
  margin: 0;
}

.pricing-sale .pricing-block p {
  color: #EB5757;
}

ul.pricing-list li {
  display: flex;
  margin-bottom: 14px;
  color: var(--dark);
  font-size: 16px;
  align-items: center;
}

ul.pricing-list li:last-child {
  margin-bottom: 0;
}

ul.pricing-list.feature {
  margin: 38px 0 0 8px;
}

ul.pricing-list.feature li {
  font-size: 16px;
  margin-bottom: 0.8em;
  text-align: left;
  word-break: keep-all;
}

ul.pricing-list li::before {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/page/ico-price-check.svg) 50%;
  margin-right: 10px;
  content: "";
  flex-shrink: 0;
}

ul.pricing-list li.disable {
	opacity: 40%;
}

ul.pricing-list li em {
  position: absolute;
  right: 0;
  color: var(--text);
}

ul.pricing-list li em.free {
	font-weight: 600;
	color: #EB5757;
  }

ul.pricing-list li.group-name {
  display: block;
  color: var(--gray400);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
}

ul.pricing-list li.group-name::before {
  display: none;
}

.pricing-guide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 24px 0;
}

.pricing-guide p {
	color: var(--blue300);
	font-size: 14px;
}

.rocket-start-inner {
  display: flex;
  justify-content: space-between;
  max-width: 992px;
  margin: 0 auto;
  align-items: flex-end;
}

.rocket-start-inner p {
  flex-basis: 60%;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 2.0em;
  padding-left: 1.0em;
}

.rocket-start-inner i {
  transition-delay: .2s;
}

/** Button **/
.btn-start-round {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 500;
  padding: 28px 48px;
  border-radius: 65px;
  background-color: var(--blue300);
  box-shadow: 0 10px 24px rgba(0 80 148 / 18%);
  border: 1px solid var(--blue300);
  transition: background .6s .2s ease, padding .2s ease, color .2s ease;
}

.btn-start-round:hover {
  color: var(--blue300);
  background-color: #FFF;
  padding-left: 68px;
  padding-right: 68px;
  transition: background .2s ease, padding .4s ease;
}

.btn-ask-light {
  display: inline-block;
  color: var(--blue300);
  font-size: 20px;
  font-weight: 608;
  line-height: 1.0;
  padding: 20px 46px;
  border-radius: 56px;
  background-color: #FFF;
  box-shadow: 0 10px 24px rgba(0 80 148 / 16%);
  transition: background .3s .2s ease, padding .2s ease, color .2s ease;
}

.btn-ask-light:hover {
  color: #FFF;
  padding: 20px 56px;
  background-color: var(--blue300);
  transition: background .2s ease, padding .2s ease, color .2s ease;
}

.btn-ask-round {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 500;
  padding: 22px 54px;
  border-radius: 65px;
  background-color: var(--blue300);
  box-shadow: 0 10px 24px rgba(0 80 148 / 18%);
  border: 1px solid var(--blue300);
  transition: background .4s .2s ease, padding .2s ease, color .2s ease;
}

.btn-ask-round:hover {
  color: var(--blue300);
  background-color: #FFF;
  padding-left: 68px;
  padding-right: 68px;
  transition: background .2s ease, padding .4s ease;
}

.btn-stroke-light {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid var(--dark);
  padding: 16px 20px;
  transition: background .2s ease, border .2s ease;
}

.btn-stroke-light.play {
  background: url('../images/page/ico-googleplay.png') 14px 50% / 21px;
  padding-left: 48px;
}

.btn-stroke-light:hover {
  background-color: #EEF7FF;
  border-color: #EEF7FF;
}

.btn-innopay {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 20px;
	border-radius: 8px;
	background: rgb(24,134,229);
	background: linear-gradient(-38deg, rgba(24,134,229,1) 0%, rgba(81,173,253,1) 100%);
	box-shadow: 0 6px 16px rgba(0 0 0 / 16%);
}


/* FAQ */
ul.faq-list {
  max-width: 960px;
  margin: 0 auto;
}

ul.faq-list.main {
	max-width: 860px;
}

ul.faq-list li {
  border-radius: 12px;
  background-color: #FFF;
  border: 1px solid #d1d7dc;
  overflow: hidden;
}

ul.faq-list li:not(:last-of-type) {
  margin-bottom: 16px;
}

ul.faq-list.main li {
  border-width: 0;
}

a.faq-ask {
  display: flex;
  padding: 18px 20px;
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
  gap: 12px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

a.faq-ask::after {
  display: block;
  border: solid var(--dark);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  flex-shrink: 0;
  content: "";
}

a.faq-ask.active::after {
  transform: rotate(225deg);
}

.faq-reply {
  display: none;
  padding: 28px 28px;
  text-align: left;
  background-color: #f3f6fb;
  border-top: 1px solid var(--stroke);
}

ul.faq-list.main .faq-reply {
  background-color: #FFF;
}

.faq-reply p {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6em;
  word-break: keep-all;
}

.faq-reply p:not(:last-child) {
  margin-bottom: 0.8em;
}

.faq-reply em.date {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 1.0em;
}

/** Form **/
.form-wrapper {
  max-width: 580px;
  margin: 0 auto;
}

.agree-legal {
  height: 150px;
  overflow-y: auto;
  padding: 14px 16px;
  border-radius: 6px;
  width: 100%;
  background-color: var(--gray100);
}

.agree-legal h4, .agree-legal p {
  color: var(--gray400);
  font-size: 14px;
  margin-top: 0.2em;
  margin-bottom: 1.0em;
  line-height: 1.4em;
}

.agree-legal ul li {
  color: var(--gray400);
  font-size: 13px;
  margin-bottom: 1.0em;
}

.agree-confirm-check {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0;
}

.agree-confirm-check input[type=checkbox] {
  display: none;
}

.agree-confirm-check input[type=checkbox] + label {
  font-size: 14px;
  padding-left: 22px;
}

.agree-confirm-check input[type=checkbox] + label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  content: "";
  background-color: #FFF;
  border: solid 1px var(--blue300);
  cursor: pointer;
 }

.agree-confirm-check input[type=checkbox]:checked + label::before {
  background: var(--blue300) url('../images/page/ico-check.svg') 60% 50% no-repeat;
}

.field-cs {
  color: #000;
  width: 100%;
  height: 54px;
  padding: 18px 16px;
  margin-bottom: 16px;
  background: var(--blue100);
  border: 1px solid #F4F8FB;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}

.field-cs:focus {
  background-color: #FFF;
  border-color: var(--dark);
}

.content-cs {
  border: 1px solid var(--gray400);
  padding: 18px 16px;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
  resize: none;
  outline: none;
}

.btn-send {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0;
  padding: 24px 12px;
  border-radius: 6px;
  background-color: var(--blue300);
  cursor: pointer;
}

.btn-proposal {
	display: block;
	width: 100%;
	color: var(--blue300);
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
	padding: 24px 12px;
	border-radius: 6px;
	margin-top: 8px;
	background-color: #fff;
	border: 1px solid var(--blue300);
	cursor: pointer;
  }
  
/* Responesive
--------------------------------------------- */

/** Notebook 1536px **/
@media screen and (max-width: 1536px) {
  /* */
}

/** HD 1280px **/
@media screen and (max-width: 1280px) {
  /* Btn */
  .btn-start-round {
    font-size: 18px;
    padding: 24px 42px;
  }

  .btn-ask-light {
    font-size: 18px;
  }
}

/** Apple iPad Pro 12.9 1024px **/
@media screen and (max-width: 1024px) {
	/** Card **/
	.card-typo-col h3 br {
		display: none;
	}
}

/** Tablet Apple iPad Pro 11 834px **/
@media screen and (max-width: 834px) {
	/** Card **/
  .bento {
    gap: 18px;
  }

	.bento-card {
		min-height: 260px
	}

	.bento-2-col .bento-card {
		padding: 32px;
	}

	.bento-3-col .bento-card {
		padding: 32px 26px;
	}

	.bento-card.max {
		padding-left: 32px;
		padding-right: 32px;
	}

	.bento-card-name {
		font-size: 20px;
	}

	.bento-card-summary {
		font-size: 16px;
	}

	.bento-2-col .bento-card-summary br,
	.bento-3-col .bento-card-summary br {
		display: none;
	}

	.bento-card > i {
		width: 150px;
		height: auto;
	}

	.bento-card.max > i {
		width: 160px;
		height: auto;
		flex-shrink: 0;
	}

	.bento-card > i.locate {
		width: 50%;
		max-width: inherit;
		flex-shrink: 0;
	}

  .bento-card > i.agree {
    width: 42%;
    right: 28px;
  }

	.bento-card.xs > i {
		width: 120px;
		height: auto;
	}

  .bento-card-center {
    padding: 42px 32px 24px 32px;
  }

	/* Flex Card */
  .flex-card-tile {
    gap: 12px;
    margin: 0 -16px;
  }

  .flex-card-tile.untact {
    padding: 0 0;
  }

	.flex-card {
		align-items: flex-start;
		gap: 6%;
	}

	.flex-card .card-image-save {
		width: 38%;
		aspect-ratio: auto 1/1;
	}

	.flex-card .card-typo-col {
		width: calc((100% - 38%) - 6%);
	}

	.card-typo-col i.clap {
		width: 62px;
	}

	.card-typo-col h3 {
		font-size: 28px;
	}

  /* Pricing */
  .bento-card .i-emoji {
    width: 32px;
    margin-bottom: 0;
  }

  .pricing-block {
    /* flex-direction: column; */
    /* align-items: flex-start; */
    gap: 6px;
  }

  /* Payment */
  .bento-card.max.device i {
    width: 35%;
    flex-shrink: inherit;
    bottom: inherit;
    right: inherit;
  }

  /* Download */
  .rocket-start-inner {
    align-items: center;
  }

  .rocket-start-inner p {
    font-size: 38px;
    padding-left: 40px;
  }

}

/** Tablet 640px or Landscape **/
@media screen and (max-width: 640px) {
  /* FAQ */
  a.faq-ask {
    font-size: 16px;
  }

  /* Ask */
  .btn-ask-light {
    font-size: 16px;
  }

  /* Card */
  .bento-wrapper, .bento {
    gap: 18px;
  }

  .bento-card-summary br {
    display: none;
  }

  .bento {
  	flex-direction: column;
  }
  
	.bento-2-col .bento-card,
	.bento-3-col .bento-card {
		width: 100%;
	}

  .bento-card, .bento-card.max {
		flex-direction: column;
		min-height: 200px;
		align-items: flex-start;
	}

	.bento-card > i {
		width: 120px
	}

	.bento-card.max > i {
		position: absolute;
		bottom: 12px;
		right: 12px;
		width: 100px;
	}

  .bento-tile .bento-2-col:last-of-type {
    flex-flow: column-reverse;
  }

  /* Cost Plan */
  .switch-cost {
    margin-bottom: 0;
    gap: 12px;
  }

  .switch-cost span {
    font-size: 18px;
  }

  .switch-cost span.switch-cost-sale {
    font-size: 14px;
    margin-top: 3px;
  }

  .pricing-card h3 {
    font-size: 20px;
  }

  section.page .pricing-card .sub-head {
    font-size: 14px;
  }

  /* Special Card */
  .bento-card.locate, .bento-card.research {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .bento-card.locate .bento-card-typo,
  .bento-card.research .bento-card-typo {
    align-items: center;
  }

  .bento-card.locate .bento-card-summary {
    text-align: center;
  }  

  .bento-card.max > i.locate {
    width: 80%;
    position: relative;
    bottom: inherit;
    right: inherit;
  }

  .bento-card.agree, .bento-card.paint {
    padding-bottom: 0;
    align-items: center;
  }

  .bento-card.agree .bento-card-typo,
  .bento-card.paint .bento-card-typo {
    align-items: center;
  }

  .bento-card.agree .bento-card-name,
  .bento-card.paint .bento-card-name,
  .bento-card.research .bento-card-name {
    font-size: 24px;
    text-align: center;
  }

  .bento-card.research .bento-card-name br {
    display: none;
  }

  .bento-card.paint .bento-card-summary {
    text-align: center;
  }

  .bento-card > i.agree {
    position: relative;
    bottom: 0;
    right: 0;
    width: 60%;
  }

  .bento-card.max > i.agree,
  .bento-card.max > i.paint {
    position: relative;
    bottom: 0;
    right: 0;
    width: 60%;
  }

  .bento-card.max > i.agree {
    width: 80%;
  }

  /* Center Card */
  .bento-card-center .bento-card-name {
    font-size: 24px;
  }

  .flex-card-tile {
    flex-wrap: wrap;
  }

  .tile-4-col .card-tile {
    width: calc((100% / 2) - (((2 - 1) / 2) * 24px))
  }

  .tile-5-col .card-tile {
    width: calc((100% / 2) - (((2 - 1) / 2) * 24px))
  }

  /* Flex Card */
  .flex-card {
    flex-direction: column;
    gap: 42px;
  }

  .flex-card .card-image-save,
  .flex-card .card-image-graph {
    width: 52%;
    aspect-ratio: 1.3 /1;
    margin: 0 auto;
  }

  .flex-card .card-image-graph {
    padding: 12px;
    background-color: transparent;
  }

  .flex-card .card-typo-col {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flex-card .card-typo-col {
    align-items: center;
  }

  .card-typo-group {
    align-items: center;
  }

  .card-typo-col h3 {
    text-align: center;
  }

  .card-typo-col p {
    text-align: center;
  }

  /* Pricing */
  .bento-2-col .pricing-card {
    width: 100%;
  }

  /* Payment */
  .bento-card.max.device {    
    flex-direction: column-reverse;
    gap: 32px;
    padding: 32px;
  }

  .bento-card.max.device i {
    position: relative;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }

  ul.device-spec {
    margin-left: 0; 
  }

  /* Download */
  .bento-card.download{
    /* align-items: center; */
  }

  .bento-card.download .bento-card-typo {
    /* align-items: center; */
  }

  .flex-app-tile {
    /* justify-content: flex-end; */
    align-self: flex-end;
    gap: 12px;
  }

  .card-tile.app {
    width: 100px;
    height: 90px;
    padding: 24px 12px;
  }

  .card-tile.app i {
    width: 20px;
    margin-bottom: 10px;
  }

  .card-tile.app p {
    font-size: 13px;
  }

  .btn-text-download {
    padding: 14px 24px;
    font-size: 15px;
  }

  .rocket-start-inner i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
  }

  .rocket-start-inner p {
    width: 100%;
    font-size: 32px;
    flex-shrink: 0;
    padding-left: 42px;
    flex-grow: 1;
  }

}

/** Mobile iPhone Pro 12 Max 428px **/
@media screen and (max-width: 428px) {
  /* Card */
  .bento-card, .bento-card.max {
    min-height: 220px;
  }

  .bento-card.max > i {
    width: 90px;
  }

  .bento-card.max > i.locate {
    width: 100%;
  }

  /* Special Card */
  .bento-card.paint .bento-card-name br {
    display: none;
  }

  .bento-card.max > i.locate {
    width: 100%;
  }

  /* Center Card */
  .bento-card-center {
    padding-bottom: 24px;
  }
  
  .bento-card-center .bento-card-name {
    font-size: 21px;
  }

  .bento-card-center .bento-card-name br {
    display: none;
  }

  .tile-4-col .card-tile {
    width: calc((100% / 2) - (((2 - 1) / 2) * 16px))
  }

  .card-tile {
    padding: 20px 12px;
  }

  .card-tile i {
    width: 42px;
  }

  /* Flex Card */
  .flex-card .card-image-save{
    width: 80%;
  }

  .flex-card .card-image-graph {
    width: 70%;
    padding: 0;
    height: 210px;
  }

  .card-typo-col p br {
    display: none;
  }

  /* Pricing */
  .bento-2-col .pricing-card {
    padding: 16px 12px;
  }

  ul.pricing-list li.group-name {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .pricing-block p {
    font-size: 32px;
  }

  .pricing-block p em {
    font-size: 12px;
  }

  ul.pricing-list li {
    font-size: 14px;
  }

  /* FAQ */
  .faq-reply {
    padding: 20px;
  }

  /* Button */
  .hero-btn {
    font-size: 16px;
    padding: 14px 20px;
  }

  .btn-start-round {
    font-size: 17px;
    padding: 22px 38px;
  }

  .btn-ask-round {
  	font-size: 17px;
  	padding: 20px 42px;
  }

  .btn-ask-light {
    padding: 18px 32px;
  }

  .btn-stroke-light {
    font-size: 15px;
  }

  /* Payment */
  .bento-card.max.device {
    padding: 24px;
  }

  .bento-card.max.middle {
    padding-bottom: 100px;
  }

  .flex-card-tile.join-step .card-tile {
    min-height: auto;
  }

  .bento-card-name {
    font-size: 20px;
  }

  ul.device-spec li {
    font-size: 14px;
  }

  /* Download */
  .bento-card.download {
    padding: 28px;
  }

  .flex-app-tile {
    width: calc((100px * 2) + 12px);
    flex-wrap: wrap;
    /* justify-content: flex-start; */
  }

  .bento-card-caption {
    font-size: 14px;
  }

  .rocket-start-inner p {
    font-size: 26px;
  }

}
