/* main-page*/
.main .logo {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.main .logo > p {
  margin-top: 20px;
}
/* login-page*/
.wrapper-inr .login-logo {
  padding-top: 146px;
  color: #fff;
}
.wrapper-inr .login-logo .title {
  color: #1ecad3;
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0;
}
.wrapper-inr .login-logo p:nth-of-type(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-btn {
  margin-top: 110px;
}
.login-btn p {
  text-align: center;
  position: relative;
  width: 100%;
  color: #81849e;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.login-btn p span {
  padding: 0 30px;
  background-color: #131741;
  position: relative;
  z-index: 1;
}
.login-btn p::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #81849e;
  position: absolute;
  top: 50%;
  right: 0;
}

.login-btn li {
  width: 100%;
  height: 50px;
  background-color: #1ec800;
  border-radius: 8px;
  margin-bottom: 11px;
  position: relative;
}
.login-btn li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.login-btn-ico {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 115px;
  text-align: left;
  padding-left: 20px;
}
.login-btn-ico img {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.login-btn li:nth-of-type(1) .login-btn-ico::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/naver.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.login-btn li:nth-of-type(2) .login-btn-ico::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/kakao.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.login-btn li:nth-of-type(3) .login-btn-ico::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/google.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.login-btn li:nth-of-type(4) .login-btn-ico::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/apple.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.login-btn li:nth-of-type(1) span {
  color: #fff;
}
.login-btn li:nth-of-type(2) {
  background-color: #ffe81a;
  color: #000;
}
.login-btn li:nth-of-type(3) {
  background-color: #fff;
  color: #000;
}
.login-btn li:nth-of-type(4) {
  background-color: #000000;
  color: #fff;
}

/* 약관동의 term-page*/

.term-wrap {
  margin: 20px;
  padding-bottom: 95px;
}
.btn.btn-gray {
  background-color: #f7f7f7;
}
.term-wrap input[type="email"]::placeholder {
  font-weight: 800;
  font-size: 18px;
  color: #dcdcdc;
}
.term-wrap .email-box {
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.chk-view input[type="checkbox"] + label {
  color: #747474;
  font-weight: 400;
  font-size: 13px;
}
.term-wrap .email-box input[type="email"] {
  width: 100%;
}
#check-box > li {
  border-bottom: 0.3px solid rgba(120, 120, 120, 0.3);
}
#check-box > li:first-child {
  border-top: 1px solid #b9b9b9;
}
#check-box > li:last-child {
  border-bottom: 1px solid #b9b9b9;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea {
  border: none;
  padding: 0;
}
.term-wrap label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.term-wrap p:nth-of-type(1) {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 16px;
}
.term-wrap p:nth-of-type(2) {
  color: #747474;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 42px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
  margin: 12px 0;
}
input.check_01[type="checkbox"] + label:before {
  background-image: url(../img/gray-circle-check.svg);
}
input.check_01:checked + label:before {
  background-image: url(../img/mint-circle-check.svg);
}
input.check_01:checked {
}
input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c_tit_type2 {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
/* .checkbox1::after {
  display: block;
  content: "";
  width: 100%;
  opacity: 0.6;
  border: 0.3px solid #787878;
} */
#delete .checkbox1::after {
  border: none;
}
.checkbox2 {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 13px;
}

.checkbox2 > input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  clear: both;
  position: absolute;
  left: 7px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

input.check_02[type="checkbox"] + label:before {
  background-image: url(../img/gray-check.svg);
}

.agree-wrap ul li > div {
  position: relative;
}
.agree-wrap ul li > div .view {
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  text-decoration-line: underline;
  text-underline-position: under;
  color: #747474;
  margin: 12px 0;
}
.agree-wrap ul li > div .view.active {
  color: #1ecad3;
}
.agree-wrap > ul li::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 0.3px solid #747474;
  opacity: 0.3;
}
#check-box .view-content {
  font-weight: 300;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  height: 120px;
  background: #f2f2f2;
  overflow-y: scroll;
  padding: 10px;
  display: none;
}
#check-box .view-content.active {
  display: block;
}
input.check_02:checked + label:before {
  background-image: url(../img/mint-check.svg);
}
/* 회원정보 확인 signup01*/
/* .sing-up.sing-up-01{
  height: 100%;
  margin-bottom: 130px;
} */
.sing-up {
  margin: 0 20px;
}
.sing-up .name {
  font-weight: 800;
  font-size: 35px;
  line-height: 35px;
  color: #1ecad3;
  margin: 98px 0 30px 0;
}
.sing-up .name > span {
  font-size: 30px;
  color: #000;
}
.sing-up > p:nth-of-type(2) {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.nick-name {
  margin-top: 97px;
}
.nick-name > input[type="text"]{
  text-align: center;
}
.nick-name > input[type="text"]::placeholder {
  text-align: center;
  color: #dcdcdc;
  font-weight: 400;
  font-size: 16px;
}
.nick-name > input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #dcdcdc !important;
}
.nick-name .nick-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 6px 0;
}
.nick-name .text-red {
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #ff2222;
}

/*회원정보2 signup02*/
.email-check {
  text-align: center;
}
.email-check > span {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
.email-check img {
  display: block;
  margin: 133px auto 40px auto;
}
#email-check input[type="email"] {
  background-color: #f2f2f2;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  color: #131741;
  font-size: 22px;
  line-height: 22px;
  height: 38px;
  border-radius: 7px;
}
.email-check p {
  font-size: 20px;
  line-height: 26px;
}

/* 1118수정 반려동물 이미지 등록*/
#email-check .img-line{
  display: block;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 0.5px solid #131741;
  position: relative;
  margin: 14vh auto 8vh auto;
}
#email-check .img-line > img{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}


/*등록단계 signup-pet*/
.pet-stage {
  overflow: hidden;
}
.pet-stage ul {
  position: relative;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1px;
}
.pet-stage ul::after {
  content: "";
  display: block;
  width: 93%;
  border: 1px dashed #dcdcdc;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
  left: 3%;
}
.pet-stage ul li::after {
  content: "";
  display: block;
  clear: both;
}
.pet-stage ul li {
  /* width: 25%;
  float: left;
  display: grid;
  align-items: center;
  justify-content: space-around; */
}
.pet-stage ul li span {
  color: #dcdcdc;
  display: block;
  text-align: center;
}
.pet-stage ul li span.active {
  color: #000;
}
.pet-stage ul li .num {
  width: 26px;
  height: 26px;
  background: #dcdcdc;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pet-stage ul li .num {
  background: #dcdcdc;
  color: #ffffff;
}

.pet-stage ul li .num-name {
  font-size: 13px;
  width: max-content;
  position: relative;
}
.pet-stage ul li .num-name.active span:nth-child(1) {
  color: #131741;
}
.pet-stage ul li .num-name.active .num {
  background-color: #131741;
}

.pet-select {
  width: 100%;
  padding-top: 6rem;
}
.pet-select::after {
  content: "";
  display: block;
  clear: both;
}
.pet-select > div {
  width: calc(50% - 3%);
  height: 217px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  float: left;
  position: relative;
}
.pet-select > div:nth-of-type(1) {
  margin-right: 6%;
}
.pet-select .pet-select-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 51px;
}
.pet-select > div > img {
  display: block;
  margin: 21px auto;
}
.pet-select > div > span {
  display: block;
}
.pet-select input[type="radio"].pet-radio {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/gray-circle-check.svg) no-repeat;
  appearance: none;
  background-size: contain;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.pet-select input[type="radio"]:checked {
  background-image: url(../img/mint-circle-check.svg);
}
input[type="radio"] + label {
  display: block;
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
}
.gs-area > ul {
  width: 100%;
  margin-top: 40px;
}
.gs-area > ul .gs-text {
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.gs-area > ul > li:nth-child(2) {
  margin-top: 80px;
}
.gs-area > ul input[type="text"]#gs-input-02,
.gs-area > ul input[type="text"]#gs-input {
  display: block;
  width: calc(100% - 10%);
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 0;
}
.gs-area > ul input[type="text"]#gs-input-02::placeholder,
.gs-area > ul input[type="text"]#gs-input::placeholder {
  color: #dcdcdc;
}
.gs-area > ul .inp-txt {
  width: calc(100% - 10%);
  position: relative;
}
.gs-area > ul .inp-txt:after {
  display: block;
  content: "";
  background: url(../img/zoom.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.gs-area > ul li .modal {
  /* display:block; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76vh;
  background-color: #fff;
  z-index: 100;
  border-radius: 20px 20px 0px 0px;
  padding-top: 45px;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 10;
}

.modal-search .modal-search-inr input[type="text"] {
  width: 100%;
  background-color: #eeeeef !important;
  border-radius: 4px !important;
  padding-left: 10px !important;
}
.modal-search .modal-search-inr {
  position: relative;
}
.modal-search .modal-search-inr input[type="text"]::-webkit-input-placeholder {
  display: inline-block;
  background: url(../img/zoom.svg) no-repeat;
  background-size: contain;
  text-indent: 0;
  z-index: 10;
  text-align: center;
}
.check-etc span {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #8f8f8f;
}
.check-etc .inr-search {
  width: 100%;
  display: none;
}
.modal-option {
  width: 100%;
}
.modal-option li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.inr-search input[type="text"] {
  width: 100%;
  text-align: center;
  background-color: #f0f0f0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  height: 40px !important;
}
.inr-search input::placeholder {
  color: #dcdcdc;
  text-align: center;
}
.gs-area .sel-btn {
  display: flex;
  justify-content: space-between;
}
.gs-area .sel-btn .btn02 {
  display: inline-block;
  background-color: #fff;
  width: calc(50% - 2%);
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  border: 0.5px solid #dcdcdc;
  border-radius: 8px;
  line-height: 50px;
}
.gs-area > ul > li.check-c {
  text-align: center;
  /* margin-bottom: 3.1rem; */
}
.gs-area .sel-btn .btn02.active,
.gs-area .sel-btn .btn03.active {
  background-color: #1ecad3;
  color: #fff;
}
.gs-area .sel-btn .btn02::before {
  display: inline-block;
  content: "";
  background: url(../img/boy.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.gs-area > ul > li:nth-child(2) {
  margin-top: 30px;
}
.gs-area .sel-btn .btn02:nth-of-type(2):before {
  background-image: url(../img/girl.svg);
}
.gs-area .sel-btn.sel-btn-c {
  display: block;
  /* padding-bottom: 167px; */
}
.gs-area .sel-btn .btn03 {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  border: 0.5px solid #dcdcdc;
  border-radius: 8px;
  line-height: 50px;
  margin-bottom: 0.6rem;
}
.inr-btn.active {
  background-color: #000;
}
.inr-btn.active button {
  color: #fff;
}

/*등록 완료*/
.last-wrap {
  margin: 0 20px;
}
.last-wrap .pet-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #131741;
}
.last-wrap .profile {
  position: relative;
}
.last-wrap .profile > span {
  display: inline-block;
  border: 0.5px solid rgba(19, 23, 65, 0.5);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-51%);
  margin: 20px 0 26px 0;
}
#up_profile input[type="file"] {
  display: none;
}
#up_profile input[type="file"] + label {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
}
#up_profile .upload {
  position: relative;
  width: 160px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
#delete {
  padding-bottom: 95px;
}
#delete .term-wrap p:nth-of-type(2) {
  font-size: 13px;
  line-height: 16px;
  color: #747474;
}
#delete .term-wrap p:nth-of-type(2) span {
  display: inline-block;
  padding-top: 10px;
}
#delete .checkbox2 {
  width: 100%;
}
#delete .checkbox2 textarea {
  width: 100%;
  background: #f7f7f7;
  resize: none;
  border: 1px solid #dfdfdf;
  height: 100%;
  padding: 10px;
}
#delete .type-bx {
  position: relative;
}
#delete .typing {
  color: #bfbfbf;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 10;
}
#delete input.check_02[type="checkbox"] {
  padding-left: 30px;
}
#delete input.check_02[type="checkbox"] + label:before {
  background-image: url(../img/ico/circle-check.svg);
  width: 18px;
  height: 18px;
}

#delete input.check_02:checked + label:before {
  background-image: url(../img/ico/multi-ico.svg);
}
.version {
  position: relative;
}
#version {
  background-color: #fff;
}
#version .logo {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
}
#version .logo p {
  padding: 21px 0 6px 0;
}
#version .logo span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
  padding-bottom: 21px;
}
/*correct*/
#correct {
  padding: 40px 20px 80px 20px;
}
#correct .last-wrap {
  margin: 0;
}
#correct #up_profile {
  display: flex;
  justify-content: space-evenly;
}
#correct .gs-area > ul .gs-text {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
#correct .gs-area > ul input[type="text"]#gs-input {
  width: 100%;
}
.gs-area > ul .gs-type input[type="search"]#gs-input,
.gs-area > ul .gs-type input[type="text"]#gs-input-02 {
  width: 100%;
}
.gs-area > ul input[type="search"]#gs-input {
  display: block;
  width: calc(100% - 10%);
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 0;
}
.gs-area > ul input[type="search"]::placeholder {
  color: #dcdcdc;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: block;
  content: "";
  background: url(../img/ico/close-btn.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
}

#correct .gs-area > ul .gs-text {
  margin-bottom: 20px;
}
#correct .gs-area > ul > li:nth-child(2) {
  margin: 40px 0;
}
#correct .gs-area > ul > li.check-c {
  margin-bottom: 40px;
}

#sel-btn-bx .date-btn {
  width: 100%;
  height: 50px;
  /* color: #fff; */
  /* background-color:#1ECAD3; */
  text-align: center;
  border: 0.5px solid #dcdcdc;
  border-radius: 8px;
  margin-bottom: 10px;
}
input[type="text"].date-btn::placeholder {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
