:root {
  font-size: 2px;
}

#header {
  position: fixed !important;
}

.Pageservice .content {
  min-height: 75vh;
  padding-top: 150px;
  padding-bottom: 250px;
}

.Pageservice .job-detail,
.Pageservice .submit {
  width: 1200px;
  margin: 0 auto;
}

.Pageservice .job-detail.hidden,
.Pageservice .submit.hidden,
#loading-icon.hidden {
  display: none;
}

.Pageservice .job-detail .title,
.Pageservice .submit .title {
  font-size: 14rem;
  padding-left: 8px;
  border-left: 5px solid #2cacfa;
  color: #2d4c6b;
}

.Pageservice .job-detail .subtitle {
  padding: 10px 0 10px 13px;
  color: #a9a9a9;
  font-size: 8rem;
}

.Pageservice .job-detail .subtitle span {
  display: inline-block;
  margin-right: 8px;
}

.Pageservice .job-detail .job-content {
  min-height: 300px;
  padding: 50px 13px;
  color: #2d4c6b;
  font-size: 9rem;
}

.Pageservice .job-detail .content-title {
  padding: 12px 0;
}

.Pageservice .job-detail .job-content ul {
  margin-bottom: 25px;
}

.Pageservice .job-detail .job-content li {
  padding: 6px 0;
}

.Pageservice .job-detail .join-button,
.return-button,
#submit-button {
  width: 120px;
  height: 50px;
  border-radius: 8px;
  background-color: #2cacfa;
  color: #fff;
  font-size: 10rem;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.join-button:hover,
.return-button:hover,
#submit-button:hover {
  background-color: #69c0f6;
  color: #fff;
}

#submit-button.disable {
  background-color: #cccccc;
  color: #a8a8a8;
  cursor: not-allowed;
}

.Pageservice .logo {
  position: absolute;
  right: 5%;
  top: 78%;
}

.Pageservice .update-box {
  height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.Pageservice .attachment-update,
.Pageservice .file-update {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #d9f4f8;
  color: #a9a9a9;
}

.Pageservice .submit-button-group {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 auto;
}

.Pageservice .submit-description {
  font-size: 8rem;
  text-align: center;
  padding-top: 20px;
}

.Pageservice .attachment-update div,
.Pageservice .file-update div {
  text-align: center;
}

.Pageservice .attachment-update div:first-child,
.Pageservice .file-update div:first-child {
  font-size: 9rem;
  color: #2cacfa;
}

.Pageservice .file-choose {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 8px;
  color: white;
  line-height: 60px;
  font-size: 10rem;
  background-color: #2cacfa;
  cursor: pointer;
}

.Pageservice .file-choose span {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 60px;
  border-radius: 8px;
  color: white;
  line-height: 60px;
  font-size: 10rem;
  background-color: #2cacfa;
}

.Pageservice .file-choose span:hover {
  background-color: #69c0f6;
  color: #fff;
}

.Pageservice .file-choose input {
  width: 300px;
  height: 60px;
}

#submit-button {
  position: relative;
}

#loading-icon {
  position: absolute;
  top: 10px;
  right: 45px;
}
#loading-icon > svg {
  width: 30px;
  height: 30px;
  animation: fa-spin 1s infinite linear;
}
