#experience {
  max-width: 1920px;
  height: 820px;
  background-image: url(../../img/trial/public_image_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
  padding: 80px 200px;
  box-sizing: border-box;
}

#experience p {
  padding: 0;
  margin: 0;
}

#experience .experience-box {
  /* width: 484px; */
  width: 580px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

#experience .experience-box .title {
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #17233d;
  margin-bottom: 38px;
}

#experience .experience-box .line {
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
}

#experience .experience-box > p {
  /* font-size: 13px; */
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
	font-stretch: normal;
  letter-spacing: 2px;
  color: #515a6e;
  /* margin-top: 45px; */
  margin-top: 38px;
  text-align: justify;
}

#experience .experience-box .experience-code {
  display: flex;
  margin-top: 40px;
}

#experience .experience-box .experience-code img {
  /* width: 96px;
  height: 96px; */
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border: 1px solid #1d7ce1;
}

#experience .experience-box .experience-code .code-box {
  margin-right: 48px;
  white-space: nowrap;
}

#experience .experience-box .experience-code .code-box:last-child {
  margin-right: 0;
}

#experience .experience-box .experience-code .code-box p:nth-child(1) {
  /* font-size: 18px; */
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #17233d;
}

#experience .experience-box .experience-code .code-box p:nth-child(2) {
  /* font-size: 14px; */
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #1d7ce1;
  margin-top: 6px;
}

#experience .experience-box .experience-code .code-box p:nth-child(3) {
  font-size: 18px;
  color: #515a6e;
}

#experience .experience-frame {
  width: 409px;
  /* height: 530px; */
  height: 599px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  border: solid 1px #c5c8ce;
  padding: 25px 40px 20px;
  box-sizing: border-box;
  position: relative;

  flex-shrink: 0;
}

#experience .experience-frame .frame-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  color: #17233d;
  margin-bottom: 10px;
}

#experience .experience-frame > p {
  /* font-size: 12px; */
  line-height: 18px;
  /* color: #808695; */
  font-size: 14px;
  color: red;
  margin-bottom: 20px;
}

#experience .experience-frame .frame-input {
  margin-top: 10px;
  position: relative;
}

#experience .experience-frame .frame-input label {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #1d7ce1;
  border-left: 1px solid #dcdee2;
  text-decoration: none;
  padding-left: 10px;
  position: absolute;
  right: 12px;
  bottom: 0;
  cursor: pointer;
}

#experience .experience-frame .frame-input .input-title {
  /* font-size: 14px; */
  font-size: 16px;
  color: #252d40;
}
#experience .experience-frame .frame-input:nth-child(n + 6) .input-title b {
  /* font-weight: normal; */
}
#experience .experience-frame .frame-input .input-title > span {
  font-size: 16px;
  color: #c93a55;
}

#experience .experience-frame .frame-input input, #experience .experience-frame .frame-input textarea {
  width: 100%;
  /* height: 26px; */
  /* font-size: 14px; */
  height: 36px;
  font-size: 16px;
  outline: none;
  border: 1px solid #c5c8ce;
  margin-top: 2px;
  padding-left: 8px;
  box-sizing: border-box;
}
#experience .experience-frame .frame-input textarea {
  height: auto;
  resize: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

#experience .experience-frame .frame-input input::placeholder,
#experience .experience-frame .frame-input textarea::placeholder {
  color: #c5c8ce;
}

#experience .experience-frame > input {
  display: block;
  width: 99%;
  height: 28px;
  margin: 40px auto 0;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  text-shadow: 0 1px 5px #000000;
  cursor: pointer;
  background-image: linear-gradient(-90deg, #1d7ce1 0%, #29b8f4 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

#experience .experience-frame > input:active {
  background-image: linear-gradient(-90deg, #2b6fb8 0%, #3499c4 100%),
    linear-gradient(#1d7ce1, #1d7ce1);
}

#experience .phone-experience {
  display: none;
}

#experience .experience-frame .form-submit-message {
  /* position: absolute; */
  /* left: 40px;
  right: 40px; */
  padding: 5px 0;
  /* bottom: 95px; */
}

.send-btn {
  pointer-events: none;
  color: #c7c8cc !important;
}

@media screen and (max-width: 1439px) {
  #experience {
    justify-content: center;
    padding: 80px;
  }
  #experience .experience-box {
    margin-right: 50px;
  }
  #experience .experience-box .title {
    font-size: 48px;
  }
  #experience .experience-box .experience-code img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #experience .experience-box .experience-code .code-box p:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
  }
  #experience .experience-box .experience-code .code-box p:nth-child(2),
  #experience .experience-box .experience-code .code-box p:nth-child(3) {
    font-size: 12px;
  }
}

@media screen and (max-width: 959px) {
  #experience {
    padding: 0 4%;
    margin: 180px 0 100px;
    align-items: center;
    flex-direction: column;
  }
  #experience .experience-box {
    display: none;
  }
  #experience .phone-experience {
    display: block;
  }
  #experience .experience-frame,
  #experience .phone-experience {
    width: 90%;
  }
  /* #experience .experience-frame {
    height: auto;
  } */
  #experience .phone-experience > p {
    width: 90%;
    font-size: 12px;
    color: #515a6e;
    text-align: center;
    margin: 10px auto;
  }
  #experience .phone-experience .phone-img {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  #experience .phone-experience .phone-img h3 {
    font-size: 16px;
    text-align: center;
  }
  #experience .phone-experience .phone-img img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px auto 0;
  }
  #experience .phone-experience .phone-img .phone-img-box {
    width: 50%;
  }
  #experience .phone-experience .phone-img .phone-img-box p {
    font-size: 12px;
    padding: 2px 0;
    text-align: center;
  }
  #experience .phone-experience .phone-img .phone-img-box .we-chat {
    font-size: 14px;
    color: #1d7ce1;
  }
  #experience .experience-frame .form-submit-message {
    bottom: 54px;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  #experience .experience-frame .frame-input .input-title {
    left: 10px;
    /* top: 27px; */
    top: 31px;
    font-size: 12px;
    /* transform: scale(0.8); */
    display: inline-block;
    position: relative;
  }
  #experience .experience-frame .frame-input input,
  #experience .experience-frame .frame-input textarea {
    padding-left: 95px;
    font-size: 12px;
    border-radius: 3px;
  }
  #experience .experience-frame .frame-input textarea {
    padding-top: 8px;
  }
  #experience .experience-frame .frame-input .input-title b {
    padding-right: 14px;
    font-weight: 700;
    border-right: 1px solid #c5c8ce;
  }
  #experience .experience-frame .frame-input label {
    font-size: 12px;
    border-left: none;
  }
  #experience .experience-frame {
    padding: 20px 25px;
  }
  #experience .experience-frame .frame-input:nth-child(n) .input-title b {
    font-weight: normal;
  }
}
@media (width: 320px) and (height: 568px) {
  #experience .experience-frame .frame-input label {
    padding-left: 1px;
  }
  #experience .experience-frame .frame-input {
    margin-top: 12px;
  }
}

@media screen and (max-width: 374px) {
  #experience .experience-frame .frame-input .input-title {
    font-size: 12px;
  }
  #experience .experience-frame .frame-input input, #experience .experience-frame .frame-input textarea {
    font-size: 12px;
  }
}
