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



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

body {
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
	/*font-family: 'Noto Sans TC', "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: 400;
/*	line-height: 32px;*/
    font-size: 1rem;
    color: #111;
    overflow-x: hidden;
}
@media (max-width: 991px){
    body {
        margin-bottom: 66px;
    } 
}
/* google recaptcha 隱藏 */
    .grecaptcha-badge{ 
     visibility:hidden;
}

#scrollUp {
    background-color: rgba(000,000,000,0.5);
}
#scrollUp:hover{ background-color:#276850;}
/*========================================================
                         共用版型設定
=========================================================*/


/* 電腦版,手機版關開設定 */
.pc-wrap {
    position: relative;
    display: none;
}
.m-wrap {
    position: relative;
    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;
    }
}




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

.section1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section1.pc-wrap {
    background-image: url("../img/section1-pc-bg.jpg");
}
.section1.m-wrap {
    background-image: url("../img/section1-m-bg.jpg");
}


.flower-detail_1 {
	position: absolute;
	right: -18vh;
	bottom: -9vh;
	width: 46vh;
    z-index: 99;
    transform-origin: center right;
    animation: flower-detail_1 4s infinite alternate-reverse ease-in-out;
}
.flower-detail_2 {
	position: absolute;
	left: -18vh;
	bottom: -9vh;
	width: 10vh;
    z-index: 99;
    transform-origin: center left;
    animation: flower-detail_1 4s infinite alternate-reverse ease-in-out;
}
.flower-detail_3 {
	position: absolute;
	left: 0vh;
	bottom: 0vh;
	/*width: 10vh;*/
    z-index: 99;
	margin: 0 auto;
    transform-origin: center center;
    animation: flower-detail_1 4s infinite alternate-reverse ease-in-out;
}
.flower-detail_4 {
	position: absolute;
	right: -6%;
	top: -8%;
	width: 30vw;
    z-index: 99;
    transform-origin: center right;
    animation: flower-detail_1 4s infinite alternate-reverse ease-in-out;
}

@keyframes flower-detail_1 {
    0% {
        transform: skewY(5deg)
    }
    to {
        transform: skewY(0)
    }
}

@media (max-width: 479.99px){
	.flower-detail_1{
		right: -15%;
		width: 42%;
		bottom: -12%;
	}
	.flower-detail_2{
		left: -19%;
		width: 61%;
		bottom: -4%;
	}
}

@media (min-width: 480px) and (max-width: 767.98px){
	.flower-detail_1{
		right: -17%;
		width: 45%;
		bottom: -14%;
	}
	.flower-detail_2{
		left: -25%;
		width: 68%;
		bottom: -7%;
	}
}
@media (min-width:992px){
	.flower-detail_1{
		right: -13vh;
		bottom: -6vh;
		width: 43vh;
	}
	.flower-detail_2{
		left: -12vh;
		bottom: -8vh;
		width: 31vh;
	}
}
@media (min-width:1200px){
	.flower-detail_1{
		right: -18vh;
		bottom: -9vh;
		width: 56vh;
	}
	.flower-detail_2{
		left: -14vh;
		bottom: -9vh;
		width: 39vh;
	}
}


@media (min-width:1400px){
	.flower-detail_1 {
		right: -18vh;
		bottom: -9vh;
		width: 67vh;
	}
	.flower-detail_2 {
		left: -14vh;
		bottom: -9vh;
		width: 39vh;
	}
}




/*
.section1 img {
    width: 100%;
}

.pc-wrap .section1-btn {
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 33vw;
}
.m-wrap .section1-btn {
    position: absolute;
    bottom: 6vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 42.7vw;
}*/


/*========================================================
                         區塊2
=========================================================*/


.section2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section2.pc-wrap {
    background-image: url("../img/section2-pc-bg.jpg");
}
.section2.m-wrap {
    background-image: url("../img/section2-m-bg.jpg");
}



/*
.section2.pc-wrap {
    position: relative;
    background: url("../img/section2-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section2.m-wrap {
    position: relative;
    background: url("../img/section2-m-bg.jpg") no-repeat center center / cover;
}
*/



/*========================================================
                         區塊3
=========================================================*/

.section3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section3.pc-wrap {
    background-image: url("../img/section3-pc-bg.jpg");
}
.section3.m-wrap {
    background-image: url("../img/section3-m-bg.jpg");
}


/*

.section3 {
    position: relative;
    background: url("../img/section3-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section3.m-wrap {
    position: relative;
    background: url("../img/section3-m-bg.jpg") no-repeat center center / cover;
}
*/



/*========================================================
                         區塊4
=========================================================*/


.section4 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section4.pc-wrap {
    background-image: url("../img/section4-pc-bg.jpg");
}
.section4.m-wrap {
    background-image: url("../img/section4-m-bg.jpg");
}

/*
.section4 {
    position: relative;
    background: url("../img/section4-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section4.m-wrap {
    position: relative;
    background: url("../img/section4-m-bg.jpg") no-repeat center center / cover;
}
*/


/*========================================================
                         區塊5
=========================================================*/

.section5 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section5.pc-wrap {
    background-image: url("../img/section5-pc-bg.jpg");
}
.section5.m-wrap {
    background-image: url("../img/section5-m-bg.jpg");
}


/*
.section5{
    position: relative;
    background: url("../img/section5-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section5.m-wrap {
    position: relative;
    background: url("../img/section5-m-bg.jpg") no-repeat center center / cover;
}
*/


/*========================================================
                         區塊6
=========================================================*/

.section6 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section6.pc-wrap {
    background-image: url("../img/section6-pc-bg.jpg");
}
.section6.m-wrap {
    background-image: url("../img/section6-m-bg.jpg");
}


/*
.section6{
    position: relative;
    background: url("../img/section6-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section6.m-wrap {
    position: relative;
    background: url("../img/section6-m-bg.jpg") no-repeat center center / cover;
}
*/


/*========================================================
                         區塊7
=========================================================*/

.section7 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section7.pc-wrap {
    background-image: url("../img/section7-pc-bg.jpg");
}
.section7.m-wrap {
    background-image: url("../img/section7-m-bg.jpg");
}

/*
.section7{
    position: relative;
    background: url("../img/section7-pc-bg.jpg") no-repeat center center / cover;
	overflow: hidden;
}
.section7.m-wrap {
    position: relative;
    background: url("../img/section7-m-bg.jpg") no-repeat center center / cover;
}
*/


/*========================================================
                     聯絡我們 section8
=========================================================*/

.section8 {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
	overflow: hidden;
	
}
.section8 .title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
}
.section8 .title span {
    display: block;
    
}
.section8-icon{
	padding: 3% 5%;
}
.section8-icon .icon{
	padding: 15px 2%;
}
.section8-icon .icon img{
	width: 28px;
	height: 28px;
}

/*.section8-icon .txt{
	margin-left: 20px;
}*/
.section8-icon .txt h3 {
    font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.section8-icon .txt p {
    font-size: 14px;
    margin-top: 1.5px;
}
.section8-icon .txt a {
    color: #fff!important;
}
.section8-icon .txt a img{
    width: 30px;
	padding: 0 5px;
}
@media (min-width:640px){
	.section8-icon .txt h3 {
		font-size: 22px;
	}
	.section8-icon .txt p {
		font-size: 16px;
	}
}

/*#form1 label {
    width: 200px;
    line-height: 38px;
    font-weight: bold;
}*/

#form1 .form-check { 
    color: #fff;    
    text-align: center;
    font-size: 1rem;
    padding: 30px 0 10px;
	position: relative;
}

#form1 .form-check label { 
    display:inline;
}
#form1 .form-check label a { 
    display: inline-block;
    margin: 0 5px;
    color: #2cb1a6;
    text-decoration: none;
}
#form1 .form-check label a:hover{ 
    text-decoration: none;
}
.form-control {
    background: rgb(255 255 255);
    border-radius: 0;
    margin: 4% 0 0;
    /*height: 5.5vh;*/
}
.el-input {
    position: relative;
    width: 100%!important;
}
.el-input label{
	position: absolute;
	color: #000000;
	padding: 0px 15px;
}
.el-input input{
	padding-left: 125px;
}
.el-input textarea{
	padding-left: 125px;
}
@media (min-width:1800px){
	.el-input label{
		padding: 7px 15px;
	}
}

/*#form1 .btn-send:hover {
    background-color: #9f6e4a;
}*/


#form1 .custom-btn {
	font-family: 'Noto Serif TC', serif;
	width: 170px;
	height: 45px;
	color: #fff;
	/*border-radius: 5px;*/
	padding: 10px 25px;
	font-weight: bold;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
	top: 100%;
	left: 50%;
	transform: translate(-50%,100%);
	z-index: 9;
}

#form1 .btn-8 {
	background-color: #f9dfb7;
    background-image: linear-gradient(315deg, #f9dfb7 0%, #bb7d28 74%);
    line-height: 42px;
    padding: 0;
    border: none;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-0%);
    z-index: 9;
	margin-top: 15px;
}
#form1 .btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#form1 .btn-8:before,
#form1 .btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #d7a256;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
#form1 .btn-8:before{
   height: 0%;
   width: 2px;
}
#form1 .btn-8:after {
  width: 0%;
  height: 2px;
}
#form1 .btn-8:hover:before {
  height: 100%;
}
#form1 .btn-8:hover:after {
  width: 100%;
}
#form1 .btn-8:hover{
  background: transparent;
}
#form1 .btn-8 span:hover{
  color: #d7a256;
}
#form1 .btn-8 span:before,
#form1 .btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #d7a256;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
#form1 .btn-8 span:before {
  width: 2px;
  height: 0%;
}
#form1 .btn-8 span:after {
  height: 2px;
  width: 0%;
}
#form1 .btn-8 span:hover:before {
  height: 100%;
}
#form1 .btn-8 span:hover:after {
  width: 100%;
}

@media (min-width: 992px){
	.custom-btn {
		width: 230px;
	}
	#form1 .btn-8 {
		width: 15%;
	}
}

#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #bf8c67;
    width: 48%;
    border-radius: 50px;
}
@media (min-width: 992px) {
	#form1 .btn-send {
		margin-top: 0px; 
		width: 100%;
	}
}


/*--google recaptcha 隱藏----*/
.grecaptcha-badge{ 
 visibility:hidden;
}
/*========================================================
                         左側選單
=========================================================*/

.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: #276850;
    border-color: #276850;
}

.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.8rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background-color: #276850;
        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: #428164;
 }
 .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: #276850;
        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;
    }
    .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: #006263;
    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: #006263;
	border-color: #2cb1a6;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #2cb1a6;
	border-color: #006263;
}
#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;}
}
