.PetsDetail_petsDetailWrapper__mBcnM {
    width: 100%;
    min-height: 100vh;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
    padding: 8px 6px;
    padding-top: 20px;
}

.PetsDetail_petsDetailWrapper__mBcnM h2 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.PetsDetail_petListContainer__iQSIW {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    /* width: 100%; */
    padding: 8px 16px;
    background: #2b244f;
    border-radius: 4px;
    margin-top: 13px;
    min-height: 300px;
}

.Search_searchInput__KZ_N_ {
    height: 32px;
    position: relative;
    width: 443px;
    border: 1px solid #aa9cc0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.PetsDetail_searchBar__BV8x2 {
    width: 240px;
}

.PetsDetail_petList__V68ua {
    display: flex;
    flex-flow: row wrap;
    -webkit-column-gap: calc(100% / 6 - 42px);
    column-gap: calc(100% / 6 - 42px);
    row-gap: 16px;
    margin-top: 16px;
    height: 300px;
    overflow-y: scroll;
}

.PetsDetail_petList__V68ua {
    -webkit-column-gap: calc(100% / 12 - 42px);
    column-gap: calc(100% / 12 - 42px);
}

.PetsDetail_petImgWrapper__WUbQw {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42px;
    cursor: pointer;
}
.Search_searchInput__KZ_N_ input {
    height: calc(100% - 4px);
    padding-left: 105px;
    border-radius: 4px;
    width: -webkit-fill-available;
    background: #212048;
    border: 1px solid transparent;
    color: var(--textColorPrimary) !important;
    font-size: 14px;
}

.PetsDetail_searchBar__BV8x2>input {
    padding-left: 20px;
}

.Search_searchIcon__6Pyne {
    width: unset !important;
}

.Search_keyboardBtn__8Unnq,
.Search_searchIcon__6Pyne {
    position: absolute;
    cursor: pointer;
    top: 57%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.Search_searchInput__KZ_N_ input:focus {
    outline: none;
    border: 1px solid #318ab7;
    box-shadow: 0 0 15px 5px #318ab7;
}

.PetsDetail_searchBar__BV8x2>div {
    display: block;
}

.Search_keyboardBtn__8Unnq svg,
.Search_searchIcon__6Pyne svg {
    width: 16px;
    height: 16px;
}

.PetsDetail_petImg__lu3BG>img {
    width: 42px;
    height: 42px;
    border: 2px solid grey;
    border-radius: 6px;
}

.PetsDetail_petImg__lu3BG.PetsDetail_isChosen__NM1pg>img {
    border-color: #ca9372;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.PetsDetail_petImgWrapper__WUbQw>span {
    font-size: .75rem;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 4px;
}

.PetsDetail_petList__V68ua::-webkit-scrollbar {
    width: 4px;
}

.PetsDetail_petList__V68ua::-webkit-scrollbar-thumb {
    background: #b1b1b17a 0 0 no-repeat padding-box;
}

.PetsDetail_petList__V68ua::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #221846 0 0 no-repeat padding-box;
}

.PetsDetail_petBigListContainer__2cCio {
    display: flex;
    flex-flow: row wrap;
    -webkit-column-gap: calc(100% / 2 - 300px);
    column-gap: calc(100% / 2 - 300px);
    justify-content: center;
    row-gap: 20px;
    width: 100%;
}

.PetsDetail_petBigListContainer__2cCio {
    -webkit-column-gap: calc(100% / 3 - 300px);
    column-gap: calc(100% / 3 - 308px);
}

.PetsDetail_petBigImgWrapper__dQnQi {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.PetsDetail_petBigImgContainer__d6bnd {
    position: relative;
}

.PetsDetail_divider__YZ81z {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, transparent, #ffed9e 50%, transparent);
}

.PetsDetail_petNameAndStar__UrxfX {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
    background-color: #363944;
    gap: 16px;
    font-weight: 600;
    font-size: .875rem;
}

.PetsDetail_petStarList__0YkKs {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.StarIcon_star__4bOo6 {
    margin-bottom: 3px;
    position: absolute;
    top: -16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PetsDetail_petStarList__0YkKs .PetsDetail_petStar__kPxrm {
    position: relative;
    top: unset;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 64px;
    height: 28px;
    border: 2px solid #a5a8b4;
    border-radius: 100px;
    cursor: pointer;
}

.PetsDetail_petStarList__0YkKs .PetsDetail_petStar__kPxrm.PetsDetail_active__WZeJv {
    border: 2px solid #ffed9e;
}

.StarIcon_star__4bOo6 svg {
    width: 8px;
    height: 8px;
    fill: gold;
}

.PetsDetail_petStarList__0YkKs .PetsDetail_petStar__kPxrm svg {
    width: 14px;
    height: 24px;
    fill: #a5a8b4;
}

.PetsDetail_petStarList__0YkKs .PetsDetail_petStar__kPxrm.PetsDetail_active__WZeJv svg {
    color: #ffed9e;
}

.box_content {
    max-width: 750px;
    margin: auto;
    width: -webkit-fill-available;
    padding: 15px;
    box-sizing: unset;
}
.content_page {
    margin: auto;
    margin-top: 40px;
    color: #fff;
    background: #2b244f;
    border: 1px solid #6a5fa4;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
    max-width: 728px;
}.box_content h2,
.box_content h2 span,
.box_content h2 p {
    font-weight: 700 !IMPORTANT;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #fff !important;
    text-align: left !important;
    margin: 12px 0 !important;
}
.box_content h3 span,.box_content h3 {
    font-size: 23px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    text-align: left !important;
}

.box_content h4 span,
.box_content h4 p,
.box_content h4 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    text-align: left !important;
}

.box_content h5,
.box_content h6,
.box_content h5 span,
.box_content h6 span,
.box_content h5 p,
.box_content h6 p {
    font-weight: 500 !important;
    color: #fff !important;
    text-align: left !important;
}
.box_content th,
.box_content td {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    text-align: center !important;
    padding: 10px;
}

.box_content table {
    width: 100% !important;
    border-spacing: 0px !important;
    border: 1px solid #000 !important;
    border-bottom: none !important;
    border-color: black !important;
}

.box_content th:first-child,
.box_content td:first-child {
    border-left: none !important;
}

.box_content table p,
.box_content table span {
    margin-bottom: 0 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
}

.box_content table th p {
    text-align: center !important;
    font-weight: 700;
}.box_content a {
    font-weight: bold;
    font-size: 17px;
    color: #009cff;
}.box_content p,
.box_content span {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    white-space: unset !important;
    word-wrap: break-word;
}

.box_content a p,
.box_content a span {
    color: unset !important;
}

.box_content ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
}.box_content ul li {
    line-height: 1.5 !important;
    white-space: unset !important;
    margin: 0 0 10px 0 !important;
}
figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}
figure {
    margin: auto;
    width: 100%;
    margin-bottom: 10pt;
}.title_h1 {
    line-height: 1.3;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10pt;
}.box_author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}.box_date {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
    .PetsDetail_petBigListContainer__2cCio {
        column-gap: calc(100% / 2 - 300px);
    }
}

@media only screen and (max-width: 580px) {
    .PetsDetail_petList__V68ua {
        column-gap: calc(100% / 5 - 42px);
    }
}