@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/* button style ****************************/
/* box-shadow style ****************************/
.windly-service-container {
  width: 100%;
  overflow-x: hidden;
}
.windly-service-container .width-con {
  max-width: 720px;
  margin: 0 auto;
}
.windly-service-container .cta-button {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  max-width: 300px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  text-align: center;
  word-break: keep-all;
  border-radius: 99px;
  background-color: #1B9BFF;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .windly-service-container .cta-button:hover {
    background-color: #006FC6;
  }
}
.windly-service-container .cta-button:active {
  background-color: #006FC6;
}
.windly-service-container .promo-code-box {
  background-color: #11304b;
  border-radius: 12px;
  padding: 10px 10px 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.windly-service-container .promo-code-box .promo-code-label {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #ffffff;
}
.windly-service-container .promo-code-box .promo-code-value {
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 8px;
}
.windly-service-container .promo-code-box .promo-code-value .value-text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#0090FF), to(#005BFF));
  background: linear-gradient(90deg, #0090FF 0%, #005BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.windly-hero {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.windly-hero .hero-content-start {
  position: relative;
  width: 100%;
  padding: 60px 20px 20px;
  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;
  overflow: hidden;
}
@media (max-width: 679px) {
  .windly-hero .hero-content-start {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.windly-hero .hero-content-start::after {
  content: "";
  position: absolute;
  display: block;
  top: -113px;
  left: calc(50% - 319px);
  width: 638px;
  height: 638px;
  background: radial-gradient(37% 37% at 50% 63%, #0090FF 0%, rgba(0, 144, 255, 0) 100%);
  border-radius: 50%;
  z-index: 0;
}
.windly-hero .hero-content-start .width-con {
  position: relative;
  z-index: 1;
  width: 100%;
  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;
  gap: 20px;
}
.windly-hero .hero-content-promotion {
  position: relative;
  width: 100%;
  background-color: #274763;
  padding: 60px 20px;
  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;
}
@media (max-width: 679px) {
  .windly-hero .hero-content-promotion {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.windly-hero .hero-content-promotion .width-con {
  width: 100%;
  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;
  gap: 16px;
}
.windly-hero .partnership-badge {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  background-color: #334d64;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 999px;
  text-align: center;
}
.windly-hero .hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.windly-hero .hero-header .header-text {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  color: #0b418b;
}
.windly-hero .hero-header .header-badge {
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  color: #006bbd;
  padding: 6px;
  border-radius: 6px;
}
.windly-hero .windly-brand {
  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;
  gap: 10px;
}
.windly-hero .windly-brand .windly-logo {
  width: 120px;
  height: 37px;
}
.windly-hero .windly-brand .windly-logo svg {
  width: 100%;
  height: 100%;
}
.windly-hero .windly-brand .windly-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.windly-hero .discount-section {
  width: 100%;
}
.windly-hero .discount-section .discount-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 679px) {
  .windly-hero .discount-section .discount-container {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }
}
.windly-hero .discount-section .discount-card {
  background-color: #f1f3f8;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.windly-hero .discount-section .discount-card::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -119px;
  display: block;
  width: 275px;
  height: 275px;
  background: radial-gradient(37% 37% at 50% 63%, rgba(0, 144, 255, 0.5) 0%, rgba(0, 144, 255, 0) 100%);
  border-radius: 50%;
  z-index: 0;
}
.windly-hero .discount-section .discount-card .discount-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.windly-hero .discount-section .discount-card .discount-header .discount-duration {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  color: #3f4249;
}
.windly-hero .discount-section .discount-card .discount-header .discount-badge {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  background-color: #1b9bff;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 7px;
}
.windly-hero .discount-section .discount-card .discount-condition {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: #6b6f7c;
}
.windly-hero .promo-code-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.windly-hero .hero-description {
  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;
  min-height: 80px;
  max-width: 243px;
}
.windly-hero .hero-description .description-text {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
  word-break: keep-all;
  text-align: center;
}
.windly-hero .hero-description .description-text b {
  font-weight: inherit;
  color: #62ABFF;
}
.windly-hero .floating-obj {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.windly-hero .floating-obj.airplane {
  width: 183px;
  height: 183px;
  background-image: url("/shop/img/windly/airplane_x3.png");
}
.windly-hero .floating-obj.airplane.top-left {
  top: 36px;
  left: calc(50% - 183px - 136px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.airplane.top-left {
    top: 86px;
    left: calc(50% - 183px - 66px);
  }
}
.windly-hero .floating-obj.airplane.bottom-right {
  bottom: 100px;
  right: calc(50% - 183px - 128px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.airplane.bottom-right {
    display: none;
  }
}
.windly-hero .floating-obj.cloude {
  width: 117px;
  height: 117px;
  background-image: url("/shop/img/windly/cloud_x3.png");
}
.windly-hero .floating-obj.cloude.top-right {
  top: 2px;
  right: calc(50% - 117px - 118px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.cloude.top-right {
    top: -7px;
    right: calc(50% - 117px - 112px);
  }
}
.windly-hero .floating-obj.cloude.mid-left {
  top: 210px;
  left: calc(50% - 117px - 198px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.cloude.mid-left {
    top: 221px;
    left: calc(50% - 117px - 58px);
  }
}
.windly-hero .floating-obj.cloude.btm-left {
  bottom: -13px;
  left: calc(50% - 117px - 245px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.cloude.btm-left {
    display: none;
  }
}
.windly-hero .floating-obj.cloud-d {
  width: 192px;
  height: 128px;
  -webkit-transform: rotate(3.88deg);
          transform: rotate(3.88deg);
  background-image: url("/shop/img/windly/cloud_double_x3.png");
}
.windly-hero .floating-obj.cloud-d.top-right {
  top: 119px;
  right: calc(50% - 192px - 113px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.cloud-d.top-right {
    top: 147px;
    right: calc(50% - 192px - 59px);
  }
}
.windly-hero .floating-obj.cloud-d.btm-left {
  bottom: 138px;
  left: calc(50% - 192px - 106px);
}
@media (max-width: 679px) {
  .windly-hero .floating-obj.cloud-d.btm-left {
    display: none;
  }
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-box svg {
  display: block;
}
.icon-box.icon-ai {
  width: 12px;
  height: 12px;
}
.icon-box.icon-auto, .icon-box.icon-cs {
  width: 16px;
  height: 16px;
}
.icon-box.icon-close {
  width: 20px;
  height: 20px;
}

.windly-features {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 20px;
}
@media (max-width: 679px) {
  .windly-features {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.windly-features .features-header {
  margin: 0 auto 20px;
}
.windly-features .features-header .features-subtitle {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #1b9bff;
}
.windly-features .features-header .features-title {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  color: #3f4249;
}
.windly-features .features-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 679px) {
  .windly-features .features-grid {
    grid-template-columns: 1fr;
  }
}
.windly-features .feature-card {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  padding: 24px 30px;
  -webkit-box-shadow: 0 84px 24px 0 rgba(0, 0, 0, 0), 0 54px 22px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 84px 24px 0 rgba(0, 0, 0, 0), 0 54px 22px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  word-break: keep-all;
}
.windly-features .feature-card .feature-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #3f4249;
  margin-bottom: 6px;
}
.windly-features .feature-card .feature-description {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: #6b6f7c;
  white-space: pre-line;
}
@media screen and (max-width: 679px) {
  .windly-features .feature-card .feature-description {
    word-break: keep-all;
    white-space: normal;
  }
}
.windly-features .feature-card .feature-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.windly-features .feature-card .feature-logos .logo-coupang,
.windly-features .feature-card .feature-logos .logo-naver,
.windly-features .feature-card .feature-logos .logo-kakao {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.windly-features .feature-card .feature-logos .logo-coupang {
  height: 16px;
}
.windly-features .feature-card .feature-logos .logo-naver {
  height: 14px;
}
.windly-features .feature-card .feature-logos .logo-kakao {
  height: 14px;
}
.windly-features .feature-card .feature-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background-color: #f1f3f8;
  border-radius: 6px;
  padding: 3px 8px;
  margin-top: 12px;
  min-height: 24px;
}
.windly-features .feature-card .feature-tag .tag-text {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #334D64;
}
.windly-features .feature-card .feature-tag .tag-text.shining {
  background-image: -webkit-gradient(linear, left top, right top, from(#058aff), to(#787aff));
  background-image: linear-gradient(90deg, #058aff 0%, #787aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.windly-features .feature-card.feature-card-highlight {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #274763;
  border-color: #e4e7ec;
  position: relative;
  overflow: hidden;
}
.windly-features .feature-card.feature-card-highlight::before {
  content: "";
  position: absolute;
  top: calc(50% - 150px);
  right: calc(50% - 150px);
  display: block;
  width: 300px;
  height: 300px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(30, 139, 241, 0.4) 0%, rgba(30, 139, 241, 0) 100%);
  border-radius: 50%;
}
.windly-features .feature-card.feature-card-highlight .highlight-content {
  position: relative;
  z-index: 1;
  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;
  gap: 16px;
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 300px) {
  .windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos .highlight-logo-windly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos .highlight-logo-windly svg {
  display: block;
  width: 85px;
  height: 26px;
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos .highlight-logo-tosstoss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-logos .highlight-logo-tosstoss img {
  height: 100%;
  width: auto;
}
.windly-features .feature-card.feature-card-highlight .highlight-content .highlight-text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #d7ecff;
  text-align: center;
  word-break: keep-all;
}
.windly-features .features-cta {
  padding: 30px 0;
  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;
  gap: 20px;
}