@charset "utf-16";
/* CSS Document */

#footer {
	font-family:"微軟正黑體";
		text-align: center;
		font-size: 10px;
		color: #e93131;
		height: 40px;
		line-height: 40px;
		position: absolute;
		width: 100%;
		bottom: 0;
		z-index: 999;
	}

#main-content{
	min-height: auto !important;
}

.liststyle{
	list-style-type:none;
}
.title{
	font-family: "微軟正黑體";
	font-size: 1.375em;
	color:#f79493;
	font-weight: bold;
	line-height:50px;
	text-align:center;
	display: block;
	width: 400px;
	height: 50px;
	margin:60px auto 0px;
	padding-bottom:5px;
	border-bottom: 2px dotted #f79493;
	

}
.title img{
	margin:0px 10px;
}
.ul{
  padding:0;
  margin:0;
}
.ol{
  padding:0;
  margin:0;
}
.li{
	font-family: "微軟正黑體";
	font-size: 1em;
	color:  #f8a8c4e9;
	padding: 0 10px;
	margin: 0;
	line-height:2;
	list-style-type:none;
	border-bottom: 2px dashed #f8a8c4e9;
	margin:20px 0 10px;
	display: block;
	/* width: 730px; */
	
}
.li img{
	vertical-align: bottom;
	padding-bottom:5px;
	margin-right:10px;
}
.p{
	font-size: 1.05em;
	font-family: "微軟正黑體";
	line-height:1.2;
	color:#666;
	padding:0 10px;
    margin:20px 0 0;
	line-height:1.3;
	font-weight: normal;
	list-style-type:none;
}
.color{
	color: #f79493;
}

.fontbold{
	font-weight:bold;
}
.borderbtm{
	border-bottem: 1px solid  #f79493;
}
#question{
	width: 90vw;
	min-height: auto;
	margin: 0 auto;
}
.qnav{
	width: 200px;
	min-height: 0px;
	margin-top:10px;
	border-right: 2px dashed #f8a8c4e9;
	min-width: 80vw;
	}

.qnav ul{
	margin:0;
	padding:20px 20px;
	display: flex;
	flex-direction: row;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.qnav h1 {
	color: #f8a8c4e9;
	display: flex;
	font-family: "微軟正黑體";
	border: 1px dashed #f8a8c4e9;
	font-size: 1.5em;
	position: absolute;
	width: 80%;
	top: 0;
	left: 50%;
	justify-content: center;
	transform: translate(-50%, -0);
	padding-left: 0px;
}

.qnav  li{
	color: #000;
	font-weight:bold;
	font-family:"微軟正黑體";
	list-style-type: none;
	line-height:2;
	padding-left:20px;
	font-size: 0.875em;
	margin: 5px 0;
	
}
.qnav li a{
	display:block;
	width: 100px;
	color: #666;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	box-sizing: border-box;
}
.qnav li a:hover{
	color: #f79493;
	border-left: 5px double  #f79493;
	
}
#frame{
	width: 100%;
	min-height: auto;
	margin-top: 4rem;
	float: right;
}

.Ybuy{
	width: 100%;
}

.Ybuy .YBUYIMG{
	width: 100%;
}

.payIMG{
	display: flex;
	flex-wrap: wrap;
}

.payIMG img{
	border:#f79493 1px dashed;
	margin:10px 10px;
	width: 45%;
}
.ShopHowBuy{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 34px;
    width: 100%;
}

.ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_customDv{
	height: 100%;
}

.ulBOTTOM {
    margin-bottom: 20px;
	padding-inline-start: 0px;
}

@media screen and (min-width: 1600px){
	#container #content #question{
		margin-left: -200px;
	}
}
@media screen and (max-width:1075px) {
    #container #content #question{
		width: calc(100% - 5%);
		min-height: auto;
		margin-left: 0px;
        /* flex-direction: column;
		padding: 0 0px 0px 0px;
		align-items: center; */
    }
	.qnav {
		width: calc(100% - 75% - 40px);
	}

	.qnav ul {
		margin: 0;
		padding: 20px 20px 0px 0px;
	}

	.title {
		font-family: "微軟正黑體";
		font-size: 2em;
		color: #f8a8c4e9;
		font-weight: bold;
		line-height: 50px;
		text-align: start;
		display: block;
		width: 100%;
		height: 50px;
		margin: 143px 0px 0px 0px;
		padding-left: 5px;
		border-bottom: 2px dashed #f8a8c4e9;
	}
	#frame {
		margin-top: 0rem;
		min-height: auto;
		margin-left: 0px;
		float: right;
	}
}

@media screen and (max-width:990px) {
	#container #content #question{
		width: 100vw;
    	min-height: auto;
    	margin: 0 auto;
    	flex-direction: column;
    	padding: 0 0px 0px 88px;
    	align-items: center;
	}
	.qnav {
		width: inherit;
		min-height: 0px;
		min-width: 80vw;
	}

	.qnav > ul{
		margin:0;
		padding:20px 20px;
		display: flex;
		flex-direction: row;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		flex-wrap: wrap;
	}

	.qnav h1 {
		color: #f8a8c4e9;
		display: flex;
		font-family: "微軟正黑體";
		border: 1px dashed #f8a8c4e9;
		font-size: 1.5em;
		position: absolute;
		width: 80%;
		top: 0;
		left: 50%;
		justify-content: center;
		transform: translate(-50%, -0);
		padding-left: 0px;
	}

	.qnav li a {
		display: block;
		width: 90px;
		font-size: 1.2em;
		color: #666;
		padding-left: 10px;
		font-weight: bold;
		text-decoration: none;
		box-sizing: border-box;
	}

	.ShopHowBuy{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
		width: 100%;
	}

	#frame {
		width: calc(100vw - 5vw);
   		min-height: auto;
    	margin-left: -185px;
	}
}

@media screen and (max-width:773px) {
	#container #content #question{
		width: 100vw;
    	min-height: auto;
    	margin: 0 auto;
    	flex-direction: column;
    	padding: 0 0px 0px 0px;
    	align-items: center;
	}

	.qnav > ul {
		padding: 20px 20px;
		display: flex;
		flex-direction: row;
		position: absolute;
		flex-wrap: wrap;
		top: calc(13vmin + 5px);
		right: 0;
		left: 0;
		margin: auto;
	}

	.qnav h1 {
		color: #f8a8c4e9;
		display: flex;
		font-family: "微軟正黑體";
		border: 1px dashed #f8a8c4e9;
		font-size: 1.5em;
		position: absolute;
		width: 80%;
		top: 0;
		left: 50%;
		justify-content: center;
		transform: translate(-50%, -0);
		padding-left: 0px;
	}
	
	#frame {
		width: calc(100vw - 10vw);
		min-height: auto;
		margin-left: -11vw;
		/* float: right; */
	}

	.payIMG img {
		border: #f79493 1px dashed;
		margin: 10px 10px;
		width: 100%;
	}
}