productDetail.scss 2.16 KB
.product_detail_container{
  padding: 0px;
}
.detail_bg_wrap {
  position: relative;
  .top_bg {
    width: 100%;
  }
  .detail_wrap {
    position: absolute;
    width: 100%;
    top: 1.5rem;
    .sec_wrap {
      margin: 0 10px;
      .product_dsc {
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 1rem;
        .dsc_name {
          font-size: 28px;
          font-weight: bold;
          font-style: italic;
        }
        .dsc_bank {
          font-size: 19px;
          font-weight: 500;
          padding: 0.5rem;
        }
        .dsc_col {
          font-size: 14px;
          .title_img {
            width: 25px;
            height: 25px;
            font-size: 0;
            vertical-align: middle;
            margin-right: 5px;
          }
        }
      }

      .detail_dsc {
        text-align: center;
        .dsc_name {
          font-size: 17px;
          color: #6374FB;
          line-height: 20px;
        }
        .dsc_amount {
          font-size: 42px;
          padding: 10px 0px;
        }
        .dsc_col {
          color: #999999;
          font-size: 14px;
          .col_title {
            color: #333333;
            font-size: 21px;
          }
          .font_red {
            color: #F84133;
          }
        }
      }

      .product_detail_wrap, .detail_dsc {
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        background-color: #ffffff;
      }
      .product_detail_wrap{
        .apply_name {
          position: relative;
          margin-bottom: 10px;
          font-size: 0;
          font-weight: bold;
          .title_img {
            width: 17px;
            height: 20px;
            vertical-align: -4px;
            margin-right: 10px;
          }
          span {
            font-size: 17px;
          }
        }
        .detail_ord {
          line-height: 25px;
          margin-bottom: 10px;
          text-align: justify;
          label {
            width: 80px;
            font-weight: bold;
          }
          div {
            text-indent: 2em;
          }
        }
      }
      .detail_btn{
        padding: 20px 10px;
      }
    }
  }
}