/* ------------------

square.css

--------------------- */

#square_wh {
    margin: 60px 15px 105px;
}

/* 거리순/접속시간순/가입순 */
#order_background_2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
}

#order_2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

#order_near_2 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #FFFFFF;
    border-bottom: solid 1px #efefef;
}

#order_lastseen_2 {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #FFFFFF;
    border-bottom: solid 1px #efefef;
}

#order_new_2 {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #FFFFFF;
    border-bottom: solid 1px #efefef;
}

#order_cancle_2 {
    color: #1f2937;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

#order_near_2:active {
    background-color: #efefef;
}

#order_lastseen_2:active {
    background-color: #efefef;
}

#order_new_2:active {
    background-color: #efefef;
}

#order_cancle_2:active {
    background-color: #efefef;
}


/* square */
.square_2 {
    position: relative;
    margin: 0 0 10px 0;
}

.photo_boxes_2 {
    display: flex;
}

.photo_boxes_2 div:nth-child(2) {
    margin: 0 10px;
}

.photo_box_2 div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.info_boxes_2 {
    display: flex;
    position: absolute;
    bottom: 0px;
}

.info_box_2 {
    background-color: #00000066;
    display: flex;
    border: none;
    border-radius: 0 0 10px 10px;
}

.info_box_2:nth-child(2) {
    margin: 0 10px;
}

.distance_box_2 {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.lastAccessElapsedTime_box_2 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.distance_2 {
    font-size: 10pt;
    color: #ffc107;
    margin: 0 0 0 5px;
}

.lastAccessElapsedTime_2 {
    font-size: 10pt;
    margin: 0 5px 0 0;
}

.lastAccessElapsedTime_on_2 {
    color: #1ce2ff;
}

.lastAccessElapsedTime_off_2 {
    color: #f7ebd1;
}

/* square 더보기 */
#square_more_2 {
    padding: 35px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#square_more_2 > img {
    width: 30px;
}