@charset "utf-8";
/* CSS Document */

/*top*/
.jqueryslidemenu {
margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}
.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 5;
    display: inline-block;
    /* text-align: left; */
    text-align: center;
    width: 100%;
}
.jqueryslidemenu ul li {
    position: relative;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    display: inline-block;
    min-width: 234px;
}

.jqueryslidemenu ul li::after{
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 6px #c56042 solid;
  width: 76px;
  height: 76px;
  left: 50%;
  margin-left: -40px;
  top: 0;
  margin-top: -25px;
  z-index: -1;
}


.jqueryslidemenu ul li:hover::after{
    border: 6px #f59f00 solid;
}


.jqueryslidemenu ul li a {
text-decoration: none;
    position: relative;
    font-size: 1.54rem;
    color: #fff;
    display: inline-block;
    padding: 70px 0 0 0;
    margin-top: -18px;
}


/*選單圖片*/
.jqueryslidemenu ul li:nth-child(1) a{
   background:url(../images/myslidemenu1.png) no-repeat center top;
}
.jqueryslidemenu ul li:nth-child(2) a{
   background:url(../images/myslidemenu2.png) no-repeat center top;
}

.jqueryslidemenu ul li:nth-child(3) a{
   background:url(../images/myslidemenu3.png) no-repeat center top;
}
.jqueryslidemenu ul li:nth-child(4) a{
   background:url(../images/myslidemenu4.png) no-repeat center top;
}
.jqueryslidemenu ul li:nth-child(5) a{
   background:url(../images/myslidemenu5.png) no-repeat center top;
}
/*///END-選單圖片*/

.jqueryslidemenu ul li img{
}

.jqueryslidemenu ul ul {
  position: absolute;
  z-index: 9;
  display: block;
  text-align: left;
  visibility: hidden;
  left: 0px !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding:10px 0;
  background: #bb5747;
  width: auto !important;
  /*display: block!important;*/
}
.jqueryslidemenu ul ul li {
    background: #bb5747;
    color: #fff;
    display: block;
    min-height: inherit;
    padding:.5rem 1rem;
    text-align: left;
    border-bottom: 2px dotted #ab4f40;

}
.jqueryslidemenu ul ul li:hover {
  background: #f59f00;
}
.jqueryslidemenu ul ul li a {
  color: #fff;
  padding: 0.5rem 0 !important;
  display: block;
  border-right: none;
  font-weight: normal;
  font-size: 1.2rem;
  background: none!important;
  margin-top: auto;
}

.jqueryslidemenu ul ul li::after, 
.jqueryslidemenu ul ul li a::after {
  display: none;
}

* html .jqueryslidemenu ul li a {}
/*次選單*/
.jqueryslidemenu ul li ul li a:hover {
  border: none;
  color: #fff;
}
.downarrowclass {
  position: absolute;
  right: 7px;
  top: 15px;
}
.rightarrowclass {
  position: absolute;
  right: 2px;
  top: 9px;
}

@media only screen and (max-width:1024px) {
  /* .jqueryslidemenu ul li {
    min-width: 200px;
  } */

}

@media only screen and (max-width:1200px) {
  .jqueryslidemenu ul li {
    min-width: 15%;
  }

}
