@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei';
    padding-top: 60px;
	background-color: #33331b;
}
.red{
  color: #C72D27 !important;  
}
.yellow{
	color: #f1e729;
}
.bold{
	font-weight: 700;
}
.card-btn{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.box-3{
    max-width: 1200px;
    width: 100%;  
    display: flex;
    margin: 0 auto;
}
.box-3-col{
    width: 50%;
    padding: 0 15px;
}
.box-3-card{
  display: block;
   background-color: #fff; 
   border-radius: 20px;
   overflow: hidden;
   position: relative;
}
.box-3-pic{
    width: 100%;
}
.box-3-info{
    padding: 16px 31px 65px 31px;
    width: 100%;
    background-color: #3C3D3F;
font-size: 18px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.1em;
color:#fff;
}
.box-3-info span{
    color:#e29432;
}
.box-3-tit{
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    color:#fff ;
     margin-bottom: 10px;
}
.more{
    display: inline-block;
  width: 104px; 
  height: 25px;
  position: absolute; 
  right: 36px;
  bottom: 27px;
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  background-size: 104px auto;
}
.box-3-card:hover{text-decoration: none;}
.box-3-card:hover > .box-3-info .more{
    background-image: url(../images/more-1.svg); 
}
.box-3-card:hover > .box-3-info .box-3-tit{
   color: #e29432; 
   
}
.box-2{
    max-width: 1200px;
    width: 100%;  
    display: flex;
    margin: 0 auto 0px auto;
}
.B{
	/*background-color: #FCCF00;*/
	padding: 50px 0 60px;
	/*margin-bottom: 80px;*/
	background-image: url("../images/b-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pic{
    width: 100%;
    margin-bottom: 20px;
}
.pic-box{
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing:0.1em;
color: #fff;
background-color: rgba(98,98,98,.85);
border-radius: 20px;
padding-bottom: 15px;
	margin: 30px auto 30px;
}
.pic-box span{
    color: #e29432;
    font-weight: 700;
}
.pic-tit{
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 2px;
    margin-bottom: 10px;    
}
.pic-btn{
  margin-top: -5px;  
  text-align: center;
  transform: translateY(25px);
}
.text-ps{
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 80px;
	padding: 0 10px;
}
.text-ps p{
	display: inline-block;
	background-color: rgba(0,0,0,.5);
	margin-bottom: 0;
}
.box-1{
    max-width: 1200px;
    width: 100%;  
    display: flex;
    margin: 0 auto 140px auto;
}
.box-col{
    width: 33.3%;
    padding: 0 15px;
}
.card-box{
    padding: 0 20px ;
position: relative;
font-size: 26px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0.1em;
text-align: center;
color: #FFF;
}
.card-box span{
    font-size: 32px; 
    line-height: 46px; 
    color:#f1e729;
}
.icons{
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto 10px auto;
}
.start-box{
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto 116px auto;
font-size: 20px;
font-weight: 500;
line-height: 40px;
letter-spacing: 1px;
color: #fff;
background: rgba(255,255,255,.3);
border-radius: 20px;
padding: 70px 0;
}
.start-l{
    width: 390px;
    padding-left: 120px;
}
.start-l img{
    width: 100%;
}
.start-r{
    width: calc( 100% - 390px );
    padding:0 70px;
}
.start-tit{
font-size: 36px;
font-weight: 700;
line-height: 36px;
letter-spacing: 0.1em;
margin-bottom: 26px;
color: #fff;
}
.tit{
font-size: 50px;
font-weight: 700;
line-height: 80px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin-bottom: 54px;
}
.tit span{
    color: #f1e729;
}

.sectionB .tit{
margin-bottom: 16px;
}
.sectionB p{
	color: #fff;
	padding: 0 20px;
	margin-bottom: 54px;
	text-align: center;
}
.gift{
	padding: 80px 0 30px;
	color: #fff;
	font-size: 20px;
	line-height: 2;
}
.gift-title{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.gift-content-title{
	text-align: right;
}
.slogan {
    /*width: 100%;*/
    max-width: 600px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 20px;
    text-align: center;
}
.slogan p{   
    font-size: 24px;
font-weight: 700;
line-height: 36px;
letter-spacing: 1px;
color: #fff;
margin-bottom: 10px;
}
.slogan-1 {
font-size: 60px;
font-weight: 700;
line-height: 80px;
letter-spacing: 5px;
color: #fff;
margin-bottom: 38px;
}
.slogan-btn{
    width: 100%;
   height: 50px; 
   border: 1px solid #FFFFFF;
border-radius: 25px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
font-weight: 700;
line-height: 40px;
letter-spacing: 1px;
text-align: left;
color: #fff;
}
.slogan-btn span{
    display: block;
    padding: 0 20px;
    white-space: nowrap;
}
.kv{
    width: 100%;
    max-width: 450px;
    margin-top: 40px;
}
a {
    color: #f04553;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #f04553;
}

.btn {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 48px;
    border-radius: 25px;
    padding:0 56px 0 32px;
    color: #232323;
    background-image: url(../images/arrow.svg),linear-gradient(90deg, #C0C0C0 0%, #f6f6f6 48.67%, #C0C0C0 100%);
    background-repeat: no-repeat;
    background-size: 8px auto, 110% 50px;
    background-position:top 19px right 32px, center center;
    text-align: left;
}

.btn:hover {
    background-image: url(../images/arrow.svg),linear-gradient(270deg, #b2b2b2 0%, #e7e7e7 48.67%, #b2b2b2 100%);
    text-decoration: none;
}

.btn img {
    width: 11px;
    margin-left: 20px;
    transform: translateY(-2px);
}

.warning{
    background-color: #EBEBEB;
}

.w-box {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 300;
    letter-spacing: 0.1rem;
}

.w-left {
    width: 280px;
    font-size: 24px;
    text-align: center;
}

.w-right {
    flex: 1;
    font-size: 13px;
}

.show-xs {
    display: none;
}

.red {
    color: #f04553;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    background-color: #d70c18;
}

.logo {
    position: absolute;
    display: flex;
    top: 10px;
}

.logo:hover {
    text-decoration: none;
}

.logo img {
    width: auto;
    height: 40px;
}

footer {
    background-image: linear-gradient(90deg, #D70C18 50%, #888 51%);
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding-left: 30px;
    width: 312px;
    background-color: #888;
}

.copyright {
    background-color: #d70c18;
    font-size: 12px;
    font-family: 'Microsoft JhengHei';
    font-weight: 500;
    line-height: 56px;
    padding-left: 30px;
    flex: 1;
    display: inline-block;
}

.sectionA {
    height: 771px;
    background-image: url(../images/bg1.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

.sectionB {
    background-color:  #33331b;
    /*min-height: 2526px;*/
    background-image: url(../images/bg2.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    /*padding-bottom: 120px;*/
}


/*注意事項收合內容*/
#information-n,#information-n1{
  display: none;
}

/*收合內容*/
.information{
  text-align: left;
  line-height: 18px;
  font-size: 15px;
  margin-top: 40px;
}
td {
  padding: 5px 0;
}
/*收合按鈕*/
.btn-notice,.btn-notice1{
  display: inline-block;
  margin: 20px auto 0;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  color: #fff;
}
.btn-notice b,.btn-notice1 b{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  margin-left: 8px;
}
.btn-notice i,.btn-notice1 i{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #fff transparent;
  margin-left: 8px;
}
.btn-notice:hover,.btn-notice1:hover{
  color: #fff;
}
.btn-notice:hover b,.btn-notice1:hover b{
  border-color: #fff transparent transparent transparent;
}
.btn-notice:hover i,.btn-notice1:hover i{
  border-color: transparent transparent #fff transparent;
}
.less {
  display: none;
}

.notice-content{
	font-size: 0.9rem;
	line-height: 1.8;
	padding-top: 30px;
	font-weight: 300;
}


@media (max-width: 1440px) {
    .sectionA {
        background-image: url(../images/xbg1.png);
        background-size: 1440px auto;
    }
    
    .sectionB {
        background-image: url(../images/xbg2.png);
        background-size: 1440px auto;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0 40px 0 40px;
        margin-right: -5px;
    }
}

@media (max-width: 1024px) {
    .w-box {
        display: block;
        align-items: center;
        font-weight: 300;
        letter-spacing: 0.1rem;
        padding: 10px 15px;
    }

    .w-left {
        font-weight: 700;
        width: 100%;
        font-size: 16px;
        text-align: left;
    }

    .w-right {
        width: 100%;
        font-size: 10px;
    }

    .footer-copyright {
        height: auto;
    }

    .copyright {
        padding-left: 20px;
        padding-right: 20px;
        max-height: 56px;
        overflow: hidden;
    }

    .copyright .ml-2 {
        display: none;
    }

    .hide-pad {
        display: none;
    }
    .card-box {
        font-size: 18px;
        line-height: 26px;
    }
    .card-box span {
        font-size: 22px;
        line-height: 32px;
    }
    .box-1 {
        margin: 0 auto 100px auto;
    }
}

@media(max-width:768px) {
    body {
        padding-top: 53px;
    }
    .copyright {
        height: 36px;
        font-size: 12px;
        line-height: 36px;
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
    }

    .copyright span {
        display: none;
    }

    .footer-logo {
        display: none;
    }

    header {
        height: 53px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        padding: 0;
    }

    .logo {
        left: 20px;
        top: 9px;
    }

    .logo img {
        width: auto;
        height: 34px;
    }

    .logo span {
        font-size: 18px;
        line-height: 1;
        margin-left: 10px;
        padding-top: 3px;
    }
	
	.gift-content,.gift-content-title{
		text-align: center;
	}
	ol{
		padding-left:10px;
		text-align: justify;
	}
}

@media(max-width:430px) {
    .slogan {
        width: 276px;
        position: absolute;
        top: 83px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .slogan-1 {
        font-size: 38px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 3px;
        color: #fff;
        margin-bottom: 6px;
    }

    .hide-xs {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .copyright {
        height: 25px;
        line-height: 1;
        padding: 6px 0;
        margin: 0 !important;
    }

    .sectionA {
        height: 624px;
        background-image: url(../images/mbg1.png);
        background-size: 430px 624px;
        background-repeat: no-repeat;
        background-position: bottom center;
        position: relative;
        
    }

    .sectionB {
        height: auto;
        background-image: url(../images/mbg2.png);
        background-size: 430px auto;
        position: relative;
        padding-top: 30px;
		margin-top: -100px;
    }   
    .w-box {
        padding: 20px 30px;
    }
    .slogan {
        width: 100%;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 153px;
        left: 0;
        transform: translateX(0);
        text-align: center;
    }
    .slogan p {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
        color: #fff;
        margin: 0;
    }
    .slogan p.fix {
        font-size: 14px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.01em;
        color: #fff;
        margin: 0;
    }
    .slogan-btn .btn {
        width: auto;
    }
    .start-box {
        width: calc( 100% - 60px );
        flex-direction: column;
        align-items: center;
        margin: 0 auto 60px auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 1px;
        color: #fff;
        padding: 30px;
        background-color: rgba(255,255,255,.3);
border-radius: 20px;
/*background-image: url(../images/box-.png);*/
background-position: top -20px center;
background-repeat: no-repeat;
background-size: 380px auto;

    }
    .start-l {
        width: 100%;
        padding-left: 0;
    }
    .start-l img {
        width: 210px;
        display: block;
        margin: 10px auto 50px auto;
    }
    .start-r {
        width: 100%;
        padding: 0;
        text-align: justify;
    }
    .start-tit {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
    }
	
    .tit,.gift-title {
        font-size: 29px;
        margin-bottom: 30px;
		letter-spacing: 0;
    }
	.gift-title{
		line-height: 1.5;
	}
	.gift-content,.gift-content-title{
		text-align: center;
		font-size: 1rem;
	}
	ol{
		padding-left:10px;
		text-align: justify;
	}
	
    .box-1 {
        width: calc( 100% - 60px );
        display: block;
        margin: 0 auto 80px auto;
    }
    .box-col {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
	.B{
		padding: 50px 0 40px;
		background-image: url("../images/b-bgm.png");
	}
    .box-2 {
        width: calc( 100% - 60px );
        display: block;
        margin: 0 auto 0px auto;
    }
    .pic-btn {
        margin-bottom: 30px;
    }
    .box-3 {
        width: calc( 100% - 60px );
        display: block;
        margin: 0 auto;
    }
    .box-3-col {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .box-3-info {
        padding: 10px 30px 65px 30px;
    }
    .box-3-tit {
        margin-bottom: 5px;
    }
    .more {
        width: 104px;
        position: absolute;
        right: 30px;
        bottom: 28px;
    }
    .box-3-card:hover > .box-3-info{
        width: 100%;
        padding: 10px 30px 65px 30px;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 1);
        border-radius:0 ;
    }
    .box-3-card:hover > .box-3-info .more{
        right: 30px;
      bottom: 28px;
    }
    .box-3-card:hover > .box-3-info .box-3-tit{
       color: #323232; 
    }
    .slogan-btn {
        width: 100%;
        height: auto;
        border: none;
        border-radius: 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
    }
    .slogan-btn span {
        margin-bottom: 46px;
    }
	.pic-tit {
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
}
@media(max-width:375px) {
    .sectionA {
        background-image: url(../images/mbg1-1.png);
        background-size: 375px auto;
    }

    .sectionB {
        background-image: url(../images/mbg2-1.png);
        background-size: 375px 4790px;
    }
    .box-1, .box-2, .box-3 {
        width: calc( 100% - 40px );
    }  
    .start-box {
        background-size: 100% auto;
        width: calc( 100% - 40px );
    }
    .start-l img {
        width: 210px;
        display: block;
        margin: 20px auto 50px auto;
    }
    .slogan {
        bottom: 158px;
    }
	.slogan-1 {
        font-size: 36px;
    }
}
@media(max-width:360px) {
    .hide-xxs{
        display: none;
    }
}