.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;
    margin: 0 1%;
}

main > section > article {
  width: 97%;
  background-color:white;
  border-radius: 1rem;
  margin: 1.7rem auto;
  padding: 1.5rem 1rem;
  text-align: justify;
  word-break: keep-all;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
*/

main > section > article {
  width: 98%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 1rem;
  margin: 1rem auto;
  padding: 1.8rem 1rem;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  /* text-align: justify; */
  word-break: keep-all;
  box-shadow: 0 2px 3px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

@media screen and (max-width:400px) { 
    main section article {
        margin-top: 2%;
    }
}


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: 0 auto 10px auto;    
    background-color: transparent;
    display: none
}

main section article table thead td {
    padding-bottom: 10px;
}

main section article table tbody {
    border-top: 2px solid gray;
}

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;
} 
}

 /* Text color */
/* Tabs menu */
main > section > nav {
  margin: 0.5rem 0 0 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  border-radius: .125rem .125rem 0px 0px;
}

@media screen and (max-width: 512px) {
  main > section > nav {
    height: 1.875rem;
  }
}

main > section > nav > button {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  cursor: pointer;
  width: 50%;
  height: 3.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
  main > section > nav > button {
    height: 1.875rem;
    font-size: 1rem;
  }
}

main > section > nav > button:before {
  background-image: linear-gradient(135deg, #374e7a 0%, #0e1734 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

main > section > nav > button:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}

main > section > nav > button.active {
  background-color: white;
  z-index: 3;
  border-right: 0px;
  border-left: 0px;
  height: 3.75rem;
  bottom: 0px;
  color: #0c1631;
  overflow: hidden;
  font-weight: 600;
}

@media screen and (max-width: 512px) {
  main > section > nav > button.active {
    height: 2.5rem;
  }
}

main > section > nav > button.active:before {
  content: "";
  width: 100%;
  height: .3125rem;
  top: 0;
  left: 0;
  z-index: 2;
  color: #0c1631;
}

main > section > nav > button.active p {
  opacity: 1;
  z-index: 3;
  background: -webkit-linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
  -webkit-background-clip: text;
  color: #0c1631;
}

main > section > nav > button.active:hover p {
  opacity: 1;
  z-index: 3;
  background: -webkit-linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
  -webkit-background-clip: text;
  color: #0c1631;
}

main > section > nav > button p {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 600;
  color: #0c1631;
}

main > section > nav > button p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
  color: #0c1631;
}

@media screen and (max-width: 512px) {
  main > section > nav > button p:before {
    display: none;
    color: #10495f;
  }
}

main > section > nav > button:hover p {
  color: white;
  opacity: 1;
}

@media screen and (max-width: 512px) {
  main > section > nav > button:hover p {
    color: white;
    opacity: 0.6;
  }
}

main > section > nav > button:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

@-webkit-keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@-webkit-keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}