@charset "utf-8";

:root { 
	--mainColor01: #DD9352;
	--mainColor02: #5e929b;
	--mainColor03: #DD9352;
	--mainColor04: #9E6724;
	--mainColor05: #948D83;
	--mainColor06: #7D795E;
}

#nav-toggle { display: none;}

#quick-social_cont { position: relative; z-index: 1000; display: none;}

.quick-social-link { margin-top: 65px; margin-right: 12px; right: 0; display: none; position: absolute;}
.quick-social-link a { font-size: 2em; background: #fff; width: 46px; height: 46px; border-radius: 23px; text-align: center; margin-top: 12px; display: block; opacity: 1; box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);}

#mobile-menu-button { cursor: pointer; display: block; width: 50px; height: 50px; border-radius: 25px; background-color: #24629f; position: absolute; right: 16px; top: 13px; opacity: 0.7;}
#mobile-menu-button a { position: relative; width: 100%; height: 50px; display: block;}
#mobile-menu-button a:before { content: ""; position: absolute; left: 23px; top: 12px; width: 6px; height: 0.35em; background: #fff; box-shadow: 0 0.6em 0 0 #fff, 0 1.2em 0 0 #fff;}
#mobile-menu-button.active a:before { background: #fff; box-shadow: 0 0.6em 0 0 #fff 0 1.2em 0 0 #fff;}

.header { width: 100%; z-index: 999; top: 0; background-color: #DDB453; padding: 10px 15px; position: relative; height: 110px;}
.header.sticky { position: sticky; top: 0; left: 0;}

.top_center { max-width: 1200px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap;}

.top_logo { display: block; position: relative; max-width: 230px; width: 100%; text-indent: 0;}
.top_logo:before { display: none;}
.top_logo img { max-width: 100%;}
.logo h1 { position: absolute; left: 0; top: 0; color: transparent; height: 1px; line-height: 1; letter-spacing: 0; text-indent: -9999px;}

.nav { width: 100%; max-width: calc(100% - 330px); padding: 0;}
.nav>ul { width: 100%; background-color: #DDB453; margin: 0; padding: 0; position: relative; z-index: 999; display: flex; justify-content: space-between;}
.nav ul li { display: block; width: calc(100% / 7 - 10px); position: relative; padding: 0; margin: 0 5px;}
.nav>ul>li>a { width: 100%; color: #E8E8E8; font-size: 16px; background-image: url(../images/ch_img033.png); background-position: left; background-repeat: no-repeat; text-align: center; padding: 0; display: block; font-weight: 700; transition: 0.5s; position: relative; line-height: 120%;}
.nav>ul>li>a::before { content: ""; width: 39px; height: 30px; background-image: url(../images/designModule/TopMenuBtn01.png); background-position: center top; background-repeat: no-repeat; background-size: contain; display: block; margin: auto; margin-bottom: 5px; transition: 0.5s;}
.nav>ul>li:hover>a::before { transform: translateY(-5px);}
.nav>ul>li>a::after { content: ""; position: absolute; bottom: -20px; left: -5px; width: calc(100% + 10px); height: 3px; background-color: #F4E4AC; opacity: 0; display: block; transition: 0.5s;}
.nav>ul>li:nth-child(2) > a::before{background-image: url('../images/designModule/TopMenuBtn02.png');}
.nav>ul>li:nth-child(3) > a::before{background-image: url('../images/designModule/TopMenuBtn03.png');}
.nav>ul>li:nth-child(4) > a::before{background-image: url('../images/designModule/TopMenuBtn04.png');}
.nav>ul>li:nth-child(5) > a::before{background-image: url('../images/designModule/TopMenuBtn05.png');}
.nav>ul>li:nth-child(6) > a::before{background-image: url('../images/designModule/TopMenuBtn06.png');}
.nav>ul>li:nth-child(7) > a::before{background-image: url('../images/designModule/TopMenuBtn07.png');}
.nav>ul>li:nth-child(8) > a::before{background-image: url('../images/designModule/TopMenuBtn08.png');}


.nav>ul>li:nth-child(8)::before{ content: '';
    width: 120px;
    height: 120px;
    background-color: #AB6039;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto;}
.nav>ul>li:nth-child(8)::after{ content: '';
    width: 110px;
    height: 110px; border: 2px dotted #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto; animation: rr01 30s infinite linear;}
.nav>ul>li:nth-child(8) a { z-index: 5;}
.nav>ul>li:nth-child(8) > a::after{display: none;}
.nav>ul>li:hover>a::after { opacity: 1;}

@keyframes rr01 { 
	  0% { transform: rotate(0);}
	100% { transform: rotate(360deg);}
}

.nav li ul { position: absolute; z-index: 100; width: calc(100% + 10px); left: -5px;margin-top: 20px; display: none;}
.nav li li { width: 100%; margin: 0;}
.nav li li a { background-color: rgba(255, 255, 255, 1); color: #DD9352; font-size: 16px; font-weight: 700; line-height: 120%; text-align: center; padding: 10px 0; height: auto; width: 100%; display: block; text-align: center; margin-top: -1px;}
.nav li li:hover a { background-color: #F4E4AC;}

.footer { position: relative; width: 100%;}
.footer *, .footer *:before, .footer *:after { transition: all .6s;}

.footer_center { position: relative; z-index: 1; width: 100%; background: #8F7445; margin: 130px auto auto;	}
.footer_center:before { content: ''; position: absolute; left: 0; top: -130px; display: block; width: 100%; height: 130px; background: url(../images/designModule/WLC_bg03.png) no-repeat center bottom;}

.footer_infoContain { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; max-width: 1200px;	position: relative; margin: auto; padding: 25px 0;}

.footer_logo { width: 550px; order: 1;}
.footer_logo a { display: block; width: 100%;}
.footer_logo img { display: block; max-width: 100%;}

.footer_link { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 80%; order: 3; margin-top: 25px;}
.footer_link a { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: calc(25% - 4%); border: 1px #F2ECE0 solid; border-radius: 15px; padding: 15px 20px; margin: 10px 2%;}
.footer_link a u { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-right: 15px;}
.footer_link a u img { max-width: 100%;}
.footer_link a span { font-size: 20px; color: #F2EBDF; font-weight: 400; display: inline-flex; opacity: 1;}

.footer_link a:hover { background: #AB6039;}
.footer_link a:hover u { margin: 0;}
.footer_link a:hover img { animation: ftLink_img01 ease-in-out .8s infinite alternate;}
.footer_link a:hover span { opacity: 0; font-size: 0px;}

/*
.footer_link a.ftLink_order:hover img,
.footer_link a.ftLink_check:hover img {	animation: ftLink_img02 ease-in-out .8s infinite alternate;}
*/

@keyframes ftLink_img01 { 0% { transform: rotate(0deg);}
	50% { transform: rotate(-5deg);}
	100% { transform: rotate(5deg);}
}
@keyframes ftLink_img02 { 0% { transform: translateY(0px);}
	50% { transform: translateY(-5px);}
}

.footer_mainInfo { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 375px; order: 2;}
.footer_mainInfo dt { display: none;}
.footer_mainInfo dd {}
.footer_mainInfo p { padding: 7px;}
.footer_mainInfo p a { font-size: 16px; color: #F2EBDF; font-weight: 500;}

.footer_bottom_link { width: 100%;}
.footer_menu { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; max-width: 1000px; margin: 0 auto 30px;}
.footer_menu a { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; max-width: calc((100% / 8) - 10px); font-size: 16px; color: #F2EBDF; font-weight: 400; text-align: center; padding: 0 10px; margin: 5px; border-left: 1px #DD9352 solid;}
.footer_menu a:last-child { border-right: 1px #DD9352 solid;}

.copy { font-size: 12px; color: #c5b290; font-weight: 400; line-height: 120%; text-align: center; letter-spacing: 1px;	padding: 10px 0;position: relative;}
.copy a { font-size: 12px; color: #c5b290;}

.total_view { right: 5px; position: absolute; bottom: 0;}

.to_top { width: 35px; height: 35px; text-align: center; text-decoration: none; position: fixed; bottom: 10px; right: 10px; display: none; z-index: 30; color: #fff; background-color: rgba(0, 0, 0, .3);}

#keywords { width: 100%; display: block; height: 0px; overflow: hidden; color: #072457; text-indent: 100%; white-space: nowrap; -webkit-text-size-adjust: none;}


svg.svg { display: block;}

.footer_top_bg { width: 100%; background-position: center bottom; background-repeat: repeat-x; /*background-repeat-x: repeat; background-repeat-y: no-repeat;*/}

.instagram_fab_btn { display: inline-block; margin: 9px;}

.phone_fab_btn { display: inline-block; margin: 9px 8px;}

.quick-social-link a:nth-child(1),
.quick-social-link a:nth-child(2),
.quick-social-link a:nth-child(3),
.quick-social-link a:nth-child(4),
.quick-social-link a:nth-child(5) { animation-name: fadeInUp; animation-duration: 1s;}

.quick-social-link a:nth-child(1) { animation-delay: 0s;}
.quick-social-link a:nth-child(2) { animation-delay: 0.1s;}
.quick-social-link a:nth-child(3) { animation-delay: 0.2s;}
.quick-social-link a:nth-child(4) { animation-delay: 0.3s;}
.quick-social-link a:nth-child(5) { animation-delay: 0.4s;}

.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp;}

@-webkit-keyframes fadeInUp { 
	0% { opacity: 0; -webkit-transform: translateY(20px);}
	100% { opacity: 1; -webkit-transform: translateY(0);}
}

@-moz-keyframes fadeInUp { 
	0% { opacity: 0; -moz-transform: translateY(20px);}
	100% { opacity: 1; -moz-transform: translateY(0);}
}

@-o-keyframes fadeInUp { 
	0% { opacity: 0; -o-transform: translateY(20px);}
	100% { opacity: 1; -o-transform: translateY(0);}
}

@keyframes fadeInUp { 
	0% { opacity: 0; transform: translateY(20px);}
	100% { opacity: 1; transform: translateY(0);}
}

/* 錨點修正 */
body a[name=left_page] { position: absolute; top: -100px;}
body a[name=left_page]:target:before { content: ""; display: block; height: 100px; position: absolute; top: 0; width: 100%;}

/* footer關鍵字 */
.double_key { opacity: .6; text-align: center; width: 100%; padding: 5px 5%; position: absolute; left: 0; bottom: 0;}
.double_key a { font-size: 14px; color: inherit; display: inline-block;}
.double_key a:not(a:last-child):after { content: ' , '; font-size: 14px; color: inherit;}

@media screen and (max-width: 1350px) { 
	.footer_map { width: 100%; height: 240px; margin-top: 20px;}
}

@media screen and (max-width: 1200px) {
	.header { height: auto;}
	.top_logo { max-width: 240px; margin: 10px auto 20px;}
	.nav { max-width: 100%;}
}

@media screen and (max-width: 1024px) { 
	.footer_infoContain { padding: 25px 70px 25px 10px; justify-content: flex-start;}
	.footer_link { width: 100%;}
	.footer_link a { width: calc(25% - 2%); border-radius: 12px; padding: 12px 15px; margin: 10px 1%;}
	.footer_link a span { font-size: 15px;}
	.footer_bottom_link { padding: 0 70px 0 10px;}	
}
@media screen and (max-width: 950px) { 
	.footer_mainInfo { width: 100%; margin: 15px 0 0;}
	.footer_mainInfo dd { width: 100%;}
	.footer_mainInfo p { width: 49%; display: inline-flex;}
}

@media screen and (max-width: 890px) { 
	.header { padding: 10px 0; width: 100%;	height: 80px; z-index: 999; top: 0;}
	
	#nav-toggle { cursor: pointer; width: 30px; height: 20px; position: absolute; top: 50%; left: 15px; transform: translateY(-50%); z-index: 999;
		display: flex; flex-direction: column; justify-content: space-between;}
	#nav-toggle span,
	#nav-toggle:before,
	#nav-toggle:after { content: ''; cursor: pointer; border-radius: 1px; height: 2px; width: 100%; background: #fff; display: block; transition: all 300ms ease-in-out;}
	#nav-toggle.active span { background-color: transparent;}
	#nav-toggle.active:before,
	#nav-toggle.active:after { position: absolute; left: 50%; top: 50%;}
	#nav-toggle.active:before { transform: translate(-50%, -50%) rotate(45deg);}
	#nav-toggle.active:after { transform: translate(-50%, -50%) rotate(-45deg);}

	.logo { width: 100%; max-width: initial;}

	.logo:before { background-color: #FFF;}

	.nav { display: none; position: fixed; top: 80px; overflow: auto; height: 100%; background: #fff;}
	.nav ul { width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
	.nav ul li { width: 100%; padding: 0 0; margin: 0;}

	.nav ul li a { font-size: 16px; text-align: center; display: block; padding: 11px 0;}
	.nav ul li:hover a,
	.nav ul li.active a {}
	.nav ul li ul { position: relative; left: auto; top: auto; margin: 0;}

	.nav > ul > li { padding: 0 0;}
	.nav > ul > li:nth-child(8)::before { width: 100%; height: 100%; border-radius: 0%; top: 0; right: 0; bottom: 0; left: 0;}
	.nav > ul > li:nth-child(8)::after { width: calc(100% - 4px); height: calc(100% - 4px); border-radius: 0%; border: 1px #fff dotted; top: 2px; right: auto; bottom: auto; left: 2px; animation: none;}

	.nav > ul > li > a { display: flex; align-items: center; justify-content: center;}
	.nav > ul > li > a::after { display: none;}
	.nav > ul > li > a::before { margin: 0 10px;}
	.nav > ul > li:hover > a::before { transform: translateX(-5px);}

	.nav ul.layer_two>li.allCampList span::before { content: '全部營地'; display: block;}
	.nav ul.layer_two>li.allPhotoList span::before { content: '全部分類'; display: block;}

	.top_logo { width: 189px; margin: auto; text-align: center;}

	.slideAllbtn { width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

	.top_center { justify-content: center; align-items: center;}	
	
	/* 錨點修正 */
	body a[name=left_page] { top: -80px;}
	body a[name=left_page]:target:before { height: 80px;}
}

@media screen and (max-width: 770px) { 
	.footer_link a { width: calc(50% - 2%);}
	.footer_menu a { width: auto; max-width: none; background: #DD9352; border: none !important; border-radius: 4px; padding: 3px 10px;}
	.total_view { position: static; margin-left: 10px;}
}
@media screen and (max-width: 640px) { 
	.footer_mainInfo p { display: flex; width: 100%;}
}
@media screen and (max-width: 580px) { 
	.footer_mainInfo p { padding: 4px;}
	.footer_mainInfo p a { font-size: 13px;}
}

@media screen and (max-width: 480px) { 
	.footer_link a { padding: 10px 5px;}
	.footer_link a u { margin: 0;}
}

@media screen and (max-width: 350px) {}