@import url("reset.css");


*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Arial,"Microsoft JhengHei","Heiti TC","sans-serif";
}

body {
    margin: 0;
    padding: 0;
}

article,figure, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.seo-h1,.seo-h2,.seo-h3,
.seo-h4,.seo-h5,.seo-h6{
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    transform: scale(0);
} 


img{
    display: block;
}

a:hover{
    text-decoration: none;
}


h2{
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: #00a19b;
    margin: 0 auto;
}

h2 > span{
    padding-top: 15px;
    border-top: 1px solid #00a19b;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: 1px;
}

h3{
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #434343;
}

p{  
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #434343;
}

em{
    font-style: normal;
}

li{
    color: #595959;
}

th{
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
}

td{
    color: #434343;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.gray{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

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

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

.green{
    color:#1cada4;
    font-weight: bold;
}

.blod{
    font-weight: bold;
}

/*--kv------------------------------------------------------------*/
.kv{
    width: 100%;
    padding-top: 30px;
}

.kv > img{
    width: 100%;
    margin-top:28px;
}

.kv_pc{
    display: block;
}

.kv_m{
    display: none;
}

h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.content_bgc{
    /* background-color:#fff5e3; */
    background-color: #F4F8FA;
}
.notice_bgc{
    background-color: #fbfbfb;
    padding-top: 30px;
    padding-bottom: 30px;
}
.warning_bgc{
    background-color: #ffffff;
}
.content{
    padding-bottom: 50px;
}
/*-- nav 文字顏色----------------------------------------------------*/
.text_orange a{
    color: darkorange;
    font-weight:600;
}
.text_green a{
    color: #00a19b;
    font-weight:600;
}
.text_green a:hover{
    color: #5fc7b9;
    font-weight:600;
}



/*--按鈕-----------------------------------------------------------*/
.btn_group{
    width: 100%;
    display: flex; /* 水平置中 */
    justify-content: center; /* 垂直置中 */
}

.btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    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 10px;
    }
    .btn:hover {
    opacity: 0.7;
    }
    .btn:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
    }
    @media (max-width: 768px) {
    .btn {
        max-width: 8.75rem;
    }
    }
                                            
.btn.left {
    margin: 20px 5px 20px 0;
}
.btn:hover{
    opacity:0.7;
}


.btn_line {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    border-radius: 4px;
    text-align: center;
    border: solid 1px #00a19b;
    color: #00a19b;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    margin: 0 10px;
    }
    .btn_line:hover {
    opacity: 0.7;
    }

    .btn_line:disabled {
    background: #acacac;
    color: #ffffff;
    border: none;
    cursor: not-allowed;
    }
    @media (max-width: 768px) {
    .btn_line {
        max-width: 8.75rem;
    }
    }
                                        



/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    .kv_pc{
        display: none;
    }
    
    .kv_m{
        display: block;
    }    

    h2{
    font-size: 1.4rem;
    padding-top: 0px;

    }

    .gray{
        font-size: 12px;
    }

    .btn_in{
        margin: 10px 5px 0 0;
    }

    .title_img{
        min-height:45px;
    }
    .btn.left {
        margin: 20px auto;
}
}
.air_campaign_title{
    height: auto;
    display: flex;
    justify-content: center;align-items: center;text-align: center;
    margin-top:100px;margin-bottom: 50px;
}
.air_campaign_title h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;

}
.air_campaign_title_2 p{
    text-align: center;
    font-size: 1.5rem;
}
.title-decro{
    max-width:30px;
    display: inline-block;
    margin-left: 3px;
    animation: lightenMove 2.5s ease-in-out infinite;
}
@keyframes lightenMove {
    0% {
        opacity: 0;
        left: -30px;
    }
    15% {
        opacity: 1;
        left: 0;
    }
    85% {
        opacity: 1;
        left: 0;
    }
    100% {
        opacity: 0;
        left: 30px;
    }
}

.air_campaign{
    max-width: 1200px; margin: 0 auto;height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-evenly;
    padding: 50px;
}

.air_campaign_cont:nth-child(odd){
    margin-top:30px;
    margin-bottom: 30px;
}

.air_campaign_cont:nth-child(even){
    margin-top:30px;
    margin-bottom: 30px;
}

.air_photo{
    width: 35%;
    overflow: hidden;
 


}
.air_photo img{
    transition: transform 0.3s ease;
}

.air_photo img{
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    border-radius:20px;

}
.discount-details{
    width: 55%;
    letter-spacing: .1rem;
    color: #434343;
}

@media screen and (max-width:540px) {
        .air_campaign_title h2{
        font-size: 1rem;
    }
}

@media screen and (max-width:430px) {

    .air_campaign_title_2 p{
        font-size: 1rem;
        
    }
    
}
@media screen and (max-width:375px) {

    .air_campaign_title h2{
        font-size: 1.2rem;
        
    }
    .air_campaign_title_2 p{
        font-size: 0.9rem;
        
    }
}
/*--PC------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    .mobile-pay-header{
        width: 90%;
    }
}


/*--iPad pro------------------------------------------------------------*/
@media screen and (max-width:1024px) {

}

/*--Pad------------------------------------------------------------*/
@media screen and (max-width:920px) {
    
}

/*--iPad-----------------------------------------------------------*/
@media screen and (max-width:768px) {

}

/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    .baseball_cont img{
        width: 90%;
    }

    .air_photo{
        width: 100%;
    }
    .air_photo img{
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .discount-details {
        width: 100%;
        
    }

    .discount-details h3{
        font-size: 20px;
        letter-spacing: 0.1rem;
        padding: 10px 0;
    }

    .discount-details .text{
        line-height: 26px;
        font-size: 15px;
        padding-top: 20px;
    }

    .discount-details ol .content{
        font-size: 14px;
        line-height: 25px;
    }
}

/* -----------------------------------------
   注意事項
------------------------------------------*/
.notice-content{
    width: 80%;
	max-width: 1100px;
	height: auto;
    letter-spacing: 0.8px;
    margin: 0px auto;
}
.notice-content h3{
	color: #2f2f2f;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.notice-text{
	color: #2f2f2f;
	font-size: 0.9rem;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
	list-style: decimal;

	margin-left: 16px;
}
.notice-text li{
	margin-bottom: 8px;
}

/* 小手機 540px 以下 */ 
@media screen and (max-width: 540px) {
    .notice-content{
        width: 80%;
    }
}

 .box_list{
    margin: 0 auto;
    color: #434343;
    list-style-type: disc;
    margin-left: 1.2em;
    height: auto;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}

 .box_list li{
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 24px;
}
.discount-details h3{
    font-size: 25px;
    padding-bottom: 20px;
    letter-spacing: .1rem;
    color: #00a19b;
}

.discount-details h3:after {
    display: block;
    left: 0;
    top: 10px;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 5px ;
    background-color:#00a19b;
}
@media screen and (max-width: 540px) {
    .discount-details h3{
        font-size: 20px;
        letter-spacing: 0.1rem;
        padding: 10px 0;
        text-align: center;
    }
}