@charset "UTF-8";

/* 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: "Microsoft JhengHei UI", source-han-sans-traditional, sans-serif;
  font-style: normal;
  font-weight: 400;
}
html,
body {
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #fff;
}

body.mainbg{
  background-image: url("../img/bg-mainpage.svg");
  background-position: center 12rem;
  background-repeat: repeat-y;
  background-size: cover;

}


a,
a:hover {
  text-decoration: none;
}
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;
}
img{
  border-radius: 5px;
}

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;
}

.btn-primary {
  color: #fff;
  background-color: #96008C;
  border-color: #96008C;
}

.btn-primary:hover {
  color: #fff;
  background-color: #753C93;
  border-color: #753C93;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #96008C;
  border-color: #96008C;
  box-shadow: 0 0 0 0.25rem rgba(171, 49, 253, 0.5);
}


[nodisplay] {
  display: none;
}

[border1]{
  border: 1px solid red;
}

[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;
}

.mainimg{
  background-image: url(../img/mainimg-bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-color: #ffdbab;
  height: 90vh;
  margin-left: -.75rem;
  margin-right: -.75rem;
}
.mainimg > .slogan{
  width: fit-content;
  position: relative;
  top:30%;
  left: 20%;
}

.mainimg > .slogan > img{
  width: 250px;
  margin-bottom: 2rem;
}
h2,h3,h4,h5{
line-height: 1.8;
}


h1{
  color:#753C93;
}
.color-753C93{
  color: #753C93;
}
.color-96008C{
  color: #96008C;
}
.color-FF8100{
  color: #FF8100;
}


.bg-color-FFB923{
  background-color: #FFB923;
}
.bg-color-FFE82D{
  background-color: #FFE82D;
}
.bg-color-FFF{
  background-color:#FFF;
}
.bg-color-FFFDDD{
  background-color:#FFFDDD;
}

.bg-color-CCCCCC{
  background-color:#CCCCCC;
}


.mainimg > .slogan > h1
{
  color:#753C93;
}


.partnerslogo img{
  width: 50%;
  height: fit-content;
}


.box-w{
  border-radius: 8px;
  background-color: #fff;
  box-shadow:1px 1px 3px 3px #00000017;
}


.videomedia-box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videomedia{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* li list */
ul.pink{
  padding: 0;
  list-style-position: inside;
  margin-top: 2rem;
}

ul.pink li{
  color: #E256A0;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 8px;
  line-height: 2;
}
ul.pink li span:first-child{
  color:#753C93;
  text-decoration: underline;
  
}
ul.pink li span:last-child{
  color:#474747;
}




ul.checklist{
  text-align: left;
  padding: 20px;
  list-style-image: url("../img/icon-checked.svg");
}

ul.checklist li{
  font-size: 1.2rem;
  margin: 5px;
  line-height: 2;
}

ul.checklist li::marker {
  font-size: 3rem;
  line-height: 0;
}

/* li list */




.stepicon{
  margin: 2rem;
  padding: 1rem;
  text-align: center;
}

.stepicon img{
  height: 8rem;
  margin-bottom: 1rem;
}

.stepicon h4{
  color: #753C93;
  margin: 0.5rem;
}




.stepicon_2{
  text-align: center;
}
.stepicon_2 img{
  width: 50%;
  margin-bottom: .2rem;
}

.stepicon_2 h4{
  color: #753C93;
  margin: 0.5rem 1rem;
  line-height: 1.5;
}

.stepicon_2 h6{
  color: #787878;
  margin: 0.5rem 1rem;
  line-height: 1.5;
}

.stepicon_2 > div{
  position: relative;
}
.stepicon_2 > div:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 5rem;
  font-weight: 600;
  content: "\f0da";
  color: #ed8492;
  position: absolute;
  top: 5rem;
  left: 100%;
}
.stepicon_2 > div:last-child:before {
  visibility: hidden;
}


@media (max-width: 991px) {

  .stepicon_2 img{
    width: 30%;
    margin-bottom: .2rem;
  }


  .stepicon_2 > div{
    margin-bottom: 5rem;
  }

  .stepicon_2 > div:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 5rem;
    font-weight: 600;
    content: "\f0da";
    color: #ed8492;
    position: absolute;
    top: 98%;
    left: 47%;
    -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  }
  
}




/* 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: #fff;
  position: relative !important;

}
.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 > div > div {
  display: flex;
}

.footer_1,
.footer_2 {
  display: inline-block;
  padding: 1.5rem;
}
.footer_1 {
  width: 30%;
}
.footer_1 img {
  width: 100%;
}
.footer_2 {
  width: 70%;
  font-weight: 900;
}
.footer_2 ul {
  padding: 0;
}
.footer_2 li {
  list-style: none;
  padding: 0.5rem;
}
.footer_2 li:nth-child(2) {
  font-size: 0.9rem;
}
.footer_2 li:nth-child(2) label {
  font-size: 1rem;
}
.footer_2 img {
  height: 2.7rem;
  display: inline-block;
}
/*
.footer_2 li:nth-child(1) > img:nth-of-type(1) {
  height: 2.8rem;
  display: inline-block;
}
*/

.footer_3 {
  padding-left: 3rem;
  border-left: 1px solid #727171;
  display: flex;
}

.footer_3 > div:first-child,
.footer_3 > div:last-child {
  display: none;
}

.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) {
  .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) {

  .mainimg{
    background-image: url(../img/mainimg-bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: #ffdbab;
    height: 60vh;
  }


  .mainimg > .slogan{
    width: fit-content;
    position: relative;
    top: 13%;
    left: unset;
    margin-left: 17px;
  }

  .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 */


  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) {
}

@media (max-width: 320px) {
}

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