@charset "utf-8";
/* CSS Document */



/*----- 公司簡介 -----*/
.aboutBg {
	width: calc(100vw - 17px);
    height: calc(100vh - 70px);
	padding: 100px 0;
	background: url(../images/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutBox {
	width: 850px;
	margin: 0 auto;
	padding: 60px 7% 85px;
	position: relative;
	background: rgba(255, 255, 255, 0.88);
}

.aboutBox:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid;
	border-color: rgba(255, 255, 255, 0.75);
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.greenTitle {
	margin-bottom: 25px;
}

.greenTitle h2 {
	font-size: 32px;
	color: #4ba700;
}

.aboutTitle {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 13px;
}

.aboutBox p {
	line-height: 32px;
}

.subtitle {
	font-size: 24px;
	color: #000;
	margin: 35px 0 10px;
}

ul.noticeList {
	list-style: none; 
}

ul.noticeList li {
	padding-left: 24px;
	line-height: 32px;
}

ul.noticeList li:before {
    content: "•";
    padding-right: 12px;
    margin-left: -17px;
    color: #333;
}



/*----- 門市資訊 -----*/
.storeArea {
	margin: 55px 0 70px;
	position: relative;
	box-shadow: 0 2px 5px rgba(200, 200, 200, 0.7);
}

.storeArea:last-of-type {
	margin-bottom: 0;
}

.storeBox {
	width: 50%;
	min-height: 490px;
	float: left;
	padding: 40px 7%;
	background-color: #fff;
	text-align: right;
}

.storeMap {
	width: 50%;
	float: right;
}

.storeMap iframe {
	display: block;
	height: 490px;
}

.storeName {
	font-size: 23px;
	color: #4ba700;
	font-weight: bold;
	margin-bottom: 17px;
	position: relative;
	line-height: 34px;
}

.storeName:after{
	content: " ";
	display: block;
	width: 17.5%;
	height: 1px;
	position: absolute;
	right: -19.5%;
	bottom: 50%;
	background-color: #4ba700;
}

ul.infoList {
	margin-bottom: 20px;
}

ul.infoList li {
	font-size: 16px;
	line-height: 32px;
}




@media (max-width: 1199px){

/*----- 公司簡介 -----*/
.aboutBg {
	width: 100vw;
    height: auto;
	padding-top: 80px;
}


}



@media (max-width: 991px){

/*----- 公司簡介 -----*/
.aboutBox {
	width: 90%;
}



/*----- 門市資訊 -----*/
.storeArea {
	margin: 40px 0 60px;
}

	
}


@media (max-width: 767px){

/*----- 公司簡介 -----*/


}


@media (max-width: 575px){

/*----- 公司簡介 -----*/
.aboutBox {
	padding: 50px 7% 60px;
}

.greenTitle {
	margin-bottom: 22px;
}

.greenTitle h2 {
	font-size: 28px;
}

.aboutTitle {
	font-size: 24px;
}

.subtitle {
	font-size: 22px;
}



/*----- 門市資訊 -----*/
.storeArea {
	margin-top: 28px;
}

.storeBox,
.storeMap {
	width: 100%;
	min-height: auto;
	float: none;
}

.storeBox {
	padding-top: 35px;
	padding-bottom: 50px;
	text-align: left;
}

.storeMap iframe {
	height: 350px;
}

.storeName {
	font-size: 20px;
	line-height: 30px;
}

.storeName:after{
	display: none;
}

ul.infoList li {
	font-size: 15px;
	line-height: 30px;
}


}


@media (max-width: 479px){



}