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



/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 55px;
}

.aboutLeft {
	width: 40%;
	float: left;
}

.aboutRight {
	width: 54%;
	float: right;
	padding-top: 20px;
	text-align: right;
}

.aboutTitle {
	font-size: 65px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 55px;
	position: relative;
	line-height: 70px;
	font-family: 'Poppins', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTitle span {
	color: #26bec9;
	display: block;
}

.aboutTitle::after {
	content: " ";
	display: block;
	width: 135%;
	height: 2px;
	background: #26bec9;
	position: absolute;
	bottom: -14px;
	left: 0;
}

.subtitle {
	font-size: 29px;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
}

.aboutLeft p {
	line-height: 30px;
}

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

ul.noticeList {
	list-style: none; 
}

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

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



/*----- 門市資訊 -----*/
.storeArea {
	margin: 75px 0 90px;
	position: relative;
}

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

.storeBox {
	width: 47%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 25px 50px 35px;
	border: 1px solid #c8eaec;
	background-color: #f0fafb;
	-webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.2);
	box-shadow: 0 10px 40px rgba(38, 38, 38, 0.2);
	z-index: 50;
}

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

.storeMap iframe {
	display: block;
}

.storeName {
	font-size: 24px;
	color: #111;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
}

.storeName:after{
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background-color: #26bec9;
}

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

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




@media (max-width: 1199px){

/*----- 關於我們 -----*/


}



@media (max-width: 991px){

/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 10px;
}

.aboutLeft {
	width: 100%;
	float: none;
}

.aboutRight {
	width: 100%;
	float: none;
	padding-top: 45px;
	text-align: center;
}

.aboutTitle {
	font-size: 56px;
	display: inline-block;
	margin-bottom: 20px;
	line-height: normal;
}

.aboutTitle span {
	display: inline;
	margin-left: 10px;
}

.aboutTitle::after {
	display: none;
}



/*----- 門市資訊 -----*/
.storeBox {
	padding-left: 30px;
	padding-right: 30px;
}

.storeArea {
	margin: 60px 0 80px;
}

	
}


@media (max-width: 767px){

/*----- 門市資訊 -----*/
.storeBox {
	-webkit-box-shadow: 0 10px 20px rgba(38, 38, 38, 0.15);
	box-shadow: 0 10px 20px rgba(38, 38, 38, 0.15);
}

}


@media (max-width: 575px){

/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 0;
}

.aboutTitle {
	font-size: 40px;
	margin-bottom: 15px;
}

.subtitle {
	font-size: 24px;
}

.notice {
	font-size: 20px;
}



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

.storeBox {
	width: 100%;
	position: relative;
	transform: none;
}

.storeMap {
	width: 100%;
	float: none;
	margin-top: 25px;
}




}


@media (max-width: 479px){



}