.checks {
    position: relative
}

.checks input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checks input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.checks input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05)
}

.checks input[type=checkbox]+label:active:before,
.checks input[type=checkbox]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

.checks input[type=checkbox]:checked+label:before {
    content: '\2714';
    color: #f73e1d;
    text-shadow: 1px 1px #fff;
    background: #e9ecee;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1)
}

main section article {
    background-color: transparent;
    display: none
}

main section article span.alertTxt {
    display: inline-block;
    margin: 5px 0 0 10px;
    background-color: transparent;
    font-size: 1em;
    font-weight: 600;
    color: #e81c42
}

main section article span.text-danger {
    display: inline-block;
    margin: 5px 0 0 3%;
    background-color: transparent;
    font-size: 0.9em;
    font-weight: 600;
    color: #e81c42
}

main section article table {
    width: 94%;
    margin: 10px auto;
    border-top: 2px solid gray;
    background-color: transparent;
    display: none
}

main section article table tfoot td {
    padding-top: 10px;
}

main section article table caption {
    display: none
}

main section article table col:nth-child(1) {
    width: 35%;
    background-color: transparent
}

main section article table col:nth-child(2) {    
    background-color: transparent
}

main section article table tbody tr {
    height: 35px;
    border-bottom: 1px dashed gray
}

main section article table tbody tr:last-child {
    border-bottom: 2px solid gray
}

main section article table tbody tr td {
    font-size: 1em;
    font-weight: 500;
    padding: 1% 0
}

main section article table tbody tr td:nth-child(1) {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px dashed gray;
    background-color: #efefef;
    font-weight: 400
}

main section article table tbody tr td:nth-child(2) {    
  text-align: left;
        padding-left: 2%;
    font-weight: 400
}

main section article table tbody tr td input[type=text] {
    width: 90%;
    height: 35px;
    margin: 0 3%;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

main section article table tbody tr td input[type=password] {
    width: 90%;
    height: 35px;
    margin: 0 3%;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

main section article table tbody tr td select {
    width: 90%;
    height: 35px;
    margin: 0 3%;
    background: url(/upload/10/service/a/14_10/minihome/images/arrowBtn.gif) no-repeat 95% 50% #fff;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

main section article form table button,
main section article form table .submitbtn,
  main section article form table .memjoinlink {
    margin: 5px auto;
    border: 2px solid #5a573d;
    border-radius: 8px;
    width: 120px;
    height: 35px;
    min-width: 120px;
    min-height: 35px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9ecee;
    color: #000;
    cursor: pointer
}

 main section article form table .passwdChange {    
    width: 200px;
}

main section article form table button:hover,
main section article form table .submitbtn:hover,
  main section article form table .memjoinlink {
    background-color: #e81c42;
    color: #fff;
    border: none
}

main section .btnRemove {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    border: 2px solid #5a573d;
    border-radius: 8px;
    width: 90px;
    height: 22px;
    min-width: 90px;
    min-height: 22px;
    font-family: NanumGothic;
    font-size: 10pt;
    font-weight: 600;
    line-height: 22px;
    background-color: #e9ecee;
    color: #000;
    cursor: pointer
}

main section .btnRemove:hover {
    background-color: #e81c42;
    color: #fff;
    border: 2px solid #e06b80
}

@media (max-width:775px){	
 
  main section article form table button,
main section article form table .submitbtn,
  main section article form table .memjoinlink {
    width: 45%;
}

 main section article form table .passwdChange {    
    width: 45%;
}
}

@media (max-width:645px){	
  main section article table {
    font-size: 0.89em;
    line-height:0.89em;
}

    main section h2 {
      font-size: 1.6em;
	}
 
}