@media all and (min-width:1024px) {
  .subcontents {
    width: 100%;
    height: auto;

    margin-bottom: 80px;
  }

  .subcontents {
    width: 100%;
    height: auto;
    margin-bottom: 80px;

  }

  .innercontents {
    width: 80%;
    min-width: 1023px;
    margin: 0 auto;
    overflow: hidden;

  }

  .innercontents ul {
    width: 100%;
    margin: 0 auto;

    box-sizing:border-box;

  }

  .innercontents ul li {
    width: 32%;
    float: left;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 0 5px 50px 0;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 6px;

    cursor: pointer;
  }

  .prfwrap {
    width: 100%;
  }

  .prfImgwrap {
    width: 100%;
    overflow: hidden;
  }
  .prfImg {
    width: 100%;
    /* height: auto;  */
    height: 220px;
  }

  .prfexpln {
    width: 95%;
    margin: 0 auto;

  }

  .prfexpInner {
    display: flex;
    line-height: 2.2;
  }

  .prfnm {
    text-align: left;
    font-weight: 550;
    line-height: 1.3;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
  }

  .prfexpIn {
    text-align: left;
    font-weight: 550;
    line-height: 2.5;
    font-size: 20px;
  }

  .prfextitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 2;
    /* identical to box height, or 13px */
    
    letter-spacing: -0.03em;
    
    color: #ACACAC;

  }

  .prfex {
    text-align: left;
  }
  
  .prfImg  {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: all 0.3s ease-in-out; }
  .prfImg:hover { transform: scale(1.04); -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04);}

}

@media all and (min-width:768px) and (max-width:1023px) {

  .subcontents {
    width: 100%;
    height: auto;

    margin-bottom: 80px;
  }

  .subcontents {
    width: 100%;
    height: auto;
    margin-bottom: 80px;

  }

  .innercontents {
    width: 80%;
    min-width: 758px;
    margin: 0 auto;
    overflow: hidden;
  }

  .innercontents ul {
    width: 100%;
    margin: 0 auto;

    box-sizing:border-box;

  }

  .innercontents ul li {
    width: 32.6%;
    margin: 0 auto;
    /* height: 360px; */
    float: left;
    box-sizing: border-box;
    padding: 3px 3px;
    margin: 0 5px 30px 0;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 6px;

    cursor: pointer;
  }

  .prfwrap {
    width: 100%;
  }

  .prfImgwrap {
    width: 100%;
    overflow: hidden;
  }
  .prfImg {
    width: 100%;
    height: auto; 
  }

  .prfexpln {
    width: 98%;
    margin: 0 auto;

  }

  .prfexpInner {
    display: flex;
    line-height: 2.2;
  }

  .prfnm {
    text-align: left;
    font-weight: 550;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .prfexpIn {
    text-align: left;
    font-weight: 550;
    line-height: 2.5;
    font-size: 16px;
  }

  .prfextitle {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 2.5;
    /* identical to box height, or 13px */
    
    letter-spacing: -0.03em;
    
    color: #ACACAC;
  }

  .prfex {
    text-align: left;
    font-size: 14px;
  }
  
  .prfImg  {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: all 0.3s ease-in-out; }
  .prfImg:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}

}

@media all and (max-width:767px) {



  .subcontents {
    width: 100%;
    height: auto;

    margin-bottom: 80px;
  }

  .subcontents {
    width: 100%;
    height: auto;
    margin-bottom: 80px;

  }

  .innercontents {
    width: 90%;
    min-width: 370px;
    margin: 0 auto;
    overflow: hidden;
  }

  .innercontents ul {
    width: 100%;
    margin: 0 auto;

    box-sizing:border-box;

  }

  .innercontents ul li {
    width: 48%;
    margin: 0 auto;
    /* height: 360px; */
    float: left;
    box-sizing: border-box;
    padding: 3px 3px;
    margin: 0 5px 30px 0;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 6px;

    cursor: pointer;
  }

  .prfwrap {
    width: 100%;
  }

  .prfImgwrap {
    width: 100%;
    overflow: hidden;
  }
  .prfImg {
    width: 100%;
    height: auto; 
  }

  .prfexpln {
    width: 98%;
    margin: 0 auto;

  }

  .prfexpInner {
    display: flex;
    line-height: 2.2;
  }

  .prfnm {
    text-align: left;
    font-weight: 550;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .prfexpIn {
    text-align: left;
    font-weight: 550;
    line-height: 2.5;
    font-size: 16px;
  }

  .prfextitle {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    /* identical to box height, or 13px */
    
    letter-spacing: -0.03em;
    
    color: #ACACAC;
  }

  .prfex {
    text-align: left;
    font-size: 12px;
  }
  
  .prfImg  {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: all 0.3s ease-in-out; }
  .prfImg:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}

}