@charset "UTF-8";

/*!
 * case-stocky
 * 
 *
 * 
 * 
 */

/*!
 * _descriptions.scss
 * 
 *
 * 
 * 
 */

/*!
 * _case.good2go.scss
 * 
 *
 * 
 * 
 */

.back {
  top: 104px;
  left: 0;
}

.back svg {
  fill: #131426;
}

.back a::before {
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .back {
    top: 105px;
  }
}

.caseGood2Go {
  color: #fff !;
}

.section3__content .title {
  color: #fff;
}

.section6__content .title {
  text-align: left;
}

.caseGood2Go .title {
  font-family: Gilroy, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
}

@media (max-width: 1279px) {
  .caseGood2Go .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .title {
    font-size: 28px;
    line-height: 44px;
  }
}

.caseGood2Go .intro {
  background: linear-gradient(
      270deg,
      #1f4180 51.81%,
      rgba(31, 65, 128, 0) 51.82%
    ),
    url("../images/allpic/intro-bg@2x.jpg") no-repeat left top #1f4180;
  background-size: cover;
  color: #fff;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro {
    background: url("../images/allpic/intro-bg@2x.jpg") no-repeat center top
      #1f4180;
    background-size: contain;
    padding-top: 364px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro {
    background-size: auto 360px;
    padding-top: 360px;
  }
}

.caseGood2Go .intro .wrap-v4 {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro .wrap-v4 {
    flex-direction: column;
    gap: 40px;
    background: #1f4180;
  }
}

.caseGood2Go .intro__content {
  padding: 43px 0 120px 110px;
  width: 680px;
  min-height: 820px;
  margin-left: auto;
  background: #1f4180;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro__content {
    padding: 64px 60px;
    width: 100%;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro__content {
    padding: 64px 5px;
  }
}

.caseGood2Go .intro .links {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-bottom: 86px;
  position: relative;
  z-index: 101;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro .links {
    display: none;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro .links {
    display: none;
  }
}

.caseGood2Go .intro .links a {
  display: block;
  border-radius: 40px;
  color: #131426;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.26px;
  padding: 3px 33px 3px 12px;
  background: url(../../assets/images/casegood2go/ic-url.svg) no-repeat
    calc(100% - 12px) center #fff;
}

.caseGood2Go .intro .logo {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .caseGood2Go .intro .logo {
    margin-bottom: 40px;
  }
}

.caseGood2Go .intro .logo img {
  height: 110px;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro .logo img {
    height: 64px;
  }
}

.caseGood2Go .intro h1 {
  font-family: Gilroy, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro h1 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}

.caseGood2Go .intro p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.caseGood2Go .intro .art {
  padding: 0 100px;
  display: flex;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro .art {
    order: 2;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro .art {
    padding: 0;
  }
}

.caseGood2Go .intro .art img {
  max-width: 100%;
}

@media (max-width: 1279px) {
  .caseGood2Go .intro .art img {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .intro .art img {
    max-width: 100%;
  }
}

.caseGood2Go .section2 {
  background: #fff;
  padding: 120px 0;
}

@media (max-width: 1279px) {
  .caseGood2Go .section2 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section2 {
    padding: 64px 0;
  }
}

.caseGood2Go .section2 .wrap-v4 {
  display: flex;
  flex-direction: row;
  gap: 120px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section2 .wrap-v4 {
    flex-direction: column;
    gap: 64px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section2 .wrap-v4 {
    gap: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.caseGood2Go .section2__art {
  max-width: 600px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section2__art {
    max-width: 100%;
  }
}

.caseGood2Go .section2__art img {
  display: flex;
  max-width: 100%;
}

.caseGood2Go .section2__content {
  flex: 1;
}

.caseGood2Go .section2 .items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: space-between;
}

.caseGood2Go .section2 .items .item__content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ecedfb;
}

@media (max-width: 767px) {
  .caseGood2Go .section2 .items .item__content {
    align-items: center;
  }
}

.caseGood2Go .section2 .items .item__art {
  width: 40px;
  height: 40px;
}

.caseGood2Go .section2 .items .item__art img {
  display: flex;
  max-width: 100%;
}

.caseGood2Go .section2 .items .item__text {
  flex: 1;
}

.caseGood2Go .section2 .items .item h3 {
  color: #131426;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.caseGood2Go .section3 {
  padding: 120px 0;
  background: linear-gradient(270deg, #131426 45.2%, #131426 100.45%);
}

@media (max-width: 1279px) {
  .caseGood2Go .section3 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section3 {
    padding: 64px 0;
  }
}

.caseGood2Go .section3 .wrap-v4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 140px;
  max-width: 1280px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section3 .wrap-v4 {
    gap: 64px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section3 .wrap-v4 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.caseGood2Go .section3 .title {
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section3 .title {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section3 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}

.caseGood2Go .section3__art {
  width: 337px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section3__art {
    max-width: 168px;
  }
}

.caseGood2Go .section3__art img {
  max-width: 100%;
}

.caseGood2Go .section3__content {
  flex: 1;
}

.caseGood2Go .section3__content > span {
  display: block;
  font-family: Gilroy, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  opacity: 0.3;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .caseGood2Go .section3__content > span {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
  }
}

.caseGood2Go .section3 .azure {
  color: #2f80ed;
}

.caseGood2Go .section3 .aws {
  color: #f2994a;
}

.caseGood2Go .section3 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #fff;
}

.caseGood2Go .section4 {
  background: #fff;
  padding: 120px 0;
  color: #131426;
  text-align: center;
}

@media (max-width: 1279px) {
  .caseGood2Go .section4 {
    padding: 80px 0;
  }
}

.caseGood2Go .section4__content {
  max-width: 890px;
  margin: 0 auto 64px auto;
}

.caseGood2Go .section4 h2 {
  font-family: Gilroy, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}

.caseGood2Go .section4 p {
  max-width: 800px;
  margin: 0 auto 64px auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.caseGood2Go .section4 .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1279px) {
  .caseGood2Go .section4 .items {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section4 .items {
    flex-direction: column;
    align-items: center;
  }
}

.caseGood2Go .section4 .items .item {
  max-width: 345px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1279px) {
  .caseGood2Go .section4 .items .item {
    flex: 1;
  }
}

.caseGood2Go .section4 .items .item__art {
  margin-bottom: 16px;
  max-width: 298px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .caseGood2Go .section4 .items .item__art {
    max-width: 150px;
  }
}

.caseGood2Go .section4 .items .item__art img {
  max-width: 100%;
}

.caseGood2Go .section4 .items .item .step {
  color: #131426;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}

.caseGood2Go .section4 .items .item h4 {
  color: #131426;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section4 .items .item h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}

.caseGood2Go .section5 {
  padding: 120px 0;
  background: #f0f8ff;
  color: #131426;
}

@media (max-width: 1279px) {
  .caseGood2Go .section5 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section5 {
    padding: 64px 0;
  }
}

.caseGood2Go .section5 .wrap-v4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 140px;
  max-width: 1280px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section5 .wrap-v4 {
    gap: 64px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section5 .wrap-v4 {
    flex-direction: column;
  }
}

.caseGood2Go .section5 .title {
  font-family: Gilroy, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .caseGood2Go .section5 .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}

.caseGood2Go .section5__art {
  max-width: 314px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section5__art {
    max-width: 156px;
  }
}

.caseGood2Go .section5__art img {
  max-width: 100%;
}

.caseGood2Go .section5__content {
  flex: 1;
}

.caseGood2Go .section5 .sub-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .caseGood2Go .section5 .sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}

.caseGood2Go .section5 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.caseGood2Go .section6 {
  padding: 80px 0;
  background: #fff;
  color: #131426;
}

@media (max-width: 1279px) {
  .caseGood2Go .section6 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section6 {
    padding: 64px 0;
  }
}

.caseGood2Go .section6 .wrap-v4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 140px;
  max-width: 1280px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section6 .wrap-v4 {
    gap: 64px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section6 .wrap-v4 {
    flex-direction: column;
  }
}

.caseGood2Go .section6 .title {
  font-family: Gilroy, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .caseGood2Go .section6 .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}

.caseGood2Go .section6__art {
  max-width: 490px;
}

@media (max-width: 1279px) {
  .caseGood2Go .section6__art {
    max-width: 254px;
  }
}

.caseGood2Go .section6__art img {
  max-width: 100%;
}

.caseGood2Go .section6__content {
  flex: 1;
}

.caseGood2Go .section6 p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.caseGood2Go .section7 {
  background: #f0f1f9;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .caseGood2Go .section7 {
    padding: 64px 0;
  }
}

.caseGood2Go .section7 .title {
  color: #131426;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .caseGood2Go .section7 .title {
    margin-bottom: 32px;
  }
}

.caseGood2Go .section7 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.caseGood2Go .section7 .items .item {
  flex: 1;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 1279px) {
  .caseGood2Go .section7 .items .item {
    flex: 0 0 calc(33.33% - 16px);
  }
}

@media (max-width: 767px) {
  .caseGood2Go .section7 .items .item {
    flex: 1 1 calc(50% - 4px);
    width: 100%;
    height: 72px;
  }
}

@media (max-width: 1279px) {
  .caseGood2Go .section7 .items .item img {
    transform: scale(0.8);
  }
}

@media (max-width: 1279px) {
  .caseGood2Go .section7 .items .item img {
    transform: scale(0.8);
  }
}

.caseGood2Go .other-cases {
  padding: 100px 0;
  background: #fff;
}

@media (max-width: 1279px) {
  .caseGood2Go .other-cases {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases {
    padding: 40px 0;
  }
}

.caseGood2Go .other-cases .title {
  color: #010101;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 64px;
}

@media (max-width: 1279px) {
  .caseGood2Go .other-cases .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

.caseGood2Go .other-cases .items {
  display: flex;
  flex-direction: row;
  gap: 26px;
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .items {
    flex-direction: column;
  }
}

.caseGood2Go .other-cases .items .item {
  flex: 1 1 33.33%;
  color: #131426;
}

@media (max-width: 1279px) {
  .caseGood2Go .other-cases .items .item {
    flex: 1 1 50%;
  }
  .caseGood2Go .other-cases .items .item:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .items .item {
    flex: 1 1 100%;
  }
}

.caseGood2Go .other-cases .items .item__art {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
}

.caseGood2Go .other-cases .items .item__art a {
  display: flex;
}

.caseGood2Go .other-cases .items .item__art img {
  max-width: 100%;
}

.caseGood2Go .other-cases .items .item__title h3 {
  color: #131426;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
}

@media (max-width: 1279px) {
  .caseGood2Go .other-cases .items .item__title h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .items .item__title h3 {
    text-align: center;
  }
}

.caseGood2Go .other-cases .see-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px;
  align-items: center;
  background: linear-gradient(
    90.22deg,
    #ffbd12 0,
    #e03d3d 53.72%,
    #cd21e9 101.11%
  );
  border-radius: 12px;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .see-more-container {
    flex-direction: column;
    padding: 24px;
  }
}

@media (min-width: 1280px) {
  .caseGood2Go .other-cases .see-more-container {
    width: 1300px;
    max-width: 100%;
  }
}

.caseGood2Go .other-cases .see-more-container > p {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .caseGood2Go .other-cases .see-more-container > p {
    margin-right: 24px;
  }
  .caseGood2Go .other-cases .see-more-container > p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .caseGood2Go .other-cases .see-more-container > p {
    text-align: center;
    margin-bottom: 24px;
  }
}
