/* 客製css*/     
.max-800{max-width:800px; margin:auto;}
.max-1000{max-width:1000px; margin:auto;}
.max-1200{max-width:1200px; margin:auto;}
.f-18{font-size:18px; line-height:25px;}
.f-16{font-size:16px; line-height:25px;}
.f-20{font-size:20px; line-height:28px;}
.f-30{font-size:30px; line-height:35px;}
.f-36{font-size:36px; line-height:40px;}
.f-40{font-size:40px; line-height:45px;}
.f-60{font-size:60px; line-height:65px;}
.pa-1 {padding: 1rem 1rem !important;}  
.pa-2 {padding: 2rem 2rem !important;}  
.p-3 {padding: 1rem !important;}  
.nobold{font-weight:normal !important;}
.body_bg{background:#f4f4f4 !important;}
.bg_ligray{background:#f4f4f4 !important;}
.noletterspacing{letter-spacing:0 !important;}
.lineheight_normal{line-height: 1.4 !important;}
.lineheight_30{line-height:30px !important;}
.about-content table {width:100%; margin-bottom:30px;}
.about-content h2 {margin-bottom:20px;}
.about-content h3 {margin-bottom:20px;}
.about-content h4 {margin-bottom:20px; font-size:18px;}
.about-content h5 {margin-bottom:20px; font-size:16px;}
.about-content ol { 
  margin-left: 0;
  padding-left: 15px;
  margin-bottom:15px;}
.about-content ol li {
  padding-left: 1em; 
  margin-bottom:10px;
}

.about-content ol li{margin-bottom:10px;}
.about-content table td{border:1px solid #ccc; padding:10px;}
.about-content table tr:first-child td {
  background-color: #ddd9c4;
  font-size:20px; font-weight:bold;
} 

.about-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom:15px;
}

.about-content ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom:10px;
}

.about-content ul li:before {
  content: "-";
  padding-right: 5px;
}
.catImageCaption {
    writing-mode: vertical-lr;
    position: absolute;
    right: -25px;
    bottom: 0;
    padding-bottom: 5px;
    font-size: 9px;
    color:#464646;
}
ul.product-g-list{margin:20px 0; width:100%}
ul.product-g-list li{width:12%; display:inline-block; border:1px solid #ccc;}
ul.news-ul{border:1px solid #efefef; background:#fafafa; padding:20px;}
ul.news-ul li {border-bottom:1px dashed #ccc; padding:10px 0;}
ul.news-ul li a{font-size:20px; padding:10px; color:#333;}
@media only screen and (max-width: 768px){
.catImageCaption {
    writing-mode: vertical-lr;
    position: absolute;
    right: 5px;
    bottom: 0;
    padding-bottom: 5px;
    font-size: 9px;
    color:#fff;
    letter-spacing:normal;
}
}
 @media screen and (max-width: 768px) {
  .row-eq-height {
    /*display property will be overriden as any class further inside this scope*/
    display: block;
  }
  .hidden-smx{display:none;}
}

.projectheader3 {
    font-family: "bentonmod", "freight-big-pro", serif;
    letter-spacing: .01em;
    position: relative;
    font-size: 16px;
    font-weight:normal;
    margin: 14px 0 12px 0;
    padding: 0 0 15px 0;
}
.projectheader3:after {
    background-color: #B79961;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.divide-link {
    width: 100%;
    display: block;
    background-color: #F1F2F2;
    padding: 18px 0;
    text-align: center;
    margin-bottom: 50px;
}
.textborder{border-bottom:1px solid #ccc; color:#666; padding-bottom:10px; font-size:20px;}

.category-landing-header {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    z-index: 4;
}

.category-landing-header .image-wrapper {
    background-size: 0 0;
    min-height: 55px;
    height: auto;
    overflow-y: hidden;
    position: relative;
}

.category-landing-header .image-wrapper img {
    top: 50%;
    position: absolute;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}

.category-landing-header .header-sub {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
}
 
.category-landing-header .header-sub .centered {
    position: relative;
    display: inline-block;
    height: auto;
}

.category-landing-header h1{color:#fff;}

@media screen and (min-width: 1024px) {
  .category-landing-header .header-sub {
      height: auto;
      position: relative;
  } 
  .category-landing-header .image-wrapper img {
      display: none;
  } 
  .category-landing-header .header-sub .centered p {
      display: none;
  } 
  
  .category-landing-header .image-wrapper {
      position: relative;
      height: auto;
      background-size: cover;
      background-position: center center;
      max-height: none;
  } 
  .category-landing-header .header-sub .centered {
      width: 100%;
      height: auto;
      top: 0;
      position: relative;
      display: block;
      text-align: center;
      padding: 4.5rem 0;
      transform: none;
  }
  .category-landing-header .header-sub .centered p { 
    font-weight: 200;
    font-style: normal;
    margin: 0 auto 0;
    display: block;
    font-size: 1rem;
    max-width: 480px;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0.1rem;
}

}
.landing h2 {
    font-weight:normal;
}
.landing h5 {
    position: relative;
    top: 0;
    display: block;
    color:#B79961;
    font-size: 0.7222222222rem;
    padding-bottom: 10px;
}
.landing:hover .image-wrapper>img {
    transform: scale(1.02);
}


 
 

.contentGrid {
	opacity: 1;
	transition: all .4s ease-in
}

.contentGrid ul {
	padding: 0;
	margin: 0;
	font-family: chronicle display a, chronicle display b;
	font-style: normal;
	font-weight: 300;
	line-height: 1
}

.contentGrid li {
	list-style: none
}

.contentGrid li a {}

.contentGrid li img {}

.contentGrid li h2 {
	margin: 0 auto;
	line-height: .9;
	margin-bottom: 12px
}

.contentGrid li h2 a {
	font-weight: 400;
	text-decoration: none;
	color: gray;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 1px;
	outline: none;
	transition: color .3s ease-in
}

#main ul.contentGrid li h2 a.hovered {
	color: #b4a697 
}

.contentGrid li h2 a:hover {
	color: #b4a697
}

div.itemMeta h2 a {
	transition: 300ms all ease-in-out
}

div.itemMeta h2.hovered a {
	color: #2b2b2b
}

.contentGrid li ul li {
	display: inline-block;
	line-height: 1
}

.contentGrid li ul li a {
	color: #999;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.contentGrid li ul li a:hover {
	color: #464646
}

.contentGrid li ul li:after {
	content: "|";
	margin-left: 7px;
	margin-right: 7px;
	font-size: 7px;
	color: #464646;
	vertical-align: 1px
}

.contentGrid li ul li:last-child:after {
	content: "";
	margin-left: 0
}

.postDate {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.contentGrid {
	padding: 0;
	margin: 0
}

.contentItem {
	list-style: none;
	width: 22%;
	margin-bottom: 40px
}

.gutter-sizer {
	width: 4%
}

.furtherReading .contentGrid .contentItem {}

.furtherReading ul.gridFour li.contentItem {}

.contentItem {}

.contentItem .gridExcerpt {
	margin: 10px 0 7px;
	font-size: 12px
}

.contentItem .itemMeta {
	transition: opacity .4s ease-in-out;
	opacity: 1;
	margin-top: 10px
}

.contentItem .itemMeta.show {
	opacity: 1
}

li.contentItem a {
	outline: none
}

li.contentItem a {
	-webkit-backface-visibility: hidden;
	transition: opacity 800ms
}
 

li.contentItem img,
.shopArticle img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	transition: all .4s ease-in-out;
	outline: none;
	max-width: 100%;
	display: block;
	width: 100%
}
.articleExcerpt {
	max-width: calc(100% - 10px);
	opacity: 1;
	transition: 300ms opacity ease-in-out;
    letter-spacing:0;
}

.articleExcerpt.hovered {
	opacity: 1
}

.landscape .articleExcerpt {
	max-width: 70%
}

.articleExcerpt p {
	font-size: 14px;
    line-height:22px !important;
}
 

li.contentItem a:hover img,
.shopArticle img:hover {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%)
}

.contentItem.landscape .gridExcerpt {
	margin: 5px 0 0;
	width: 40%;
	float: left;
	font-size: 12px
}

.contentItem .gridExcerpt {
	opacity: 0;
	transition: all .4s ease-in-out
}

.contentItem .gridExcerpt.visible {
	opacity: 1
}

.contentItem.landscape .itemMeta {}

.contentItem.landscape {}

.contentItem.landscape:nth-of-type(5n+5) {}

.contentItem.landscape:nth-of-type(5n+5) .itemMeta {}

.contentItem.landscape:nth-of-type(5n+5) .gridExcerpt {}

.gridFeatured {}
 
.lazyload,
.lazyloading {
	opacity: 0;
	transition: opacity .3s ease-in-out
}

.lazyloaded {
	opacity: 1
}
  

.contentGrid.relatedPosts {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
 

.categoryFilterList a {
	color: gray;
	text-decoration: none;
	font-size: 9px;
	display: inline-block;
	width: 90px;
	margin-right: 20px;
	border-right: 1px solid #d9d9d9
}

.categoryFilterList li {
	list-style: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px
}

.categoryFilterList li ul a {
	color: #2b2b2b;
	display: inline;
	width: auto;
	border-right: none
}

.categoryFilterList li ul {
	padding: 0;
	margin: 0;
	display: inline
}

.categoryFilterList li ul li {
	list-style: none;
	display: inline;
	margin-bottom: 0
}

.contentGrid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -3.2%
}

.contentGrid:after {
	content: "";
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-flex-grow: 500;
	-ms-flex-positive: 500;
	flex-grow: 500;
	width: auto;
	margin-right: 3.5%
}
 
.contentItem {
	width: 21.5%;
	margin-right: 2%;
	margin-bottom: 35px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 29.5%
}

.contentItem.landscape {
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 46.3%;
	max-width: 64%
}

.contentItem:first-child {}

.contentItem.portrait:nth-last-child(-n+3) {}

.relatedContent .contentItem.portrait:nth-last-child(-n+3) {}

.gridTwo .contentItem.portrait:first-child {
	width: 45.5%;
	margin-right: 5.5%
}

.gridTwo .contentItem.portrait:last-child {
	width: 45.5%;
	margin-right: 0
}

.gridFour .contentItem.portrait:nth-last-child(-n+3) {}

.contentItem.portrait {}

.contentItem img {
	max-width: 100%
}
 

.contentGrid .articlePublished.visible,
.contentGrid .articleSubtitle.visible {
	opacity: 1
}

.postCategories {
	line-height: 1;
	color: transparent
}

.postCategories a {
	display: inline-block;
	line-height: 1;
	color: #999;
	text-decoration: none;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color .3s ease-in!important;
	font-family: verlag a, verlag b;
	font-style: normal;
	font-weight: 400
}

.postCategories a:hover {
	color: #464646
}

.postCategories a:after {
	content: "|";
	margin-left: 7px;
	margin-right: 7px;
	font-size: 6px;
	color: gray;
	opacity: .8;
	vertical-align: 1px
}

.postCategories a:last-child:after {
	content: "";
	margin-left: 0
} 

@media(max-width:950px) {
 
	.contentGrid .contentItem.landscape {
		width: 63.16%;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}
	.contentGrid .contentItem {
		width: 29.3%;
		max-width: 100%
	}
 
}

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

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

@media(max-width:767px) { 
	.contentItem {
		width: 44.5%;
		margin-right: 4.5%;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.contentItem.landscape {
		width: 95.5%;
		margin-right: 4.5%;
		margin-bottom: 40px;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
		max-width: 100%
	}
	.contentGrid:after {
		content: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: auto;
		margin-right: 0
	}
	.page-template-city-guide .contentItem.landscape {
		margin-right: 0
	}
}

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

@media(max-width:500px) {
	.contentGrid .contentItem {
		width: 95.5%;
		margin-right: 4.5%;
		margin-bottom: 40px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.contentItem.portrait:nth-last-child(-n+3) {}
	.contentItem.landscape {
		width: 95.5%;
		margin-right: 4.5%;
		margin-bottom: 40px;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}
} 

/* Template Options */
 
.Absolute-Center {
 
  width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center; 
}
 
.address{letter-spacing:0;}
.row {
 
    margin-right: -5px; 
     margin-left: -5px;
}
.container { 
    padding-right: 15px;
    padding-left: 15px;  
} 
.container-fluid { 
    padding-right: 5px;
    padding-left: 5px;  
} 
.grecaptcha-badge { 
    visibility: hidden;
}

.contact-block li{letter-spacing:0;}
.close{font-size: 3rem;float:none; position:absolute; right:0; top:0; z-index:2;} 
.desktop-menu > ul.header-style-4 > li{margin:0 5px;}
.hero-slider-content{padding:2% 2%; background:rgb(255,255,255,0.6); max-width:600px;}
.max-600{max-width:600px; margin:0 auto;}
.max-1000{max-width:1000px; margin:0 auto;}
.max-1200{max-width:1200px; margin:0 auto;}
.mbmt{margin-top:-44%}
.relative{position:relative;}
.max-100p{max-width:140%; margin:0 auto;}
.w-140p{width:140%; margin:0 auto;}
.light-bg{background:#f7f7f7;}
.pink-bg{background:#ede6db;}
.pink-bg2{background:#f8a290;}
.dark-light-bg{background:#c3c1bf;}
.dark-light-bg2{background:#e7e7e7;}
.to_right_text{position:relative; margin-right:-40%; z-index:1;}
.to_left_text{position:relative; margin-left:-40%; z-index:1;}
.text-brown{color:#bba046 !important;}
.text-deep-brown{color:#b28778 !important;}
.text-gray{color:#8f8f8f !important;}
.text-red{color:#ce0000 !important;}
.text-gray1{color:#5f5f5f !important;}
.text-pink{color:#f8a290 !important;}
.shadow-text{text-shadow: 0px 2px 7px rgba(0,0,0,0.47);}
.noletterspacing{letter-spacing:0 !important;}
.nobold{font-weight:normal !important;}
.no-padding{padding:0 !important;}
.modal-content{border-radius:0 !important;}
.blog-details-post h1{font-size:26px; color:#555; margin-bottom:15px;}
.blog-details-post h2{font-size:22px; color:#555; margin-bottom:15px;}
.blog-details-post h3{font-size:20px; color:#555; margin-bottom:15px;}
.blog-details-post h4{font-size:20px; color:#555; margin-bottom:15px;}
.blog-details-post h5{font-size:18px; color:#555; margin-bottom:15px;}
.blog-details-post h6{font-size:16px; color:#555; margin-bottom:15px;}
.blog-details-post p{font-size:16px; line-height:30px; margin-bottom:20px; color:#555;}
.blog-details-post a{color:#f8a290;}
.f-12{font-size:12px !important;}
.f-14{font-size:14px !important;}
.f-16{font-size:16px !important;}
.f-18{font-size:18px !important;}
.f-20{font-size:20px !important; color:#555;}
.f-26{font-size:26px !important; color:#555;}
.f-32{font-size:32px !important; color:#555;}
.f-36{font-size:36px !important; color:#555;}
.f-42{font-size:42px !important; color:#555;}
.f-46{font-size:46px !important; color:#555;}
.f-56{font-size:56px !important; color:#555;}
.lineheight-35{line-height:35px;}
.f-bold{font-weight:bold;}
.spceialtxt {
    font-size: 74px;
    line-height: 1;
    font-family: lovebeard;
    text-transform: lowercase;
    color: #bba046;
    position: relative;
    margin-bottom: 40px;
}

.page-header h1 {
  margin-top: 0px;
  text-align:center;
  color:#fff;
  font-size:28px;
   letter-spacing:1px !important;
}
.page-header h1 {
  width: 50%;
  margin: .7em auto; 
  text-align: center;
  font-weight:bold;
  color: #fff;
}
.page-header h1:before, .page-header h1:after {
  content: "";
  display: inline-block;
  width: 10%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
}
.page-header h1:after {
  margin: 0 -55% 0 .5em;
}
 
.page-header { 
  min-height: 200px;
  background-image: url('../img/default_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:7% 0;
}


/*instagram effect*/
/*------- team area start -------*/ 
.ig-pic {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  height: auto;
   width: 12.5%;;
  display:inline-block;
}
#instafeed   img {
   
}
.ig-pic .ig-pic-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ig-pic-thumb i.fa {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:2em;
  color:white;
  background: linear-gradient(90deg, rgba(238,176,19,0.5) 100%, rgba(238,176,19,0.5) 100%);
  visibility:hidden;
}

.ig-pic-thumb:hover i {
  visibility:visible;
}
.ig-pic .ig-pic-thumb img {
   height: auto;
   width: 100%;
   object-fit: cover;
}

.ig-pic .ig-pic-thumb .ig-pic-social {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background-color: rgb(0,0,0, 0.3);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.ig-pic .ig-pic-thumb .ig-pic-social a {
  color: #222222;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-right: 5px;
}

.ig-pic .ig-pic-thumb .ig-pic-social a:hover {
  color: #fff;
  background-color: #b28778;
  border-color: #b28778;
}

.ig-pic .ig-pic-content .ig-pic-name {
  padding-top: 15px;
}

.ig-pic .ig-pic-content p {
  font-size: 14px;
  line-height: 1;
  padding-top: 5px;
  color: #b28778;
}

.ig-pic:hover .ig-pic-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ig-pic:hover .ig-pic-thumb img {
  opacity: 0.5;
}
/*------- team area end -------*/
@media only screen and (max-width: 1200px) {
 
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 20%;
      display:inline-block;
    }
   
}
@media only screen and (max-width: 1000px) {
 
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 25%;
      display:inline-block;
    }
   
}
 
/*------- team area end -------*/
@media only screen and (max-width: 600px) {
    .to_right_text{position:relative; margin-right:0%; z-index:10;}
    .to_left_text{position:relative; margin-left:0%; z-index:10;}
    .max-100p{max-width:100%; margin:0 auto;}
    .w-140p{width:100%; margin:0 auto;}
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 50%;
      display:inline-block;
    }
    .xs-text-center{text-align:center !important;} 
    .page-header h1 {
      margin-top: 22px;
      text-align:center;
      color:#fff;
      width:95%;
      font-size:22px;
    }
    .page-header h1{  
        letter-spacing:0 !important;
        padding:10% 0;
      }
      .page-header h1:before, .page-header h1:after {
   content: none;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  border-bottom: 0;
}
.page-header h1:after {
  margin: 0;
}
      .xs-center{text-align:center;}
      .mbmt{margin-top:-50%}
}



 

.quote-content {
    background-color: #f1f0ea;
    padding: 33px 39px;
    position: relative;
    border-radius: 5px;
}
.quote-content:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent #f1f0ea;
    display: block;
    width: 0;
    z-index: 1;
    top: 57px;
    right: -20px;
}
.title-txt{background:#efefef; padding:10px; 12px;}
.big-videooverlay{position:absolute; z-index:1px; width:100px; height:100px; top:40%; left:42%; margin-left:-20px; margin-top:-20px;}
.big-videooverlay i{font-size:100px; color:#b28778;}
.small-videooverlay{position:absolute; z-index:1px; width:40px; height:40px; top:25%; left:30%;}
.small-videooverlay i{font-size:40px; color:#b28778;}

.modal { 
    top: 28%;
}     
 
.font-size-32px {font-size: 32px; transition: .5s;}
/* font-color */
.white {color: white;}
.black {color: #101010;}
.light-gray {color: #939393;}
.gray {color:#7d7d7d;}
.dark-gray {color: #5a5a5a;}
.light-blue {color: #30acde;}
.blue {color:#1d7ae1;}
.blue2 {color:#5fa0e7;}
.dark-blue {color: #0256b4;}
.red {color: red;}
.pink {color: #a24881;}
.d-red {color: #a1090a; font-weight: 500;}
.bk-ec{background: #ececec;}
.margin-auto{margin: auto;}
.margin-1rem-auto{margin:1rem auto;}
.margin-2rem-auto{margin:2rem auto;}
.margin-3rem-auto{margin:3rem auto;}
.margin-4rem-auto{margin:4rem auto;}
.margin-5rem-auto{margin:5rem auto;}


.margin-top-3rem{margin: 3rem auto 0 auto;}
.margin-1rem{margin: 1rem 0;}
.margin-2rem{margin: 2rem 0;}
.margin-3rem{margin: 3rem 0;}
.margin-4rem{margin: 4rem 0;}
.margin-5rem{margin: 5rem 0;}
.margin-right-2rem{margin-right: 2rem;}

.border-left {border-left:#30acde solid 6px ;padding-left: 1rem;}
.font-w {font-weight: 500;}
.font-italic {font-style: italic;}
.writing-mode {writing-mode: vertical-rl;}
.w-80 {width: 80%;}
.solid-line {border-bottom:#939393 solid 2px;}
.bb1 {border-bottom:#939393 solid 1px;}
.line-height {line-height: 3rem;}
.display-center {display: flex; justify-content: center;}
.un-a {text-decoration: underline;}
/* botton */
.news_btn>a{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    background-repeat:no-repeat;
    background-position:center;
    margin:3rem  auto;
    height:45px;
    width: 210px;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    z-index: 1000;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}
.news_btn>a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0; 
    height:45px;
    width: 210px;
    max-width: 100%;
    background-image: url(../img/icon/viewmore_icon.png);
    transition: .5s;
    z-index: -1;
}
.news_btn>a:hover{
    transform:translateY(-10px);
}
.news_btn>a {
    font-size: 20px;
    font-weight: 800;
    color:#542e08 ;

}
main {
    position: relative;
}
.right_icon {
    position:absolute;
    top: 35%;
    right: 0;
    z-index:1050;
    transition: all .5s;
}
.right_icon>ul>li>a>img {
    width: 100%;
}
.right_icon>ul>li>a {
    width: 100%;
    border: white 2px solid;
    border-bottom: white 0px solid;
    padding: 1rem;
}
.right_icon>ul>li:last-child a{
    border-bottom: white 2px solid;
}
/* fight_icon_d */
.right_icon_d {
    position:absolute;
    top: 0;
    right: 0;
    z-index:1050;
    transition: all .5s;
    display: flex;
}
.right_icon_d>ul>li>a>img {
    width: 40px;
    max-width:100%;
    max-height: 100%;
    height: auto;
    transition: .5s;
}
.right_icon_d ul li {
    border: white 2px solid;
    border-bottom: white 0px solid;
    /* width: 55px;
    height: 55px; */
}
.right_icon_d>ul>li>a {
    width: 100%;
    /* border: white 2px solid;
    border-bottom: white 0px solid; */
    padding: 16.5px;
}
.right_icon_d>ul>li:last-child a{
    border-bottom: white 2px solid;
}
/* -------------------------- */
/* index-banner */
.index-banner-m {
    display: none;
    overflow: hidden;
}
.i_b1 {
    position: relative;
    /* overflow-x: hidden; */
    
}
.top-wave {
    width: 100%;
    position: absolute;
    bottom:0%;
    z-index: 9999;
}
.top-wave>img {
    width: 100%;
}
/* index-about */
.about_bg {
    background-image:url(../img/about-main.jpg) ;
    /* background-repeat:no-repeat; */
    background-position:center;
    width: 100%;
    position: relative;
}
.about {
    width: 1300px;
    max-width: 90%;
    padding: 3rem 0 15rem 0;
    margin:auto;
    display: flex;
    align-items: center;
}
.about_bottom {
    width: 100%;
    position: absolute;
    /* bottom:0;
    z-index: -1; */
}

.about_bottom img{
    width: 100%;
}
.about_tree {
    position: absolute;
    width: 100%;
    bottom: -10%;
    /* transform: translate(10%,60%); */
    z-index: 1;
}

.about_tree img{
    width: 100%;
}
.about_title{
    display: flex;
}
.about_title img{
    width: 40px;
    max-width: 100%;
    height: 100%;
    margin-right: 0.5rem;
}
.about-text-style {
    margin-top: 2rem;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 3rem;
    font-weight: 600;
    color: #5a5a5a;
}
.s-solid {
    width: 45px;
    height: 10px;
    background-color: #5a5a5a;
}
.about_box {
    width: 50%;
}
.about_img_box img{
    width: 100%;
}
.about_img_box {
    width:50%;
}
.title-style {
    /* margin: 1rem auto; */
    margin: auto;
    padding: 1rem 0;
    color:#5a5a5a;
}
.text_style {
    /* margin: 4rem auto; */
    margin: auto;
    padding: 2rem 0;
    text-align: center;
}
.about_text_box {
    width:90%;
}




.sense_bg {
    width: 100%;
    background-color: white;
}
.sense_box {
    width: 1300px;
    max-width: 90%;
    margin: 9rem auto 5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
    position: relative;
}
.sense_bottom {
    position: absolute;
    bottom: -50%;
    right: 0;
    z-index: 1;
    transition: all .5s;
}
.sense_bottom>img {
    width: 100%;
}



.new_box {
    width: 1500px;
    max-width: 95%;
    margin:auto;
    z-index: 50;
    padding: 1rem 0;
}
.text_line_clamp{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.news_bg {
    background-image: url(../img/news.png);
    background-repeat:no-repeat;
    background-position:center;
    position: relative;
}
.news_all {
    width: 1300px;
    max-width: 95%;
    height: auto;
    margin: auto;
    padding: 3rem 0;
    display: flex;
    border-top: #81511c 2px solid;
    border-bottom: #81511c 2px solid;
}
.news_box {
    width: 70%;
    height: auto;
}
.news_box ul li{
    width: 100%;
    margin-top: 1rem;
    transition: .3s;
}
.news_box ul li:first-child{
    margin-top:0;
}
.news_list_box {
    display: flex;
    justify-content: flex-start;
}
.news_list_box>a{
    display: flex;
}

.news_list_box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-right: 5px;
    padding: 5px;
    border-radius: 10px;
    transition: .3s;
}
.news_list_box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-right: 5px;
    padding: 10px;
    border-radius: 10px;
    transition: .3s;
}
.news_list_box3 {
    display: flex;
    align-items: center;
    /* width: calc(100% - 144px); */
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    margin-right: 25px;
    padding: 10px;
    border-radius: 10px;
    transition: .3s;
}
.news_box>ul>li.active .news_list_box1,.news_box>ul>li.active .news_list_box2,.news_box>ul>li.active .news_list_box3{
    background-color: #7d0000
}
.news_box>ul>li.active .news_list_box1>h5,.news_box>ul>li.active .news_list_box2>h5,.news_box>ul>li.active .title_d_style>h5,.news_box>ul>li.active .arrow_btn>p{
    color: white;
}
.news_box>ul>li.active .arrow_btn::after {
    background-color: white;
}
.news_box>ul>li.active .h5_bottom-solid {
    border-bottom: white 1px solid;
}

.news_box>ul>li:hover .news_list_box1,.news_box>ul>li:hover .news_list_box2,.news_box>ul>li:hover .news_list_box3{
    background-color: #7d0000;
}

.news_box>ul>li:hover .news_list_box1>h5,.news_box>ul>li:hover .news_list_box2>h5,.news_box>ul>li:hover .title_d_style>h5,.news_box>ul>li:hover .arrow_btn>p{
    color: white;
}
.news_box>ul>li:hover .arrow_btn::after {
    background-color: white;
}
.news_box>ul>li:hover .h5_bottom-solid {
    border-bottom: white 1px solid;
}
.news_list_box1.news_list_01 {
    width: 72px;
}
.news_list_box1>h5 {
    letter-spacing: 2px;
    font-weight: 700;
    color: #7d0000;
    transition: .3s;
}
.news_list_box1.news_list_01>h5 {
    font-size: 24px;
}
.news_list_box2>h5,.title_d_style>h5 {
    letter-spacing: 5px;
    font-weight: 700;    
    font-size: 20px;
    color: #7d0000;
    transition: .3s;
}
.title_d_style>h5 {
    width: 100%;
}
.arrow_btn>p {
    color: #7d0000;
    font-weight: 700;
    transition: .3s;
}
.arrow_btn::after{
    position: absolute;
    content: "";
    width: 2px;
    height:33px;
    padding: 10px 0;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    background-color: #7d0000;
}
.h5_bottom-solid {
    border-bottom: #7d0000 1px solid;
}
.news_right_box{
    width: 40%;
}
.news_right_box img{
    width: 100%;
}
.arrow_btn{
    position: relative;
    /* width: 50px; */
    padding: 0 20px;
    transition: .5s;
    /* overflow: hidden; */
}
.arrow_btn-m {
    display: none;
}
/* index-life-food */
.top-img {
    position: absolute;
    bottom:-2%;
    z-index: 3;
}
.life-food-bg {
    background-color: #fffeeb;
    position: relative;
}
.top-img img{
    width: 100%;
}
.life-food_box_img {
    margin: auto;
    width: 1300px;
    max-width: 95%;
    padding: 0.5rem 0 0 0;
    position: relative;
    transition: .5s;
}
.right_flower {
    position: absolute;
    top: -26%;
    right: 0;
    z-index:1011;;
}
.left_flower {
    position: absolute;
    /* bottom: 179px;
    left: 32px; */
    bottom: -8%;
    left: -4%;
    z-index:1011;;
}
.flower_img img{
    width: 100%;
}
.life-food_box {
    padding-bottom: 10rem; 
}
.border-image {
    margin: 1rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    
}
.tree {
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.tree img {
    width:100%;
}
.index_life-food_ul>li {
    width:calc(25% - 4px);
    display: inline-block;
    /* padding: 1rem 0; */
    vertical-align: top;
    margin-bottom: 2rem;
    transition: .6s;
}
.index_life-food_ul02>li>img:hover {
    transform: scale(1.02);
}
.index_life-food_ul02>li>img{
    width: 100%;
    transition: .5s;
}
.index_life-food_ul02>li{
    width:100%;
    display: inline-block;
    padding: 1rem 0;
    /* margin-bottom: 2rem; */
    transition: .6s;
}

.index_life-food_ul>li{
    padding: 0 2px;
}

.index_life-food_ul02 {
    transition: .6s;
    border:solid #a5a5a5 1px;
    overflow: hidden;
}
.life-food-moneyfont {
    color: #a1090a;
    font-weight: 900;
}
.text_line_clamp h5{
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2rem;
    color: #555555;
}
.life-food_box_text_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.life-food_box_text_cart>.join_2 {
    width: 33%;
    display: block;
    background-color: #10101000;
    /* background-color: #b28778; */
    border: 1px #b28778 solid;
    border-radius: 10px;
    text-align: center;
    color: #b28778;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 0px;
    padding: 5px 0px;
    margin: 0;
    margin-right: 5px;
    transition: .5s;
}
.life-food_box_text_cart>h5 {
    font-size: 16px;
}
.life-food_box_text_cart>h3 {
    font-size: 20px;
}
.life-food_box_text_cart>.join_2>span {
    font-size: 14px;
    transition: .01s;
}
.life-food_box_text_cart>.join_2:hover {
    background-color: #b28778;
    color: #fff;
    border-style: none;
}
.life-food_d .life-food_d_control img {
    width: 450px;
    max-width: 100%;
    margin: auto;
}
/* food */
.food-bg {
    background-color: #ffe2cf;
    position: relative;
}
.food_box {
    padding-bottom: 10rem;
    transition: .5s;
}
.food_box_img {
    margin: 1rem auto;
    width: 1300px;
    max-width: 95%;
}
.food_ul li {
    position: relative;
    width:calc(25% - 14px);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right:10px ;
    margin-bottom: 10px;
    transition: .6s;
    border:solid #a5a5a5 1px;
}
.food_ul li:nth-child(4n) {
    margin-right:0;
}
.food_ul li a img:hover {
    transform: scale(1.02);
}
.food_ul li a img {
    width: 100%;
    transition: .5s;
}
.food_ul_text {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    z-index: 1;
    padding: 0.5rem;
    margin: auto;
    width: 75px;
    max-width: 100%;
    height: 100%;
    background-color: #3c454e77;
}
.food-black {
    color: white;
    background-color: #3c454e77;
}
.food-white {
    color: #555555;
    background-color: rgba(255, 255, 255, 0.658);
}
.vertical-lr {
    -webkit-writing-mode:vertical-lr;
    display : inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}





/* food-farmers */
.food-farmers-bg {
    background-color: white;
    padding-bottom: 12rem;
    /* position: relative; */
    z-index: 3;
}

.food-farmers-periodical {
    position: relative;
}
.food-farmers-tool01 {
    position: absolute;
    right: -12%;
    /* right: 10%; */
    top: 5%;
}
.food-farmers-tool02 {
    position: absolute;
    right: -12%;
    /* right:2%; */
    bottom: 25%;
}
.food-farmers-tool03 {
    position: absolute;
    left: -10%;
    /* left: 8%; */
    top: 25%;
}
.food-farmers-tool04 {
    position: absolute;
    left: -10%;
    /* left:8%; */
    bottom: 30%;
}
.food-farmers_box {
    width: 1300px;
    max-width: 95%;
    margin: auto;
}
.food-farmers_ul {
    padding: 2rem 0;
    display: flex;
    border-top: #7f967d 2px solid;
    border-bottom: #7f967d 2px solid;
}
.ff_d {
   border-style: none;
   display: block;
}
.ff_d li {
    width: 100%;
    display: inline-block;
    margin-right: 1.5rem;
    color: #787878;
    letter-spacing: 4px;
    transition: .6s;
}
.food-farmers_ul li a img {
    width: 100%;
}
.food-farmers_ul li:nth-child(3n){
    margin-right: 0;
}
.food-farmers_ul>li>a {
    border:solid #a5a5a5 1px;
    transition: .5s;
}
.food-farmers_ul>li>a:hover {
    transform: scale(1.02);
}
.food-farmers_info {
    border-left: #7d857c 10px solid; 
    margin:auto;
    margin-top: 1rem;
    height: 93px;
    max-height: 100%;
    padding-left: 10px;
}
.text_line_clamp-3{
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}
.food-farmers_ul li {
    width: calc(33.3% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    color: #787878;
    letter-spacing: 4px;
    transition: .6s;
}
.food-farmers_ul.food-farmers_ul_d li {
    width: 100%;
}
/* about.php */
.about_main {
    width: 100%;
}
.banner{
    position: relative;
}
.banner_text {
    position: relative;
    text-align: center;
    top: 36%;
    left: 0;
    width: 100%;
    z-index: 2;
    color: white;
}
.banner_text h1 {
    text-shadow:0px 5px 13px #0000005e;
    letter-spacing: 1rem;
}
.banner_d {
    background-image: url(../img/about_banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 10rem;
}
.banner_recipe {
    background-image: url(../img/food01-2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 10rem;
}
.banner_d_img {
    position: relative;
    width: 100%;
    height: 300px;
    transition: .3s;
    
}
.top-wave_d {
    width: 100%;
    position: absolute;
    bottom:-7%;
    z-index: 1;
}
.top-wave_d>img {
    width: 100%;
}
.about_forthe_box_bg{
    width: 100%;
    background-color: #ecf3ff;
    padding: 6rem 0 12rem 0;
}
.about_forthe_box {
    display: flex;
    align-items: center;
    width: 1300px;
    max-width: 95%;
    margin: auto;
}
.about_forthe_box01 img {
    width: 420px;
    max-width: 100%;
}
.about_forthe_box01 {
    width: calc(40% - (3rem + 4px));
    margin-right: 3rem;
}
.about_forthe_box02 {
    width: 60%;
}

.about_forthe_box02 h1 {
    font-family: 'Noto Sans';
    font-weight: bold;
    letter-spacing: 4px;
}
.about_forthe_box02 h4 {
    font-weight: 800;
    margin-top: 2rem;
    letter-spacing:8px;
}

/* tag */
.tag{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1300px;
    max-width: 95%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    color: #55352e;
}
.tag a{
    color: #55352e;
}
.tag a:hover{
    color:#5a5a5a
}
.tag a.active {
    color:#55352e;
    border-bottom: solid #55352e 1px;
}
/* tag_d */
.tag_d{
    justify-content: flex-start;
    padding-top: 2rem;
}
/* -------------------------------------------- */
.title_d_style {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    width:500px;
    max-width: 100%;
    text-align: start;
    word-break: break-all;

}
.title_d_style_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    word-break: break-all;
}
.title_d_style_4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: auto;
    word-break: break-all;
}
.title_d_style_5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: auto;
    word-break: break-all;
}
/* catalog */
.catalog {
    text-align: center;
    transition: .5s;
}
.catalog ul li {
    display: inline-flex;
    transition: .5s;
}
.catalog ul li a{
    border-radius: 30px;
    background-color: #fff7e8;
    border: #c7c7c7 1px solid;
    padding: 0.1rem 1.5rem;
    margin: 0.5rem;
    font-size: 24px;
    font-weight: 500;
    color: #7d0000;
    letter-spacing: 3px;
    transition: .5s;
}
.catalog ul li a:hover{
    background-color: #7d0000;
    color: white;
}
.catalog>ul>li>a.active  {
    color: white;
    background-color: #7d0000;
}
/* catalog_g*/
.catalog.catalog_g ul li a{
    background-color: #f0f7eb;
    border: #c7c7c7 1px solid;
    padding: 0.1rem 0.8rem;
    font-size: 18px;
    color: #82942e;
}
.catalog.catalog_g ul li a.active  {
    color: white;
    background-color: #b28778;
}
.catalog.catalog_g ul li a:hover{
    background-color: #b28778;
    color: white;
}
/* catalog_red */
.catalog.catalog_red ul li a {
    background-color: #d6d6d6;
    border: #d6d6d6 1px solid;
    padding: 0.1rem 0.8rem;
    color: white;
    font-size: 18px;
}
.catalog.catalog_red ul li a.active {
    background-color: #a1090a;
    border: #c7c7c700 1px solid;
    color: white;
}
.catalog.catalog_red ul li a:hover{
    color: white;
    background-color: #a1090a;
    border: #c7c7c700 1px solid;
}
/* catalog_orenge */
.catalog.catalog_orenge ul li a {
    background-color: #d6d6d6;
    border: #d6d6d6 1px solid;
    padding: 0.1rem 0.8rem;
    color: white;
    font-size: 18px;
}
.catalog.catalog_orenge ul li a.active {
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}
.catalog.catalog_orenge ul li a:hover{
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}
/* catalog_gray*/
.catalog.catalog_gray ul li a {
    background-color: #d6d6d6;
    border: #d6d6d6 1px solid;
    padding: 0.1rem 0.8rem;
    margin: 3px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
}
.catalog.catalog_gray ul li a.active {
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}
.catalog.catalog_gray ul li a:hover{
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}
/* catalog_g2*/
.catalog.catalog_g2 ul li a {
    background-color: #d6d6d6;
    border: #d6d6d6 1px solid;
    padding: 0.1rem 0.8rem;
    margin: 3px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
}
.catalog.catalog_g2 ul li a.active {
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}
.catalog.catalog_g2 ul li a:hover{
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
}

/* pager */
.pager {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    clear: both;
}
.pager a:hover {
    background-color: #b28778;
    color: #FFF;
    font-weight: bold;
}
.pager a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #b28778;
    border-radius: 50%;
    color: #bba892;
    font-size: 15px;
    font-weight: bold;
    width:32px;
    margin: 10px 0 10px 5px;
}
.pager a.active {
    background-color: #b28778;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
/* ---------------------------------- */
/* news.php */
.big_box {
    width: 100%;
    padding-bottom:10rem ;
    position: relative;
}
.main_box {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
}
.main_event_box {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
}
.w990 {
    width: 1300px;
    max-width: 90%;
    margin: 0rem auto;
}
.w990.w990_01 {
    width: 1300px;
    max-width: 90%;
    margin: 1rem auto;
}
.w990_01.clearfix {
    width: 1300px;
    max-width: 95%;
    margin: 0rem auto;
}
.clearfix {
    zoom: 1;
    display: block;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.newWrap {
    display: block;
    margin-top: 3rem;
}
.newWrap li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.newWrap li a {
    display:flex;
    align-items: center;
}
.newWrap li time.lunarDate {
    position: relative;
    line-height: 1.2;
    clear: both;
    display: block;
    color: #333;
    width: 135px;
    float: left;
    font-family: 'PingFang', 'STHeiTi', "a?Re??a-￡e?‘e?”",'Variable';
}
.newWrap li time {
    display: none;
}
.newWrap li time.lunarDate span.l1 {
    position: absolute;
    top: 0;
    left: -30px;
}

.newWrap li time.lunarDate span {
    width: 10px;
    word-wrap: break-word;
    display: block;
    /* float: left; */
    margin-right: 10px;
}
.newsPic {
    display: block;
    max-width: 100%;
    margin-right: 20px;
    /* float: left; */
}
.newWrap li:hover img {
    opacity: .8;
}
.newsPic img {
    display: block;
    width: 300px;
    transition: .2s;
}
/* .newText {
    padding-left:450px;
} */
.f20_black {
    font-size: 20px;
    color: #000;
}
.pb10 {
    padding-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.f12_gray {
    color: #797979;
    line-height: 1.8;
}
.f20_black.mt10 {
    font-size: 16px;
}
/* news_d.php */
#wrap, #container {
    overflow: visible;
    clear: both;
}
.salesList_3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DDD;
    overflow: hidden;
    padding-bottom: 6rem;
}

.mb40 {
    margin-bottom: 40px;
}
.mt40 {
    margin-top: 40px;
}
.f30_black {
    font-size: 30px;
    color: #5f5f5f;
    font-weight: 600;
    margin: 0 auto 1rem auto;
}
.related.f30_black {
    border-top: 1px solid #ddd;
}
.fl {
    float: left;
}
.ck_zone {
    width: 700px;
    max-width: 95%;
    clear: both;
    margin-bottom: 5%;
    margin: auto;
    text-align: start;
}
.quarterly_text {
    width: calc(65% - 4px);
    max-width: 95%;
    clear: both;
    margin-bottom: 5%;
}
.quarterly_text p {
    margin-bottom: 3rem;
}
.quarterly_text img {
    width: 100%;
}
.quarterly_img {
    width:35%;
    margin-bottom: 5%;
    margin-right: 3rem;
}
.quarterly_img img {
    width: 100%;
}
.ck_zone.f12_gray.clearfix.news_d_p{
    color: rgb(0, 0, 0);
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 2rem;
    text-indent: 38px;
}
.ck_zone.f12_gray.clearfix img {
    width: 100%;
}
.center {
    text-align: center;
    justify-content: center;
}
.other_article {
    margin-bottom: -20px;
    margin-top: 5%;
}
.other_article li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 200px;
    position: relative;
    margin-bottom: 0;
}

.salesList_3 li {
    display: inline-block;
    width: 50%;
    transition: .5s;
    /* margin-bottom: 20px; */
}
.other_article li .label {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 25px;
}
.related {
    display: block;
    width: 100%;
    padding-bottom: 60px;
    /* border-bottom: 1px solid #DDD; */
}
.more_L a:hover {
    background-color: #b28778;
    color: #FFF;
    border: 1px solid #d6d6d600;
}
.more_L a {
    display:flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius:20px ;
    font-size: 14px;
    color: #b6b3b3;
    transition: .5s;
}
.more_L {
    width: 200px;
    line-height: 40px;
}
.margin {
    margin: 0 auto;
}
.mt10 {
    margin-top: 10px;
}
/* life-food_d.php */
.d_box {
    display: flex;
    width: 1300px;
    max-width: 95%;
    margin: 0 auto;
}
.d1_box {
    display: flex;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}
.life-food_d {
    width: 55%;
    position: relative;
    float: left;
    margin-top: 5%;
}
#B_txt {
    width: 40%;
    margin-left: 5%;
    position: relative;
    float: left;
    margin-top: 5%;
}
.life-food_d #life-food img {
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.salesList_4 li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.priceBox {
    /* float: left; */
    display: block;
    width: 100%;
    margin: 20px 0;
}
.priceBox_life {
    display: flex;
}
.life-food-moneyfont_d {
    font-size: 20px;
    color: #a1090a;
    font-weight: 900;
    margin-top: 40px;
}
.life-food-moneyfont_d span {
    font-size: 45px;
    margin-left: 10px;
}
.life-food-moneyfont_d span.dollar {
    font-size: 20px;
}
.life-food-info>span,.life-food-info{
    font-size: 16px;
    color: #a1090a;
    font-weight: 600;
    letter-spacing: 4px;
}
.life-food-info img{
    width: 850px;
    max-width: 100%;
}
.num {
    float: right;
}
.mr20 {
    margin-right: 20px;
}
.f18_gray {
    font-size: 18px;
    color: #444;
    line-height: 40px;
    font-weight: 500;
    margin-right: 10px;
}
.pd_qty {
    padding-left: 10px;
    height: 40px;
    border: 0;
    background-color: #fafafa;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-radius: 0;
    transition: .5s;
    border:1px solid #ccc;
}
.pd_qty:hover {
    box-shadow: inset 2px 2px 10px rgb(51 51 102 / 20%);
}
/* input, textarea, select {
    background: #efefef;
    border: 1px solid #e2f3dc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    outline: none;
    padding: 3px;
} */
.ibox_login input {
    /* background: #efefef; */
    border-bottom: 1px solid #efefef;
    border-top: none;
    border-left: none;
    border-right: none;
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px; */
    border-radius: 0px;
    outline: none;
    padding: 3px;
}
.fr_20_shop {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.fr_20_shop.fr_20_shop_close {
    width: 100%;
    /* float: left; */
    /* margin-right: 0%; */
}
.fr_20_shop.fr_20_shop_op {
    display: none;
}
.fr_20_shop a {
    display: block;
}
.join_2 {
    float: left;
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    display: block;
    background-color: #b28778;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 5px;
    transition: .5s;
}
.join_2 span {
    text-indent: 50px;
}
.join_1:hover,.join_2:hover {
    background-color: #a1090a;
    color: #fff;
}
.join_1 {
    float: left;
    width: 49%;
    margin-top: 2%;
    display: block;
    background-color: #b28778;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 5px;
    transition: .5s;
}
.join_1 span {
    text-indent: 50px;
}
.f30_black>p {
    color: #939393;
}
.border-botoom {
    border-bottom: 1px solid #ddd;
}
/* qa.php */
.qa_id {
    display: block;
    z-index: 2000;
    position: absolute;
    top: -125px;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.qaWrap {
    display: block;
    margin-top: 3rem;
}
.qaWrap li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.qaWrap li a {
    display: block;
}
.qaWrap li time.lunarDate {
    position: relative;
    line-height: 1.2;
    clear: both;
    display: block;
    color: #333;
    width: 135px;
    float: left;
    font-family: 'PingFang', 'STHeiTi', "a?Re??a-￡e?‘e?”",'Variable';
}
.qaWrap li time {
    display: none;
}
.qaWrap li time.lunarDate span.l1 {
    position: absolute;
    top: 0;
    left: -30px;
}

.qaWrap li time.lunarDate span {
    width: 10px;
    word-wrap: break-word;
    display: block;
    float: left;
    margin-right: 10px;
}
.qa_text {
    padding-left: 80px;
}
.qaWrap h1 {
    display: flex;
    align-items: flex-end;
    color:#b28778 ;
    font-size: 50px;
    font-weight: 100;
    font-family: 'Fredericka the Great', cursive;
    width: 75px;
    max-width: 100%;
}
/* recipe.php */
.food_ul_d li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .6s;
    width: 100%;
    margin: auto;
    border:solid #a5a5a5 1px;
}
.food_ul_d li a img:hover {
    transform: scale(1.02);
}
.food_ul_d li a img {
    width: 100%;
    transition: .5s;
}
.food_ul_1 li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .6s;
    width: 100%;
    border:solid #a5a5a5 1px;
}
.food_ul_1 li a img:hover {
    transform: scale(1.02);
}
.food_ul_1 li a img {
    width: 100%;
    transition: .5s;
}
/* recipe_d.php */
#R_img {
    /* width: 100%; */
    width: 450px;
    max-width: 100%;
    margin-right: 30px;
    transition: .5s;
}
#R_img .recipe_d_control img{
    width: 600px;
    max-width: 100%;
    margin-bottom: 5px;
    transition: .5s;
}
#R_img #rpi_img, #R_img #rpi_img img {
    width: 600px;
    max-width: 100%;
    margin-bottom: 5px;
    transition: .5s;
}
.shopWrap {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
#R_txt .fl_78_shop {
    /* width: 55%; */
    border-bottom: 0;
}
.mt20 {
    margin-top: 20px;
}
.fl_78_shop {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}
.d_box.column {
    max-width: 90%;
}
.menuList {
    display: block;
    width: 100%;
    background-color: #f8f8f6;
    border-radius: 10px;
    overflow: hidden;
    padding: 2%;
}
.timeicon {
    display: block;
}
.oran_time {
    display: flex;
    float: right;
    font-size: 15px;
    color: #444;
    text-indent: 32px;
    margin-right: 4%;
    align-items: center;
}
.cookitem {
    display: block;
    width: 100%;
}
.cookitem li {
    display: inline-block;
    width: 95%;
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}
.cookitem li:last-child {
    border-style: none;
}
.cookitem span {
    font-size: 16px;
}
.f15_gray span {
    float: right;
}
.service {
    float: right;
    margin-right: 20px;
}
.secretBox {
    display: flex;
    width: 1300px;
    max-width: 95%;
    margin: auto;
    border-bottom: 1px solid #DDD;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.secretList {
    display: block;
    width: 100%;
}
.secretList li {
    display: inline-block;
    width: calc(33.3% - 22px);
    margin-right: 2%;
    margin-bottom: 30px;
    vertical-align: top;
}
.secretList li:nth-child(3n) {
    margin-right:0;
}
.little_secret {
    width: 100%;
    margin: auto;
}
.se_Pic {
    display: block;
    width: 100%;
}
.se_Pic img{
    width: 100%;
}
.step {
    width: 62px;
    font-size: 20px;
    color: #b28778;
    font-weight: 100;
    letter-spacing: 2px;
    font-family:'Fredericka the Great', cursive;
    transform: skewX(-12deg);
}
.step span {
    font-size: 40px;
}
.f12_666 {
    padding-left: 100px;
    margin-top: 14px;
    font-size: 16px;
    color: #666;
}
.hashtag {
    margin:0 0 10px 0;
    width: 100%;
}
.hashtag_ul li {
    display: inline-flex;
}
/* .hashtag_ul li a{
    background-color: #f8f8f6;
    border: #f8f8f6 1px solid;
    padding: 0.1rem 0.8rem;
    margin: 3px;
    border-radius: 5px;
    color: #afafaf;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
} */
/* .hashtag_ul li a.active  {
    color: white;
    background-color: #b28778;
    border: #c7c7c700 1px solid;
} */
.hashtag_ul li a{
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
    padding: 0.1rem 0.8rem;
    margin: 3px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
} 
/* .hashtag_ul li a:hover{
    background-color: #b28778;
    border: #c7c7c700 1px solid;
    color: white;
} */
.share {
    display: flex;
    align-items: center;
    margin:1.5rem 0 0 0;
    width: 100%;
    justify-content: space-between;
}
.share span {
    margin:0 10px;
    font-size: 24px;
    cursor: pointer;
}
.share_info_left {
    display: flex;
    align-items: center;
    width: 70%;
}
.share_info_right {
    display: flex;
    align-items: flex-end;
    width: 30%;
    justify-content: flex-end;
}
.share_info_right a:hover .open-h{
    color: rgb(255, 0, 21);
    display: none;
    transition: .5s;
}
.share_info_right a:hover .close-h{
    color: rgb(255, 0, 21);
    display: block;
    transition: .5s;
}
.share_info_right a.active .open-h{
    color: rgb(255, 0, 21);
    display: none;
    transition: .5s;
}
.share_info_right a.active .close-h{
    color: rgb(255, 0, 21);
    display: block;
    transition: .5s;
}
.share_info_right a.active .close-h{
    color: rgb(255, 0, 21);
    display: block;
    transition: .5s;
}
.open-h {
    display: block;
    color: rgb(255, 64, 80);
    transition: .5s;
}
.open-h.foodheart {
    color: white;
}
.close-h {
    display: none;
    transition: .5s;
}
/* food_heart-icon */
/* .food_ul_li_share {
    display: none;
    opacity: 0;
    transition: .5s;
} */
.food_ul_li_share a {
    position: absolute;
    bottom: -50%;
    right: -50%;
    z-index: 2;
    transition: .4s;
}
.food_ul_li_share a span {
    font-size: 25px;
}
.food_ul_li_share::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    /* width: 0;
    height: 0; */
    background: #10101070;
    transform: translate(50%, 100%) rotate(42deg);
    transition: .4s;
}

/* .food_ul>li:hover .food_ul_li_share{
    display: flex;
    opacity: 1;
    transition: .5s;
} */
.food_ul li:hover .food_ul_li_share::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 130px;
    height: 160px;
    background: #10101070;
    transform: translate(50%, 50%) rotate(42deg);
    transition: .4s;
}
.food_ul li:hover .food_ul_li_share a {
    position: absolute;
    bottom: 4%;
    right: 4%;
    z-index: 2;
    transition: .4s;
}
.food_ul_d li:hover .food_ul_li_share::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 130px;
    height: 160px;
    background: #10101070;
    transform: translate(50%, 50%) rotate(42deg);
    transition: .4s;
}
.food_ul_d li:hover .food_ul_li_share a {
    position: absolute;
    bottom: 4%;
    right: 4%;
    z-index: 2;
    transition: .4s;
}
.food_ul_1 li:hover .food_ul_li_share::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 130px;
    height: 160px;
    background: #10101070;
    transform: translate(50%, 50%) rotate(42deg);
    transition: .4s;
}
.food_ul_1 li:hover .food_ul_li_share a {
    position: absolute;
    bottom: 4%;
    right: 4%;
    z-index: 2;
    transition: .4s;
}
/* -------------------------- */



.bb1px {
    border-bottom: #5a5a5a 2px dashed;
}
/* login.php */
.if_wrap_a {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}
.ibox_bg {
    margin: 5% 0;
    width: 100%;
    height: 100%;
}
.ibox {
    background: #fff;
    /* min-height: 340px; */
    display: block;
    border: #f0f7eb solid 2px;
    margin: 0 auto;
    border-radius: 10px;
    width: 500px;
    max-width: 95%;
}
.ibox li {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    margin: 30px 0;
}
.ibox label {
    /* top: 5px;
    left: 10px; */
    color: #CCC;
    font-size: 14px;
}
.bt_ibox_forgotPsw {
    color:#969696;
    font-size: 14px;
}
.hide {
    display: none;
}
.ibox input[type=text], .ibox input[type=password] {
    /* border: 1px solid #CCC; */
    width: 100%;
    height: 35px;
    padding: 0 10px;
}
#ftpsw_captcha, #m_captcha, #edm_captcha, #edm_un_captcha,.code {
    width: 55%;
}
.v-code {
    display: flex;
    width: 125px;
    max-width: 100%;
    transition: .5s;
}
.v-code img{
    width: 100%;
}
.side_l {
    border-right: 1px solid #e4f3d9;
}
.side_l, .side_r, .side_a, .side_b {
    float: left;
    padding: 3% 8%;
    margin: 2% 0;
    width:50%;
}
.ibox h2 {
    font-size: 20px;
}
.brown {
    color: #b28778;
}
.orange {
    color: #b28778;
}
.join {
    margin:10px auto;
    width: 100%;
    text-align: center;
}
.sbt_1 {
    display: inline-block;
    background: #b28778;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    transition: .2s;
    border-radius: 5px;
}
.sbt_2 {
    display: inline-block;
    background: #b28778;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    transition: .2s;
    border-radius: 5px;
    width: 100%;
}
.sbt_1:hover {
    background: #DDD;
    color: #fff;
}
.sbt_2:hover {
    background: #DDD;
    color: #fff;
}
.fbl:hover {
    background: #DDD;
    color: #fff;
}
.fbl {
    display: inline-block;
    background: #3A5795;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    transition: .2s;
    border-radius: 5px;
}
/* login-new */
.ibox_login {
    padding: 2.5rem;
}
.ibox_login01 {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-bottom: solid 1px #b28778;
}
.text-left {
    text-align: start;
}
.ibox_login02 {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 40px auto auto auto;
}

/* Join.php */
.s_h1 {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    margin-bottom: 20px;
    line-height: 35px;
    letter-spacing: 4px;
    background-color: #efefef;
    color: #000;
    text-indent: 20px;
}
ul.s_form_001 {
}
.s_form_001 li {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.s_form_001 li label {
    width: 200px;
    display: block;
    float: left;
    text-indent: 25px;
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 15px;
}

.s_form_001 label.s_1 {
    width: auto;
    float: none;
    display: inline-block;
}
.s_form_001_div {
    display: block;
    padding-left: 200px;
}
.sbt_20 {
    background: #b28778;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border: 0;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.sbt_big {
    padding: 8px 50px;
    font-size: 15px;
}
.sbt_10:hover, .sbt_20:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff !important;
}
.s_form_001 li input[type=text].w25 {
    width: 30%;
}
.s_form_001 li input[type=text], .s_form_001 li input[type=password] {
    width: 30%;
    height: 27px;
    padding: 0 10px;
}
.captcha_img {
    display: inline-block;
    vertical-align: middle;
}
.captcha_img img {
    width: 115px;
    max-width: 100%;
}
/* forgot-pw.php */
.ibox_forgotPsw {
    width: 370px;
    max-width: 100%;
    border: #f0f7eb solid 2px;
}
.side_c {
    margin: 12% auto;
    width: 70%;
}
.side_c li {
    margin: 22px 0;
}
/* personal.php */
.mb20 {
    margin-bottom: 20px;
}
/* order-record.php */
.rwd_table {
    width: 100%;
}
.rwd_table .label {
    display: none;
    width: 28%;
    float: left;
    padding-left: 3%;
}
.s_tb_2 {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.s_tb_1 thead th, .s_tb_2 thead th {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #efefef;
    text-align: center;
    padding: 0;
    background-color: #efefef;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.s_tb_2 tbody td {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 2px;
}
.s_tb_1>a, .s_tb_2>a {
    text-decoration: underline;
}
.s_tb_2 .td-left {
    padding: 0 1.5rem;
    text-align: start;
}
.s_tb_2 .td-right {
    padding: 0 1.5rem;
    text-align: end;
}
/* order-record_d.php */

.cart_sum {
    width: 100%;
    float: right;
    /* min-width: 300px; */
    position: sticky;
    z-index: 1010;
    bottom: 0;
    background: white;
    padding: 0 1rem;
    box-shadow: 0 -2px 10px rgb(153 153 153 / 20%);
}
.cart_s.cart_sum {
    box-shadow: none;
    position: initial;
    width: 300px;
    display: contents;
    max-width: 100%;
    padding: 0.5rem 1rem;
}
/* #cart_sum:before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 0;
    height: 1.25rem;
    width: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,.06));
} */
.cart_sum li {
    padding: 0;
    clear: both;
    font-size: 14px;
    letter-spacing: 2px;
}
.cart_s.cart_sum li {
    padding: 5px 0;
    clear: both;
    font-size: 14px;
    letter-spacing: 2px;
}
#cart_sum>li>b {
    /* float: left; */
    font-weight: bold;
    color: #333;
    width: 100px;
    max-width: 100%;
}
#cart_sum li.last {
    border-top: 1px dashed #ccc;
}
#cart_sum li.last.last2 {
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cart_sum li .price {
    float: right;
    font-size: 12px;
    color: #999;
}
#cart_sum li .price span.s_t1 {
    color: #f8a290;
}
.s_t1 {
    color: #f8a290;
}
#cart_sum li .price span {
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    color: #666;
}
.sbt_10 {
    background: #b28778;
    color: #fff !important;
    padding: 8px 50px;
    font-weight: bold;
    border: 0;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.s_tb_2 .s_4 i {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
}
.s_tb_2 .s_4 i img {
    width: 100%;
}
.s_tb_2 .s_4 img {
    display: inline-block;
}
.s_t2 {
    font-size: 14px;
    color: #5a5a5a;
    transition: .5s;
}
.s_t2:hover {
    text-decoration: underline;
}
.s_tb_2 .s_4 .txt {
    padding-left: 70px;
    text-align: left;
}
.s_tb_2 .s_4 {
    float: left;
    width: 100%;
}
.sep_2 a{
    text-decoration: underline;
}
/* .s_4 {
    display:flex ;
    align-items: center;
    width: 100%;
} */
/* order-record_atm.php */
.s_h2 {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    background: #efefef;
    height: 44px;
    line-height: 44px;
    text-indent: 10px;
    border-bottom: 1px solid #b28778;
}
.if_wrap_b {
    padding: 0 10px;
    border-bottom: 1px dashed #CCC;
    font-size: 16px;
    letter-spacing: 2px;
    line-height:30px;
}
.if_wrap_b.bordernone {
    border: none;
}
.if_wrap_b a {
    display: contents;
}
.if_wrap_b span {
    font-size: 16px;
}
.if_wrap_b a {
    text-decoration: underline;
}
/* points-record.php */
#credit_total {
    background: #f7f7f7;
    padding: 20px 3%;
    margin-bottom: 20px;
    text-align: center;
}
#credit_total span {
    color: #f8a290;
    font-size: 30px;
}
/* coupon.php */
.coupon_box {
    display: flex;
}
.coupon_box_info {
    border-radius: 5px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    padding: 0px 0px 0px 10px;
    color: rgb(51, 51, 51);
    background-color: white;
    width: 275px;
}
.coupon_btn:hover {
    opacity: .8;
    color: rgb(255, 255, 255);
}
.coupon_btn {
    border-radius: 4.5px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #b28778;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 1px solid #b28778;
    width: 55px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    max-width: 110px;
    transition: .3s;
}
.coupon_btn span {
    font-size: 15px;
    letter-spacing: 2px;
}
/* cart1.php */
ul.order_steps {
    text-align: center;
}
.order_steps li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    transition: .5s;
    /* padding-right: 67px; */
}
.order_steps li div {
    width: 100px;
    height: 100px;
}
.order_steps li.current span.s_1 {
    color: #b28778;
}
.order_steps li span.s_1 {
    font-size: 25px;
    color: #ccc;
    display: block;
    width: 100%;
    padding-top: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 3rem;
    font-family:'Fredericka the Great', cursive;
    transform: skewX(-12deg);
}
.order_steps li span.s_2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    display: block;
}
.order_steps li.last {
    padding-right: 0;
    background: none;
}
.s_tb_1 .s_2, .s_tb_2 .s_1 {
    text-align: left;
    padding-left: 10px;
}
.s_tb_1 td.s_1 {
    padding: 10px;
    text-align: center;
}
.s_tb_1 td {
    padding: 10px;
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
}
.s_tb_2.bk-f8 thead th {
    background: #e4f1c9;
}
.s_tb_2.bk-f8{
    border: solid #e4f1c9 5px;
}
._m_s_h2 {
    display: none;
}
.single {
    clear:both;
}
.single .title {
    background: #efefef;
    height: 44px;
    line-height: 44px;
    margin-top: 40px;
    /* border-bottom: 1px solid #efefef; */
}
.single h2 {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.order_steps span {
    font-size: 25px;
    color:#bbb ;
}
.s_tb_1 td .s_t1 {
    font-size: 14px;
}
.s_tb_1 {
    width: 100%;
}
td .trashcan{
    text-decoration: none;
}
.cart_btn {
    display: flex;
    justify-content: space-between;
}
/* cart1-new */
.cart_box ul li {
    display: inline-block;
    width: calc(50% - 10px);
    max-width: 95%;
    margin-right: 10px;
}
/* .cart_box>ul>li>a {
    border-radius: 10px;
    border: 1px #e6e6e6 solid;
    padding:1rem;
    margin-bottom: 0.5rem;
} */
.cart_box>ul>li>label {
    border-radius: 10px;
    border: 1px #e6e6e6 solid;
    padding:1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    display: block;
    cursor: pointer;
}

/* .cart_box input[type="radio"]:checked + label{
    
} */
.cart_send_ul {
    display: flex;
}
.cart_box_ul input[type="radio"]{
    display: none;
}

.cart_box_ul input[type="radio"]:checked + label .cart-o.active:before{
    background-color: #b28778;
    border-color: #b28778;
}

.cart_box>ul>li>.cart-store-a {
    border-radius: 10px;
    border: 1px #b28778 solid;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    background: #b28778;
    color: white;
    transition: .5s;
}

.cart_box>ul>li>.cart-store-a:hover {
    opacity: 0.8;
}
.cart_box ul li:nth-child(2n) {
    margin-right: 0px;
}
.cart-o {
    display: inline-flex;
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
/* .cart-o.active:before {
    background-color: #b28778;
    border-color: #b28778;
} */
.cart-o:before {
    content: "";
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    box-sizing: content-box;
}
.cart-o:before, .cart-o:after {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: all .3s;
}
.cart-o.active:after {
    content: "";
}
.cart-o:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: translate(160%, -60%) rotateZ(45deg);
    width: 4px;
}
.cart-o .cart-o-label {
    margin-left: 35px;
    align-self: center;
}
.cart-text {
    display: flex;
    align-items: center;
}
.cart-text,.cart-store-text {
    font-size: 16px;
    letter-spacing: 2px;
    
}
.cart-store-text{padding:5px 0;
    color:#fff;
    background:#b28778;}
.choose-store{border:1px solid #ccc; padding:5px 10px;}
.price-coupon {
    display: flex;
    justify-content: space-between;
}
.price-coupon>span {
    font-size: 16px;
    letter-spacing: 2px;
}
.price-coupon>.price-coupon-icon {
    font-size: 22px;
}
.price-coupon-click {
    padding: 1rem;
    cursor: pointer;
    width: 100%;
    border: solid 1px rgb(241, 241, 241);
    border-radius: 10px;
    background-color: white;
}
.coupon-fixed_big {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(50%,50%);
    background-color: #1b1b1b5c;
    z-index: 10001;
}
.coupon-fixed {
    display: block;
    position: fixed;
    bottom: 50%;
    right: 50%;
    width: 400px;
    max-width: 90%;
    transform: translate(50%,50%);
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    z-index: 2;
}
.coupon-fixed>span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}
.coupon-fixed>.coupon_img>h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #ccc;
    text-align: center;
}
.coupon_img {
    margin: 3rem auto;
}
.coupon_img img {
    width: 120px;
    max-width: 100%;
    margin:1rem auto;
}
.coupon-fixed_box {
    margin: 10px auto;
}
.coupon-fixed_big.active {
    display: block;
    transition: .5s;
}
.coupon_d_btn {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem auto;
}
.cancel,.create {
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 100;
    padding: 5px 35px;
    border-radius: 5px;
}
.coupon_info {
    width:100%;
    height: 400px;
    max-height: 50vh;
    overflow-y: scroll;
}
.coupon_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: 0 -2px 10px rgb(153 153 153 / 20%);
    padding: 5px 10px;
    margin: 10px 6px;
}
.coupon_01_img {
    border-right: dashed 1px #c1c1c1;
}
.coupon_01 img {
    margin: 10px;
    width: 50px;
    max-width: 100%;
}
.coupon_01 h5 {
    font-size: 14px;
    color: rgb(85, 85, 85);
    letter-spacing: 2px;
    line-height: 1.5rem;
}
.coupon_01_d {
    margin-left: 10px;
    width: 150px;
    max-width: 100%;
}
.coupon_01_d>h6 {
    font-size: 12px;
    color: rgb(124, 124, 124);
}
.coupon_01_d .s_t1 {
    color:#f8a290;
}
.coupon_btn.coupon_01_btn,.coupon_btn.coupon_02_btn {
    height: 30px;
    width: 55px;
}
.coupon_btn.coupon_01_btn span,.coupon_btn.coupon_02_btn span {
    font-size: 12px;
    letter-spacing: 2px;
}
.coupon_btn.coupon_02_btn {
    background-color: #ff880000;
    color: #b28778;
    border: 1px solid #b28778;
}
.coupon_btn.coupon_03_btn {
    background-color: #ff880000;
    color: #9a9a9a;
    border: none;
}
.input-checkbox {
    margin: auto 20px;
    cursor: pointer;
}
#cart_sum li .price span.s_t1_money {
    font-size: 25px;
    font-weight: 600;
}
.cart_sum_1 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_btn {
    display: flex;
    margin: auto;
    width: 80px;
    max-width: 100%;
    height: 25px;
    transition: .3s;
}
.input_btn>input{
    width: 30px;
    max-width: 100%;
    text-align: center;
    border: 1px #ccc solid;
    border-left: 0;
    border-right: 0;
}
.input_btn>input:focus{
    outline: none;
}
.input_btn>button {
    width: 25px;
    max-width: 100%;
    cursor: pointer;
    background-color: white;
    border: 1px #ccc solid;
}
.input_btn>button.active .input_btn {
    background-color: white;
    border: 1px rgb(209, 209, 209) solid;
}
.btn_cart1:hover {
    background-color: white;
    border: 1px rgb(209, 209, 209) solid;
    color: rgb(209, 209, 209);
}
/* .input_btn:hover input{
    border: 1px rgb(209, 209, 209) solid;
    border-left: 0;
    border-right: 0;
    color: rgb(209, 209, 209);
} */
.input_btn>input::-webkit-outer-spin-button,.input_btn>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.point_01,.point_02 {
    display:block;
    vertical-align: middle;
}
.point_01 label,.point_02 label {
    cursor: pointer;
}
.point_01 span{
    font-size: 16px;
    color: #f8a290;
}
.point_02 span{
    font-size: 16px;
    color: #0c0d0c;
    margin-right: 10px;
}
.point_02 {
    padding-left: 1rem;
}
#cart_sum>.point_01>.point_01_b{
    color: #8a8a8a;
    font-weight: 100;
}
.coupon-icon-clear {
    float: right;
    cursor: pointer;
}

.coupon_no {
    background: #ffffff;
    box-shadow: 0 -2px 10px rgb(153 153 153 / 20%);
    padding: 5px 10px;
    margin: 10px 6px;
    opacity: 0.7;
}
/* cart2.php */
.chk_lay {
    font-size: 16px;
    margin-bottom: -20px;
}
.s_h2.chk_re {
    display: flex;
}
/* ul.s_form_001.chk_re {
    position: relative;
}
.s_form_001 li textarea {
    width: 56%;
    height: 100px;
    padding: 0 10px;
} */
.s_note_1 {
    font-size: 14px;
    background: #F1f1f1;
    border-radius: 3px;
    padding: 10px 15px;
    border-top: 1px dashed #CCC;
}
.s_form_001 .sc_note {
    display: inline-block;
    vertical-align: bottom;
    width:100%;
}
/* .s_form_001.receipt {
    border-bottom: 1px dashed #CCC;
} */
.s_form_001.receipt {
    width: 100%;
}
.s_form_001.receipt input {
    width: 40%;
    padding: 12px;
}
/* .receipt.phone input {
    width: 40%;
} */
.s_form_001.receipt li{
    display: inline-block;
    width: calc(100% / 4 - 4px);
    border:none;
}
.s_form_001.receipt li label {
    width: 100%;
}
.s_form_001.receipt input[type="radio"]{
    display: none;
}
.s_form_001.receipt input[type="radio"]:checked + label .cart-o.active:before{
    background-color: #b28778;
    border-color: #b28778;
}
.s_form_001 .cart-store-a:hover {
    opacity: 0.8;
}
.s_form_001 .cart-store-a {
    /* border-radius: 10px; */
    border-radius: 4.5px;
    border: 1px #b28778 solid;
    padding: 2px 1rem;
    margin-bottom: 0.5rem;
    background: #b28778;
    color: white;
    transition: .5s;
    display: inline-block;
    width: 300px;
    max-width: 100%;
}
.s_form_001 .choose-store {
    display: inline-block;
    margin-left: 2%;
}
.receipt.cart-o .cart-o-label{
    margin-left: 15px;
}
.receipt_info {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 25px;
}
.receipt_info h6 {
    font-size: 15px;
    margin-top: 1rem;
}
.receipt_info_div {
    display: block;
}
.receipt_info label{
    width: 97%;
    display: contents;
    float: left;
    text-indent: 25px;
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 15px;
}
.receipt_info input[type=text]{
    /* width: 64.2%; */
    width: calc(70% - 7px);
    height: 27px;
    padding: 0 10px;
    background: #efefef;
    border: 1px solid #efefef;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    outline: none;
    padding: 3px;
}
.receipt_info a {
    font-size: 12px;
    letter-spacing: 1.5px;
    background: #f1f1f1;
    width: fit-content;
    padding: 5px 7px;
    border: #efefef solid 1px;
    margin-top: 10px;
    transition: .5s;
}
.check_cart2 {
    font-size: 13px;
    letter-spacing: 2px;
    vertical-align: text-top;
    cursor: pointer;
}
.check_link{
    color: #20afea;
    cursor: pointer;
    display: inline;
    text-decoration: underline;
}
/* contact */
.r_p p{
    color: #2e2e2e;
}
.r_p {
    display: flex;
    margin-bottom: 20px;
}
.contact_box {
    display: flex;
}
.contact_icon {
    justify-content: space-between;
}
.contact_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all .5s;
}
.map iframe {
    width:100%;
    height: 450px;
    max-height: 100%;
    border: none;
}
.contact_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right:10%;
    transition: all .5s;
    
}
.contact_right {
    display: flex;
    flex-direction: column;
    width: 40%;
    border: #f0f7eb solid 2px;
    border-radius: 10px;
    padding: 3rem 4rem;
    margin: 0rem auto;
    transition: all .5s;
}
.contact_right form {
    width: 100%;
}
.contact_right li {
    margin-bottom: 10px;
}
.contact_right li label {
    width:150px;
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 15px;
}
.contact_right input:focus {
    outline: none;
}
.more {
    width: 200px;
    line-height: 40px;
    clear: both;
}
.c_r_li{
    display: flex;
}
.sbt_2_contact {
    background: #b28778;
    font-size: 16px;
}
.create_contact {
    margin-top: 5rem;
}
.contact_info_left img{
    width: 150px;
}
/* terms-of-service */
.f20_gray {
    font-size: 20px;
    color: #b28778;
}
/* privacy-policy */
.s_ol_1 {
    padding-left:1.2rem ;
}
.s_ol_1 li{
    list-style: decimal;
    font-size: 16px;
}
.s_ol_2 {
    padding-left:1.5rem ;
}  
.s_ol_2 li{
    list-style: disc;
    font-size: 16px;
}

/*-------------------- input------------------------ */

/* join */
.s_form_001 input, textarea, select {
    background: #efefef;
    border: 1px solid #efefef;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    outline: none;
    padding: 3px;
}
/* change-pw / forgotPsw */
.ibox_forgotPsw input {
    background: #efefef00;
    border-bottom: 1px solid #efefef;
    border-top: none;
    border-left: none;
    border-right: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    padding: 3px;
}
/* coupon */
.coupon_box input {
    background: #efefef;
    border: 1px solid #efefef;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    outline: none;
}
/* contact */
.contact_right input,.contact_right textarea{
    border-bottom: 1px solid #efefef;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    padding: 3px;
    background: #efefef;
    width: 100%;
}
/* sustainable-education */
.sustainable_box {
    width: 1300px;
    max-width: 95%;
    margin:auto;
}
.sustainable_box_ul li img {
    width: 100%;
    /* max-height:200px; */
    border-radius: 0 20px;
    transition: .5s;
    opacity: .85;
}
.sustainable_box_ul li {
    display: inline-block;
    width: calc(25% - 12px);
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    transition: .5s;
    cursor: pointer;
    background: white;
    padding: 0 2px;
}
.sustainable_box_ul li a {
    height: 480px;
    padding: 10px;
    border: solid #a5a5a5 1px;
    transition: .5s;
}
.sustainable_box_ul li:hover img {
    opacity: .65;
}
.sustainable_box_ul li:hover h5 {
    color: rgb(100, 100, 100);
}
.sustainable_box_ul li:nth-child(4n){
    margin-right: 0;
}
.sustainable_box_ul li h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 10px 0;
}
.sustainable_box_ul li h5 {
    font-size: 16px;
    /* display: table-cell; */
    font-weight: 400;
    /* height: 4em; */
    line-height: 1.5em;
    padding: 10px 0 3px;
    letter-spacing: 2px;
}
.sustainable_box_ul li p {
    color: gray;
}
/* sustainable_d */
.sustainable_text {
    width: 900px;
    max-width: 100%;
    margin: auto;
}
.sustainable_box_ul.sustainable_d_box_ul li{
    display: inline-block;
    width: 100%;
}
.s_box img{
    width: 100%;
}
/* search */
.search_box{
    position: relative;
}
.s_id {
    display: block;
    z-index: 2000;
    position: absolute;
    top: -210px;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.ser_new span {
    font-size: 20px;
}
.ser_new.search {
    text-align: center;
}
/* event */
.event_ul li p {
    color: #bdbdbd;;
    font-size: 13px;
    word-wrap: break-word;
    line-height: 16px;
    margin-bottom: 10px;
}
.event_text {
    width: 100%;
    padding: 15px;
}
.event_text_h4 {
    /* height: 70px; */
    height: 170px;
    max-height: 100%;
}
.event_img img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: .5s;
    opacity: .85;
}
.event_img {
    overflow-y: hidden;
    max-width: 100%;
    max-height: 15vh;
}
.event_ul li a {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: solid #a5a5a5 1px;
}
.sustainable_box {
    width: 1300px;
    max-width: 95%;
    margin:auto;
}
.event_ul li {
    display: inline-block;
    width: calc(25% - 12px);
    height: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    transition: .5s;
    cursor: pointer;
    background: white;
    padding: 0 2px;
}
.event_ul li:hover .event_ul>li>a {
    color: initial;
}
.event_ul li:hover .event_img img{
    opacity: .65;
}
.event_ul li:nth-child(4n){
    margin-right: 0;
}
.event_ul li h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.event_ul li h5 {
    font-size: 16px;
    /* display: table-cell; */
    font-weight: 400;
    /* height: 4em; */
    line-height: 1.5em;
    padding: 10px 0 3px;
    letter-spacing: 2px;
}


.event.coupon_btn {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    height: 35px;
}
.over.coupon_btn {
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}
/* event_d */
.event_d_box  {
    width: 1300px;
    max-width: 100%;
    display: flex;
}
.event_ul_loop li{
    width: 100%;
}
.clearfix.event_d {
    line-height: 3rem;
    /*width: 70%;*/
    width: 100%;
}
.clearfix.event_d>p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 28px;
    color: #444;
    word-break: break-all;
    
}
.clearfix.event_d>span {
    margin-right: 10px;
    color: #b28778;
}
.slideUp.event_d>p>span,.slideUp.event_d>p>a>span {
    margin-right: 5px;
    color: #b28778;
}
.slideUp.event_d>p {
    font-size: 14px;
    word-break: break-all;
}
.clearfix.event_d h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.fixed.event_d h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    word-break: break-all;
}
.event_big_img img{
    width: 100%;
    height: 100%;
}
.event_big_img {
    overflow-y: hidden;
    max-width: 100%;
    max-height: 20vh;
}
.event_d.coupon_btn {
    margin-left: 0;
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
    width: 100%;
}
.event_d_box label {
    color: #b28778;
    font-weight: 500;
    letter-spacing: 4px;
}
.s_box.event_d {
    margin-top: 2rem;
    width: 100%;
}
.f30_black.bb1 {
    padding-bottom: 1rem;
}
.position.event_d {
    /* position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end; */
    width: 30%;
}
.event_d_info img{
    margin: 1rem 0;
    width: 800px;
    max-width: 100%;
}
.fixed.event_d {
    position: -webkit-sticky;
    position: sticky;
    top: 14vh;
    /* right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
    background: white;
    box-shadow: 0px 7px 10px #4444441c;
    margin: auto;
    margin-top: 1rem;
    margin-left: 5%;
    padding: 1.5rem;
    width: 250px;
    max-width: 100%;
    /* height: auto; */
    transition: .5s;
}
.fixed.event_d.active {
    /* position: fixed; */
}
/* .fixed.event_d.active {
    top: 30%;
} */
.slideUp.event_d {
    display: none;
    opacity: 0;
}
.fixed.event_d.active .slideUp.event_d{
    display: block;
    opacity: 1;
}
/* .event_d.coupon_btn {
    border-radius: 4.5px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #b28778;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 1px solid #b28778;
    line-height: 40px;
    margin-left: 10px;
    transition: .3s;
} */


@media screen and (max-width : 767px) {
 
    .cart_box ul li {
    display: inline-block;
    width: calc(100% - 10px);
    max-width: 95%;
    margin-right: 10px;
    }
}


.add_purchase_box .life-food-moneyfont{
    color: #c26060;
    text-decoration: line-through;

}


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

.infomation_area {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fcfcfc;
}



  
 
  
