/** 
* back top 
*/

#scrollTo img,
.backTop {
    cursor: pointer;
}
.backTop {
    display: none;
}
.backTop .ob_body{
    display: flex;
    justify-content: center;
    align-items: center;
     background: #6dc7f6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: .80;
    font-size: 22px;
}

/* infinite scrolling */
.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}
/* firefox */
.scrolling-wrapper {
    scrollbar-width: none;
}



/**
* 圖片不規則等比縮圖
*/
img {
    width: 100%;
}

.container {
	text-align: center;
}
.photo {
	position: relative;
	padding-bottom: 100%;
    float: none;
    width: auto;
}
.photo img {
	object-fit: contain;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
#CONTENT-1 .BOX {
	float: none;
	display: inline-block;
}
