@charset "UTF-8";
@import url("reset.css");

/* 共用 --------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
}

img{
    display: block;
}


/* KV --------------------------------------------- */
.seo-h1 {
  height: 0px;
  width: 0px;
  transform: scale(0);
}

.kv_banner{
  width: 100%;
  background-image: url("../images/kv_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  padding-top: 55%;
}

@media (max-width: 700px) {
    .kv_banner {
        background-image: url("../images/kv_bg_m.webp");
        padding-top: 130%;
        margin-bottom: -10%;
    }
}

/*article{
	margin-top: 62px;
}

article > .kv_bg {
	background-image: url('../images/kv_bottom.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
	width: 100%;
}

article > .kv_bg > div{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-top: 3%;	

}

article > .kv_bg > div > .kv_title{
	width: 38%;
	padding-top: 40px;
}

article > .kv_bg > div > .kv_title > img{
	width: 100%;
	display: block;
}*/


/* 活動內容 ----------------------------------------- */

section{
	width: 100%;
	/* background-color: blue; */
}

section > div{
	width: 1200px;
	margin: 0px auto;
	/* background-color: red; */
}

section > div > .discount{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 50px;
}


section > div > .discount > .pic,.content{
	width: 100%;
}


section > div > .discount > .content > img{
	width: 45%;
	height: auto;
	padding-bottom: 18px;
	margin: 0 auto;	
}

section > div > .discount > .content > p{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 2px;
	text-align: center;
}

section > div > .discount > .content > h3{
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	text-align: center;
}

section > div > .discount > .content > ul{
	width: 75%;
	margin: 0 auto;
	list-style-type: disc;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 20px;
}

section > div > .discount > .content > ul > li > ul{
	list-style-type: circle;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 24px;
	margin-top: 10px;
}

section > div > .discount > .content > .text-s{
	width: 82%;
	margin: 0 auto;
}

section > div > .discount > .content > .text-s > p{
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 20px;
	text-indent: -50px;
	margin-left: 50px;
}

section > div > .discount > .content > .text-s > p > img{
	width: 40px;
	display: inline-block;
	margin-right: 10px;
}

.red{
	color: #F8524C;
	font-weight: bold;
}

.notice_content .red{
	color: #F8524C;
	font-weight: normal;
}

.green{
	color: #00a19b;
	font-weight: bold;
}

.text_pic img{
	width: 60%;
	height: auto;
	padding-bottom: 25px;
	margin: 0 auto;	
}


/* 按鈕 ---------------------- */

section > div > .button{
	display: flex;
	justify-content: center;
	padding-bottom: 90px;
}

section > div > .button > a.btn{
    width: 200px;
	height: 65px;
	font-size: 16px;
	line-height: 22px;
    border-radius: 4px;
    background: #00a19b;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 20px;
}

section > div > .button > a.btn:hover{
	opacity: 0.7;
}

section > div > .button > a.btn:disabled{
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}



/* 注意事項 ----------------------------------------- */

#notice{
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

section > div > .notice_title{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
}

section > div > .notice_title > p{
	font-size: 18px;
	letter-spacing: 1px;
}

section > div > .notice_content{
	display: flex;
	justify-content: center;
}

section > div > .notice_content a{
	color: #00a19b;
	text-decoration: underline;
}

section > div > .notice_content > ul li{
	list-style: decimal;
	font-size: 14px;
	line-height: 26px;	
	text-align: justify;
	letter-spacing: 1px;
	margin-left: 20px;
}

section > div > .notice_content > ul > li > .list > li {
	list-style: lower-alpha;
}


/* PC --------------------------------------------- */

@media screen and (max-width:1200px){
	
	/*article > .kv_bg {
		height: 630px;
	}

	article > .kv_bg > div{
		width: 90%;
	}

	article > .kv_bg > div > .kv_title {
		width: 50%;
	}*/

	section > div{
		width: 90%;
	}

	section > div > .discount > .content > p{
		font-size: 22px;
		line-height: 40px;
	}

	section > div > .discount > .content > h3{
		font-size: 34px;
		line-height: 48px;
		padding-bottom: 18px;
	}

	section > div > .discount > .content > ul{
		width: 70%;
		font-size: 22px;
		line-height: 42px;
	}

	section > div > .discount > .content > ul > li > ul{
		font-size: 16px;
		line-height: 36px;
		margin-left: 22px;
	}

	section > div > .discount > .content > .text-s{
		width: 77%;
	}

	section > div > .discount > .content > .text-s > p{
		font-size: 18px;
		line-height: 36px;
		text-indent: -45px;
		margin-left: 45px;
	}

	section > div > .discount > .content > .text-s > p > img{
		width: 35px;
		margin-right: 10px;
	}
}

/* Pad --------------------------------------------- */


@media screen and (max-width:767px){
	
	/*article > .kv_bg {
		max-width: 100%;
		background-position: left;
		height: 700px;
	}

	article > .kv_bg > div{
		padding-top: 8%;
	}

	article > .kv_bg > div > .kv_title {
		width: 63%;
		padding-top: 50px;
	}	*/

	section > div > .discount > .content > p{
		font-size: 20px;
		line-height: 38px;
	}

	section > div > .discount > .content > h3{
		font-size: 32px;
		line-height: 46px;
		padding-bottom: 18px;
	}

	section > div > .discount > .content > ul{
		width: 70%;
		font-size: 20px;
		line-height: 40px;
	}

	section > div > .discount > .content > ul > li > ul{
		font-size: 14px;
		line-height: 34px;
		margin-left: 20px;
	}

	section > div > .discount > .content > .text-s{
		width: 77%;
	}

	section > div > .discount > .content > .text-s > p{
		font-size: 17px;
		line-height: 34px;
		text-indent: -40px;
		margin-left: 40px;
	}

	section > div > .discount > .content > .text-s > p > img{
		width: 30px;
		margin-right: 10px;
	}

	section > div > .notice_content > ul li{
		font-size: 13px;
		line-height: 22px;
	}	
}


/* Phone --------------------------------------------- */

@media screen and (max-width:480px){
	/*article > .kv_bg {
		background-position: left;
	}

	article > .kv_bg > div{
		padding-top: 18%;
	}

	article > .kv_bg > div > .kv_title {
		width: 90%;
	}	*/
	article > div > .kv_img {
        background-image: url('../img/kv_m.svg');
    }
	section > div > .discount > .pic > img{
		width: 82%;
		padding-bottom: 50px;
	}

	section > div > .discount > .content > img{
		width: 75%;
	}

	section > div > .discount > .content > p{
		font-size: 20px;
		line-height: 40px;
	}

	section > div > .discount > .content > h3{
		font-size: 32px;
		line-height: 44px;
		padding-bottom: 18px;
	}

	section > div > .discount > .content > ul{
		width: 80%;
		font-size: 20px;
		line-height: 40px;
	}

	section > div > .discount > .content > ul > li > ul{
		font-size: 14px;
		line-height: 34px;
		margin-left: 20px;
	}

	section > div > .discount > .content > .text-s{
		width: 92%;
	}

	section > div > .discount > .content > .text-s > p{
		font-size: 16px;
		line-height: 32px;
		text-indent: -40px;
		margin-left: 40px;
	}

	section > div > .discount > .content > .text-s > p > img{
		width: 30px;
		margin-right: 10px;
	}

	section > div > .button{
		display: block; /* 強制換行，獨佔一行 */
		margin: 0 auto;
	}	

	section > div > .button > a.btn{
		/*max-width: 8.75rem;*/
		flex-direction: column;
		align-items: stretch;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    transition: 0.3s;
	    margin: 20px auto;
	}
}



/* 大螢幕 --------------------------------------------- */

@media screen and (min-width:1440px){

	article > .kv_bg > div > .kv_title {
		width: 30%;
	}

}





