
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");



/*========================================================
                         基本設定
=========================================================*/

body {
    font-family: "Noto Serif TC", "微軟正黑體", Arial, Verdana, Helvetica, serif;
/*    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: 400;
    font-size: 1rem;
    color: #333433;
    /*overflow-x: hidden;
    background-image: url("../img/section1-pc-bg.jpg");    
    background-repeat: repeat;
    background-position: center center;*/
}
/*@media (max-width: 991px){
    body {
        margin-bottom: 63px;
        background-image: url("../img/section1-m-bg.jpg");    
        background-repeat: repeat;
        background-position: center center;
    } 
}*/
/* google recaptcha 隱藏 */
    .grecaptcha-badge{ 
     visibility:hidden;
}

.wrapper__bg {
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 overflow: hidden;
	 z-index: -1;
}

.txt-abs{
	position: relative;
}
.txt-abs p {
    color: #fff;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-73%, -100%);
    padding: 15px;
    font-size: 0.85rem;
    width: 160px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}

.f1 {
	font-family:  'Noto Sans TC', sans-serif;
}
#scrollUp{
	background-color: #002f16;
}

#scrollUp:hover{
	background-color: #72bdb8;
}

/*========================================================
                         共用版型設定
=========================================================*/


/* 電腦版,手機版關開設定 */
.pc-wrap {
    display: none;
}
.m-wrap {
    display: block;
}



@media (min-width: 992px) {
    .pc-wrap {
        display: block;
    }
    .m-wrap {
        display: none;
    }
}

/* 定位統一設定 */
.pos-style1 {
    position: relative;
    z-index: 1;
}
.pos-style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pos-style3 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
}
.pos-style3 span {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.9rem;
}
.pos-style4 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
}
.pos-style5 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 20px;
}
.pos-style5 span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 4px;
    margin-left: -2px;
}
.pos-style6 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 20px;
}
.pos-style6 span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 4px;
    margin-left: -2px;
}


@media (min-width: 992px) {
    .pos-style3 {
        right: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
    .pos-style3 span {
        font-size: 1.2rem;
    }
    .pos-style4 {
        left: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
    .pos-style5 {
        right: 20px;
        bottom: 20px;
        font-size: 0.9rem;
    }
    .pos-style5 span {
        font-size: 1.2rem;
    }
    .pos-style6 {
        left: 20px;
        bottom: 20px;
        font-size: 0.9rem;
    }
    .pos-style6 span {
        font-size: 1.2rem;
    }
}


/* slider 手機文字定位統一設定 */

.m-wrap .slider {
    margin-bottom: 30px;
}
.m-wrap .slider div {
    position: relative;
  
}
.m-wrap .slider .slick-slide p {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

.m-wrap .responsive-s1 .slick-slide:after,
.m-wrap .responsive-s3 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border-top: 10px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.m-wrap .responsive-s2 {
    margin-bottom: 20px;
}
.m-wrap .responsive-s2 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border: 10px solid #fff;
}
.m-wrap .responsive-s2 .slick-slide p {
    right: 20px;
    bottom: 10px;
}
.m-wrap .responsive-s4 {
    margin-bottom: 20px;
}
.m-wrap .responsive-s4 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border: 10px solid #fff;
}
.m-wrap .responsive-s4 .slick-slide p {
    right: 20px;
    bottom: 10px;
}





/* 區塊2,5,6共用版型 */
.section-s1 img {
    width: 100%;
}
.pc-wrap .section-s1-img {
    padding: 30px 35px 0px 10px;
}
.pc-wrap .section-s1-img > div {
    position: relative;
    margin-bottom: 10px;
}
.pc-wrap .section-s1-img > div p {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

@media (min-width: 1200px) {
    .pc-wrap .section-s1-img > div p {
        font-size: 1.1rem;
    }
    .pc-wrap .section-s1-img {
        padding: 30px 40px 0px 15px;
    }
}
@media (min-width: 1600px) {
    .pc-wrap .section-s1-img > div p {
        font-size: 1.1rem;
    }
    .pc-wrap .section-s1-img {
        padding: 40px 55px 0px 30px;
    }
    .pc-wrap .section-s1-img > div {
        margin-bottom: 15px;
    }
}
@media (min-width: 1800px) {
    .pc-wrap .section-s1-img {
        padding: 35px 55px 0px 30px;
    }
}



/*.shadow_img{
	mix-blend-mode: screen;
}*/

/*========================================================
                         共同文字
=========================================================*/
.section h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4E4D4D;
    margin-top: 2rem;
}
.section h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.section h3 span{
    font-weight: 900;
    display: inline-block;
}
.section p {
    font-size: 1.4rem;
    font-weight: bold;
    color: #a82330;
    margin-bottom: 1rem;
	padding-top: 5vh;
}
.txt-p{
	color: #d9706f!important;
}
.txt-b{
	color: #4e4d4d!important;
}
@media (min-width: 640px) {
    .section h2 {
        font-size: 2.2rem;
    }
    .section h3 {
        font-size: 2.8rem;
    }
    .section p {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    .section h2 {
        font-size: 1.8rem;
        margin-top: 2rem;
    }
    .section h3 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .section p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
		padding-top: 10vh;
    }
}
@media (min-width: 1200px) {  
    .section h2 {
        font-size: 2rem;
        margin-top: 3rem;
    }
    .section h3 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
    .section p {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1600px) {
    .section h2 {
        font-size: 2.4rem;
        margin-top: 4rem;
    }
    .section h3 {
        font-size: 2.4rem;
        margin-top: 4rem;
    }
    .section p {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

/*========================================================
                         動畫設定
=========================================================*/

.amin-01 {
    animation: amin-01 5s ease-in-out infinite;
}
@keyframes amin-01 {
    0% {
		transform:translateY(40px)
	}
	50% {
		transform:translateY(0)
	}
	to {
		transform:translateY(40px)
	}

}

.amin-02 {
    animation: amin-02 5s ease-in-out infinite;
}
@keyframes amin-02 {
    0% {
		transform:translateY(0px)
	}
	50% {
		transform:translateY(40px)
	}
	to {
		transform:translateY(0px)
	}

}

.amin-03 {
    animation: amin-03 5s infinite;
}
@keyframes amin-03 {
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }

}
.amin-04 {
    animation: amin-04 5s infinite;
}
@keyframes amin-04 {
    0%, 100% { opacity: 0; }
  	50% { opacity: 1; }

}
/*========================================================
                         區塊1
=========================================================*/

.section1 {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.background-img, .blend-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-img img{
  width: 100%;
  height: 100%;
  background-size: cover;
}
.shadow_img,
.shadow_all_img{
  width: 100%;
}
.shadow_img {
  mix-blend-mode: lighten;
  z-index: 1;
  position: absolute;
}
.shadow_all_img{
  z-index: 1;
  position: absolute;

}



.section1-gift > div {
    position: absolute;
    z-index: 1;
}
.section1-gift > div img {
    width: 100%;
    vertical-align: bottom;
}
.section1-gift .gift_img_a1 {
    left: -40px;
    bottom: 5vh;
    width: 220px;
    z-index: 2;
}
.section1-gift .gift_img_a2 {
    right: -6vw;
    top: -20px;
    width: 125px;
}
@media (min-width: 480px) {
    .section1 {
	  height: 103vh;
	}

}
@media (min-width: 640px) {
    .section1-gift .gift_img_a1 {
        width: 340px;
    }
    .section1-gift .gift_img_a2 {
        width: 250px;
    }

}
@media (min-width: 768px) {
    .section1 {
	  height: 165vh;
	}

}
@media (min-width: 992px) {
	.section1 {
	  height: 103vh;
	}
    .section1-gift .gift_img_a1 {
        left: -60px;
        top: 60px;
        width: 440px;
    }
    .section1-gift .gift_img_a2 {
        right: 10vw;
        top: 53vh;
        width: 220px;
    }

}
@media (min-width: 1200px) {
	.section1 {
	  height: 113vh;
	}
    .section1-gift .gift_img_a1 {
        width: 540px;
    }
	.section1-gift .gift_img_a2 {
        width: 340px;
    }
}
@media (min-width: 1600px) {
    .section1-gift .gift_img_a1 {
        width: 640px;
    }
    .section1-gift .gift_img_a2 {
        width: 240px;
    }
}









/*========================================================
                         表單
=========================================================*/

.footer {
    position: relative;
    padding-top: 140px;
    padding-bottom: 200px;
	background: #f1a2a6;
	margin: -1px;
}

.footer-info {
    text-align: center;
}
.footer-info h2 {
    font-weight: 900;
    font-size: 3rem;
	color: #002f16;
}
.footer-info h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background-color: #002f16;
    margin: 0 auto;
}
.footer-info h3 {
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 2rem;
	color: #002f16;
}
.footer-info h4 {
    display: inline-block;
    font-weight: 900;
    font-size: 1.4rem;
    background-color: #c52231;
    padding: 0.5rem 2rem;
    color: #fff;
    margin-bottom: 2rem;
}

.el-input {
    position: relative;
    width: 100%!important;
}

.el-input select {
    background: transparent!important;
    height: 7vh!important;
    color: #474747!important;
	padding: 0 1rem!important;
}

.footer-img > div {
    position: absolute;
    z-index: 1;
}
.footer-img > div img {
    width: 100%;
    vertical-align: bottom;
}
.footer-img .img1 {
    left: -7vh;
    top: -12vh;
    width: 263px;
}
.footer-img .img2 {
    right: -9vw;
    top: -22vh;
    width: 194px;
}
.footer-img .img3 {
    right: 42vw;
    bottom: 9vh;
    height: auto;
    width: 246px;   
}
.footer-img .img4 {
    bottom: 0;
    right: 0;
    height: auto;
	width: 240px;
}



#form1 {
    position: relative;
    z-index: 20;
    width: 95%;
    margin: 0 auto;
    font-size: 1.1rem;
}
#form1 a {
    color: #3398b0;
    text-decoration: none;
}
#form1 label {
    text-align: left;
    margin-bottom: 0;
}
#form1 .form-control {
    border-radius: 0;
    border: 1px solid #333433;
    height: 70px;
    font-weight: 900;
}
#form1 input, #form1 textarea {
    background: transparent;
    color: #111;
}
#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #c52231;
    border-radius: 20px;
    font-weight: 900;
}
#form1 .btn-send:hover {
    background-color: #333433;
}
#form1 select {
    color: #111;
    height: 70px!important;
    width: 100%;
    font-size: 1rem;
    background: #d3d1d0;
    appearance: auto;
}
#form1 select option {
    color: #111;
}
#form1 .custom-control {
    font-weight: 900;
}
#form1 .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #333433;
    background-color: transparent;
    color: #000;
}
#form1 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #c52231;
}
@media (min-width: 640px) {
    .footer-img .img1 {
        width: 340px;
    }
    .footer-img .img2 {
        right: 2vw;
    	top: -18vh;
		width: 203px;
    }
    .footer-img .img3 {
		right: 66vw;
    	bottom: 3vh;
        width: 170px;    
    }
    .footer-img .img4 {
		right: -8vh;
        width: 340px;
    }
}
@media (min-width: 992px) {
    .footer {
        padding-top: 60px;
        padding-bottom: 140px;
    }
    .footer-img .img1 {
        left: -100px;
        top: -17vh;
        width: 440px;
    }
    .footer-img .img2 {
        left: 3vw;
        top: 43vh;
        width: 250px;
    }
    .footer-img .img3 {
        right: 4vw;
        top: 22vh;
        width: 250px;  
    }
    .footer-img .img4 {
        bottom: -8vh;
    	right: -7vh;
        width: 440px;
    }
    #form1 {
        width: 50%;
    }
    .footer-info h2 {
        font-size: 4rem;
    }
    .footer-info h3 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .footer-info h4 {
        font-size: 1.6rem;
        padding: 0.5rem 2rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 1200px) {
    .footer-img .img1 {
        width: 540px;
    }
    #form1 {
        width: 46%;
    }
}
@media (min-width: 1600px) {
    .footer-img .img1 {
        width: 600px;
    }
    .footer-img .img2 {
		left: 15vw;
        top: 35vh;
        width: 350px;
    }
    .footer-img .img3 {
        right: 9vw;
        top: 15vh;
        width: 350px;  
    }
    .footer-img .img4 {
		bottom: -14vh;
        right: -13vh;
        width: 600px;
    }

}

/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #002f16;
    border-color: #002f16;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.7rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background-color: #002f16;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background-color: #72bdb8;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 92px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background-color: #002f16;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
		background-color: #72bdb8;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}


/*========================================================
                         快速選單
=========================================================*/

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #294b62;
    text-align: center;
}
.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}
.quick-btn [class*="col-"]:last-child {
    border-right: none;
}
.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
	border-left: none;
	text-decoration:none;
	font-size: 0.9rem;
}
.quick-btn [class*="col-"]:hover {
    background-color: #6e99af;
}
.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #72bdb8;
    font-weight: bold;
    margin-bottom: 30px;
}
.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}
.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}
.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color: #72bdb8;
	border-color: #72bdb8;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #002f16;
	border-color: #002f16;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
	.quick-btn{ display:none;}
}



/*========================================================
                         隱私權聲明
=========================================================*/

.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px; margin-bottom:0;}
}
