/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:371px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .none-mobile {
    display: none;
  }

  .minmobile {
    display: block;
  }

  .wrapper {
    min-height: 100%;
    width: 100%;
  }

  .wrapper2 {
    min-height: auto;
    width: 100%;
  }

  .container {
    font-weight: normal;
    min-height: 100%;
    padding-left: 0%;
  }
  .container-login {
    font-weight: normal;
    min-height: 100%;
  }

  .content {
    text-align: center;
    width: 90%;
    min-height: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    margin: auto;
  }

  .sub-content {
    text-align: center;
    width: 90%;
    min-height: auto;
    margin: auto;
  }

  /*login : Start =============================================================================*/
  .login-place>h1 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 26px;
    color: #313b4a;
  }

  .login-place {
    background-color: white;
    padding: 40px;
    margin-top: 10%;
    width: -webkit-fill-available;
    border-radius: 0px;
    display: inline-block;
  }

  .login_inputbox {
    width: -webkit-fill-available;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cecfd1;
    box-shadow: none;
    color: #4D4D4D;
  }

  .login_btn {
    background-color: #1A3A5F;
    border: none;
    border-radius: 0px;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    height: 80px;
    font-weight: bold;
      -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
      /* Firefox 3.5 - 3.6 */
      box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.3);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }

  /*login : End =============================================================================*/
  /*footer : start =============================================================================*/
  #footer {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    position: inherit;
    width: 100%;
    bottom: 0;
    text-align: center;
    height: 30px;
    padding-top: 20px;
    background-color: #323030;
    color: #cecfd1;
  }

  /*footer : end =============================================================================*/
  /* member_list: Start ============================================================================= */
  .main-table {
    width: 100%;
    display: block;
  }

  .mm_ta2 {
    line-height: 2;
    display: block;
    font-size: 16px;
    text-align: left;
    padding-left: 10%;
  }

  .search-place {
    border-radius: 0px;
    background-color: white;
  }

  .page-title {
    font-size: 25px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 500;
  }

  .page-subtitle {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }

  .sos {
    width: 123px;
    height: 35px;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
  }

  .search-name {
    width: 123px;
    height: 35px;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
  }

  .search-box {
    width: 207px;
    height: 25px;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .start-date {
    width: 81px;
    height: 25px;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
    margin-top: 5px;
  }

  .end-date {
    width: 81px;
    height: 25px;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
    margin-top: 5px;
  }

  .m_ta1 {
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    text-align: left;
    background-color: #1A3A5F;
    color: #FFF;
    padding: 10px;
    border-right: 1px solid #FFF;
  }

  .m_ta2 {
    font-size: 12px;
    font-weight: normal;
    height: 48px;
    text-align: left;
    color: #777;
    padding: 10px;
    border-bottom: 2px solid #ededed;
    line-height: 1.4em;
  }

  .m_ta2_1 {
    font-size: 12px;
    font-weight: normal;
    height: 48px;
    text-align: center;
    color: #777;
    padding: 5px 1%;
    border-bottom: 2px solid #ededed;
    line-height: 1.4em;
    background-color: #FAEBD7;
  }

  .m_t3 {
    font: 12pt;
    font-weight: normal;
    margin-top: 23px;
  }
  .mtr {
    display: block;
    text-align: left;
    border-top: 2px solid #ededed;
    padding: 25px 7%;
    width: 100%;
  }

  /* member_list : End ============================================================================= */
}
