.museum-container {
  min-width: 820px;
}

.museum-container .register {
  background: #FFFEF8;
}

.museum-container .register .museum-title {
  color: #033146;
}

.museum-container .register .register-detail {
  margin-top: 25.5px;
}

.museum-container .register .button-area {
  width: 100%;
  margin-top: 100px;
}

.museum-container .register .button-area a {
  text-decoration: none;
  width: 300px;
  margin: 0 auto;
}

.museum-container .register .box {
  width: 820px;
  margin: 0 auto;
  margin-top: 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #333333;
  border-radius: 5px;
}

.museum-container .register .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.museum-container .register .box .row .title {
  width: 246px;
  min-width: 246px;
  background: #4586C7;
  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;
  border-bottom: 1px solid #FFF;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.museum-container .register .box .row .title span {
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFF;
}

.museum-container .register .box .row .input-wrapper {
  width: 100%;
  padding: 44px 25px 44px 25px;
  border-bottom: 1px solid #707070;
}

.museum-container .register .box .row .input-wrapper .input-text {
  width: 400px;
  height: 40px;
  min-height: 100%;
  max-height: 40px;
  font-size: 1.125rem;
}

.museum-container .register .box .row .input-wrapper .supplement {
  padding-top: 9px;
}

.museum-container .register .box .row .input-wrapper span {
  font-size: 1rem;
  color: #033146;
  letter-spacing: normal;
}

.museum-container .register .box .row .input-wrapper .password-wrapper {
  width: 400px;
}

.museum-container .register .box .row .input-wrapper .password-wrapper .input-text {
  width: 100%;
}

.museum-container .register .box .row:last-child .title,
.museum-container .register .box .row:last-child .input-wrapper {
  border-bottom: 0;
}

.museum-container .register .box-bottom {
  width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 80px 0;
}

.museum-container .register .box-bottom span {
  color: #033146;
  font-size: 1rem;
}

.museum-container .register .box-bottom .confirm-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29px;
}

.museum-container .register.confirm .box .row .input-wrapper {
  padding: 31px 25px;
}

@media screen and (max-width: 950px) {
  .museum-container {
    min-width: auto;
  }
  .museum-container .register .box {
    width: 100%;
  }
  .museum-container .register .box .row .title {
    min-width: 150px;
  }
  .museum-container .register .box .row .input-wrapper .input-text {
    width: 70%;
  }
  .museum-container .register .box .row .input-wrapper .password-wrapper {
    width: 70%;
  }
  .museum-container .register .box-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .museum-container .register .box .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .museum-container .register .box .row .title {
    width: 100%;
    padding: 20px 0;
  }
  .museum-container .register .box .row .input-wrapper {
    padding: 24px 25px 24px 25px;
  }
  .museum-container .register .box .row .input-wrapper .input-text {
    width: 100%;
  }
  .museum-container .register .box .row .input-wrapper .password-wrapper {
    width: 100%;
  }
  .museum-container .register.confirm .box-bottom .confirm-button {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .museum-container .register.confirm .box-bottom .confirm-button .button-primary {
    margin-left: 0 !important;
    width: 100%;
  }
  .museum-container .register.confirm .box-bottom .confirm-button .button-default {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .museum-container .register .button-area a {
    width: 80%;
  }
}
