.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

img {
    object-fit: cover
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.common_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .41667vw;
    cursor: pointer
}

.common_btn .icon {
    width: 1.14583vw;
    height: 1.14583vw
}

.common_btn.black {
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.common_btn.black:hover::before {
    opacity: 1
}

.common_btn.black:hover .pic img {
    transform: scale(1.05)
}

.common_btn.black p {
    color: #000
}

.common_btn.black svg path {
    stroke: #000
}

.common_title {
    color: #000;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize
}






.down_pull {
    position: relative
}

.down_pull .pull {
    background: #EFEFF2;
    position: absolute;
    top: 100%;
    left: -1px;
    opacity: 0;
    pointer-events: none;
    width: calc(100% + 2px);
    border: 1px solid #CACACA;
    overflow: hidden;
    overflow-y: scroll;
    padding: .625vw 0
}

.down_pull .pull.on {
    transition: ease .3s;
    opacity: 1;
    pointer-events: auto
}

.down_pull .pull::-webkit-scrollbar {
    width: 0
}

.down_pull .pull p {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 .625vw;
    cursor: pointer;
    transition: ease .3s;
    color: rgba(51, 51, 51, 0.4);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize
}

.down_pull .pull p:not(:last-child) {
    margin-bottom: .625vw
}

.down_pull .pull p:hover {
    color: #333
}

.down_pull .pull p.on {
    color: #333 !important;
    pointer-events: none
}
