@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/* Variable */
:root {
  --unit_ntd: "NT$:";
  --unit_twd: "TWD:";
  --unit_percen: "%";
  --unit_year: "年";
  --unit_month: "月";
  --unit_day: "日";
  --unit_hr: "小時";
  --fixtop: "-7rem";
  --seemore: "See more";
}

/* //Variable */

* {
  /* font-family: "cwTeXYen", sans-serif !important; */
  font-family: "Microsoft JhengHei UI", source-han-sans-traditional, sans-serif;
  font-style: normal;
  font-weight: 300;
}
html,
body {
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #ffffff;
}

.headtitle {
  width: 100%;
  min-height: 150px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.headtitle-bg {
  width: 100%;
}

.slogan {
  position: absolute;
    margin-right: 36px;
    right: 0;
    width: 30%;
}

.subslogan {
  text-align: center;
  color: #fff;
  background-color: #7faa59;
  font-size: 22px;
}

.productpic-title > div {
  padding: 0;
}
.productpic-title img {
  width: 100%;
}


.introduce > div{
  padding: 0;
  font-size: 1.2rem;
  display: inline-flex;
}
.introduce img {
  margin: 12px;
}


.introduce  img.pic1 {
  margin: 12px;
  width: 25%;
}

.introduce  img.pic2 {
  margin: 12px;
  width: 23%
}

.introduce  img.pic3 {
  margin: 12px;
  width: 23%
}

.introduce  img.pic4 {
  margin: 12px;
  width: 28%;
  margin-top: -62px;
}

.introduce  img.pic5 {
  margin: 12px;
  width: 60%
}


.introduce  img.pic6 {
  margin: 12px;
  width: 30%
}

.introduce  img.pic7 {
  margin: 12px;
  width: 8%
}

.introduce  img.pic8 {
  margin: 12px;
  margin-top: -100px;
  width: 45%
}


.introduce-products > div{
  padding: 0;
  font-size: 1.1rem;
  display: inline-flex;
  background-color: #fff;
}

.card{
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
}

.card-body .pww {
  white-space: nowrap;
}

.introduce-products .productbox{
display: flex;
width: 100%;
}

.introduce-products .productbox > div{
  padding: 0;
}
.introduce-products .productbox > div:first-child{
  display: inline-flex;
  overflow: hidden;
  width: 40%;
  justify-content: center;
  align-items: center;
}
.introduce-products .productbox > div.pic18{
  align-items:flex-end;
}
.introduce-products .productbox > div:first-child img{
  width: 90%;
  height: auto;
}





.introduce-products .productbox > div:last-child{
  padding: 12px;
  display: block;
  width: 60%;
  height: 100%;
  align-self: center;
}

.introduce-products .productbox h3{
  margin-right: 5px;
  display: contents;
}

.introduce-products .productbox h3 p{
  font-size: 1rem;
  margin: 5px;
  display: inline-block;
}


.introduce-products.sub > div{
  overflow-x: hidden;
  justify-content: center;
  align-self: center;
}

.introduce-products.sub > div img{
  width: 100%;
}

h2 {
font-size: 1.6rem;
font-weight: bold;
color: #9F1F24;
}

h3{
  font-size: 1.5rem;
  font-weight: 400;
}
h4{
  font-size: 1.2rem;
  font-weight: 400;
}

h6{
  font-size: 1.3rem;
font-weight: bold;
  color: #4F7F38;
}

a,
a:hover {
  text-decoration: none;
  font-family: "cwTeXYen", sans-serif;
  font-style: normal;
  font-weight: 500;
}
article > h2 {
  border: 2px solid #727171;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem;
}

article > h3 {
  border: 1px solid #727171;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem;
}

label {
  padding: 5px 9px;
}

label[for],
[onclick] {
  cursor: pointer;
}
article p {
  font-size: 1.3rem;
  line-height: 1.8;
}

input[type="file"] + img {
  border-radius: 1rem;
  border: 2px dashed #dcdddd;
  width: 50%;
  float: right;
}

[nodisplay] {
  display: none;
}

#event {
  height: 0;
  position: relative;
  top: -9rem;
  width: 100%;
}

[delete]::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 2rem;
  line-height: 0.5;
  content: "\f410";
  color: #770010;
  margin: 0.5rem;
}

.overflowbox_y {
  width: 100%;
  height: 30vh;
  border-radius: 0.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  touch-action: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
  align-items: flex-start;

  box-shadow: -1px 0px 9px 1px rgba(108, 108, 108, 0.58) inset;
  -webkit-box-shadow: -1px 0px 9px 1px rgba(108, 108, 108, 0.58) inset;
  -moz-box-shadow: -1px 0px 9px 1px rgba(108, 108, 108, 0.58) inset;
}

/* store list */

.storelist {
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  border: 2px dashed #dcdddd;
}

.storelist .photo {
  border-radius: 0.1rem;
  display: inline-table;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.5rem;
}
.storelist .photo img {
  width: 100%;
}

.storeinfo {
  padding: 0;
  display: table;
}
.storeinfo li {
  padding: 0.3rem;
  line-height: 1.5;
  list-style: none;
  height: fit-content;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.storeinfo li label {
  font-weight: bold;
  height: inherit;
  float: left;
  display: inline-table;
  width: 83px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
}

.storelist iframe {
  width: 100% !important;
}

/* //store list */

/* record list */

.recordlist {
  width: 100%;
  border: 1px solid #dcdddd;
  border-collapse: collapse;
  padding: 0;
  pointer-events: none;
}

.recordlist li {
  list-style: none;
  padding: 0.5rem;
  border: 1px solid #dcdddd;
  border-collapse: collapse;
  color: #888;
  vertical-align: middle;
  display: flex;
  scroll-snap-align: center;
}

.recordlist li a {
  padding: 0.5rem;
  color: #888;
  pointer-events: all;
}

.recordlist li span:nth-child(1) {
  font-weight: bold;
  color: #ed8492;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.recordlist li span:nth-child(2) {
  font-weight: bold;
  display: inline-block;
  margin: 0 0.3rem 0 0.3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.recordlist li span:nth-child(3) {
  width: 55px;
  padding: 0;
  display: inline-table;
  vertical-align: middle;
}

.recordlist li:nth-child(1) {
  background-color: #fff;
}
.recordlist li:nth-child(1) span {
  color: #888 !important;
  padding: 0 5px 0 5px;
}
.recordlist li:nth-child(1) span:nth-child(2) {
  border-left: 1px solid #727171;
  border-right: 1px solid #727171;
}

.recordlist_img {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  pointer-events: none;
}
.recordlist_img li {
  width: 23%;
  min-width: 120px;
  list-style: none;
  padding: 0.5rem;
  margin: 0.3rem;
  border: 1px solid #dcdddd;
  background-color: #ffdbab;
  border-radius: 0.5rem;
  border-collapse: collapse;
  color: #888;
  display: block;
  position: relative;
  float: left;
  scroll-snap-align: center;
}

.recordlist_img li div:first-child {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.recordlist_img li div:first-child img {
  width: 100%;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.recordlist_img li div:last-child {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 0 0.3rem 0 0.3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.recordlist_img li > a span {
  width: 55px;
  padding: 0;
  display: block;
}
.recordlist_img li a {
  float: right;
  padding: 0;
  position: absolute;
  right: -6px;
  top: 15px;
  pointer-events: all;
}

/* //record list */

/* greenbox */

.modal-content.greenbox {
  background-color: #69bc82;
  border-radius: 2.5rem;
}

.modal-content.greenbox > .modal-footer {
  display: flex;
}
.modal-content.greenbox > .modal-footer button {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 2rem;
  border: 1px solid #fff;
}
.modal-content.greenbox > .modal-body {
  text-align: center;
}
.modal-content.greenbox > .modal-body p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}

.modal-content.greenbox > .modal-footer,
.modal-content.greenbox > .modal-header {
  border: none;
}

/* greenbox */

/* leftmanu */
.leftmenu {
  height: 35rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-right: 5rem;
  border-right: 2px dashed #dcdddd;
}
.leftmenu ul {
  width: 100%;
  display: block;
  padding: 0;
}
.leftmenu li {
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.leftmenu li:first-child {
  padding: 0 0 1rem 0;
  text-align: center;
}
.leftmenu li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 3rem;
  line-height: 0.5;
  font-weight: 600;
  content: "\f0da";
  color: #f9c67a;
  vertical-align: middle;
  margin: 0.5rem;
}
.leftmenu li:first-child::before {
  display: none;
}
.leftmenu li:first-child img {
  width: 90%;
}
.leftmenu li a {
  width: 100%;
  color: #727171;
}

/* //leftmanu */

.loginbox {
  height: 35rem;
  vertical-align: middle;
  display: contents;
  width: 100%;
  text-align: center;
}
.loginboxinner img {
  margin: 1rem;
  width: 60%;
}
.loginboxinner button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.loginboxinner button:hover {
  background-color: transparent;
}
.loginboxinner button img {
  margin: 0 !important;
}

.loginboxinner .row {
  text-align: center;
  margin: 1.5rem;
}
.loginboxinner .form-control {
  border-radius: 2rem;
}
.loginboxinner .imgbutton img {
  width: auto;
  height: 2.8rem;
}
.loginboxinner .imgbutton button {
  margin: 1rem;
}
.loginbox p {
  font-size: 0.5rem;
  display: block;
  padding: 1rem;
  text-align: left;
}

.redstar::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 600;
  content: "\f621";
  color: rgb(161, 0, 0);
}
[redstar]::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 600;
  content: "\f621";
  color: rgb(161, 0, 0);
}

.content_wrap {
  background-color: #eeeeef;
  position: relative !important;
  top: 5rem;
}
.adornment_tr {
  background: url(../img/adornment_tr.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 110%;
  height: 350px;
  position: relative;
  top: 0rem;
  right: 3px;
  z-index: 980;
  float: left;
  pointer-events: none;
}
.fixtop_adornment_tr {
  position: relative;
  top: -350px;
}

.adornment_cc {
  background: url(../img/adornment_cc.png) no-repeat;
  background-size: 110%;
  background-position: bottom;
  display: flex;
  width: 115%;
  height: 235px;
  position: relative;
  top: -29rem;
  right: -36px;
  z-index: 1;
  pointer-events: none;
  float: right;
}
.fixtop_adornment_cc {
  position: relative;
  top: -585px;
}

.adornment_bottom {
  background: url(../img/adornment_bottom.png) no-repeat;
  background-size: 103%;
  background-position: bottom;
  display: flex;
  width: 125%;
  height: 611px;
  position: relative;
  top: -66rem;
  right: -118px;
  z-index: 2;
  pointer-events: none;
  float: right;
}

.fixtop_adornment_bottom {
  position: relative;
  top: -1000px;
}

.innerpage main {
  padding-top: 2.5rem;
  padding-bottom: 13rem;
}

.innerpage > .adornment_bottom {
  top: -35rem;
  right: -118px;
}

.innerpage ~ .fixtop_adornment_bottom {
  position: relative;
  top: -510px;
}

.fixtop_footer {
  position: relative;
  top: -730px;
}

.beginreg div {
  text-align: center;
  align-self: center;
  z-index: 2;
}
.beginreg > div:nth-child(1) img {
  width: 30%;
  position: relative;
  top: -35px;
}
.beginreg > div:nth-child(2) img {
  width: 90%;
}
.beginreg > div:nth-child(3) img {
  width: 25%;
  position: relative;
  top: -35px;
}

.goodstore {
  border-top: 5px dashed #fff;
  margin-top: 3rem;
  width: 108%;
  position: relative;
  right: 2rem;
}
.goodstore div {
  text-align: center;
  align-self: center;
  z-index: 2;
}
.goodstore > div:nth-child(1) img {
  width: 70%;
  position: relative;
  top: -85px;
  left: 3px;
}
.goodstore > div:nth-child(2) img {
  width: 30%;
  position: relative;
  top: -52px;
}
.goodstore > div:nth-child(3) img {
  width: 200%;
  position: relative;
  top: -79px;
  right: 76px;
}

main {
  background-color: #fff;
}

main.bottom {
  margin-bottom: 1rem !important;
  border-radius: 0 0 2rem 2rem;
}

h1 img[src*="header_"] {
  height: 3rem;
  margin: 1rem;
}
h1.header_reg {
  text-align: center;
}
h1.header_reg img {
  height: 5rem;
}
.introimgbox {
  margin-top: 4rem;
}
.introimg {
  width: 100%;
  display: block;
}
.introimg_icon {
  background: url("../img/icon_awards.png") no-repeat;
  background-size: 90px;
  display: none;
  width: 90px;
  height: 116px;
  position: absolute;
  top: 26px;
  left: -35px;
  z-index: 980;
}

.introimg > img {
  width: 100%;
}

.methodsteps {
  width: 100%;
  height: fit-content;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
  align-items: flex-start;
}
.methodsteps > div {
  text-align: center;
  color: #727171;
  position: relative;
  display: inline-table;
  width: 15rem;
  margin: 1.5rem;
  padding: 1rem;
  z-index: 2;
  pointer-events: none;
  scroll-snap-align: center;
}
.methodsteps > div p {
  text-align: left;
  white-space: normal;
  padding: 0.5rem;
}

.methodsteps > div:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  content: "\f0da";
  color: #ed8492;
  position: absolute;
  top: 5rem;
  right: -2rem;
}
.methodsteps > div:last-child:after {
  display: none;
}

.methodsteps .icon_steps {
  border-radius: 50%;
  display: inline-table;
  width: 13rem;
  height: 13rem;
  background-color: #fff4ce;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.5rem;
}
.methodsteps .icon_steps img {
  width: 100%;
}

.newslist {
  border: 1px solid #dcdddd;
  border-collapse: collapse;
  border-radius: 2rem;
  padding: 0 3rem 0 3rem;
}
.newslist li {
  list-style: none;
  border: 1px solid #dcdddd;
  border-collapse: collapse;
  color: #888;
}
.newslist li a {
  display: flex;
  padding: 0.8rem;
  color: #888;
}
.newslist li a span {
  font-weight: bold;
  display: inline-block;
  margin: 0 0.5rem 0 0.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li a span:nth-child(1) {
  font-weight: bold;
  color: #ed8492;
  width: 145px;
}
.newslist li a span[seemore] {
  width: 165px;
}

[seemore]:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 2rem;
  line-height: 0.5;
  font-weight: 600;
  content: "\f0da";
  color: #ed8492;
  vertical-align: middle;
  margin: 0.5rem;
}
[seemore]:after {
  content: var(--seemore);
  font-size: 1rem;
  color: #888;
}

.storeslide {
  width: 100%;
  border-bottom: 5px dashed #fff;
  height: fit-content;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: auto;
  scroll-behavior: smooth;
  display: block;
  white-space: nowrap;
  align-items: flex-start;
  position: relative;
  top: -4rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.storeslide > div {
  text-align: center;
  color: #727171;
  position: relative;
  display: inline-table;
  width: 16rem;
  margin: 1rem;
  padding: 1rem;
  scroll-snap-align: center;
  touch-action: auto;
}

.storeslide > div > a {
  display: block;
  color: #727171;
}

.storeslide .photo {
  border-radius: 0.1rem;
  display: inline-table;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.5rem;
}
.storeslide .photo img {
  width: 100%;
}

footer {
  background-color: #79c6ad;
  color: #ffffff !important;
}

footer > div > div {
  display: flex;
}

footer .container span{
  display: inline-block;
  font-size: 1.1rem;
}


.icon_shopper2 {
  position: relative;
}
.icon_shopper2 img {
  display: block;
  position: relative;
  top: 0rem;
  left: 57%;
}

.bottomline {
  background-color: #ed8492;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}

/* status & unit style */

[unit_percen]:after {
  content: var(--unit_percen);
  font-size: 0.3rem;
  color: #888;
}

/* //status & unit style  */

/*  Smooth Scroll to */
.to_top_link {
  position: fixed;
  pointer-events: all;
  top: calc(100vh - 5rem);
  right: 5rem;
  display: block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.25rem;
  border: 1px solid #254568;
  background-color: #d6e3f0;
  -webkit-transition: -webkit-transform 40ms ease-in;
  transition: -webkit-transform 40ms ease-in;
  transition: transform 40ms ease-in;
  transition: transform 40ms ease-in, -webkit-transform 40ms ease-in;
}

/*  //Smooth Scroll to */

/*  Top Header */
header {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 990;
  padding: 0.3rem 0 1rem 0;
}
header nav ul {
  padding: 0;
  display: flex;
}

header nav {
  margin-left: -4px;
  margin-right: -4px;
}

header nav li {
  color: #ed8492;
  list-style: none;
  background-color: #fff4ce;
  border: 4px solid #f6c5cc;
  border-top: none;
  flex: 1 0 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 0 5rem 5rem;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden;
}
header nav li:nth-child(even) {
  background: url(../img/bg-menuitem.png) repeat -15px -15px;
}

header nav a,
header nav label {
  display: flex;
  height: 100%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.8rem;
}
header nav li:nth-child(5) a {
  display: block;
}
header nav a span {
  font-size: 2rem;
  color: #ed8492;
  display: block;
  justify-content: center !important;
  height: 3rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header nav li img {
  align-items: center !important;
  width: 75%;
}
header nav li:nth-child(odd) img {
  align-items: center !important;
  width: 100%;
}

header nav li:nth-child(1) img {
  width: 60%;
}
header nav li:nth-child(1) img[src$="theme_m.png"] {
  display: none;
}

header nav li:nth-child(5) img {
  width: 75%;
}
.topline {
  background: url(../img/bg-topline.png) repeat-x;
  border: 10px solid #ed8492;
  height: 25px;
}
.mobileheader {
  display: none;
}

/*  //Top Header */

/* offcanvas */
.mobileheader label[for="offcanvasbtn"] {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  padding: 0.5rem;
  border: none;
  color: #fff4ce;
  font-weight: 600;
  font-size: 22px;
  width: 3rem;
  text-align: center;
  float: right;
  display: block;
}

input[id="offcanvasbtn"]:checked
  ~ header
  .mobileheader
  label[for="offcanvasbtn"]:before {
  content: "\f0c9";
  display: block;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

input[id="offcanvasbtn"]
  ~ header
  .mobileheader
  label[for="offcanvasbtn"]:before {
  content: "\f0c9";
  display: block;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

/* //offcanvas */

/*-- Responsive Design --*/

@media (max-width: 1440px) {
  .adornment_bottom {
    background-size: 103%;
    width: 125%;
    height: 636px;
    top: -68rem;
    left: 118px;
  }
}

@media (max-width: 1399px) {
  .adornment_bottom {
    background-size: 103%;
    width: 125%;
    height: 636px;
    top: -70rem;
    left: 92px;
  }

}

@media (max-width: 1280px) {
}
@media (max-width: 1080px) {
}
@media (max-width: 1024px) {
  .introduce  img.pic1 {
    margin: 12px;
    width: 40%;
  }
  
  .introduce  img.pic2 {
    margin: 12px;
    width: 30%;
  }
  
  .introduce  img.pic3 {
    margin: 12px;
    width: 30%;
  }
  
  .introduce  img.pic4 {
    margin: 12px;
    width: 50%;
    position: relative;
    left: 47%;
    transform: translate(-50%,0%);
  }
  
  .introduce  img.pic5 {
    margin: 12px;
    width: 94%;
  }
  
  
  .introduce  img.pic6 {
    margin: 12px;
    width: 100%;
  }
  
  .introduce  img.pic7 {
    margin: 12px;
    width: 35%;
  }
  
  .introduce  img.pic8 {
    margin: 12px;
    width: 55%;
  }


  .introduce-products.sub > div{
    overflow-x:hidden;
    justify-content: center;
    align-self: center;
  }


  .loginboxinner {
    padding: 0.5rem !important;
  }
  .leftmenu {
    padding-right: 0rem;
    border-right: 2px dashed #dcdddd;
  }

  .introimg {
    width: 100%;
  }

  .adornment_bottom {
    background-size: 103%;
    width: 125%;
    height: 636px;
    top: -70rem;
    left: 51px;
  }
  .footer_1,
  .footer_2 {
    display: inline-block;
    padding: 0.5rem;
  }
  .footer_2 {
    width: 86%;
  }
  .footer_3 {
    padding-left: 1rem;
  }
}

@media (max-width: 768px) {

  .introduce  img.pic7 {
    display: none;
  }

  .headtitle {
    width: 100%;
    min-height: 115px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  
  .headtitle-bg {
    width: auto;
    height: 115px;
  }

  .slogan {
    position: absolute;
    margin-left: 25px;
    left: 0;
    bottom: 32px;
    width: 41%;
  }
  
  .subslogan {
    text-align: center;
    color: #fff;
    background-color: #7faa59;
    font-size: 18px;
  }


  .loginboxinner {
    padding: 0.5rem !important;
  }
  .loginboxinner .row {
    text-align: center;
    margin: 1.5rem 0;
  }
  .loginboxinner .imgbutton button {
    margin: 1rem;
  }
  .loginbox p {
    font-size: 0.5rem;
    display: block;
    padding: 0.5rem !important;
    text-align: left;
  }

  .leftmenu {
    height: auto;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-right: 0;
    border-right: none;
  }

  h1.header_reg img {
    height: 4rem;
  }
  .carousel {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .content_wrap {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .introimgbox {
    margin-top: 5rem !important;
    padding-top: 0 !important;
  }
  .introimg_icon {
    background: url("../img/icon_awards.png") no-repeat;
    background-size: 90px;
    display: none;
    width: 90px;
    height: 116px;
    position: absolute;
    top: 26px;
    right: -35px;
    z-index: 980;
  }

  main.top {
    margin-top: 1rem !important;
    border-radius: 2rem 2rem 0 0;
  }
  article p {
    font-size: 1.2rem;
    line-height: 2;
  }

  .adornment_cc {
    background: url(../img/adornment_cc.png) no-repeat;
    background-size: 113%;
    background-position: center 2rem;
    display: flex;
    width: 115%;
    height: 235px;
    position: relative;
    top: -29rem;
    right: -36px;
    z-index: 1;
    pointer-events: none;
    float: right;
  }
  .beginreg > div:nth-child(1) img {
    width: 50%;
    position: relative;
    top: -15px;
  }
  .beginreg > div:nth-child(2) img {
    width: 130%;
    position: relative;
    top: 4px;
    left: -36px;
  }
  .beginreg > div:nth-child(3) img {
    width: 48%;
    position: relative;
    top: -25px;
  }

  .newslist {
    border: 1px solid #dcdddd;
    border-collapse: collapse;
    border-radius: 1rem;
    padding: 0;
  }
  .newslist li {
    list-style: none;
    border: 1px solid #dcdddd;
    border-collapse: collapse;
    color: #888;
  }
  .newslist li:first-child {
    border-radius: 1rem 1rem 0 0;
  }
  .newslist li:last-child {
    border-radius: 0 0 1rem 1rem;
  }

  .newslist li a {
    display: flex;
    padding: 0.8rem 0 0.8rem 0;
    color: #888;
  }
  .newslist li a span {
    font-weight: bold;
    display: inline-block;
    margin: 0 0.5rem 0 0.5rem;
    width: 100%;
  }
  .newslist li a span:nth-child(1) {
    font-weight: bold;
    color: #ed8492;
    width: 80px;
  }
  .newslist li a span[seemore] {
    width: 165px;
  }

  .goodstore {
    border-top: 5px dashed #fff;
    margin-top: 3rem;
    width: 108%;
    position: relative;
    right: 2rem;
  }
  .goodstore div {
    text-align: center;
    align-self: center;
    z-index: 2;
  }
  .goodstore > div:nth-child(1) img {
    width: 81%;
    position: relative;
    top: -66px;
    left: 29px;
  }
  .goodstore > div:nth-child(2) img {
    width: 35%;
    position: relative;
    top: -38px;
  }
  .goodstore > div:nth-child(3) img {
    width: 200%;
    position: relative;
    top: -79px;
    right: 76px;
  }

  .storeslide {
    position: relative;
    top: 0rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .storeslide .photo {
    border-radius: 0.1rem;
    display: inline-table;
    width: 14rem;
    height: 14rem;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .adornment_bottom {
    background-size: 103%;
    width: 125%;
    height: 636px;
    top: -70rem;
    left: 75px;
  }

  .footer_1 {
    display: none;
  }
  .footer_2 {
    width: 100%;
  }

  .footer_2 ul {
    padding: 0;
    width: 100%;
  }
  .footer_2 li {
    width: 100%;
    list-style: none;
    padding: 0.5rem;
    text-align: center;
  }
  .footer_2 label {
    display: block;
    font-weight: bold;
  }
  .footer_2 img {
    margin: 0.5rem;
    height: 2rem;
    display: inline-block;
  }
  .footer_3 {
    background-color: #fff4ce;
    text-align: center;
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding: 0.8rem;
  }
  .footer_3 > div {
    display: inline-block;
  }

  .footer_3 > div:first-child {
    display: inline-block;
    position: relative;
  }
  .footer_3 > div:last-child {
    display: inline-block;
    position: relative;
  }
  .footer_3 > div > p {
    display: block;
  }
  .footer_3 > div:first-child > img {
    width: 80%;
    height: fit-content;
    position: relative;
    top: 5rem;
    left: 1rem;
    z-index: 1;
  }
  .footer_3 > div:last-child > img {
    width: 128%;
    position: relative;
    top: 7rem;
    left: -2rem;
    z-index: 1;
  }

  .icon_shopper2 {
    display: none;
  }
  .icon_shopper2 img {
    display: block;
    position: relative;
    top: -5rem;
    left: 53%;
  }
  .bottomline {
    display: block;
    padding: 0.5rem;
  }
  .bottomline span {
    display: block;
  }
}

@media (max-width: 568px) {
  #event {
    top: -3rem;
  }

  header nav {
    display: none;
  }

  a:target ~ header nav {
    display: none;
  }

  header nav:has(a:target) {
    display: none;
  }

  .topline {
    display: none;
  }

  .mobileheader {
    display: flex;
    padding: 5px;
    background-color: #ed8492;
  }
  .mobileheader span {
    font-size: 1.3rem;
    color: #fff;
    display: block;
    justify-content: center !important;
    align-content: center;
    height: 3rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
  }

  .mobileheader div:first-child img {
    width: 100%;
  }

  .introimgbox {
    margin-top: 0rem !important;
    padding-top: 0 !important;
  }

  /* mobile nav */
  .content_wrap {
    top: 3.8rem;
  }

  input[id="offcanvasbtn"]:checked ~ header nav {
    display: block;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }

  input[id="offcanvasbtn"]:checked ~ header nav ul {
    padding: 0;
    display: block;
  }

  input[id="offcanvasbtn"]:checked ~ header nav li {
    color: #ed8492;
    list-style: none;
    background-color: #fff4ce;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    justify-content: center !important;
    align-items: center !important;
    align-content: center;
    overflow: hidden;
  }

  input[id="offcanvasbtn"]:checked ~ header nav a span {
    display: none;
  }

  input[id="offcanvasbtn"]:checked ~ header nav li img {
    width: 40%;
  }
  input[id="offcanvasbtn"]:checked ~ header nav li:nth-child(odd) img {
    width: 60%;
  }
  input[id="offcanvasbtn"]:checked
    ~ header
    nav
    li:nth-child(1)
    img[src$="logo.png"] {
    display: none;
  }
  input[id="offcanvasbtn"]:checked
    ~ header
    nav
    li:nth-child(1)
    img[src$="theme_m.png"] {
    display: block;
    width: 100%;
  }
  input[id="offcanvasbtn"]:checked ~ header nav li:nth-child(5) img {
    width: 50%;
  }

  header nav li {
    border: none;
  }

  /* //mobile nav */

  .goodstore {
    border-top: 5px dashed #fff;
    margin-top: 3rem;
    width: 108%;
    position: relative;
    right: 2rem;
  }
  .goodstore div {
    text-align: center;
    align-self: center;
    z-index: 2;
  }
  .goodstore > div:nth-child(1) img {
    display: none;
  }
  .goodstore > div:nth-child(2) img {
    width: 56%;
    position: relative;
    top: -26px;
    left: 30px;
  }
  .goodstore > div:nth-child(3) img {
    display: none;
  }

  .footer_3 > div:first-child > img {
    width: 100%;
    position: relative;
    top: 8rem;
    left: 0rem;
    z-index: 1;
  }
  .footer_3 > div:last-child > img {
    width: 123%;
    position: relative;
    top: 12rem;
    left: -1rem;
    z-index: 1;
  }

  .adornment_bottom {
    background-size: 142%;
    background-position: left bottom;
    display: flex;
    width: 145%;
    height: 490px;
    position: relative;
    top: -63rem;
    right: -73px;
    z-index: 2;
    pointer-events: none;
    float: right;
  }
}

@media (max-width: 414px) {
  .introduce  img.pic8 {
    margin: 12px;
    width: 45%;
  }
}

@media (max-width: 320px) {
  .introduce img.pic8 {
    margin: 12px;
    width: 35%;
}
}

/*-- //Responsive Design --*/
