@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Quicksand:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');
#switch div,
#globalNav,
#globalNav ul,
#globalNav::after,
#globalNav ul li.onlineStore p a,
#globalNav ul li:after,
#globalNav .logo,
#globalNav .logo img,
#globalNav_rw .logo,
#globalNav_rw .logo img,
#globalNav_rw ul li a span::after,
#globalNav_rw .onlineLink img,
#globalNav_rw .onlineLink,
#globalNav_rw .footer .fb a {
	-webkit-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.rwd #globalNav_rw .layerBody {
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* 表頭設定 */
#globalNav {
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9900;
}
/* logo設定 */
#globalNav .logo {
	width: 320px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 99;
}
#globalNav .logo a {
	display: block;
}
#globalNav .logo a img {
	opacity: 1; 
	width: 100%; 
	height: auto;
}
/* 立即報名浮水印設定 */
#globalNav .sing-box {
	width: 100px;
	overflow: hidden;
	position: absolute;
	right: 25px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
#globalNav .a-sing-svg {
	width: 100px;
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0 rgba(101,32,114,0.8))
}
#globalNav .sing-box:hover .a-sing-svg {
	filter: drop-shadow(100px 0 rgba(111,4,116,1))
}
#globalNav .b-sing-svg {
	width: 100px;
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0 rgba(0,22,85,0.8))
}
#globalNav .sing-box:hover .b-sing-svg {
	filter: drop-shadow(100px 0 rgba(0,22,85,1))
}
#globalNav .c-sing-svg {
	width: 100px;
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0 rgba(75,77,0,0.8))
}
#globalNav .sing-box:hover .c-sing-svg {
	filter: drop-shadow(100px 0 rgba(75,77,0,1))
}
#globalNav .d-sing-svg {
	width: 100px;
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0 rgba(0,122,136,0.8))
}
#globalNav .sing-box:hover .d-sing-svg {
	filter: drop-shadow(100px 0 rgba(0,122,136,1))
}
#globalNav .e-sing-svg {
	width: 100px;
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0 rgba(199,0,78,0.8))
}
#globalNav .sing-box:hover .e-sing-svg {
	filter: drop-shadow(100px 0 rgba(199,0,78,1))
}
#globalNav .sing-txt {
	position: absolute;
	z-index: 100;
	margin-top: -10px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
/* 選單設定 */
.inner {
	position: relative;
	width: 100%;
	z-index: 2;
}	
.headWrap {
	height: 100px;
}
.outer-menu .checkbox-toggle {
  opacity: 0;
}
.outer-menu .menu {
	position: absolute;
	top: 0;
	right: 30px;
	width: 100%;
	height: 100px;
}
.outer-menu .menu > div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.outer-menu .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s ease;
	display: inline;
}
.outer-menu .menu > div > div > ul {
  padding: 0;
  margin: 0;
}
.outer-menu .menu > div > div > ul > li {
	padding-left: 30px;
	font-size: 20px;
	display: inline;
}
.outer-menu .menu > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
	color: #fff;
	text-decoration: none;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #fff;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}

/* ========================================================================
	捲動後設定
/* ===================================================================== */

/* logo設定 */
#globalNav::after {
	content: "";
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0);
	display: block;
	position: fixed;
	top: 0px;
	z-index: 1;
	opacity: 0;
}
#globalNav.sticky::after {
	top: 0px;
	opacity: 1; 
}
#globalNav.sticky .logo {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/logo_on.svg);
	background-size: contain;
}
#globalNav.sticky .logo img,
#globalNav_rw.sticky .logo img {opacity: 0;}

/* 選單設定 */
#globalNav.sticky .outer-menu .menu > div > div > ul > li > a {
  color: #666;
}
#globalNav.sticky .outer-menu .menu > div > div > ul > li > a:hover {
  color: #666;
}
#globalNav.sticky .outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
#globalNav.sticky .outer-menu .menu > div > div > ul > li > a:after {
  background: #666;
}

@media screen and (max-width: 1399px) {
/* logo設定 */
#globalNav .logo {
	width: 280px;
	height: 44px;
	position: absolute;
	top: 18px;
	left: 30px;
	z-index: 99;
}	
}

/* ========================================================================
	1199後選單設定
/* ===================================================================== */

@media screen and (max-width: 1199px) {
/* 表頭設定 */
#globalNav_rw {
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9900;
}
#globalNav_rw::after {
	content: "";
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.9);
	display: block;
	position: fixed;
	top: 0px;
	z-index: 1;
	opacity: 0;
}
#globalNav_rw.sticky::after {
	opacity: 1;
	top: 0px;
}
#globalNav_rw .content {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 2;
}
/* logo設定 */
#globalNav_rw .logo {
	width: 240px;
	height: 38px;
	position: absolute;
	top: 21px;
	left: 30px;
}
#globalNav_rw .logo img {
	width: 100%;
	height: auto;
}
#globalNav_rw.sticky .logo {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/logo_on.svg);
	background-size: contain;
}
#globalNav_rw .logo a {
	display: block;
}
/* 立即報名浮水印設定 */
#globalNav_rw .sing-box {
	width: 80px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
#globalNav_rw .a-sing-svg,
#globalNav_rw .b-sing-svg,
#globalNav_rw .c-sing-svg,
#globalNav_rw .d-sing-svg,
#globalNav_rw .e-sing-svg {
	width: 80px;
	position: relative;
	left: -80px;
	filter: drop-shadow(80px 0 rgba(255,255,255,1))
}
#globalNav_rw .sing-txt {
	position: absolute;
	z-index: 100;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
}	
#globalNav_rw .sing-txt-color-a {color: #a50082;}		
#globalNav_rw .sing-txt-color-b {color: #0c1e3b;}	
#globalNav_rw .sing-txt-color-c {color: #666626;}
#globalNav_rw .sing-txt-color-d {color: #288c98;}	
#globalNav_rw .sing-txt-color-e {color: #cb2c6a;}		
	#globalNav_rw.sticky .sing-box {
	width: 80px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}	
#globalNav_rw.sticky .a-sing-svg,
#globalNav_rw.sticky .b-sing-svg,
#globalNav_rw.sticky .c-sing-svg,
#globalNav_rw.sticky .d-sing-svg,
#globalNav_rw.sticky .e-sing-svg {
	width: 80px;
	position: relative;
	left: -80px;
}
#globalNav_rw.sticky .a-sing-svg {
	filter: drop-shadow(80px 0 rgba(101,32,114,0.8))
}		
#globalNav_rw.sticky .b-sing-svg {
	filter: drop-shadow(80px 0 rgba(12,30,59,0.8))
}	
#globalNav_rw.sticky .c-sing-svg {
	filter: drop-shadow(80px 0 rgba(75,77,0,0.8))
}	
#globalNav_rw.sticky .d-sing-svg {
	filter: drop-shadow(80px 0 rgba(0,122,136,0.8))
}		
#globalNav_rw.sticky .d-sing-svg {
	filter: drop-shadow(80px 0 rgba(199,0,78,0.8))
}		
#globalNav_rw.sticky .sing-txt {
	color: #fff;
}		
/* 選單設定 */
.outer-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
	width: 200vw;
	height: 200vw;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	border-radius: 50%;
	transition: all 0.4s ease;
	flex: none;
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
	color: #fff;
	text-decoration: none;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #fff;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}	
/* 三條線區域 */	
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 6px;
	right: 16px;
	z-index: 2;
	cursor: pointer;
	width:60px;
	height: 60px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 1;
	width: 40px;
	height: 80px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
  background: #ffffff;		
}
.outer-menu .hamburger > div:after {
  top: 10px;
}	
	
/* 三條線捲動後設定 */		
#globalNav_rw.sticky .outer-menu .hamburger > div {
  background: #666;
}	
#globalNav_rw.sticky .outer-menu .hamburger > div:before,
#globalNav_rw.sticky .outer-menu .hamburger > div:after {
  background: #666;		
}	
#globalNav_rw.sticky .outer-menu .checkbox-toggle:checked + .hamburger > div {
  background: #fff;	
}	
#globalNav_rw.sticky .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
#globalNav_rw.sticky .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  background: #fff;		
}	
}

/* ========================================================================
	767後選單設定
/* ===================================================================== */
@media screen and (max-width: 767px) {
/* 表頭設定 */
#globalNav_rw {height: 60px;}
#globalNav_rw::after {height: 60px;}
/* logo設定 */
#globalNav_rw .logo {
	width: 180px;
	height: 28px;
	top: 16px;
	left: 15px;
}
/* 立即報名浮水印設定 */
#globalNav_rw .sing-box {
	width: 60px;
	right: 15px;
}
#globalNav_rw .a-sing-svg,
#globalNav_rw .b-sing-svg,
#globalNav_rw .c-sing-svg,
#globalNav_rw .d-sing-svg,
#globalNav_rw .e-sing-svg {
	width: 60px;
	position: relative;
	left: -60px;
	filter: drop-shadow(60px 0 rgba(255,255,255,1))
}
#globalNav_rw .sing-txt {
	margin-top: -10px;
	font-size: 16px;
	line-height: 16px;
}	
#globalNav_rw.sticky .sing-box {
	width: 60px;
	right: 15px;
}	
#globalNav_rw.sticky .a-sing-svg,
#globalNav_rw.sticky .b-sing-svg,
#globalNav_rw.sticky .c-sing-svg,
#globalNav_rw.sticky .d-sing-svg,
#globalNav_rw.sticky .e-sing-svg {
	width: 60px;
	position: relative;
	left: -60px;
}	
#globalNav_rw.sticky .a-sing-svg {
	filter: drop-shadow(60px 0 rgba(101,32,114,0.8))
}	
#globalNav_rw.sticky .b-sing-svg {
	filter: drop-shadow(60px 0 rgba(0,22,85,0.8))
}
#globalNav_rw.sticky .c-sing-svg {
	filter: drop-shadow(60px 0 rgba(75,77,0,0.8))
}	
#globalNav_rw.sticky .d-sing-svg {
	filter: drop-shadow(60px 0 rgba(0,122,136,0.8))
}		
#globalNav_rw.sticky .e-sing-svg {
	filter: drop-shadow(60px 0 rgba(199,0,78,0.8))
}			
/* 選單設定 */	
.headWrap {
	height: 60px;
}
.outer-menu .checkbox-toggle {
	top: 6px;
	right: 7px;
	width:40px;
	height: 40px;
}
.outer-menu .hamburger {
	right: 15px;
	width: 30px;
	height: 60px;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  top: -8px;
}
.outer-menu .hamburger > div:after {
  top: 8px;
}
.outer-menu .menu > div {
	width: 300vw;
	height: 300vw;
}	
}