* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* NOTE: https://github.com/orioncactus/pretendard#%EB%8B%A4%EC%9D%B4%EB%82%98%EB%AF%B9-%EC%84%9C%EB%B8%8C%EC%85%8B */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
  color: black;
  font-size: 16px;
  font-family: "Pretendard", "Roboto", Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  word-break: keep-all;
}

a, a:link, a:visited, a:hover, a:active {
  color: black;
  text-decoration: none;
}

.pure-g [class*=pure-u] {
  font-family: "Pretendard", "Roboto", Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}


/*
 * -- DOWNLOAD BUTTON STYLES --
 */
.download-buttons {
  margin: 30px 0;
}
.download-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.download-button-item {
  margin: 0 10px
}
.index-download-button {
  width: 160px;
  height: 40px;
  font-size: 14px;
  color: white;
  background-color: black;
  border-radius: 5px;
  border: none;
}
.index-download-button img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: bottom;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */
.splash-container {
  background: #F9F9F9;
  margin-top: 60px;
}



/*
 * -- ANALYTICS STYLES --
 */
.analytics {
  background-color: #FFC71B;
  padding: 40px 0;
}
.analytics-container {
  display: inline-block;
  text-align: left;
}
.analytics-item-container {
  display: flex;
  align-items: center;
}
.analytics-item-container:not(:first-child) {
  margin-top: 30px;
}
.analytics-item-icon img {
  width: 48px;
  height: 48px;
  margin-right: 30px;
}
.analytics-head {
  font-size: 28px;
  font-weight: bold;
  color: black;
}
.analytics-subhead {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}


/*
 * -- FEATURE STYLES --
 */
.feature-container {
  padding-top: 50px;
}
.feature-color-black {
  background-color: #393E41;
}
.feature-color-gray {
  background-color: #F9F9F9;
}
.feature-color-gray2 {
  background-color: #EEEEEE;
}
.feature-color-white {
  background-color: #FFFFFF;
}
.feature-head {
  font-size: 21px;
  line-height: 1.33;
  font-weight: bold;
}
.feature-subhead {
  font-size: 17px;
  line-height: 1.63;
  margin-top: 20px;
}


/*
 * -- FEATURE WHY STYLES --
 */
.feature-why-item-container {
  margin-top: 10px;
  margin-bottom: 45px;
}
.feature-why-item {
  margin-top: 30px;
}
.feature-why-item-head {
  font-size: 18px;
  margin-bottom: 20px;
}
.feature-why-item-subhead {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 20px;
}


/*
 * -- FEATURE BEEP 사용후기 STYLES --
 */
.review-container {
  padding-bottom: 50px;
}
.feature-review-item-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.review-arrow-button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 16px;
}
.review-arrow-button img {
  width: 100%;
}
.feature-review-item-head {
  font-size: 0.875em;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 15px;
}
.feature-review-item-subhead {
  font-size: 0.875em;
  line-height: 1.0em;
  text-align: center;
  margin-top: 13px;
  color: black;
}
.feature-review-swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  width: 282px;
}
.feature-review-swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}


/*
 * -- FEATURE 결제 STYLES --
 */
.payment-container {
  padding-bottom: 45px;
}
.feature-payment-item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.feature-payment-item {
  border: 1px #DFE1E5 solid;
  border-radius: 4px;
  margin-top: 25px;
}
.feature-payment-item-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: #4A90E2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 60px;
}
.feature-payment-item-price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  padding-top: 50px;
  color: black;
}
.feature-payment-item-price-sub {
  font-size: 14px;
  color: #393e41;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
}
.feature-payment-item-info {
  font-size: 14px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 21px;
  color: #A0A4BB;
}

.feature-payment-item-price1 {
  font-size: 15px;
  color: #a0a4bb;
  font-weight: normal;
  text-align: center;
  padding-top: 0px;
}
.feature-payment-item-price2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  padding-top: 0px;
  color: black;
}

.feature-payment-item-cotent {
  margin-bottom: 59px;
  vertical-align: top;
}
.feature-payment-item-benefit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;

  font-size: 16px;
  line-height: 1.8em;
  color: black;
}
.feature-payment-item-buy {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;

  max-width: 220px;
  position: relative;

  font-weight: bold;
  font-size: 0.875em;
  line-height: 42px;
  text-align: center;
  background-color: #4A90E2;
  border-radius: 21px;
  height: 42px;
  color: white;
}
.feature-payment-item-inquiry {
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
  margin-bottom:30px;

  max-width: 220px;
  position: relative;

  font-weight: bold;
  font-size: 0.875em;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px #4A90E2 solid;
  height: 42px;
  color: #4A90E2;
  background-color: white;
}

/*
 * -- FEATURE WITH STYLES --
 */
.feature-with-item-container {
  padding: 80px 20% 100px 20%;
}
.feature-with-item {
  display:flex;
  height: 80px;
  padding: 10px 0px 10px 0px;
  width:100%;
  justify-content:center;
  align-items:center;
}
.feature-with-left-line {
  border-width: 0px;
}
.feature-with-bottom-line {
  border-width: 0px;
}
.feature-with-right-line {
  border-width: 0px;
}

/*
 * -- FEATURE DOWNLOAD STYLES --
 */
.feature-download-containter {
  background-color: #f9f9f9;
  /* firefox won't accept -webkit-image-set */
  background-image: url('../img/feature_link_background@2x.png');
  background-image: -webkit-image-set( url('../img/feature_link_background.png') 1x, url('../img/feature_link_background@2x.png') 2x );
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 600px;
  height: 800px;
  padding-top: 20px;
}
.feature-download-bi {
  margin: 50px auto 0 auto;
  width: 70px;
  height: 70px;
}
.feature-download-bi img {
  width: 100%;
  height: 100%;
}
.feature-download-head {
  font-size: 16px;
  padding-top: 29px;
}

/*
 * -- ENTERPRISE STYLES --
 */
.enterprise-top-contact-button {
  margin-top: 30px;
  padding: 8px 23px 9px;
  min-width: 150px;
  color: white;
  background-color: #4a90e2;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 21px;
}

.feature-excel {
  width: 100%;
  background: #eaedf0;
  padding: 50px 0 40px 0;
}
.feature-excel-card-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.feature-excel-card {
  width: 100%;
  padding: 18px;
  border-radius: 15px;
  background-color: #f9f9f9;
  color: black;
  text-align: left;
}
.feature-excel-card:first-child {
  margin-bottom: 20px;
}
.feature-excel-card-title {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.feature-excel-card-title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.feature-excel-card-desc {
  font-size: 0.875em;
  line-height: 1.71;
}

.enterprise-pricing {
  padding: 35px 0 50px 0;
}
.icon-ok {
  width: 50px;
  height: 65px;
  margin-bottom: 6px;
}

/*
 * -- FOOTER STYLES --
 */
.footer-container {
  width: 100%;
  background-color: #393E41;
  padding: 80px 0px 80px 0px;
}
.footer-head {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding-top: 15px;
}
.footer-subhead {
  color: #818181;
  font-size: 0.813em;
  line-height: 1.8em;
  text-align: center;
  padding-top: 42px;
}
.footer-subhead a {
  color: white;
}


/*
 * -- OTHER STYLES --
 */
.mobile-only {
  display: block;
}
.web-only {
  display: none;
}

.base-container {
  max-width: 375px;
  text-align: center;
  padding: 0 28px;
  margin: 0 auto;
}

.image-center img {
  max-width: 80%;
  display: block;
  margin: auto;
}
.image-full img {
  width: 100%;
  margin: 0;
}
.image-overflow {
  width: 100%;
  overflow: hidden;
}
.image-overflow img {
  margin: 0 auto;
}

.text-color-black {
  color: black;
}
.text-color-white {
  color: white;
}



/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

  /* We increase the body font size */
  body {
      font-size: 16px;

  }



  /* Splash */
  .splash-container {
    padding-top: 90px;
  }
  .feature-container {
    padding-top: 90px;
  }
  .feature-head {
    font-size: 2.25em;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .analytics-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .analytics-item-container {
    width: 240px;
    justify-content: center;
  }
  .analytics-item-container:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }
  .feature-image {
    margin-top: 80px;
  }
  .feature-why-item-container {
    margin: 30px 0 100px 0;
  }
  .feature-why-item {
    margin: 50px 20px 0 20px;
  }
  .feature-why-item-head {
    text-align: left;
  }
  .feature-why-item-subhead {
    text-align: left;
  }

  .feature-with-left-line {
    border-width: 1px;
    border-left: 1px #9B9B9B14 solid;
  }
  .feature-with-bottom-line {
    border-width: 1px;
    border-bottom: 1px #9B9B9B14 solid;
  }
  .feature-with-right-line {
    border-width: 1px;
    border-right: 1px #9B9B9B14 solid;
  }
  .feature-download-containter {
    background-size: 813px;
    height: 813px;
  }
  .review-container {
    min-height: 584px;
  }
  .feature-review-swipe {
    width: 500px;
  }
  .feature-review-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .payment-container {
    padding-bottom: 100px;
  }
  .feature-payment-item {
    min-width: 260px;
    margin: 20px;
    height: 450px;
  }
  .feature-download-bi {
    width: 92px;
    height: 92px;
  }
  .feature-download-head {
    font-size: 21px;
  }

  /* enterprise */
  .enterprise-top-contact-button {
    padding: 8px 42px 9px;
    min-width: 220px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 45px;
  }

  .feature-excel {
    width: 100%;
    background: #eaedf0;
    padding: 90px 0 95px 0;
  }
  .feature-excel-card-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 70px;
  }
  .feature-excel-card {
    width: 50%;
    max-width: 460px;
    padding: 50px 58px;
    border-radius: 20px;
  }
  .feature-excel-card:first-child {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .feature-excel-card-title {
    align-items: center;
    margin-bottom: 25px;
  }

  .enterprise-pricing {
    padding: 80px 0 110px 0;
  }
  .icon-ok {
    width: 50px;
    height: 65px;
    margin-bottom: 20px;
  }

  .mobile-only {
    display: none;
  }
  .web-only {
    display: block;
  }

  .base-container {
    max-width: 1143px;
    margin: 0 auto;
  }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
  /* We increase the body font size */
  body {
      font-size: 16px;

  }


}

