@charset "UTF-8";

.header_m {
  display: flex;
  background-color: #fff;
  height: 50px;
  width: 100%;
  padding-left: 12px;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1411764706);
  position: relative;
}

.header_m .logo a {
  display: inline-block;
  background-image: url(/action/CSS/header/mobile/header_image/logo_b2c.svg);
  width: 163.64px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header_m .right_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header_m .btn_search {
  box-shadow: 0 0 0 1px #DCDCDC;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  svg {
    padding-bottom: 3px;
  }
}

.header_m .storePhone {
  box-shadow: 0 0 0 1px #DCDCDC;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_m .storePhone a {
  display: block;
}

.header_m .nav {

  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DCDCDC;
  margin-left: 4px;
}

.header_m .nav_icon {
  height: 16px;

  width: 50%;
  position: relative;
  margin-bottom: 2px;
  transition: all 0.1s ease-out;
}

/* 漢堡選單 */
.nav-menu {
  text-align: right;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.nav-menu * {
  transition: all 0.3s ease-out;
}

.nav {
  position: relative;
}

.line1,
.line2,
.line3 {
  width: 20px;
  margin: auto;
  position: absolute;
  /* top: 50%; */
  right: 3px;
  /* background-color: #ff8533; */
  background-color: #444444;
  height: 3px;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}

.line1 {
  top: 0;
  /* left: 0; */
  transform: translate(0, 0);
}

.line2 {
  top: 50%;
  transform: translate(0, -50%);
}

.line3 {
  /* top: 69%; */
  bottom: 0;
  margin-left: 8px;
  box-sizing: border-box;
  width: 16px;
}

.active>.line1 {
  transform: translate(22%, -25%) rotate(-45deg);
  top: 50%;
  /* left: 25%; */
  width: 32px;
}

.active>.line2 {
  opacity: 0;
}

.active>.line3 {
  transform: rotate(45deg);
  top: 0;
  right: -4px;
  margin-left: 0;
  box-sizing: border-box;
  width: 32px;
}

.active.nav_icon {
  height: 24px;
}

.nav-content {
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  z-index: 1003;
  right: 0;
  top: 50px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-content a {
  -webkit-text-decoration: auto;
  text-decoration: auto;
}

.kind-title {
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  background: #7fcae5;
  padding: 6px 12px;
}

.kind-con {
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding: 0;
  /*padding: 10px 12px;*/
}

.kind-con-l1 {
  position: relative;
  padding: 8px 12px;
}

.kind-con-l1.col-1 .place-s {
  width: 60%;
}

.kind-con-l1.col-2 .place-s {
  width: 30%;
}

.kind-con-l1:after {
  content: "";
  display: table;
  clear: both;
}

.name-mark2,
.name-mark2 a {
  color: #fff;
  /* font-weight: bold; */
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.name-mark1,
.name-mark2,
.place-s,
.palce-more {
  display: inline-block;
}

.name-mark1 {
  font-size: 15px;
  width: 81%;
}

.name-mark2 {
  font-size: 16px;
  width: 72px;
  height: 72px;
  border-radius: 999em;
  background-size: auto 100%;
  background-position-x: center;
  text-align: center;
  overflow: hidden;
  float: left;
}

.name-mark2 p {
  display: inline-block;
  min-width: 3em;
  padding-top: 28px;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.place-s,
.palce-more {
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  float: left;
  text-align: center;
  padding-bottom: 6px;
}

.place-s {
  position: relative;
  width: 20%;
  overflow: hidden;
  transition: all 0.3s 0.3s;
  padding-top: 20px;
}

/* 
.place-s:nth-child(2) , .place-s:nth-child(3) {

}
*/
.place-s:nth-child(4) {
  text-align: center;
}

.place-s a {
  display: inline-block;
  min-width: 3em;
  color: #000;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.place-s a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #eee;
  margin-top: 20px;
}

.palce-more {
  position: relative;
  overflow: hidden;
  width: 18%;
  cursor: pointer;
  margin-top: 0;
  transition: all 0.3s 0.3s;
  padding-top: 20px;
}

.btn-morcon2 img {
  vertical-align: middle;
}

.nav-content .kind-con:last-child {
  border-bottom: 0px;
}

.nav-content .name-mark1 {
  color: #000;
  font-weight: normal;
  padding: 10px 12px;
  box-sizing: border-box;
}

.nav-content .name-mark1 a {
  color: #000;
}

.nav-con2-ctrl {
  width: 100%;
  margin-top: 10px;
}

.nav-con2-ctrl>span {
  display: inline-block;
  width: 25%;
  cursor: pointer;
}

.nav-con2-ctrl>span a {
  color: #000;
}

.btn-morcon2-name {
  margin-right: 5px;
  opacity: 1;
  transition: all 0.3s 0.3s;
}

/*當第二層展開時*/
.kind-con.open .btn-morcon2-name {
  opacity: 0;
}

.kind-con.open .place-s {
  height: 0;
  transition: all 0.3s;
}

.kind-con.open .palce-more {
  z-index: 2;
  margin-top: -27px;
  transition: all 0.3s;
}

.kind-con.open .place-list.nav-con2 {
  max-height: 1200px;
  padding: 10px 12px;
  transition: all 0.6s linear 0.35s;
}

.place-list.nav-con2 {
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  transition: all 0.3s 0s;
}

.place-list {
  box-sizing: border-box;
  padding: 10px 12px;
}

.place-list .l100pa,
.place-list .l0pa,
.place-list .l33pa {
  width: 100%;
}

.place-list .l100pa span,
.place-list .l50pa span,
.place-list .l33pa span {
  font-size: 0;
  vertical-align: top;
  background: #f4f4f4;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  /*margin: 0 8px 8px 0;*/
}

.place-list .l100pa span:before,
.place-list .l50pa span:before,
.place-list .l33pa span:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.place-list .l100pa span a,
.place-list .l50pa span a,
.place-list .l33pa span a {
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding-top: 4px;
}

.place-list .l50pa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
}

.place-list .l50pa span {
  /* width: calc(50% - 4px); */
}

.place-list .l50pa span:nth-child(even) {
  margin: 0 0 8px 0;
}

.place-list .l33pa {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4px;
}

.place-list .l33pa span {
  /* width: calc(33% - 5px); */
}

.place-list .l33pa span:nth-child(3n) {
  /* width: calc(34% - 6px); */
  margin: 0 0 8px 0;
}

html.full_screen {
  overflow: hidden;
}

/*# sourceMappingURL=header-m.css.map */