#sb_instagram {

    padding: 40px!important;
}
#part-brands{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
/*	min-width: 1100px;*/
	overflow: hidden;
	padding-top: 70px;
    margin-top: -70px;
}
#brands-header {
	display: block;
	position: relative;
	background-color: #f5f5f5;
	width: 100%;
	height: 148px;
	line-height: 148px;
	vertical-align: middle;
}
#brands-header h1 {
	text-align: center;
	color: #02A6D6;
}
#brands-header h1 > span{
	color: #D0003C;
}
#brands-notice {
	display: block;
	position: absolute;
	top: 0;
	width: 360px;
	right: -336px;
	border: solid 2px #086075;
	border-right: 0;
	border-radius: 8px;
	padding: 4px;
	padding-right: 8px;
	background-color: #FFFFFF;
	transition: right 0.3s;
	z-index: 5;
	vertical-align: middle;
}
#brands-notice:hover {
	right: -8px;
}
#brands-notice-face {
	display: inline-block;
	position:absolute;
	top:38px;
	left:8px;
	color: #02A6D6;
	text-align: center;
	vertical-align: middle;
}
/*
#brands-notice-face > span {

	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	transform: rotateZ(180deg);
}
*/
#brands-notice-face img{
	width:24px;
	height:auto;
}

#brands-notice-detail {
	display: inline-block;
	width: 90%;
	padding:10px;
	margin-left:25px;
	float: left;
	color: #086075;
	font-size: 0.7rem;
	font-weight: bold;
	vertical-align: middle;
}



.brands-binding {
	display: block;
	position: relative;
	width: 100%;
}
.brands-frame {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}
.brands-frame a{
	    background: #005C79;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 11px;
}

.brands-frame a:hover{
	background:#008AB5;
}
.brands-image {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.col-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 350px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	border: 2px solid #0E5666;
	background-color: #FFFFFF;
	color: #0E5666;
	text-align: center;
	line-height: 60px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family:'Dosis',sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	transition: all 0.3s;
	z-index: 4;
}
.col-btn:hover {
	color: #FFFFFF;
	background-color: #0E5666;
}
.col-btn-hide{
	top: 700px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 1rem;
	background-color: #0E5666;
}
.col-btn-hide:hover {
	color: #0E5666;
	background-color: #FFFFFF;
}
.brands-col {
	display: -webkit-flex;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	transition: all 0.3s;
	    z-index: 0;
    overflow: hidden;
}
.brands-arrow-l {
	width: 100px;
	-webkit-user-select: none;
	user-select: none;
}
.brands-arrow-l:hover > img {
	animation: arrow-l 0.3s ease 0s infinite alternate;
}
@keyframes arrow-l {
	0% {
		left: 20px;
	}
	100% {
		left: 0;
	}
}
.brands-arrow-l > img {
	display: block;
	position: relative;
	left: 20px;
	width: 80px;
	height: auto;
}
.brands-arrow-r {
	width: 100px;
	-webkit-user-select: none;
	user-select: none;
}
.brands-arrow-r:hover > img {
	animation: arrow-r 0.3s ease 0s infinite alternate;
}
@keyframes arrow-r {
	0% {
		left: 0;
	}
	100% {
		left: 20px;
	}
}
.brands-arrow-r > img {
	display: block;
	position: relative;
	left: 0;
	width: 80px;
	height: auto;
}
.brands-col-list {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 820px;
	height: auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.brands-item {
	width: 140px;
	height: 140px;
	margin: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 70px;
	transition: all 0.1s;
}
.brands-item:hover {
	border-radius: 35px;
}
.brands-item-hide {
	width: 0;
	height: 0;
	margin: 0;
}

#brands-col-ph {
	background-color: #8BB4BE;
}
#ph-detail {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-color: #ABD4DE;
	z-index: 3;
}
#ph-logo {
	position: relative;
	width: 500px;
	margin: 96px auto 32px;
}
#ph-logo > img {
	width: auto;
	height: 48px;
}
.ph-descript {
	position: relative;
	width: 500px;
	margin: 32px auto;
	letter-spacing:0.11em;
}
.brands-binding .entxt{
	font-size: 14px;
	}
#ph-slope {
	position: relative;
	top: 0px;
	left: 46%;
	width: 10%;
	height: 780px;
	background-color: #ABD4DE;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: 2;
}

#brands-col-cn {
	background-color: #CFCFCF;
}
#cn-detail {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-color: #FFFFFF;
	z-index: 3;
}
#cn-logo {
	position: relative;
	width: 500px;
	margin: 96px auto 32px;
}
#cn-logo > img {
	width: auto;
	height: 80px;
}
.cn-descript {
	position: relative;
	width: 500px;
	margin: 32px auto;
}
#cn-slope {
	position: relative;
	top: 0px;
	left: 44%;
	width: 10%;
	height: 780px;
	background-color: #FFFFFF;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	z-index: 2;
}

#brands-col-ss {
	background-color: #C8B89A;
}
#ss-detail {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-color: #E8D8BA;
	z-index: 3;
}
#ss-logo {
	position: relative;
	width: 500px;
	margin: 96px auto 32px;
}
#ss-logo > img {
	width: auto;
	height: 48px;
}
.ss-descript {
	position: relative;
	width: 500px;
	margin: 32px auto;
}
#ss-slope {
	position: relative;
	top: 0px;
	left: 46%;
	width: 10%;
	height: 780px;
	background-color: #E8D8BA;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: 2;
}

#brands-col-tg {
	background-color: #A3D7BA;
}
#tg-detail {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-color: #C3F7DA;
	z-index: 3;
}
#tg-logo {
	position: relative;
	width: 500px;
	margin: 26px auto 32px;
}
#tg-logo > img {
	width: auto;
	height: 150px;
}
.tg-descript {
	position: relative;
	width: 525px;
	margin: 32px auto;
	font-size: 15px;
}
#tg-slope {
	position: relative;
	top: 0px;
	left: 44%;
	width: 10%;
	height: 780px;
	background-color: #C3F7DA;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	z-index: 2;
}


#item-frame {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	min-height: 50%;
	max-height: calc( 100% - 80px );
	border: 2px solid #000000;
	padding: 20px;
	background-color: #F5F5F5;
	overflow: auto;
}
#item-detail-image {
	position: relative;
	float: left;
	width: 360px;
	padding: 16px;
	overflow: hidden;
}
#item-detail-large {
	width: 360px;
	height: 360px;
	text-align: center;
	vertical-align: middle;
}
#item-detail-large > img {
		width: 100%;
	height: auto;
	max-width: 360px;
	max-height: 360px;
	vertical-align: middle;
}
.item-detail-thumb {
	width: 64px;
	height: 64px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	cursor: pointer;
}
.item-detail-thumb >img {
	max-width: 64px;
	max-height: 64px;
	vertical-align: middle;
}
#item-detail-desc {
	position: relative;
	float: left;
	width: 290px;
	padding: 14px;
}
.item-detail-title {
	font-size: 1.3rem;
	padding: 4px;
	margin-bottom: 16px;
}
.item-detail-head {
	width: 100%;
	padding: 1px 6px;
	font-size: 0.7rem;
	background-color: #D7D7D7;
}
.item-detail-text {
	width: 100%;
	padding: 3px 6px;
	font-size: 0.85rem;
	margin-bottom: 4px;
	word-wrap: break-word;
}

#ph-image,#ss-image{
	background-position: center !important;
}
#tg-image,#cn-image{
	background-position: center !important;
}


#bs-detail {
	position: relative;
	float: left;
	width: 50%;
	height: 700px;
	background-color: #E8D8BA;
	z-index: 3;
}
#bs-logo {
	position: relative;
	width: 500px;
	margin: 96px auto 32px;
}
#bs-logo > img {
	width: auto;
	height: 75px;
}
.bs-descript {
	position: relative;
	width: 500px;
	margin: 32px auto;
}
#bs-slope {
	position: relative;
	top: 0px;
	left: 46%;
	width: 10%;
	height: 780px;
	background-color: #E8D8BA;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: 2;
}


@media screen and (max-width: 1024px) {
#ph-image, #ss-image, #bs-image , #cn-image, #tg-image{
	width: 100%;
	height: 100%;
	padding-top: 80%;
	float: none;
	order: 1;
}
#ph-detail,
#ss-detail,
#bs-detail{
	width: 100%;
	height: auto;
	float: none;
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
	margin-top: -150px;
	padding: 50px 25px 50px;
	order: 2;
}
#cn-detail,
#tg-detail{
	width: 100%;
	height: auto;
	float: none;
	-webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
	margin-top: -150px;
	padding: 0 25px 50px;
	order: 2;
}
#ph-slope,
#cn-slope,
#ss-slope,
#bs-slope,
#tg-slope{
	display: none;
}
.col-btn-hide{
	top: auto;
	bottom: 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 1rem;
	background-color: #0E5666;
}
.brands-frame{
	height: auto;
}
#ph-logo,#cn-logo,#ss-logo,#bs-logo,#tg-logo{
	width: 100%;
}
.ph-descript,.cn-descript,.ss-descript,.tg-descript,.bs-descript{
	width: 100%;
	text-align: justify;
}
#ph-logo{
	max-width: 377px;
}
#ss-logo{
	max-width: 438px;
	width: 100%;
}
#bs-logo{
	max-width: 438px;
	width: 100%;
}
#ss-logo > img,
#bs-logo > img,
#ph-logo > img{
	max-width: 100%;
	height: auto;
}
.col-btn,
#brands-col-ph,
#brands-col-cn,
#brands-col-ss,
#brands-col-bs,
#brands-col-tg{
}
#sb_instagram #sbi_load {
    padding-bottom: 80px!important;
}
#brands-header{
	height: 100px;
	line-height: 100px;
}
.brands-frame{
	display: flex;
	flex-wrap: wrap;
}
.brands-frame a{
	font-size: 0.75em;
	margin-bottom: 9px;
}
#tg-logo > img{
	padding-top: 65px;
}
}
@media screen and (max-width: 640px) {
#ph-image, #ss-image, #bs-image , #cn-image, #tg-image{
	width: 100%;
	height: 100%;
	padding-top: 80%;
	float: none;
	order: 1;
}
#ph-detail,
#ss-detail,
#bs-detail{
	width: 100%;
	height: auto;
	float: none;
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
	margin-top: -90px;
	padding: 50px 25px 80px;
	order: 2;
}
#cn-detail,
#tg-detail{
	width: 100%;
	height: auto;
	float: none;
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
	margin-top: -90px;
	padding: 0 25px 80px;
	order: 2;
}
}