@charset "euc-kr";

@media (min-width:300px) and (max-width:639px) {

  .honortitle {
    display: none;
  }

  .honortitle_m {
    display: block;
  }

  .sub-content_view {
    display: none;
    border-top: #000 2px solid;
  }

  .sub-content_view_m {
    display: block;
  }
  .sub-content_1_table {
    margin-top: 28px;
    margin-bottom: 50px;
  }
  
  .sct_width_1  {
    height: 150px;
  }
  
  .sct_width_img {
            background-color: #d2d2d2;
            width: 230px;
            height: 280px;
            margin-bottom: 30px;
            border-radius: 10%;
  }
  
  .sub-content_2_table {
            border: #c6c6c6 2px solid;
  }
  
  .sub-content_2_table tr {
    border-bottom: #d2d2d2 1px solid;
  }
  
  .sct_width_2_1 {
    text-align: center;
          border-right: #d2d2d2 1px solid;
          background-color: #f9f9f9;
          width: 160px;
          font-weight: 600;
  }
  
  .sct_width_2_2 {
            width: 430px;
            padding: 14px 14px 14px 11px;
  }
  
}