.yourInformation img {
  width: 100%;
}

.yourInformation {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.yourInformation input {
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.yourInformation.is-show {
  opacity: 1;
}

.yourInformation-left {
  width: 45.3125vw;
  position: relative;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.yourInformation-form .form-item .error,
.error {
  visibility: hidden;
  color: #bb0a0a;
  font-size: 14px;
  line-height: 1.375;
}

.yourInformation-left-img {
  width: 45.3125vw;
  position: fixed;
  top: 15px;
  text-align: center;
}

.yourInformation-left-specs {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 100%;
  text-align: center;
}

.yourInformation-left-specs > h2 {
  font-size: 36px;
  line-height: 1.375;
  font-weight: 500;
  margin-top: 6px;
}

.yourInformation-left-specs > p {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 500;
  color: #727272;
}

.yourInformation-left-specs > div {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yourInformation-left-specs > div img {
  width: 36px;
  margin-bottom: 8px;
}

.yourInformation-left-specs > div p {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 500;
}

.yourInformation-left-specs > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 150px;
}
@media (max-width: 991px) {
  .yourInformation-left-specs > div > div {
    width: 120px;
  }
}

.yourInformation-right {
  width: 54.6875vw;
  padding: 100px 5.989583vw 172px 4.6875vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.yourInformation-right .title {
  margin-bottom: 1.145833vw;
}
.yourInformation-right .title h2 {
  font-size: 32px;
  line-height: 1.375;
  font-weight: 600;
}
.yourInformation-right .title p {
  font-size: 18px;
  line-height: 1.375;
  font-weight: 400;
  margin-top: 20px;
  color: #929292;
}

.yourInformation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yourInformation-form input {
  width: 100%;
  height: 49px;
  font-size: 18px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.yourInformation-form .form-item {
  width: calc(50% - 20px);
  margin-top: 8px;
}
.yourInformation-form .form-item p {
  font-size: 16px;
  line-height: 1.375;
}
.yourInformation-form .form-item p:first-child {
  margin-bottom: 5px;
}
.yourInformation-form .form-item .select-option {
  cursor: pointer;
  position: relative;
}
.yourInformation-form .form-item .select-option .arrow {
  position: absolute;
  font-size: 12px;
  right: 20px;
  top: 75%;
  -webkit-transform: translateY(-50%) scale(0.6);
          transform: translateY(-50%) scale(0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.yourInformation-form .form-item .select-option .arrow.arrow-rotate {
  -webkit-transform: translateY(-50%) scale(0.6) rotate(180deg);
          transform: translateY(-50%) scale(0.6) rotate(180deg);
}
.yourInformation-form .form-item .select-option input {
  cursor: pointer;
  padding: 0 23% 0 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.yourInformation-form .form-item .select-option ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e4;
  z-index: 11;
  overflow: hidden;
  max-height: 10vw;
  display: none;
}
.yourInformation-form .form-item .select-option ul li {
  padding: 10px;
}
.yourInformation-form .form-item .select-option ul li:hover {
  background-color: rgb(221, 221, 221);
}
.yourInformation-form .form-item .select-option .isShow1,
.yourInformation-form .form-item .select-option .isShow2,
.yourInformation-form .form-item .select-option .isShow3 {
  display: block;
}

.yourInformation-dealers {
  width: 100%;
  margin-top: 3.645833vw;
  position: relative;
}
.yourInformation-dealers .dealers-tit {
  position: relative;
}
.yourInformation-dealers .dealers-tit h2 {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 600;
}
.yourInformation-dealers .dealers-tit p {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 17px;
}
.yourInformation-dealers .dealers-input {
  width: 100%;
  position: relative;
}
.yourInformation-dealers .dealers-input img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yourInformation-dealers .dealers-input input {
  width: 100%;
  border: 1px solid #c6c6c6;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  padding: 0 60px;
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.yourInformation-dealers .dealers-input .dealers-search {
  left: 25px;
}
.yourInformation-dealers .dealers-input .dealers-clear {
  right: 30px;
  cursor: pointer;
}
.yourInformation-dealers .postail-error {
  padding-top: 10px;
  font-size: 14px;
  color: #bb0a0a;
  opacity: 0;
}
.yourInformation-dealers .postail-error.is-show {
  opacity: 1;
}
@media (max-width: 991px) {
  .yourInformation-dealers .postail-error {
    padding-top: 12px;
    font-size: 12px;
    color: #bb0a0a;
  }
}

.search-loading {
  width: 100%;
  height: 384px;
  position: absolute;
  bottom: 27.5px;
  display: none;
}
.search-loading .loading-svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loading360 0.8s infinite linear;
          animation: loading360 0.8s infinite linear;
}

.search-loading.loading {
  display: block;
}

.dealers-list {
  border-radius: 0;
  border: 1px solid #c6c6c6;
  padding: 0 56px 0 25px;
  margin-top: 30px;
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dealers-wrap {
  display: none;
}
.dealers-wrap.is-show {
  display: block;
}

@-webkit-keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.dealers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 22px 0 23px 0;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  cursor: pointer;
}

.dealers-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dealers-txt .dealers-info {
  width: calc(100% - 100px);
}

.dealers-txt h2 {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 600;
}

.dealers-txt p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  color: #929292;
}

.dealers-distance {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  color: #696969;
}

.yourInformation-privacy {
  margin-top: 1.822917vw;
}

.privacy-item:nth-of-type(2) {
  margin-top: 0.9375vw;
}

.dealers-radio {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  position: relative;
  margin-right: 22px;
}

.dealers-active {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.yourInformation-textarea {
  margin-top: 70px;
}
.yourInformation-textarea p {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 500;
}
.yourInformation-textarea textarea {
  border-radius: 0;
  width: 100%;
  border: 1px solid #c6c6c6;
  margin-top: 42px;
  font-size: 20px;
  line-height: 1.375;
  font-weight: 500;
  padding: 8px;
  font-family: inherit;
  resize: vertical;
}

.yourInformation-submit {
  margin-top: 1.145833vw;
}

.checkLabel input[type=checkbox] {
  display: none;
}

.checkLabel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkLabel p {
  font-size: 14px;
  width: calc(100% - 28px);
  color: #929292;
}

.checkLabel i {
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid #c9c9c9;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.checkLabel i:hover {
  border: 1px solid #c9c9c9;
}

.checkLabel input[type=checkbox]:checked + i {
  background-color: rgba(51, 51, 51, 0.8);
  color: rgb(255, 255, 255);
}

.checkLabel input[type=checkbox]:hover {
  border: 1px solid #c9c9c9;
}

.byd-page .yourInformation-submit > a {
  padding: 0;
  font-size: 20px;
  line-height: 1.375;
  background-color: #000;
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
}

.yourInformation-submit .disabled {
  background-color: #999;
}

.nodata {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

.dealers-list::-webkit-scrollbar {
  width: 3px;
}

.dealers-list::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.dealers-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay .content {
  width: 37.5vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125vw 0 1.4vw;
  position: relative;
}
.overlay .content .overlay-close {
  width: 20px;
  position: absolute;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
}
.overlay .content .icon {
  width: 4.333333vw;
}
.overlay .content .title {
  margin-top: 1.041667vw;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.overlay .content .jump {
  margin-top: 2.083333vw;
  color: #7a8080;
}
.overlay .content .jump a {
  text-decoration: underline;
  color: #7a8080;
}
.overlay .content .jump img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}

.overlay.success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1366px) {
  .yourInformation-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yourInformation-form .form-item {
    width: 100%;
    position: relative;
    margin-top: 18px;
  }
  .yourInformation-left-specs > h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .search-loading {
    width: 100%;
    height: 86.666667vw;
    position: absolute;
    bottom: 4.965278vw;
  }
  .search-loading .loading-svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: loading360 0.8s infinite linear;
            animation: loading360 0.8s infinite linear;
  }
  .yourInformation {
    display: block;
  }
  .yourInformation-left {
    width: 100%;
  }
  .yourInformation-left-img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .yourInformation-left-specs > p {
    font-size: 3.333333vw;
  }
  .yourInformation-left-specs > h2 {
    font-size: 5.833333vw;
    margin-top: 3.333333vw;
  }
  .yourInformation-left-specs > div {
    margin-top: 7.777778vw;
  }
  .yourInformation-left-specs > div img {
    width: 6.388889vw;
    margin-left: 2.5vw;
  }
  .yourInformation-left-specs > div p {
    font-size: 3.333333vw;
  }
  .yourInformation-right {
    width: 100%;
    padding: 11.111111vw 6.944444vw 21.25vw 6.944444vw;
  }
  .yourInformation-right .title {
    text-align: center;
  }
  .yourInformation-right .title h2 {
    font-size: 5.833333vw;
  }
  .yourInformation-right .title p {
    font-size: 3.333333vw;
    margin-top: 4.305556vw;
  }
  .yourInformation-privacy {
    margin-top: 6.944444vw;
  }
  .privacy-item:nth-of-type(2) {
    margin-top: 5.833333vw;
  }
  .yourInformation-form input {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 9vw;
    font-size: 3.611111vw;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #8a8a8a;
    position: relative;
    z-index: 22;
    background-color: transparent;
  }
  .form-item .error {
    margin-top: 1vw;
  }
  .yourInformation-form .form-item:first-child {
    margin-top: 8.333333vw;
  }
  .yourInformation-form .form-item .error {
    font-size: 3.333333vw;
  }
  .yourInformation-form .select-item:nth-last-of-type(1),
  .yourInformation-form .select-item:nth-last-of-type(2) {
    margin-top: 9.283333vw;
  }
  .yourInformation-form .select-item:nth-last-of-type(3) {
    margin-top: 4.7vw;
  }
  .yourInformation-form .form-item .select-option input {
    padding: 0;
  }
  .yourInformation-privacy .error {
    font-size: 3.055556vw;
  }
  .yourInformation-dealers .dealers-tit h2 {
    font-size: 5.833333vw;
    text-align: center;
  }
  .yourInformation-dealers .dealers-tit p {
    font-size: 3.611111vw;
    margin-top: 6.25vw;
    margin-bottom: 1.666667vw;
  }
  .yourInformation-dealers {
    width: 100%;
    margin-top: 13.888889vw;
  }
  .yourInformation-dealers .dealers-input input {
    height: 10vw;
    font-size: 3.611111vw;
    padding: 0 11.111111vw;
  }
  .yourInformation-dealers .dealers-input .dealers-search {
    left: 3.333333vw;
    width: 4.305556vw;
    height: 4.305556vw;
  }
  .yourInformation-dealers .dealers-input .dealers-clear {
    right: 3.333333vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .dealers-list {
    padding: 0 5.555556vw 0 2.5vw;
    margin-top: 2.0833333333vw;
    height: 86.666667vw;
  }
  .dealers-txt h2 {
    font-size: 3.611111vw;
  }
  .dealers-txt p {
    font-size: 2.5vw;
  }
  .dealers-distance {
    font-size: 2.777778vw;
  }
  .yourInformation-textarea p {
    font-size: 3.611111vw;
  }
  .yourInformation-textarea .error {
    font-size: 3.333333vw;
  }
  .yourInformation-textarea {
    margin-top: 5.972222vw;
  }
  .yourInformation-textarea textarea {
    margin-top: 2.222222vw;
  }
  .dealers-txt .dealers-info {
    width: 80%;
  }
  .checkLabel i {
    font-size: 3vw;
    width: 4.305556vw;
    height: 4.305556vw;
    line-height: 4.305556vw;
  }
  .checkLabel p {
    font-size: 3.333333vw;
    width: calc(100% - 7vw);
  }
  .privacy-item {
    margin-top: 2vw;
  }
  .checkLabel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .yourInformation-submit {
    text-align: center;
    margin-top: 3vw;
  }
  .yourInformation-submit {
    margin-top: 8.888889vw;
  }
  .byd-page .yourInformation-submit > a {
    color: #fff;
    width: 70vw;
    height: 10.416667vw;
    line-height: 10.416667vw;
    font-size: 3.611111vw;
  }
  .yourInformation-form .form-item .select-option ul li {
    padding: 2vw;
    font-size: 3.611111vw;
  }
  .yourInformation-form .form-item p:first-child {
    margin-bottom: 0;
    position: absolute;
    z-index: 11;
    top: 50%;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    font-size: 3.611111vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .hover-title {
    top: 0 !important;
  }
  .yourInformation-form .form-item .select-option ul {
    z-index: 30;
  }
  .yourInformation-form .select-item .select-option .arrow {
    top: 50%;
  }
  .yourInformation-form .form-item .select-option ul {
    top: 100%;
    max-height: 27vw;
  }
  .overlay .content {
    width: 71.944444vw;
  }
  .overlay .content .icon {
    margin-top: 11.111111vw;
    width: 10.333333vw;
  }
  .overlay .content .title {
    font-size: 4.444444vw;
    margin-top: 4.166667vw;
  }
  .overlay .content .jump {
    margin-top: 8.333333vw;
    font-size: 3.333333vw;
  }
}
.errorActive {
  visibility: initial !important;
}