/* 기본 노말라이징 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.7px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  font-family: "Spoqa Han Sans Neo";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
textarea {
  resize: none;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
button {
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------- */

/* 옵션 */
body {
  overflow-x: hidden;
  background: #a7e9ff;
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
body.active {
  overflow-y: hidden;
}
.con {
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
}
.img-box > img {
  width: 100%;
  display: block;
}
.k-cell::after {
  content: "";
  display: block;
  clear: both;
}
.cell {
  float: left;
  box-sizing: border-box;
}
.cell-right {
  float: right;
  box-sizing: border-box;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inflex {
  display: inline-flex;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcsb {
  justify-content: space-between;
}
.fdc {
  flex-direction: column;
}
.fdcr {
  flex-direction: column-reverse;
}
.fww {
  flex-wrap: wrap;
}
.tdu {
  text-decoration: underline;
}
.tdm {
  text-decoration: line-through;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.zi7 {
  z-index: 7;
}
.zi8 {
  z-index: 8;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi100 {
  z-index: 100;
}
.zi1000 {
  z-index: 1000;
}
.zi10000 {
  z-index: 10000;
}
.xy-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-middle {
  left: 50%;
  transform: translateX(-50%);
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
}
.xy-tl {
  top: 0;
  left: 0;
}
.xy-tr {
  top: 0;
  right: 0;
}
.xy-bl {
  bottom: 0;
  left: 0;
}
.xy-br {
  bottom: 0;
  right: 0;
}
.x-l {
  left: 0;
}
.x-r {
  right: 0;
}
.y-t {
  top: 0;
}
.y-b {
  bottom: 0;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.wsn {
  white-space: nowrap;
}
.cp {
  cursor: pointer;
}
.bsb {
  box-sizing: border-box;
}
.mgc {
  margin: 0 auto;
}
.bdr4 {
  border-radius: 4px;
}
.bdr6 {
  border-radius: 6px;
}
.bdr8 {
  border-radius: 8px;
}
.bdr10 {
  border-radius: 10px;
}
.bdr12 {
  border-radius: 12px;
}
.bdr16 {
  border-radius: 16px;
}
.bdr20 {
  border-radius: 20px;
}
.bdr20 {
  border-radius: 30px;
}
.bdr50 {
  border-radius: 50%;
}
.w100per {
  width: 100%;
}
.h100per {
  height: 100%;
}
.wh100per {
  width: 100%;
  height: 100%;
}
span,
a {
  display: block;
}
.tl {
  font-weight: 300;
}
.tr {
  font-weight: 400;
}
.tm {
  font-weight: 500;
}
.tsb {
  font-weight: 600;
}
.tb {
  font-weight: 700;
}
.tbb {
  font-weight: 900;
}
.ex::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  transform: translateX(-50%);
  transform: translateY(-50%);
}
button {
  position: relative;
  overflow: hidden;
}
button span {
  position: relative;
  z-index: 6;
}
button .hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
button:hover .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* ------------------------------------------------------------------------------- */

/* 고정 버튼 */
.fix-btn {
  top: 0;
}
.fix-btn .hover {
  border-radius: 0 0 16.8px 16.8px;
}
.fix-btn .inner-box {
  width: 460px;
  height: 110px;
  border-radius: 0 0 16.8px 16.8px;
  box-sizing: border-box;
  padding-right: 16.8px;
  padding-left: 22.4px;
  background: #dfe2f7;
}
.fix-btn .inner-box .text-img-box {
  width: 182px;
}
.fix-btn .inner-box .btn-box {
  box-sizing: border-box;
  padding: 14px 16.8px;
  border-radius: 11.2px;
  background: #0c167a;
  color: #fff;
  text-align: left;
}
.fix-btn .inner-box .btn-box > h1 {
  font-size: 15px;
  line-height: 115%;
}
.fix-btn .inner-box .btn-box > h2 {
  font-size: 20px;
  line-height: 115%;
}

/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역 */
.main-visual-area {
  width: 100%;
  height: 992.6px;
  background: #1b2599;
  overflow: hidden;
}
.main-visual-area .bg-img-box {
  width: 933.8px;
  top: 33.6px;
}
.main-visual-area .bg-img-box::before,
.main-visual-area .bg-img-box::after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}
.main-visual-area .bg-img-box::before {
  background: linear-gradient(270deg, rgba(27, 37, 153, 0) 0%, #1b2599 100%);
  left: -1px;
}
.main-visual-area .bg-img-box::after {
  background: linear-gradient(270deg, #1b2599 0%, rgba(27, 37, 153, 0) 100%);
  right: -1px;
}
.main-visual-area .con {
  max-width: inherit;
  width: 933.8px;
  height: 100%;
  top: 0;
  padding: 0;
}
.main-visual-area .text-img-wrap {
  top: 158.2px;
  right: 267.4px;
  gap: 8.4px;
}
.main-visual-area .text-img-wrap > li.one-img-box {
  width: 156.8px;
  margin-bottom: -5.6px;
}
.main-visual-area .text-img-wrap > li .img-box-1 {
  margin-right: 5.6px;
}
.main-visual-area .text-img-wrap > li .img-box-2 {
  margin-right: 11.2px;
}
.main-visual-area .text-img-wrap > li.text-img-box-1 > .img-box-1 {
  width: 50.4px;
}
.main-visual-area .text-img-wrap > li.text-img-box-1 > .img-box-2 {
  width: 96.6px;
}
.main-visual-area .text-img-wrap > li.text-img-box-1 > .img-box-3 {
  width: 78.4px;
}
.main-visual-area .text-img-wrap > li.text-img-box-2 > .img-box-1 {
  width: 50.4px;
}
.main-visual-area .text-img-wrap > li.text-img-box-2 > .img-box-2 {
  width: 96.6px;
}
.main-visual-area .text-img-wrap > li.text-img-box-2 > .img-box-3 {
  width: 78.4px;
}
.main-visual-area .text-img-wrap > li.text-img-box-3 > .img-box-1 {
  width: 44px;
}
.main-visual-area .text-img-wrap > li.text-img-box-3 > .img-box-2 {
  width: 105px;
}
.main-visual-area .text-img-wrap > li.text-img-box-3 > .img-box-3 {
  width: 116.2px;
}
.main-visual-area .ef-img-box-1 {
  width: 53.2px;
  top: 367.63px;
  left: 331.8px;
}
.main-visual-area .ef-img-box-2 {
  width: 65.8px;
  top: 476.8px;
  right: 253.4px;
}
.main-visual-area .card-img-wrap {
  width: 176.24px;
  top: 410.87px;
}
.main-visual-area .card-img-wrap .ef-box {
  width: 175px;
  background: #9b364bbf;
  height: 25.2px;
  right: 0.38px;
  bottom: -2.33px;
  border-radius: 11.2px;
}
.main-visual-area h1 {
  font-size: 20px;
  line-height: 24px;
  color: #71343b;
  top: 704.2px;
}
.main-visual-area button {
  top: 735.8px;
  overflow: visible;
}
.main-visual-area button .hover {
  border-radius: 999px;
}
.main-visual-area button .inner-box {
  width: 189px;
  height: 56px;
  border-radius: 999px;
  background: #f85f44;
  gap: 5.6px;
}
.main-visual-area button .inner-box h2 {
  font-size: 20px;
  color: #fff;
}
.main-visual-area button .inner-box .img-box {
  width: 16.8px;
}
.main-visual-area .text-img-box {
  top: 825.4px;
  width: 238px;
}
.main-visual-area p {
  top: 873px;
  font-size: 15px;
  line-height: 22px;
  color: #71343b;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-1 */
.cnt-area-1 {
  box-sizing: border-box;
  padding: 39.2px 0;
  background: #f2e3e1;
  overflow: hidden;
}
.cnt-area-1 .con {
  gap: 78.4px;
  max-width: 504px;
  padding: 0 22px;
}
.cnt-area-1 .box {
  box-sizing: border-box;
  padding: 33px 14px 14px 14px;
  border-radius: 50px;
}
.cnt-area-1 .box > h1 {
  width: 110px;
  height: 46px;
  border-radius: 999px;
  background-color: #201e29;
  font-size: 20px;
  color: #fff;
}
.cnt-area-1 .box .list-wrap {
  margin-top: 39.2px;
  gap: 16.8px;
}
.cnt-area-1 .box .list-wrap > li {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
}
.cnt-area-1 .box .list-wrap > li .title-wrap {
  width: 100%;
  height: 57.6px;
  position: relative;
}
.cnt-area-1 .box .list-wrap > li .title-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cnt-area-1 .box .list-wrap > li .title-wrap > h1 {
  font-size: 20px;
  color: #fff;
}
.cnt-area-1 .box .list-wrap > li .cnt-wrap {
  box-sizing: border-box;
  padding: 28px;
}
.cnt-area-1 .box .common-title-text {
  font-size: 19.6px;
  line-height: 25.2px;
  color: #201e29;
}
.cnt-area-1 .box .common-title-text span {
  font-size: 16.8px;
  line-height: 22.4px;
}
.cnt-area-1 .box .common-sub-text {
  font-size: 18px;
  line-height: 25px;
  color: #201e29;
}
.cnt-area-1 .box-1 {
  background-color: #4c5ad3;
}
.cnt-area-1 .box-1 .title-img-box {
  margin-top: 16.8px;
  width: 269.6px;
}
.cnt-area-1 .box-1 .eve-img-box {
  margin-top: 16.8px;
  width: 280px;
}
.cnt-area-1 .box-1 .list-wrap > li.list-box-1 .title-wrap {
  background-color: #303b96;
}
.cnt-area-1 .box-1 .list-wrap > li.list-box-1 .title-wrap::after {
  border-top-color: #303b96;
}
.cnt-area-1 .box-1 .list-wrap > li.list-box-2 .title-wrap {
  background-color: #1f298d;
}
.cnt-area-1 .box-1 .list-wrap > li.list-box-2 .title-wrap::after {
  border-top-color: #1f298d;
}
.cnt-area-1 .box-1 .list-wrap .list-box-1 .cnt-wrap > p {
  margin-top: 2.8px;
  font-size: 15px;
  line-height: 22px;
  color: #201e29;
  opacity: 0.88;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap {
  padding: 0;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap > div > h1 {
  width: 28px;
  font-size: 20px;
  line-height: 24px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap > div > .other-text-box {
  width: calc(100% - 28px);
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-1 {
  box-sizing: border-box;
  padding: 28px 28px 14px 28px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-1 .common-sub-text {
  margin-top: 2.8px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-1 .common-sub-text-2 {
  font-size: 15px;
  line-height: 22px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 {
  box-sizing: border-box;
  padding: 19.6px 28px 0 28px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box .other-box-1 > h3 {
  width: 67.2px;
  height: 33.2px;
  background-color: #4c5ad3;
  border-radius: 999px;
  font-size: 17px;
  color: #fff;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box .other-box-1 > p {
  font-size: 20px;
  line-height: 24px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box .other-box-1 > p > span {
  line-height: 24px;
  color: #e14e34;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box .other-box-2 > h3 {
  width: 96.2px;
  height: 24.8px;
  border-radius: 5.6px;
  background-color: #201e291a;
  font-size: 15px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-2 .other-text-box .other-box-2 > p {
  margin-top: 5.6px;
  font-size: 18px;
  line-height: 25px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-3 {
  box-sizing: border-box;
  padding: 19.6px 28px 28px 28px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .text-box-3 .other-text-box .common-sub-text {
  margin-top: 2.8px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box {
  height: 0;
  background-color: #e7e9fc;
  overflow: hidden;
  transition: all 0.8s;
  box-sizing: border-box;
  padding: 16.8px 28px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box.aos-animate {
  height: 160.8px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box .left-box {
  gap: 11.2px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box .left-box .img-box {
  width: 47.6px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box .left-box h4 {
  font-size: 20px;
  color: #201e29;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box button {
  width: 116px;
  height: 50px;
  border-radius: 11.2px;
  font-size: 17px;
  color: #fff;
  gap: 7px;
  background-color: #0c167a;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box p {
  margin-top: 11px;
  gap: 5.6px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box p .icon-box {
  width: 11.2px;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box p .text {
  width: calc(100% - 16.8px);
  font-size: 16.8px;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  color: #ec6634;
}
.cnt-area-1 .box-1 .list-wrap .list-box-2 .cnt-wrap .text-wrap .ef-text-box p .text span {
  line-height: 18.2px;
  letter-spacing: -0.04em;
}
.cnt-area-1 .box-2 {
  background-color: #f67d5d;
  cursor: pointer;
  transition: all 0.5s;
  max-height: 347px;
  overflow: hidden;
}
.cnt-area-1 .box-2.active {
  /* height: 877.4px; */
  max-height: 1000px;
}
.cnt-area-1 .box-2 .title-img-wrap {
  margin-top: 16.8px;
  gap: 18.2px;
}
.cnt-area-1 .box-2 .title-img-wrap .title-img-box {
  width: 354.2px;
}
.cnt-area-1 .box-2 .title-img-wrap .arrow-box {
  width: 19.6px;
}
.cnt-area-1 .box-2 .title-img-wrap .arrow-box > img {
  transform: rotate(180deg);
}
.cnt-area-1 .box-2.active .title-img-wrap .arrow-box > img {
  transform: rotate(0deg);
}
.cnt-area-1 .box-2 .eve-img-box {
  margin-top: 16.8px;
  width: 280px;
}
.cnt-area-1 .box-2 .list-wrap > li.list-box-1 .title-wrap {
  background-color: #d35944;
}
.cnt-area-1 .box-2 .list-wrap > li.list-box-1 .title-wrap::after {
  border-top-color: #d35944;
}
.cnt-area-1 .box-2 .list-wrap > li.list-box-2 .title-wrap {
  background-color: #9a424c;
}
.cnt-area-1 .box-2 .list-wrap > li.list-box-2 .title-wrap::after {
  border-top-color: #9a424c;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-1 {
  margin-top: 19.6px;
  gap: 5.6px;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-1 > h3 {
  width: 124.4px;
  height: 33.2px;
  border-radius: 999px;
  background: #f67d5d;
  font-size: 17px;
  color: #fff;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-1 > p {
  font-size: 15px;
  line-height: 22px;
  color: #201e29;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-2 {
  margin-top: 8.4px;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-2 > li {
  box-sizing: border-box;
  padding-left: 28px;
  font-size: 18px;
  line-height: 27px;
  color: #201e29;
  position: relative;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-2 > li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #201e29;
  position: absolute;
  top: 11px;
  left: 11.5px;
  border-radius: 50%;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-3 {
  margin-top: 8.4px;
  box-sizing: border-box;
  padding: 14px 22px;
  background-color: #201e291a;
  border-radius: 18px;
}
.cnt-area-1 .box-2 .list-wrap .list-box-2 .cnt-wrap > .text-box-3 > p {
  font-size: 15px;
  line-height: 22px;
  color: #201e29;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-2 */
.cnt-area-2 {
  background: linear-gradient(94.86deg, #E7F5FF 0%, #FEFAFA 100%);
  box-shadow: 0px 5.6px 16.8px 0px #00000026;
  overflow: hidden;
}
.cnt-area-2 .con {
  max-width: 504px;
  padding: 33.6px;
}
.cnt-area-2 .cloud-img-box-1 {
  width: 308px;
  top: 33.6px;
  left: 33.6px;
}
.cnt-area-2 .cloud-img-box-2 {
  width: 277.2px;
  top: 33.6px;
  right: -85.4px;
}
.cnt-area-2 .img-box-1 {
  width: 203px;
}
.cnt-area-2 .img-box-2 {
  width: 159px;
  margin-top: 16.4px;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-3 */
.cnt-area-3 {
  box-sizing: border-box;
  padding: 36px 0 50px 0;
  background: #44444b;
}
.cnt-area-3 .con {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
.cnt-area-3 .title-box {
  gap: 8px;
  box-sizing: border-box;
  padding-left: 11px;
  margin: 22px 0 14px 0;
}
.cnt-area-3 .title-box .img-box {
  width: 25px;
}
.cnt-area-3 .title-box h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
.cnt-area-3 .text-area {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cnt-area-3 .text-area > li > h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
}
.cnt-area-3 .text-area > li .text-box > li {
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}
.cnt-area-3 .text-area > li .text-box > li span {
  line-height: 26px;
}
.cnt-area-3 .text-area > li .text-box > li:not(.text-ef-1):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  position: absolute;
  top: 10.5px;
  left: 10px;
  border-radius: 50%;
}
.cnt-area-3 .text-area > li .text-box.mini > li:not(.text-ef-1):after {
  top: 9.5px;
}
.cnt-area-3 .text-area > li .text-box > li.text-ef-1::after {
  content: "※";
  display: block;
  font-size: 17px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 4.5px;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-wrap {
  width: 100%;
  background: linear-gradient(95deg, #E7F5FF 0%, #FEFAFA 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
}
.banner-min-wrap {
  width: 100%;
  max-width: 504px;
  padding: 34px;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}
.cloud {
  z-index: 1;
  position: absolute;
}
.cloud-left {
  width: 308px;
  bottom: -19px;
  left: 34px;
}
.cloud-right {
  width: 277px;
  bottom: -.6px;
  right: -85px;
}
.text-left {
  z-index: 5;
  height: 90px;
}
.text-right {
  z-index: 5;
  height: 57px;
}
