@charset "utf-8";
.background-divider {
  border-bottom: 1px solid #71a0b8;
}

/* .intro {
  background: #10445f;
} */

.desktop-content {
  display: none;
}

.mobile-content {
  display: none;
}

/* Desktop */
@media only screen and (min-width: 993px) {
  .desktop-content {
    display: block;
  }

  .mobile-content {
    display: none;
  }

  /* footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  } */

  body {
    /* background: #10445f !important; */
  }

  /* Intro 페이지 */
  .intro {
    min-height: 620px;
    background: #10445f !important;
    padding-top: 6rem;
  }

  .section {
    padding: 4rem 0;
    width: 100%;
    min-height: 80%;
    display: flex;
    align-items: center;
  }

  .section h1 {
    font-weight: bold;
    font-size: 7.4rem;
    color: #fff !important;
    margin-top: 2rem;
  }

  .section h2 {
    font-size: 2.5rem;
    color: #71a0b8;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
  }

  .section .home-image {
    width: 80%;
  }

  .section .box-desc {
    padding-top: 4rem;
  }

  .box-desc img {
    max-width: 13rem;
  }

  .box-desc .desc-text {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 1.7rem;
    color: #63c4e4;
    letter-spacing: -1px;
  }
  /* -end- Intro 페이지 */

  /* 무인판매대 페이지 */
  .shop-subheader {
    /* background: #fff; */
  }

  .box-shop-subtitle {
    background: #efeff1;
    border-bottom: 2px solid #cdd2d0;
    width: 100%;
  }

  .shop-subtitle {
    /* background: #efeff1; */
    padding: 1rem 0;
    color: #000;
    font-size: 2rem;
  }

  .box-shop-title {
    background: #fff;
  }

  .shop-title {
    padding: 4rem 0;
  }

  .shop-title-desc {
    padding-top: 7rem;
    padding-left: 8rem;
  }

  .shop-title hr {
    max-width: 8rem;
    background: #ebeaef;
    height: 0.8rem;
    margin: 0;
    text-align: left;
  }

  .shop-title h1 {
    color: #000;
    margin-top: 0.8rem;
    margin-bottom: 4rem;
    font-size: 3.1rem;
    font-weight: bold;
  }

  .shop-title h2 {
    color: #000;
    font-size: 2.5rem;
  }

  .shop-title img {
    max-width: 80%;
  }

  .box-shop-desc {
    background: #efeff1;
  }

  .shop-desc {
    padding: 8rem 0;
  }

  .img-shop-desc {
    max-width: 70%;
  }

  .box-shop-list {
    background: #fff;
    padding-top: 20px;
  }

  .item-wrapper {
    /* background: #fff; */
    padding-top: 20px;
  }

  .content-title h3 {
    color: #000 !important;
    font-size: 4rem;
  }
  /* -end- 무인판매대 페이지 */

  /* 매장정보 페이지 */
  .box-shop-time-title {
    padding-bottom: 12rem;
  }

  .top-contents {
    width: 100% !important;
  }

  .shop-time-subtitle {
    font-size: 2rem !important;
    letter-spacing: -1px;
  }
  /* -end- 매장정보 페이지 */

  /* 수행사례 페이지 */
  /* -end- 수행사례 페이지 */

  /* 이용방법 페이지 */
  .box-usage-subtitle {
    background: #efeff1;
    border-bottom: 2px solid #cdd2d0;
    width: 100%;
  }

  .usage-subtitle {
    /* background: #efeff1; */
    padding: 1rem 0;
    color: #000;
    font-size: 2rem;
  }

  .usage-section {
    padding: 7rem 0;
    width: 100%;
  }

  .usage-section-1, .usage-section-3 {
    background: #fff;
  }

  .usage-section-2, .usage-section-4 {
    background: #efeff1;
  }

  .usage-section-1 {
    padding-top: 8rem;
  }

  .usage-title {
    padding-top: 15rem;
  }

  .usage-title hr {
    max-width: 8rem;
    background: #ebeaef;
    height: 0.8rem;
    margin: 0;
    text-align: left;
  }

  .usage-section-1 h1 {
    font-weight: bold;
    font-size: 3.7rem;
    color: #000;
  }

  .usage-section-1 h2 {
    font-size: 2.5rem;
    color: #000;
  }

  .usage-section-1 .home-image {
    max-width: 80%;
  }

  .usage-section h3 {
    font-size: 4rem;
    color: #000;
    margin-bottom: 5rem;
  }

  .usage-section-2 .desc-image, .usage-section-3 .desc-image {
    max-width: 100%;
  }

  .usage-section-4 .btn-shortcut {
    max-width: 45%;
  }
  /* -end- 이용방법 페이지 */

  /* 소상공인육성 페이지 */
  .box-rearing-subtitle {
    background: #efeff1;
    border-bottom: 2px solid #cdd2d0;
    width: 100%;
  }

  .rearing-subtitle {
    /* background: #efeff1; */
    padding: 1rem 0;
    color: #000;
    font-size: 2rem;
  }

  .rearing-section {
    padding: 7rem 0;
    width: 100%;
  }

  .rearing-section-1 {
    background: #fff;
    padding-top: 8rem;
  }

  .rearing-title {
    padding-top: 15rem;
  }

  .rearing-title hr {
    max-width: 8rem;
    background: #ebeaef;
    height: 0.8rem;
    margin: 0;
    text-align: left;
  }

  .rearing-section-1 h1 {
    font-weight: bold;
    font-size: 3.7rem;
    color: #000;
  }

  .rearing-section-1 h2 {
    font-size: 2.5rem;
    color: #000;
  }

  .rearing-section-1 .home-image {
    max-width: 80%;
  }

  .rearing-section-2 {
    background: #efeff1;
  }

  .rearing-section-2 .list-image {
    max-width: 20%;
    margin-top: 4rem;
  }

  .rearing-section-2 .desc-image {
    max-width: 60%;
    margin-bottom: 4rem;
  }

  .rearing-section-2 h1 {
    font-weight: bold;
    font-size: 4rem;
    color: #000;
  }

  .rearing-section-2 h2 {
    font-size: 3rem;
    color: #08b1bc;
    letter-spacing: -1px;
  }

  .rearing-bottom-divider {
    border-bottom: 2px dotted #08b1bc;
  }

  .rearing-left-divider {
    border-left: 2px dotted #08b1bc;
  }
  /* -end- 소상공인육성 페이지 */
}

/* Tablet */
/* @media only screen and (min-width: 769px) and (max-width: 992px) {
  .desktop-content {
    display: none;
  }

  .mobile-content {
    display: none;
  }
} */

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .desktop-content {
    display: none;
  }

  .mobile-content {
    display: block;
  }

  /* Intro 페이지 */
  .section {
    padding: 4rem 0;
    width: 100%;
  }

  .section-1, .section-3 {
    background: #10445f;
  }

  .section-1 {
    padding-top: 8rem;
  }

  .section-2 {
    background: #fff;
  }

  .section-1 h1 {
    font-weight: bold;
    font-size: 6rem;
    color: #fff !important;
    margin-top: 1rem;
  }

  .section-1 h2 {
    font-size: 3rem;
    color: #71a0b8;
    margin-bottom: 0;
  }

  .section-1 .home-image {
    width: 60%;
  }

  .intro .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 .section-2-first {
    padding-top: 8rem;
  }
  
  .section-2 .section-2-last {
    padding-bottom: 8rem;
  }

  .section-2 .qutation-marks {
    max-width: 10%;
  }

  .section-2 h2 {
    font-weight: normal;
    font-size: 3.5rem;
    color: #000;
  }

  .section-2 .box-desc {
    padding-top: 2rem;
  }

  .box-desc img {
    max-width: 12rem;
  }

  .box-desc .desc-text {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1.7rem;
    color: #63c4e4;
    letter-spacing: -2px;
  }

  .section-3 a {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 2.5rem;
    color: #fff;
    border: 1px solid #fff;
  }
  /* -end- Intro 페이지 */

  /* 무인판매대 페이지 */
  .shop-subheader {
    background: #efeff1;
  }

  .shop-subheader-box {
    padding: 10rem 0 6rem;
  }

  .shop-type-place {
  }

  .shop-type-place h1, .shop-type-place h2 {
    color: #000 !important;
  }

  .shop-type-place h1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 0;
  }

  .shop-type-place h2 {
    font-size: 1.9rem;
    margin-top: 0;
  }

  .shop-place-desc {
    position: relative;
    margin-bottom: 10rem;
  }

  .shop-place-desc .bg-shop {
    max-width: 80%;
  }

  .box-owner-desc, .box-advertiser-desc {
    width: 50%;
    position: absolute;
    bottom: -7rem;
    text-align: center;
  }

  .box-owner-desc {
    left: 0;
  }

  .box-advertiser-desc {
    right: 0;
  }

  .owner-desc, .advertiser-desc {
    max-width: 80%;
  }

  .content-title h3 {
    color: #000 !important;
    font-size: 1.7rem;
  }
  /* -end- 무인판매대 페이지 */

  /* 매장정보 페이지 */
  .shop-type-time {
  }

  .shop-type-time h1, .shop-type-time h2 {
    color: #000 !important;
  }

  .shop-type-time h1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 0;
  }

  .shop-type-time h2 {
    font-size: 1.9rem;
    margin-top: 0;
    line-height: 150%;
  }

  #reservation-form {
    background: #10445f !important;
    color: #fff !important;
    margin-top: 0 !important;
  }

  #reservation-form form {
    padding: 1rem 0 !important;
  }

  /* -end- 매장정보 페이지 */

  /* 수행사례 페이지 */
  /* -end- 수행사례 페이지 */

  /* 이용방법 페이지 */
  .usage-section {
    padding: 7rem 0;
    width: 100%;
  }

  .usage-section-1, .usage-section-3 {
    background: #efeff1;
  }

  .usage-section-2, .usage-section-4 {
    background: #fff;
  }

  .usage-section-1 {
    padding-top: 8rem;
  }

  .usage-section-1 h1 {
    font-weight: bold;
    font-size: 4rem;
    color: #000;
  }

  .usage-section-1 h2 {
    font-size: 1.6rem;
    color: #000;
  }

  .usage-section-1 .home-image {
    max-width: 80%;
  }

  .usage-section h3 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 3rem;
  }

  .usage-section-2 .desc-image, .usage-section-3 .desc-image {
    max-width: 100%;
  }

  .usage-section-4 .btn-shortcut {
    max-width: 55%;
  }
  /* -end- 이용방법 페이지 */

  /* 소상공인육성 페이지 */
  .rearing-section {
    padding: 7rem 0;
    width: 100%;
  }

  .rearing-section .list-image {
    max-width: 80%;
  }

  .rearing-section .desc-image {
    max-width: 75%;
    padding-top: 3rem;
  }

  .rearing-section .box-rearing-title {
    padding-left: 0;
    padding-top: 2rem;
    margin-left: -0.5rem;
  }

  .rearing-section h1 {
    font-weight: bold;
    font-size: 2.8rem;
    color: #000;
    margin: 0;
  }

  .rearing-section h2 {
    font-size: 1.7rem;
    color: #08b1bc;
    margin: 0;
    letter-spacing: -1px;
  }

  .rearing-background-divider {
    border-bottom: 2px dotted #08b1bc;
  }

  .rearing-section-1 {
    background: #efeff1;
  }

  .rearing-section-1 {
    padding-top: 8rem;
  }

  .rearing-section-1 h1 {
    font-weight: bold;
    font-size: 4rem;
    color: #000;
    margin-bottom: 1rem;
  }

  .rearing-section-1 h2 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 2rem;
  }

  .rearing-section-1 .home-image {
    max-width: 80%;
  }
  /* -end- 소상공인육성 페이지 */
}