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



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

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


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

.amin-01 {
    transform-origin: left top;
    animation: amin-01 2.5s infinite alternate-reverse ease-in-out;
}
@keyframes amin-01 {
    0% {
        transform: skewY(-3deg);
    }
    100% {
        transform: skewY(0);
    }
}

.amin-02 {
    transform-origin: 60% 80%;
    animation: amin-02 1.5s ease-in-out infinite alternate;
}
@keyframes amin-02 {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0);
    }
}

.amin-03 {
    transform: skew(-3deg);
    transform-origin: 60% 100%;
    animation: amin-03 0.7s ease-in-out infinite alternate;
}
@keyframes amin-03 {
    to {
        transform: rotate(0);
    }
}


.amin-04 {
    -webkit-transform: translateY(2px) scaleX(1);
    transform: translateY(2px) scaleX(1);
    -webkit-animation: amin-04 1s ease-in-out infinite alternate;
    animation: amin-04 1s ease-in-out infinite alternate
}
@keyframes amin-04 {
    to {
        -webkit-transform: translateY(-2px) scaleX(.7);
        transform: translateY(-2px) scaleX(.7)
    }
}

.amin-05 {
    transform: rotate(-1deg) skew(1deg);
    transform-origin: 60% 95%;
    -webkit-animation: amin-05 1.5s ease-in-out infinite alternate;
    animation: amin-05 1.5s ease-in-out infinite alternate;
}
@keyframes amin-05 {
    to {
        transform: rotate(0);
    }
}

.amin-06 {
    animation: amin-06 10s linear 0s infinite;
}
@keyframes amin-06 {
    0% {
        transform: translate(20px);
    }
    25% {
        transform: translate(-20px);
    }
    50% {
        transform: translate(20px);
    }
    75% {
        transform: translate(-20px);
    }
    100% {
        transform: translate(20px);
    }
}
.amin-07 {
    animation: amin-07 10s linear 0s infinite;
}
@keyframes amin-07 {
    0% {
        transform: translate(-10px);
    }
    25% {
        transform: translate(10px);
    }
    50% {
        transform: translate(-10px);
    }
    75% {
        transform: translate(10px);
    }
    100% {
        transform: translate(-10px);
    }
}



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

/* 電腦版,手機版關開設定 */
.pc-wrap {
    position: relative;
    display: none;
}
.m-wrap {
    position: relative;
    display: block;
}
@media (min-width: 768px) {
    .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;
    z-index: 999;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    text-shadow: 0 0 5px #000;
}
@media (min-width: 992px) {
    .pos-style3 {
        right: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
}


/*========================================================
                       區塊統一設定
=========================================================*/


.section-box {
    position: relative;
    overflow: hidden;
	font-size: 1rem;
	line-height: 30px;
	font-weight: 500;
}
.section-box h2 {
	color: #00a0e9;
	font-weight: 500;
	font-size: 2.2rem;
}
.section-box h3 {
	color: #e4007f;
	font-weight: 900;
	font-size: 1.8rem;
}
.section-box1 {
	background-color: #fff;
	color: #00a0e9;
	padding-top: 80px;
	padding-bottom: 20px;
}
.section-box2 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%  100%;
	background-image: url("../img/section-pc-box2-bg.jpg");
	color: #e4007f;
	padding-top: 100px;
	padding-bottom: 80px;
}

@media (min-width: 992px)   {
	.section-box {
		font-size: 1.2rem;
		line-height: 40px;
	}
	.section-box1 {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.section-box2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-box h2 {
		font-size: 2.4rem;
	}
	.section-box h3 {
		font-size: 2rem;
	}
}
@media (min-width: 1200px)   {
	.section-box {
		font-size: 1.4rem;
		line-height: 50px;
	}
	.section-box1 {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.section-box2 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.section-box h2 {
		font-size: 3rem;
	}
	.section-box h3 {
		font-size: 2.4rem;
	}
}

.section-top {
	display: flex;
	justify-content: flex-start;
}
.section-pc-t01 {
	width: 110px;
	height: 118px;
	position: relative;
	top: -20px;
	left: 30px;
	margin-bottom: 20px;
}

.section-m-t01 {
	width: 124px;
	height: 106px;
	position: absolute;
	top: 50px;
	right: 40px;
	
}

.section-pc-t01 img {
	width: 110px;
	height: 118px;
}

.section-m-t01 img {
	width: 124px;
	height: 106px;
}


/* section-pc-t01 其他尸區塊設定*/

.section3-pc-t01 {
	top: -70px;
	left: -30px;
}	
.section4-pc-t01 {
	top: -50px;
	left: 20px;
}	
.section5-pc-t01 {
	top: -80px;
	left: -230px;
}	
.section6-pc-t01 {
	top: 0px;
	left: 20px;
}	
.section7-pc-t01 {
	top: -80px;
	left: -240px;	
}	


/* section-m-t01 其他尸區塊設定*/

.section3-m-t01 {
	top: -40px;
	right: 30px;
}
.section4-m-t01 {
	top: -40px;
	right: 30px;
}	
.section5-m-t01 {
	top: -55px;
	right: 20px;	
}	
.section6-m-t01 {
	top: 0px;
	right: 20px;
}	
.section7-m-t01 {
	top: -55px;
	right: 10px;
}	

/*========================================================
                       輸播統一設定
=========================================================*/

.section-slide {
    text-align: center;
}
.section-slide-img img {
    max-width: 100%;
    vertical-align: bottom;
}
.section-slide-img > div {
    position: relative;
}
.section-slide-img p {
    position: absolute;
    right: 20px;
    bottom: -10px;
    z-index: 2;
    text-shadow: 0 0 5px #000;
    color: #fff;
    font-size: 0.9rem;
    line-height: 20px;
}
@media (min-width: 768px)  {
    .section-slide-img p {
        bottom: 0;
        font-size: 1rem;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}
@media (min-width: 1200px)  {
    .section-slide-img p {
        bottom: 0;
        font-size: 1.1rem;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}


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

.section1 {
    background-color: #fef102;
}
.section1 img {
    width: 100%;
}



/*========================================================
                         區塊8
=========================================================*/

.section8 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200% auto;
    background-image: url("../img/section1-pc-p05.svg");
	background-color: #fff;
    padding-top: 40px;
	padding-bottom: 120px;
    overflow: hidden;
	color: #333;
}
.section8 h2 {
    text-align: center;
	color: #e4007f;
}
.section8-info {
	margin: 0 auto;
	text-align: center;
}
.section8-info img {
	width: 80%;
	height: auto;
}

.form-info {
	margin: 30px auto 50px;
	max-width: 460px;
	color: #333;
	font-size: 1rem;
	font-weight: normal;
}



.check-box .btn {
    background-color: #F7EBB0;
    width: 100%;
    text-align: center;
    color: #660000;
    font-weight: bold;
    cursor: pointer;
}
.check-box .btn:hover,
.check-box .btn:focus{
    background-color: #c4000b;
    color: #fff;
}

.custom-control-label a {
    text-decoration: underline;
    color: #fff;
}
.custom-control-label a:hover {
    text-decoration: none;
}
.custom-control-label::before {
    top: 0.5rem;
}
.custom-control-label::after {
    top: 0.5rem;
}

/* 表單設定 */
.form-control {
    height: calc(2.68rem + 2px);
    color: #333 !important;
}
::placeholder {
    color: #333 !important;
    opacity: 1 !important;
}
::-ms-input-placeholder {
    color: #333 !important;
}

#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 30px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #e4007f;
    border-radius: 0;
}
@media (min-width: 992px) {
	.section8 {
		padding-top: 40px;
		padding-bottom: 160px;
		background-size: 100% auto;
	}
	.section8-info img {
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.section8 {
		padding-top: 40px;
		padding-bottom: 200px;
	}
	.section8-info img {
		width: 40%;
	}
}

/*
.check-box .btn {
    background-color: #F7EBB0;
    width: 100%;
    text-align: center;
    color: #660000;
    font-weight: bold;
    cursor: pointer;
}
.check-box .btn:hover,
.check-box .btn:focus{
    background-color: #c4000b;
    color: #fff;
}

.custom-control-label a {
    text-decoration: underline;
    color: #fff;
}
.custom-control-label a:hover {
    text-decoration: none;
}
.custom-control-label::before {
    top: 0.5rem;
}
.custom-control-label::after {
    top: 0.5rem;
}

*/

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

.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;
    
}

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

.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: #e4007f;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 13px 10px 7px;
        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: #00a0e9;
 }
 .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: #e4007f;
        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;}
}
@media (min-width: 992px){
    .fancybox-content {max-width: 80%;}
}

/*


#section6-slide .carousel-inner {
   overflow: visible;
}
#section6-slide .carousel-item p {
	position: absolute;
    right: auto;
    bottom: -10px;
    z-index: 2;
    text-shadow: 0 0 0 #000;
    color: #e4007f;
    font-size: 1rem;
    line-height: 20px;
	padding: 10px;
	border-top: 1px solid #e4007f;
	border-bottom: 1px solid #e4007f;
}

@media (max-width: 991px){
	#section6-slide{
		margin-bottom: 80px;
	}
	#section6-slide .carousel-item p {
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		bottom: -80px;
		text-align: center;
	}
}
@media (min-width: 992px){

	#section6-slide .carousel-item p {
		font-size: 1.4rem;
		right: calc(-100% + 30px);
	}
}

*/

.section6-txt {
    color: #e4007f;
    font-size: 0.95rem;
	padding: 5px 2px;
	border-top: 1px solid #e4007f;
	border-bottom: 1px solid #e4007f;
	text-align: center;
	margin-top: 20px;
}

@media (min-width: 992px){
	.section6-txt {
		display: inline-block;
		font-size: 1.4rem;
		padding: 10px;
		margin-top: 0;
	}
}
