/* -*- coding: utf-8 -*- */

.contact-head-page-container {
  max-width: var(--medium-width);
}

.contact-form-page-container,
.contact-method-page-container {
  max-width: var(--moderate-width);
}

.contact-head-page-container .division-content {
  align-items: center;
  gap: 20px;
}

.contact-head-page-container .main-title {
  font-weight: 600;
}

.contact-head-page-container .main-abstract {
  font-size: 16px;
}

.contact-method-page-container {
  margin-top: 30px;
}

.contact-method-page-container .division-container {
  gap: 10px;
  justify-content: space-around;
}

.contact-method-page-container .section-content {
  align-items: center;
  /* background: rgba(197, 229, 249, 0.3); */
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(197, 229, 249, 1);
  gap: 10px;
  padding: 30px;
  max-width: 450px;
}

.contact-method-page-container .segment-content {
  align-items: center;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.contact-method-page-container .icon-frame {
  align-items: center;
  background: rgba(151, 215, 255, 1);
  border-radius: 8px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.contact-method-page-container .title {
  font-weight: 600;
  font-size: 20px;
}

.contact-method-page-container .subscript {
  font-size: 12px;
}

.contact-form-page-container {
  margin-top: 30px;
}

.contact-form-page-container .section-content {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  gap: 10px;
  padding: 20px;
}

.contact-form-page-container .title {
  font-weight: 500;
  text-align: center;
}

.contact-form-page-container .placeholder {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.contact-form-page-container .input-text {
  background: rgba(255, 255, 255, 1);
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 50px;
  outline: none;
  padding-left: 25px;
  width: 100%;
}

.contact-form-page-container .input-textarea {
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 16px 25px;
  width: 100%;
}

.contact-form-page-container .send-button {
  margin: 0 0 0 auto;
}

.contact-form-page-container .section-sent {
  align-items: center;
  gap: 30px;
  padding-bottom: 60px;
}

.contact-form-page-container .check-frame {
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(9, 118, 223, 1);
  color: rgba(9, 118, 223, 1);
  display: flex;
  font-size: 48px;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  line-height: 1;
  width: 60px;
}

.contact-form-page-container .title {
  font-weight: 500;
}

.contact-form-page-container .detail {
  font-size: 16px;
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .desktop-user .contact-bg {
    background-image: url("../images/headset-238x400.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: absolute;
    right: 0;
    top: 270px;
    width: 119px;
    z-index: 0;
  }
}
@media only screen and (min-width:769px) and (max-width:960px) {
  .desktop-user .contact-bg {
    background-image: url("../images/headset-238x400.png");
    background-repeat: no-repeat;
    height: 400px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 238px;
    z-index: 0;
  }
}
@media only screen and (min-width:961px) {
  .desktop-user .contact-bg {
    background-image: url("../images/headset-373x488.png");
    background-repeat: no-repeat;
    height: 488px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 373px;
    z-index: 0;
  }
}
