@charset "UTF-8";


:focus,
a:focus,
.swiper-slide:focus,
.swiper-pagination-bullet:focus {
  outline: 3px dashed #ff8214;
  box-shadow: none !important;
  transition: none;
  outline-offset: -1px;
  -moz-outline: none;
  -moz-border: #ff8214 3px dashed;
}

/*除無障礙用的*/
.firstGoTo {
  position: absolute;
  opacity: 0;
}

.firstGoTo:focus {
  display: inline-block;
  opacity: 1;
  z-index: 100000;
  background: #fff;
  top: 10px;
  left: 10px;
  padding: 10px;
}



body .mm-listview .mm-next {
  width: 100%;
}


/*----
Memu
-------*/
header {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;

}

header .otherLink {
  display: none;
}
/*----header JS ---*/
header.is-fixed {
  background-color: #fff;
  padding: 0;
  max-height: 100px;   
-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

header.is-fixed .gray-menu-box {
  display: none;
}

@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 60px;
    
  }
}

header nav {
  width: 100%;
  /*第一層*/
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
}

header nav > ul > li {
  width: calc(100% /5);
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  cursor: pointer;
  transition: all 150ms ease-in-out 0s;
  border-bottom: 1px dashed transparent;
}


header nav > ul > li > a span {
  color: #333;
  font-weight:500;
  font-size: 1.375rem;
  position: relative;
  -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 7px 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}


header nav > ul > li > a span:hover {
  color: #FFFFFF;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); 
  background-color: #11a8a8;
  width:12em;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 1440px) { 
  
  header nav > ul > li > a > img {
    width: 40px;
    height: 40px;
  }
  header nav > ul > li > a span {
    font-size: 1.25rem;
  }
}

header nav > ul .menu-imgbox {
   width: 100%;  
    margin: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    display: flex;
    align-items: center;}

header nav > ul .menu-imgbox img {
  display: block;
  width: 265px;
  height: 150px;
  position:relative;
  text-align: center;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
header nav > ul .subMenu {
  width: 100vw;
  display: none;
  position: absolute;
  z-index: 198;
  left: 0;
  top: 0;
  margin-top: 70px;
  margin-left: -350px;
  padding: 15px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c3c3c3;
  background-color: #fff;
  -webkit-box-shadow: 1px 10px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 12px rgba(0, 0, 0, 0.2);
  text-align: center;/*------20240410---*/
}

@media screen and (max-width: 1440px) {
  header nav > ul .subMenu {
    margin-left: -200px;
    padding: 15px 15px;
  }
}

header nav > ul .subMenu li {
  display: inline-block;
  width: calc(20% - 10px);
  padding: 0;
  vertical-align: top;
  /*第三層*/
}

header nav > ul .subMenu li > a {
  display: block;
  padding: 10px;
}
/*------20240410---*/
header nav > ul .subMenu li > a span {
  vertical-align: middle;
  display: block;
  color: #212121;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
/*------20240410---*/
header nav > ul .subMenu li > a span:hover {
  text-decoration: none;
   color: #ef8c3e
 }
@media screen and (max-width: 1440px) {
  header nav > ul .subMenu li > a span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  header nav > ul .subMenu li > a span {
    font-size: 1rem;
  }
}

/*---手機版---*/
@media screen and (max-width: 1023px) {
.mm-listview, .mm-listview>li{
  font-size: 1.15rem;
}

}
header nav > ul .subMenu li > ul {
  display: none;
}

header nav > ul .subMenu li > ul > li {
  padding: 10px;
  width: calc(50% - 5px);
}

@media screen and (max-width: 1440px) {
  header nav > ul .subMenu li > ul > li {
    padding: 10px 2px 10px 10px;
  }
}

header nav > ul .subMenu li > ul > li > a {
  display: block;
  padding: 0px;
}

header nav > ul .subMenu li > ul > li > a span {
  vertical-align: middle;
  display: block;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.15rem;
  padding: 0;
  border: none;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  header nav > ul .subMenu li > ul > li > a span {
    font-size: 1rem;
  }
}
/*---20240410----*/
header nav > ul > li:nth-child(2) .subMenu {
  min-height:280px;
}

/*header nav > ul > li:nth-child(2) .subMenu > li {
  float: left;
  position: relative;
  width: calc(17% - 10px);
}*/

header nav > ul > li:nth-child(2) .subMenu > li:nth-child(1) ul {
  position: absolute;
  display: block;
}

header nav > ul > li:nth-child(2) .subMenu > li:nth-child(2) {
  margin-right: 20px;
}

header nav > ul > li:nth-child(2) .subMenu > li:nth-child(2) ul {
  display: block;
  min-height: 400px;
  max-height: 400px;
  border: #000 solid 1px;
}

header nav > ul > li:nth-child(3) .subMenu > li:nth-child(1) ul {
  display: block;  min-height: 400px;
  max-height: 400px;}
  

header nav > ul > li:nth-child(3) .subMenu > li:nth-child(2) ul {
  display: block;
}

/*header nav > ul > li:nth-child(4) .subMenu > li {
  width: 33%;
}*/

header .logo-box-left {
  position: relative;
  -webkit-box-flex: 350px;
  -ms-flex: 350px;
  flex: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color:transparent;
  height: 138px;
  
}

@media screen and (max-width: 1440px) {
  header .logo-box-left {
    -webkit-box-flex: 200px;
    -ms-flex: 200px;
    flex: 200px;
  }
}

@media screen and (max-width: 1024px) {
  header .logo-box-left {
    display: none;
  }
}
/*---logo---*/



.menulogo {
  display: none;
  font-size: 0;
}

@media screen and (max-width: 1024px) {
  .menulogo {
    display: block;
    text-align: center;
    position: absolute;
    margin: auto 0;
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
    z-index: 1;
  }
  .menulogo > span {
    background:url("../../../images/logo.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position:center;
    display: inline-block;
    width: 800px;
    height:112px;
    position: relative;
    font-size: 0;
  }
}

header .logo-box-left .menu-logo {
	vertical-align: top;
	font-size: 0;
	display: inline-block;
	width: 300px;
	height: 135px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center;
	background-image:url("../../../images/logo.png");
	background-size: contain
}


header.is-fixed .menu-logo {
	height: 85px;
    padding: 0;
    margin-bottom:10px;
}
@media screen and (max-width: 1440px) {
  header .logo-box-left .menu-logo {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  header .logo-box-left .menu-logo {
    display: none;
  }
}

header .main-menu-right {
  -webkit-box-flex: calc(100% - 350px);
  -ms-flex: calc(100% - 350px);
  flex: calc(100% - 350px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 1440px) {
  header .main-menu-right {
    -webkit-box-flex: calc(100% - 200px);
    -ms-flex: calc(100% - 200px);
    flex: calc(100% - 200px);
  }
}

@media screen and (max-width: 1024px) {
  header .main-menu-right {
    display: none;
  }
}

.gray-menu-box {
  background-color: #4e4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .gray-menu-box {
    display: none;
  }
}

.gray-menu-box .otherLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-menu-box .otherLinks a {
  color: #666;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .gray-menu-box .otherLinks a {
    margin: 0 10px;
  }
}





.gray-menu-box .Sitemapicon {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width:28px;
  height: 28px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
  background-image: url(../../images/icon/menu-moble-nav00.svg);
  margin-right: 8px;
  opacity: 0.5;
}


.gray-menu-box .Returnhomeicon {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width:28px;
  height: 28px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
  background-image: url(../../images/icon/main_home.svg);
  margin-right: 8px;
  opacity: 0.5;
}


.gray-menu-box .goArtEduicon {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width:28px;
  height: 28px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
  background-image: url(../../images/icon/top_ArtsEduLogo.svg);
  margin-right: 8px;
  opacity: 0.3;
}

@media screen and (max-width: 1440px) {

}

.gray-menu-box .otherLinks a:nth-child(1)::before {
  display: none;
}


.white-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /*-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);*/
}

@media screen and (max-width: 1024px) {
  .white-menu-box {
    display: none;
  }
}

.white-menu-box .top-half {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
}

.white-menu-box .top-half .left .weather-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.white-menu-box .top-half .left .weather-box .one-area-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-menu-box .top-half .left .weather-box .one-area-weather .weather-img {
  margin-right: 10px;
  max-width: 35px;
}

.white-menu-box .top-half .left .weather-box .one-area-weather .weather-place {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 5px;
}

.white-menu-box
  .top-half
  .left
  .weather-box
  .one-area-weather
  .weather-temperature {
  font-size: 1.2rem;
  font-weight: 600;
}

.white-menu-box .top-half .left .weather-box .weather-open-btn {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: #cc3321;
  border-radius: 50%;
  margin-left: 10px;
  background-image: url(../../images/icon/right.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.white-menu-box .top-half .left .weather-box .out-weather-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-menu-box .top-half .left .weather-box .hide-weather-content-box {
  display: none;
  position: absolute;
  padding: 20px;
  width: 435px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  background-color: #eee;
  left: 5px;
  top: 33px;
  z-index: 500;
  margin-left: 100%;
  margin-top: -25%;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.white-menu-box .top-half .left .weather-box .hide-weather-content-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.white-menu-box
  .top-half
  .left
  .weather-box
  .hide-weather-content-box
  .one-area-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 5px;
}

.white-menu-box .top-half .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.white-menu-box .top-half .right > a {
  margin-left: 40px;
}

.white-menu-box .top-half .right > button {
  margin-left: 40px;
}





.menu-fb-btn {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #4267b2;
  background-image: url(../../images/icon/facebook.svg);
}

 .menu-youtube-btn {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../images/icon/youtube.svg);
}

.menu-Instagram-btn {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../images/icon/icon_ig.svg);
}





/*手機板的按鈕開關*/
.menuBtn {
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  font-size: 0rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height:60px;
  margin:  0 0 0;
  
  z-index: 999;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  /*background-size: 50%;
  background-position: center;
  background: url(../../images/icon/menu.svg);*/ 
}

.menuBtn span {
  width: 60%;
  height: 1px;
  margin: auto;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menuBtn span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position:absolute;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;  
}


.menuBtn span:before, .menuBtn span:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #333;
}

.menuBtn span:before {
  top: -8px;
  width: 100%;
 
}


.menuBtn span:after {
  bottom: -8px; 
  width: 100%;
  
}
.menuBtn:hover {
background-color:#e4e4e4
}



@media screen and (min-width: 1025px) {
  .menuBtn {
    display: none;
  }
}

svg.in-magamenu {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 500px;
  margin-left: -15px;
}

/*手機限定*/
.phone-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1025px) {
  .phone-only {
    display: none;
  }
}


@media screen and (max-width: 1024px) {
  .subMenu > li img {
    display: none;
  }
  .mm-navbar img {
    display: none;
  }
}

