@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

#wrapper {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}
a {
	transition: .7s;
}


/*---------------------------------
	door
-----------------------------------*/

.door-all {
	width: 740px;
	height: 635px;
	float: left;
	position: relative;
}
.door-all:before, .door-all:after { 
	clear:both;content:' ';display:block;font-size:0;line-height:0;width:100%;
	position: absolute;
	z-index: 11;
	background-position: center;
}
.door-all:before {
	height:74px;
	background-image: url(../img/color-front-top.png);
	top: 0;
}
.door-all:after { 
	height:98px;
	background-image: url(../img/color-front-bottom.png);
	bottom: 0;
}
.door-all .left, .door-all .right {	
	width: 95px;
	height: 507px;
	position: absolute;
	z-index: 12;
	top: 61px;
	margin-bottom: -33px;
}
.door-all .left {	
	background-position: right top;
	background-image: url(../img/color-front-left.png);
	left: 0;
}
.door-all .right {	
	background-position: left top;
	background-image: url(../img/color-front-right.png);
	right: 0;
}
.door {
	margin: 69px auto 0;
	position: relative;
	background-position: center top;
}
.door-color {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	overflow: hidden;
}
.door-color li {
	width: 100%;
	opacity: 0.7;
	transition: .7s;
}
/* .door-color li.w {	background-color:rgba(255,255,255,0.3);} */

.door-color li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 100;
}
/* .door-color li:hover a{
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
	cursor: url(../img/fill.png);
} */
.door-color li:active a{
	background-color: rgba(0,0,0,0);
}
#box {
	position: absolute;
	right: -30px;
	top: 50px;
	z-index: 999;
}

/*---------------------------------
	選單
-----------------------------------*/

.color-all {
	max-width: 280px;
	width: 100%;
	height: 635px;
	float: right;
	position: relative;
}
.color {
	clear: both;
	width: 217px;
	margin: auto;
}
.color:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width :0;height:0}

hr {
	clear: both;
	width: 100%;
	width: 217px;
	margin: auto;
	border: none;
	border-bottom: 1px #ccc solid;
}
.header {
	clear: both;
	font-size: 14pt;
	color: #666;
	padding-bottom: 1em;
}
.header img {
	margin: 1px 0 -2px;
}
.color-btn {
	clear: both;
}
.color-btn li {
	width: 71px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 9pt;
	color: #777;
	margin-bottom: 5px;
}
.color-btn li a {
	width: 40px;
	height: 40px;
	margin: 10px 10px 5px;
	display: inline-block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: #555 3px solid;
	transition: 0;
}
.color-btn li a.select {
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
	box-shadow:2px 2px 3px rgba(0,0,0,0.5);
	margin: 9px 11px 6px 9px;
}

@media all and (max-width : 768px) {
#wrapper {
	max-width: 740px;
}
.door-all {
	width: 100%;
}
.door {
	width: 100%;
}
.color-all {
	max-width: none;
	padding: 0 2em;
	height: auto;
	border-left: #eee solid 1px;
	border-right: #eee solid 1px;
}
.color {
	clear: both;
	padding: 2em 0 1.5em;
	width: auto;
	float: left;
}
hr {
	width: 100%;
}
.btn {
    width: 200px;
	left: auto;
	bottom: 2.5em;
}
}
@media all and (max-width : 550px) {
.door-all .left, .door-all .right {	
	width: 40px;
}
}

/*---------------------------------
	color
-----------------------------------*/

*[class*="c-"]{
	opacity: 0.7;
}
.c-x {	background-image: url(../img/color-x.jpg);}
.door-color li a.c-x {	background-image: none;}
