@charset "utf-8";
@import url("iconfont/newfont/style.css");
@import url("iconfont/intaefont/style.css");
@import url("animation/animations.css");

@font-face {
  font-family: "NanumSquareRound";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
*{
  font-family: "NanumSquareRound" !important;
}
button {
  font-family: "NanumSquareRound" !important;
}
.wrapper {
  font-family: "NanumSquareRound" !important;
  position: relative;
}
.wrapper::after{
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.header.sticky {
  position: sticky;
  top: 0;
  z-index:100;
}
.ico-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
/*header*/

#header {
  width: 100%;
  height: 50px;
  background-color: #131741;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  position: fixed;
  top: 0;
  z-index: 100;
}

#header + .headerSpace {
  height: 55px;
}
#header .arrow button::after {
  display: block;
  content: "";
  background: url(../img/arrow-left.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
}
#header.fixed {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  z-index: 100;
}

.header.fixed {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  z-index: 100;
  max-width: 780px;
}
.header.fixed.static {
  position: static !important;
}
.header .title {
  width: 100%;
  background-color: #131741;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  position: relative;
}
.header .arrow button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  /* z-index: 2; */
}
.header .arrow button::after {
  display: block;
  content: "";
  background: url(../img/arrow-left.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
}
.container {
  margin: 20px 20px 78px 20px;
}
.container.container01 {
  margin-top: 0;
}
.wrapper {
  font-family: "NanumSquareRound";
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  min-height: 100vh;
  height: auto;
  width: 100%;
  z-index: 99;
  padding-bottom: 30px;
}
.wrapper::after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
/*login */

#main::after {
  display: block;
  content: "";
  background-color: #131741;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  visibility: visible;
}

.wrapper-inr {
  margin: 0 1.7rem;
  height: 100%;
}
.inr {
  margin: 20px 20px 38px 20px;
}
.agree-wrap .title {
  width: 100%;
  background-color: #131741;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  position: relative;
}
.agree-wrap .title p {
  position: relative;
}
.agree-wrap .arrow button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.agree-wrap .arrow button::after {
  display: block;
  content: "";
  background: url(../img/arrow-left.svg) no-repeat;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
}
.btn,
.button-gray {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  width: calc(100% - 40px);
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.button-gray button{
  font-weight: 700;
  font-size: 16px;
}
.btn.active,
.button-gray.active {
  background: #000000;
  color: #fff;
}
.btn-gray.active button {
  color: #fff !important;
}
.btn-gray.fixed {
  position: fixed;
}
.btn-gray {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  width: calc(100% - 40px);
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #f7f7f7;
  text-align: center;
}

.btn-gray button{
  font-weight: 700;
  font-size: 16px;
}
/* .btn-gray button {
  color: #000 !important;
  font-weight: 700;
  font-size: 18px;
} */

.btn-gray.active {
  color: #fff !important;
}
.btn-gray.active {
  background: #000000;
  border: none;
  color: #fff;
}
.btn01 {
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  border-radius: 4px;
  width: calc(100% - 40px);
  height: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 50px;
  text-align: center;
}
.nic-name.nic-name-01 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.btn02 {
  background: #f7f7f7;
  font-weight: 700;
}
.btn.active,
.btn01.active {
  background: #000000!important;
  color: #fff;
  text-align: center;
}
.btn button,
.btn01 button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  background-color: transparent;
}
.btn.active button,
.btn01.active button {
  color: #ffffff;
}
.bottom {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.bottom .bottom-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #474747;
  text-align: center;
  margin-bottom: 10px;
}
.bottom .bottom-text > span {
  font-weight: 600;
}
.bottom .btn01 {
  width: 100%;
}

.inr-btn {
  width: calc(100% - 10%);
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  position: absolute;
  bottom: 4.68%;
  left: 50%;
  transform: translateX(-50%);
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.inr-btn > button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  background-color: transparent;
}
.hide {
  display: none;
}
.bottom .btn {
  position: inherit;
}
input[type="checkbox"] {
  display: none;
}
input[type="radio"] {
  display: inline-block;
  appearance: none;
  background-size: contain;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

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: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox2 > input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
input.check_02[type="checkbox"] + label:before {
  background-image: url(../img/gray-check.svg);
}
input.check_02:checked + label:before {
  background-image: url(../img/mint-check.svg);
}
.ico-box {
  width: 100%;
  border-top: 0.5px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 20;
}
.ico-box ul {
  display: flex;
  justify-content: space-around;
}
.ico-box li a {
  display: block;
}
.ico-box li a span {
  display: block;
  font-size: 10px;
  text-align: center;
}
.ico-box li a img {
  display: block;
  margin: 18px auto 8px auto;
}
.btn-right {
  background-color: transparent;
}
.btn-right::after {
  display: block;
  content: "";
  background: url(../img/ico/arrow-right.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.btn-right.small::after {
  width: 10px;
  height: 10px;
  background-image: url(../img/ico/arrow-right-small.svg);
}
.btn-bx {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-bx button {
  width: calc(50% - 2%);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 16px;
}
.btn-bx button.active {
  border: none;
  background-color: #000;
  color: #fff;
}
.ver-btn {
  background: #1ecad3;
  border-radius: 4px;
  line-height: 45px;
  width: 170px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
/* list 종류*/
/* top-list-type-02 -- 작은리스튼*/
.top-list-type-02 {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 0.5px solid #dcdcdc;
}
.top-list-type-02 .top-num {
  font-size: 16px;
}
.top-list-type-02 ul {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  color: #dcdcdc;
  gap:14px;
}
.top-list-type-02 ul li {
  position: relative;
}
.top-list-type-02 ul li.active {
  color: #000;
}
.top-list-type-02 ul li::after {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  right: -7px;
  top: 0;
}
.top-list-type-02 ul li:last-child::after {
  display: none;
}
#text-slider {
  overflow: visible;
  border-bottom: 0.8px solid #dcdcdc;
}
.text-slider ul {
  display: flex;
  align-items: center;
}
.text-slider ul::-webkit-scrollbar {
  display: none !important;
}
.text-slider ul li {
  text-align: center;
  padding: 14px 0px 14px 0px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  color: #dcdcdc;
}
.text-slider ul li.active {
  color: #000;
  position: relative;
}
.text-slider ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 1px;
  background-color: #131741;
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.inquiry-wrap-20 {
  margin: 0 20px;
}
.inquiry-wrap-20 > .info-add {
  display: flex;
  justify-content: space-between;
}
.inquiry-wrap.line {
  border-bottom: 0.8px solid #dcdcdc;
}
.info-ico {
  position: relative;
  z-index: 100;
}
.info-ico .cloud-txt {
  position: absolute;
  right: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6a6a6a;
  white-space: nowrap;
  top: 40px;
  display: none;
}
.info-ico .cloud-txt::after {
  display: block;
  content: "";
  width: 233px;
  height: 56px;
  background: url(../img/cloud01.svg) no-repeat;
  position: absolute;
  right: -21px;
  top: -14px;
  z-index: -1;
}
.info-ico .cloud-txt.cloud-txt-02 {
  position: absolute;
  left: 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6a6a6a;
  white-space: nowrap;
  top: 33px;
}
.info-ico .cloud-txt.cloud-txt-02::after {
  display: block;
  content: "";
  width: 233px;
  height: 56px;
  background: url(../img/cloud02.svg) no-repeat;
  position: absolute;
  left: -22px;
  z-index: -1;
}

.dot-btn {
  background-color: transparent;
}

/* input 파일 업로드*/
.input-file input[type="file"] {
  display: none;
}
.input-file {
  margin: 20px;
  padding-bottom: 150px;
}
.input-file p {
  font-size: 16px;
  line-height: 16px;
  color: #bfbfbf;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.input-file p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin-right: 8px;
}
.input-file label {
  width: 80px;
  height: 80px;
  display: block;
}
.input-file .file-text {
  margin-top: 15px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
}
.btn-black {
}

.pet-list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  width:100%;
}
.pet-list-top p {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
.pet-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin-top: 20px;
}
.pet-list-content .pet-list-img {
  width: 160px;
  height: 185px;
 
  overflow: hidden;
}
.pet-list-content .pet-list-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.pet-list-content .pet-list-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  width:160px;
}
/* 20230530 update - START*/
.pet-list-content.custom {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin-top: 20px;
}
.pet-list-content.custom .pet-list-title {
  font-weight: 700;
  font-size: 14px;
  line-height: unset!important;
  margin: 15px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
 
}
.pet-list-content.custom .pet-list-txt {
  font-size: 13px;
  line-height: unset!important;
  color: #b5b5b5;
  width: 100%;
  height:30px;
}
/* 20230530 update - END */

.pet-list-content .pet-list-txt {
  font-size: 13px;
  line-height: 18px;
  color: #b5b5b5;
  width: 160px;
  height:30px;
}
 
.container ul li:nth-of-type(2) ul li.pet-list-title,
.container ul li:nth-of-type(2) ul li.pet-list-txt {
  border: none;
}
.write .tab-btn li.line {
  border: 1px solid #1ecad3;
}
.btn-bot {
  padding: 5px;
  background-color: transparent;
}
.btn-bot::after {
  display: block;
  content: "";
  background: url(../img/ico/bt-arrow.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 5px;
}
.sub-tit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  padding-right:16px;
}
.inr-tit {
  font-size: 14px;
  font-weight: 700;
}
.inr-sub-tit {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #b5b5b5;
}

.close-wrap .title {
  width: 100%;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.close-wrap .title p {
  position: relative;
}
.close-wrap .arrow button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.close-wrap .close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.close-wrap button::after {
  display: block;
  content: "";
  background: url(../img/ico/close-btn02.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.mob-pop .modal {
  display: none;
}
.mob-pop.active .modal {
  display: block;
}
/* .mob-pop.active::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
} */
.modal.active::after {
  display: block;
  content: "";
  width: 39px;
  height: 5px;
  background: #eaeaea;
  border-radius: 2.5px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* .small-close-btn::after {
  display: block;
  content: "";
  background: url(../img/ico/close-btn.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */

button {
  background-color: transparent;
}
.top-list-type-03 {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 0.5px solid #dcdcdc;
}
.top-list-type-03 .sub-tit {
  width: 50%;
  text-align: center;
}
.top-list-type-03 .sub-tit.active::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #131741;
  border-radius: 1px;
  position: relative;
  top: -1px;
}
.survey-con-tit {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  line-height: 50px;
  background: #f7f7f7;
}
.survey-con-tit span {
  color: #1ecad3;
  font-weight: 700;
  font-size: 14px;
}
.point {
  color: #1ecad3;
}
.f-16 {
  font-weight: 800;
  font-size: 16px;
}
.f-18 {
  font-weight: 700;
  font-size: 18px;
}
.f-20 {
  font-weight: 700;
  font-size: 20px;
}

.container ul li:nth-of-type(2) #slider ul li:nth-of-type(2) {
  border: none;
}
.container ul li:nth-of-type(2) #slider ul li {
  padding-bottom: 15px;
  padding-top: 8px;
}
.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #1ecad3;
}
.swiper-pagination > .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #e6e6e6;
  border-radius: 2px;
}

.container .silder .pet-img {
  margin-bottom: 6px;
}
.container .silder li:nth-of-type(even) {
  border: none;
  padding-top: 8px;
}
.container .more a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container ul li:nth-of-type(2) .pet-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}
.container ul li:nth-of-type(2) span.age {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #c8c8c8;
  padding-top: 6px;
}
.container ul li:nth-of-type(2) span.pet-name2 {
  color: #b5b5b5;
  font-weight: 300;
  font-size: 12px;
  line-height: 10px;
}
#slider-01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slider-01 .swiper-slide {
  width: 80%;
}
#slider .text-slide {
  display: flex;
  justify-content: space-between;
}
/* #slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
} */
/* .swiper-slide{
  margin-bottom: 8px;
  border-bottom: 0.5px solid #DCDCDC;

  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

#slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#slider .swiper {
  width: 100%;
  height: 100%;
}
#address-wrap .view {
  color: #8a8a8d;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;

  text-decoration-line: underline;
}

#version #comple-txt {
  margin: 20px 0;
  text-align: center;
  padding: 0;
  line-height: 20px;
}
.btn-bot-gray {
  position: relative;
  width: 15px;
  height: 15px;
}
.btn-bot-gray::after {
  display: block;
  content: "";
  background: url(../img/ico/arrow-bt01.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.btn-bot-gray.active::after {
  display: block;
  content: "";
  background: url(../img/ico/arrow-bt01.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.survey-con-tit:nth-of-type(2) {
  margin-top: 10px;
}

.b-point {
  font-weight: 800;
  font-size: 50px;
  color: #1ecad3;
}
.btn-arrow-bt {
  position: relative;
  padding: 0 30px;
}

.btn-arrow-bt::after {
  display: block;
  content: "";
  background: url(../img/ico/bt-arrow-white.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
li.active .btn-arrow-bt::after {
  background-image: url(../img/ico/bt-arrow-gray.svg);
}
.nic-name {
  font-weight: 800;
  font-size: 16px;
  color: #1ecad3;
}
.btn-set {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-set .btn01 {
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.btn-set .btn01:nth-of-type(1) {
  margin-bottom: 10px;
}
.btn-set button {
  font-weight: 700;
  font-size: 16px;
}

.ico-box.fixed {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  max-width:780px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus:not(:read-only),
textarea:focus:not(:read-only) {
  box-shadow: none !important;
}

.result-view {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #1ecad3;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.header .nic-name {
  font-weight: 400;
  font-size: 18px;
}
.form-msg{
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  padding-top: 5px;
}
.red{
  color: red;
}
/* 팝업 */
.pop-up {
  display: none;
}
#notify .modal > p {
  text-align: center;
}
#notify .modal span {
  margin: 10px 0;
}
#tab-03notify .modal > span:nth-of-type(2) {
  padding: 13px 0 25px 0;
  display: flex;
  justify-content: space-around;
}
.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82vh;
  background-color: #fff;
  z-index: 100;
  border-radius: 40px 40px 0px 0px;
  padding-top: 45px;
  padding-left: 6%;
  padding-right: 6%;
  z-index: 100;
  overflow: hidden;
}
 /*1120 수정*/

 .pop-up .modal {
  padding-top: 0;
  overflow-y: visible;
 }
.pop-up .dim {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal .modal-top{
  padding: 30px 0 20px 0;
  background-color: #Fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal .modal-top .mob-line{

}
.modal .mob-line{
  width: 39px;
  height: 5px;
  background: #eaeaea;
  border-radius: 2.5px;
  margin:0 auto;
  /* position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%); */
}
.modal span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
}
.notify-list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 10px;
}
.notify-list li:last-of-type {
  height: 100%;
  border: none;
}
.notify-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.notify-list li.active {
  background-color: #1ecad3;
  border: none;
}
.notify-list li.active a {
  color: #fff;
}
.notify-list li textarea {
  resize: none;
  min-height: 100px;
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
}
.notify-list li textarea::placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 13px;
}

.rolldate-container header {
}
.rolldate-container .rolldate-content {
  position: relative;
  top: 60px !important;
}
.rolldate-container .rolldate-panel {
  height: 283px !important;
  border-radius: 40px 40px 0 0;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(37, 38, 45, 0.4);
}

.rolldate-container .rolldate-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 273px;
  z-index: 1000;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 273px, 0);
  transform: translate3d(0, 273px, 0);
}

.inp-tit {
  width: 100%;
}
input[type="text"]:-ms-clear {
  display: none;
}
.clear-btn {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.info-ico:hover .cloud-txt {
  display: block;
}
.enroll-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #131741;
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 100;
}
.modal .check-etc input[type="checkbox"] + label {
  padding-left: 20px;
}
.modal .check-etc input.check_02[type="checkbox"] + label:before {
  background-image: url(../img/gray-check.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modal .check-etc input.check_02:checked + label:before {
  background-image: url(../img/mint-check.svg);
}

#kit .modal {
  height: 46vh;
}
.modal p.f-20 {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-top: 15px;
}
#kit .modal ul,
#sample .modal ul.inr-bx,
#receive .modal ul.inr-bx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  padding: 16px 75px;
  margin: 20px 0;
}
#complete .modal ul.inr-bx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  padding: 16px 45px;
  margin: 20px 0;
}
#parcel .modal {
  height: 46vh;
}
.modal .inr-box {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  padding: 16px 75px;
  margin: 20px 0;
}
.modal .exp,
.modal .exp-02 {
  color: #787878;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.modal .exp li {
  position: relative;
  padding-left: 26px;
}
.modal .exp li::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #787878;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.modal .exp li:nth-child(2)::after {
  top: 21%;
}
#sample .modal {
  overflow-y: scroll;
}
#sample .modal {
  height: 83vh;
}
#sample .modal .img-bx span:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 160px;
  background: #d9d9d9;
}
#sample .modal .img-bx span:nth-of-type(2) {
  font-weight: 300;
  font-size: 13px;
  color: #eb5656;
  margin-top: 10px;
}
#sample .modal .exp-02 li {
  position: relative;
  padding-bottom: 30px;
}
#sample .modal .exp-02 li > span:nth-of-type(1) {
  position: absolute;
}
#sample .modal .exp-02 li > span:nth-of-type(2) {
  padding-left: 25px;
  margin-bottom: 15px;
}
#write .modal,
#receive .modal {
  height: 36vh;
}
#complete .modal {
  height: 46vh;
}
.set-dog .modal {
  height: 86vh;
  overflow-y: scroll;
}
.set-dog .price-bx {
  color: #1ecad3;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #1ecad3;
  border-radius: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  margin: 23px 0 18px 0;
}
.set-dog .set-top span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.set-dog .price-bx .price {
  color: #1ecad3;
  font-weight: 700;
  font-size: 16px;
}
.set-dog .price-bx .disc {
  text-decoration: line-through;
  color: #bfbfbf;
  font-weight: 400;
  font-size: 13px;
  margin-right: 8px;
}
.set-dog .price-bx li:nth-of-type(2) {
  display: flex;
}
.set-dog .set-top {
  margin-bottom: 35px;
}
.set-dog .pred-01 .btn-arrow-bt {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 30px;
}
.set-dog .pred-01 .inr-pred {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #676767;
}
.set-dog .pred-01 li .btn-arrow-bt span {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.set-dog .pred-01 li.active .btn-arrow-bt span {
  color: #000000;
}
.set-dog .pred-01 li .btn-arrow-bt::after {
  background-image: url(../img/ico/bt-arrow-gray.svg);
  width: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.set-dog .pred-01 li.active .btn-arrow-bt::after {
  background-image: url(../img/ico/bt-arrow-gray.svg);
  transform: translateY(-50%) rotate(360deg);
}
.set-dog .pred-01 li .inr-pred {
  padding: 15px 20px;
}
/* .set-dog .set-bot{
  overflow-y: scroll;
  height: 51vh;
} */
.set-dog .set-bot{
  overflow: scroll;
  padding-bottom: 70px;
}

.set-dog .set-bot p {
  font-weight: 800;
  font-size: 16px;
}
.set-dog .inr-pred-02 {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #676767;
  padding-top: 35px;
}
.set-dog .inr-pred-02 span {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-bottom: 5px;
}
#set-dog-02 .modal {
  height: 56vh;
}
#dog-list .modal {
  height: 66vh;
}
.select .modal {
  height: auto;
}
.select .select-list span {
  display: inline-block;
}
.select .select-list {
  margin-top: 35px;
  margin-bottom: 15px;
}
.select .select-list li a {
  display: flex;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 15px 20px;
  justify-content: space-between;
}
.select .select-list li {
  margin-bottom: 8px;
}
.select .select-list span {
  font-weight: 400;
  font-size: 12px;
  color: #acacac;
}
.select .select-list .sel-tit {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.before-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.before-btn span {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #1ecad3;
  padding: 0 5px;
}

.select .modal {
  padding-bottom: 35px;
}
.select-list li.active a {
  border: none;
  background: #1ecad3;
}
.select .select-list li.active a .sel-tit {
  color: #ffffff;
}
.select .check-one {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 95px 0;
}
.select .start {
  padding: 15px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: #1ecad3;
  border-radius: 4px;
  width: 100%;
}
#list-check #check-box,
#list-check-02 #check-box-02 {
  padding: 0px 10px;
}
#list-check input[type="checkbox"] + label,
#list-check-02 input[type="checkbox"] + label {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
#list-check input[type="checkbox"] + label span,
#list-check-02 input[type="checkbox"] + label span {
  font-weight: 400;
  font-size: 12px;
  color: #969696;
}
#list-check input.check_02[type="checkbox"] + label:before,
#list-check-02 input.check_02[type="checkbox"] + label:before {
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#list-check .inr-pred #check-box li,
#list-check-02 .inr-pred #check-box-02 li {
  margin-bottom: 0;
  padding-bottom: 0;
}
#list-check .pred-01 li,
#list-check-02 .pred-01 li {
  margin-bottom: 10px;
}
#list-check .pred-01 li > a > span,
#list-check-02 .pred-02 li > a > span {
  color: #000;
}
#dog-check .arrow02 li {
  line-height: 40px;
  border-bottom: 0.8px solid #dcdcdc;
}
#dog-check .arrow02 li a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

#dog-check .set-bot .pred-02 {
  border: 2px solid #dcdcdc !important;
  border-radius: 25px;
  padding: 0;
}

#dog-check .pred-01.active {
  height: 180px;
  overflow-y: scroll;
  padding: 0 20px;
}
#dog-check .pred-01::-webkit-scrollbar {
  height: 150px;
  width: 4px;
}
#dog-check .pred-01::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2px;
  height: 17%;
}
#dog-check .pred-01::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f4f4f4;
}
#dog-check .pred-01 li.arrow-bt {
  position: relative;
}
.modal .fixed-bg{
  position:fixed;
  bottom:0px;
  width:100%;
  background: #fff;
  height:60px;
}
.modal .fixed-bg .btn-gray{
  position: inherit;
}
#dog-check .pred-01 li.arrow-bt::after {
  content: "";
  display: block;
  background: url(../img/ico/bt-arrow-gray.svg) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  position: absolute;
  right: 0;
}
#dog-check .pred-01 li.btn-arrow-bt::after {
  background-image: url(../img/ico/bt-arrow-gray.svg);
  width: 15px;
  transform: translateY(-50%) rotate(180deg);
}
#dog-check .pred-01 .active.btn-arrow-bt::after {
  background-image: url(../img/ico/bt-arrow-gray.svg);
  transform: translateY(-50%) rotate(360deg);
}
#dog-check .pred-01 > li {
  margin-bottom: 0;
}
#dog-check .pred-01 > li > a {
  border: none;
  text-align: left;
  border-radius: 0;
  border-bottom: 0.8px solid rgba(220, 220, 220, 0.2);
  margin-bottom: 0;
  line-height: 45px;
  margin-right: 20px;
}
#list-check-02 .modal {
  height: 66vh;
}

#set-dog .modal {
  height: 77vh;
}
.container-01 {
  margin: 20px 20px 40px 20px;
}
.container-01 #slider {
  margin-top: 10px;
}
#banner {
  width: 100%;
  height: 100px;
  position: relative;
}
#banner::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#banner .close {
  content: "";
  display: block;
  background: url(../img/banner-close.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.care-line .care-wrap {
  padding: 30px 16px 30px 16px;
  margin:0;
}

#slider-01 .swiper-slide {
  padding-right: 16px;
}

/* 댓글창 수정삭제 버튼*/
#comment-edit {
  width: 100%;
}
#comment-edit .commentBox {
  display: block;
  padding-top: 17px;
}
#comment {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  margin-top: 2px;
}
#comment-edit ul li {
  justify-content: center;
  align-items: center;
}
.content-bx {
  position: relative;
}
.content-bx .correct-box {
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 16%);
  border-radius: 6px;
  width: 82px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 10px;
}
.correct-box li {
  display: block;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  font-size: 13px;
}
.real_comment_edit {
  display: block;
}
.correct-box a:nth-of-type(1) {
  border-bottom: 1px solid #dcdcdc;
}

.comment_list_article .real_comment_edit textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.commentBox textarea {
  line-height: 21px;
  resize: none;
  border-radius: 4px;
}

#comment .submit-btn-wrap {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
#comment .commit-btn {
  background: #ffffff;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 5px;
}
#comment .commit-btn:nth-of-type(1) {
  margin-right: 10px;
}
#comment .correct-box li {
  text-align: center;
  justify-content: center;
}

.profile .text {
  display: block;
}

.pet-select .pet-style label {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 20px;
}
.pet-select .pet-style span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

/*pet profile*/
.last-wrap .profile span > img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

/*성별체크 등록할때 */

.gs-area .select-gender {
  display: flex;
  justify-content: space-between;
}
.gs-area .select-gender li {
  width: calc(50% - 2%);
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  border: 0.5px solid #dcdcdc;
  border-radius: 8px;
  line-height: 50px;
  position: relative;
  color: #000;
}
.gs-area .select-gender li:first-child::before {
  display: inline-block;
  content: "";
  background: url(../img/boy.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  z-index: 10;
  position: relative;
  left: 30px;
}
.agree-wrap ul li > div.radio-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gs-area .select-gender li:last-child:before {
  display: inline-block;
  content: "";
  background: url(../img/girl.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  z-index: 10;
  position: relative;
  left: 30px;
}

.radio-button {
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.radio-btn-label {
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.radio-button:checked + .radio-btn {
  box-sizing: border-box;
  background-color: #1ecad3;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  transform: translateX(-50%);
  left: 50%;
}

/*품종검색 팝업*/

#search-name {
  padding: 10px;
}
.kind .red {
  color: red;
  position: relative;
}

.pop-up .kind li {
  padding-left: 15px;
}

/* popup kind리스트 수정*/
.pop-up .kind{
  overflow-y: scroll;
  height: calc(100% - 26vh);
}
.kind .red::after {
  content: "";
  display: block;
  background: url(../img/ico/redCheck.svg) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  background-size: contain;
  transform: translateY(-50%);
}

.gs-area > ul input[type="text"]#gs-input-02,
#gs-input {
  padding: 10px;
}

/* 수정 삭제 팝업*/

/*1117  css수정*/

#banner {
  margin-top: 50px;
}

#slider-01 .swiper-slide img,#slider-02 .pet-slider-img img,
.recom-book .img-bx img,.slider-03 .spot-slider-img img{
  border-radius: 8px;
}
 

/* main, login page background 색상*/
#main::after {
  display: block;
  content: "";
  background-color: #131741;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  visibility: visible;
}

/* 개인정보 처리방침 css*/
.policy{
  padding:40px 25px;
}

.policy .policy-title{
  font-size: 18px;
  margin-bottom: 10px;
}

.policy .policy-content{
  font-size: 14px;
}




.pet-img .my-pet-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.link.active{
  background-color: #1ecad3;
  color: #fff;
}
.link.active .arrow-right-02::after {
  display: block;
  content: "";
  background: url(../img/ico/arrow-white.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
}

.view-content{
  overflow-y: scroll;
  padding: 10px;
}
/* 1121 수정*/
#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;
}
#slider .text-slide .checkbox1 {
  width: 100%;
  display: block;
}
input.check_radio_01[type="radio"] + label {
  display: flex;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

input.check_radio_01[type="radio"] + label:before {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/gray-circle-check.svg);
}

input.check_radio_01:checked + label:before{
  background-image: url(../img/mint-circle-check.svg);
}
#slider .swiper-slide:nth-of-type(even) .text-slide{
  margin-bottom: 15px;
}

.check-more{
  position: relative;

}
#address-wrap .view{
  text-underline-position: under;
}
#address-wrap .view.active{
  color: #1ecad3;
}
.check-more #more{
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
}
#list-check .pred-01 .btn-arrow-bt.active{
  background-color: #1ecad3;
  color: #fff;
}
#list-check .pred-01 .btn-arrow-bt.active span{
  color:  #fff;
}
#list-check .pred-01 .btn-arrow-bt.active::after{
  background: none;
}
#list-check .btn-gray{
  bottom: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0 !important;
}
.survey-area.surveylist#slider-03{
 padding-left: 0;
}
#sel-btn-bx .date-btn.active{
  background-color: #1ecad3;

}
#sel-btn-bx .date-btn.active::placeholder{
  color: #fff;
}


/*1121 수정*/
#check-box{
  position: relative;
}
#check-box .view-02{
  position: absolute;
  right: 0;
  top: 0;
}


/*1122 수정*/
/*질환별, 견종별 모달 수정*/

.survey-dog ul li.active{
  background-color: #1ecad3;
  color: #fff;
}
.pop-up .modal .btn-gray {
  position: fixed;
  bottom: 20px;
  width: 88%;
}
.set-dog.pop-up-list .modal {
  height: 78vh;
}
.set-dog.pop-up-list .pred-01 > .pet-type{
  border: 1px solid #DCDCDC;
  border-radius: 25px;
}
.set-dog.pop-up-list .pred-01 > .pet-type .btn-arrow-bt{
  height: 50px;
  overflow: hidden;
  padding: 0 30px;
}

.set-dog.pop-up-list .pred-01 > .pet-type.active .btn-arrow-bt{
  height: 250px;
  overflow-y: scroll;
  margin-right: 30px;
}

.set-dog.pop-up-list .pred-01 li:first-of-type{
  height: 45px;
}
.set-dog.pop-up-list .btn-arrow-select{
  position: relative;
}
.set-dog.pop-up-list .btn-arrow-select > div{
  height: 250px;
  overflow-y: scroll;
  padding: 0 16px 0 30px;
  width: 90%;
}
.set-dog.pop-up-list .btn-arrow-select span{
  font-size: 16px;
  line-height: 45px;
  padding: 0 30px;
}
.set-dog.pop-up-list .btn-arrow-select > div >  span::after{
  content: "";
  display: block;
  width: 100%;
  height: 0.8px;
  background-color: #DCDCDC;
  opacity: 0.2;
}

.set-dog.pop-up-list .pet-types .btn-arrow-select span{
  padding: 0;
}
.set-dog.pop-up-list li.pet-type.selected .btn-arrow-select::after {
  display: block;
  content: "";
  background: url(../img/ico/bt-arrow-gray.svg) no-repeat;
  width: 12px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 15px;
  transform: rotate(180deg);
}

.set-dog.pop-up-list li.pet-type.pet-types .btn-arrow-select::after {
  display: block;
  content: "";
  background: url(../img/ico/bt-arrow-gray.svg) no-repeat;
  width: 12px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 15px;
}
.set-dog.pop-up-list .btn-arrow-select > div > span{
  color: #000;
}
.set-dog.pop-up-list .btn-arrow-select > div::-webkit-scrollbar {
  display: block;
  width: 5px;
}
.set-dog.pop-up-list .btn-arrow-select > div::-webkit-scrollbar-track {
  margin-top: 30px;
  background: #F4F4F4;
  display: block;
  margin-bottom: 20px;
}
.set-dog.pop-up-list .btn-arrow-select > div::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-right: none;
  border-left: none;
}
.set-dog.pop-up-list .btn-arrow-select > div::-webkit-scrollbar-track-piece:start {
  background:  transparent;
}
.set-dog.pop-up-list .type-detail{
  margin-top: 20px;
  padding-bottom: 80px;
}
.set-dog.pop-up-list .type-detail li:nth-of-type(1){
  /* display: none; */
}
.set-dog.pop-up-list .type-detail li{
  /* display: none; */
  margin-bottom:30px;
}
.set-dog.pop-up-list .type-detail li ul li{
  display: block !important;
}
.set-dog.pop-up-list .type-detail li div > p{
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #787878
}
.set-dog.pop-up-list .type-detail.list-check{
  margin-top: 0;
}
.set-dog.pop-up-list .type-detail .check-detail > ul{
  padding-left: 30px;
}
.set-dog.pop-up-list .type-detail li div > .pet-detail-name span{
  margin-top: 30px;
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

.set-dog.pop-up-list .type-detail li .detail-name{
  font-weight: 800;
  font-size: 16px;
  color: #000;
  padding-bottom: 15px;
}
.set-dog .pred-01 li .btn-arrow-bt span.set-title{
  color: #000;
}

#disease-check .type-detail li:nth-of-type(1){
  display: block;
}

/*글자줄 제한*/
.text-limit-01{
  font-size: 13px;
  line-height: 18px;
  color: #b5b5b5;
  width: 160px;
  overflow: hidden;
  display: -webkit-box !important; 
  word-break: break-all ;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: clip;
}
.text-limit-02{
  font-size: 13px;
  line-height: 18px;
  color: #b5b5b5;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical;
}

.check_radio_area .checkbox1 label.c_tit_type2{
  font-size:13px;
  color:#969696;
}
.list_num_text{
  display: flex;
}
.list_num_text span{
  margin-right: 4px;
}

.check_radio_area input.check_radio_01[type="checkbox"] + label{
  display: flex;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.check_radio_area input.check_radio_01:checked + label:before{
  background-image: url(../img/mint-circle-check.svg)!important;
}
.check_radio_area input.check_radio_01[type="checkbox"] + label:before{
  display: block;
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/gray-circle-check.svg);
  background-size: 120%;
  background-position: 50%;
  border-radius: 4px;
}
.text_bx_unset{
  width:100%;
}
.text_bx_unset p{
  width:100%!important;
  font-size: 13px!important;
    line-height: 1.5em!important;
    margin-bottom:0!important;
    height:auto!important;
}
.text_bx_unset p:first-child{
  margin-top: 10px!important;
}
.img-bx{
  flex-shrink: 0;
}