@charset "utf-8";
/* vertical align */
.flist { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}
ul.flist {
	justify-content: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
/* horizontal align */
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
ul.equalHpart li {
	height: auto;
}
.main_top_pic {
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	height: 200px;
	position: relative;
}
.main_top_pic .page_title {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	height: 40px;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.arrowbtn {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
	color: #333;
	border: 1px solid #333;
	padding: 15px 10px;
	padding-right: 65px;
	transition: all 0.2s;
	background-color: rgba(255,255,255,.5);
}
.arrowbtn .swiper-button-next {
	position: absolute;
	display: block;
	right: 0;
	top: 40%;
    width: 65px;
    margin-right: 15px;
    display: block;
    transition: all 0.2s;
    margin-top: -5px;
    background-image: url(../web_images/files/F157709493574.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.arrowbtn:hover .swiper-button-next {
    transform: translateX(8px);
}
@media only screen and (min-width: 768px) {
	.arrowbtn {
		background-color: rgba(255,255,255,.2);
	}
}

.content-main {
	width: 100%;
	padding: 2.5em 0;
}
.red {
	color: #F15924;
}
.star_note {
	font-size: 0.8125rem;
	text-align: right;
}
.star {
	color: #F15924;
	padding: 0 5px;
	font-size: 1rem;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
hr {
	width: 98%;
	margin-left: 1%;
	height: 1px;
	background-color: #C6C6C6; 
}
.path {
	font-size: 13px;
	border-bottom: 1px solid #191919;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 30px auto;
}
.path * {
	color: #555;
}
.multilines {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section_title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}
.price_unit {
	position: relative;
	padding-left: 45px;
}
.price_unit:before {
	position: absolute;
	display: block;
	content: 'NT$ ';
	width: 45px;
	padding-right: 5px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.shop-txt {
	padding-left: 40px;
}
.shop-item {
	display: inline-block;
    padding: 1px 8px;
    background-color: #77bee0;
	color: #333;
	margin: 5px;
}
#store_info {
	padding-left: 40px;
    font-size: 16px;
    display: block;
    color: #e85252;
}
.page_area {
	display: block;
	text-align: center;
	margin: 40px 0 30px;
	clear: both;
}
.page_area.right {
	text-align: right;
}
.page_area li {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}
.page_area li a {
	font-size: 16px;
	color: #555;
	display: block;
	width: 100%;
}
.page_area li.active a {
	font-weight: bold;
	font-size: 18px;
}
/* button */
.buttoneffect {
	letter-spacing: 1px;
	border-radius: 10px;
	background-color: #fff;
	color: #F15924;
    line-height: 40px;
    height: 40px;
	font-size: 16px;
  	transition: .6s;
  	overflow: hidden;
  	border: 1px solid #7F7F7F;  
    text-align: center;
    position: relative;
    display: block;
    margin: 15px 0;
	width: 100%;
}
.buttoneffect.specific_size {
	width: 200px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}
.buttoneffect:focus {
	outline: 0;
}
.buttoneffect:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 60px;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .5;
	-webkit-filter: blur(30px);
	      filter: blur(30px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	      transform: translateX(-100px) skewX(-15deg);
}
.buttoneffect:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 100%;
	left: 30px;
	top: 0;
	opacity: 0;
	-webkit-filter: blur(5px);
	      filter: blur(5px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	      transform: translateX(-100px) skewX(-15deg);
}
.buttoneffect:hover {
	background: #338033;
	cursor: pointer;
	color: #fff;
}
.buttoneffect:hover:before {
	-webkit-transform: translateX(300px) skewX(-15deg);
	      transform: translateX(300px) skewX(-15deg);
	opacity: 0.6;
	transition: .7s;
}
.buttoneffect:hover:after {
	-webkit-transform: translateX(300px) skewX(-15deg);
	      transform: translateX(300px) skewX(-15deg);
	opacity: 1;
	transition: .7s;
}
.buttoneffect.orange {
	background: #F15924;
	border: 1px solid #F15924;
	color: #fff;
}
.buttoneffect.gray {
	background: #7F7F7F;
	border: 1px solid #7F7F7F;
	color: #fff;
}
.buttoneffect.linebtn {
	background-color: #00B300;
	color: #fff;
	border: 1px solid #00B300;
}
.buttoneffect.linebtn img {
	width: 28px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px;
}
/*            */
/*   index   */
/*          */
.index-main {
	width: 100%;
	padding: 0;
}
.index-main h2.basic-title {
	font-size: 24px;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
}
.index-main h2.basic-title span {
	font-size: 15px;
	color: #7f7f7f;
	display: block;
	line-height: 18px;
	letter-spacing: 0px;
}
.main_about_edit_display {
	width: 100%;
	margin: 0;
}
.main_display_responsive {
	margin-top: 30px;
}
.main_display_responsive .slick-slide a {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
.main_display_responsive .slick-slide a h3 {
	font-weight: normal;
	font-size: 15px;
	margin: 5px 0;
	height: 60px;
	color: #333;
}
.main_display_responsive .slick-slide a img {
	width: 100%;
}
/* Dots */
.main_display_responsive .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.main_display_responsive .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main_display_responsive .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.main_display_responsive .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main_display_responsive .slick-dots li button:hover,
.main_display_responsive .slick-dots li button:focus {
    outline: none;
}
.main_display_responsive .slick-dots li button:hover:before,
.main_display_responsive .slick-dots li button:focus:before {
    opacity: 1;
}
.main_display_responsive .slick-dots li button:before {
    content: "\f21b";
    font-family: "Ionicons";
    font-size: 2.5rem; 
    /*font-family: 'slick';
    content: '•';*/
	font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main_display_responsive .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* news_style 1 */
.main_news_display {
	width: 100%;
	margin-top: 30px;
}
.main_news_display li {
	width: 50%;
	display: block;
	float: left;
	padding: 1em;
}
.main_news_display li a {
	position: relative;
	display: block;
	color: #fff;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 64%;
}
.main_news_display li img {
	display: block;
	width: 100%;
}
.main_news_display li h4 {
    position: absolute;
    width: 75%;
    height: 100px;
    margin: auto 12.5%;
    left: 0;
    top: 50%;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: normal;
    transform: translate(0,-50%);
    text-align: center;
    text-shadow: 2px 2px 2px rgba(33, 33, 33, 1);
}
.main_news_display li h4 span {
	display: block;
	margin-bottom: 20px;
}
.main_news_display li:nth-child(3),
.main_news_display li:nth-child(4) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
/* news_style_2 */
.main_newsTxt_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85.185%;
    margin: auto;
    padding-top: 65px;
    padding-bottom: 50px;
    position: relative;	
}
.main_newsTxt_display h2 {
	white-space: nowrap;
	text-align: left;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 18px 0;
}
/*.main_newsTxt_display h2 span {
	font-size: 15px;
    color: #7f7f7f;
    display: block;
    line-height: 18px;
    letter-spacing: 0px;
}*/
.moreButton {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
}
.moreButton a {
    display: block;
    position: relative;
    padding: 0 0 5px 10px;
    font-size: 15px;
    border-bottom: solid 1px #ccc;
    color: #4d4d4d;
    line-height: 26px;
}
.moreButton a:after {
    position: absolute;
    top: 4px;
    right: 0;
    content: "\f125";
    font-family: "Ionicons";
    font-size: 5px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.moreButton.mobile__only {
	display: none;
}
.moreButton.pc__only {
	display: block;
}
.main_newsTxt_display .section__left {
    position: relative;
    -ms-flex-preferred-size: 475px;
    flex-basis: 30%;
    /*height: 365px;*/
}
.main_newsTxt_display .section__right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main_newsTxt_display .newsContent {
    padding: 34px 5px 35px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 1rem;
}
.main_newsTxt_display .newsContent ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
}
.main_newsTxt_display .newsContent ul li:nth-child(n+2) {
    margin-top: 34px;
}
.newsContent ul li .date {
    color: #999;
    font-size: 15px;
    width: 140px;
}
.newsContent ul li .date:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 110px;
    width: 20px;
    border-bottom: solid 1px #ccc;
}
.newsContent ul li .txt {
    position: relative;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 60px;
    z-index: 0;
    font-size: 1rem;
    width: 98%;
}
.newsContent ul li .txt a {
    color: #4d4d4d;
    -webkit-transition: color .2s;
    transition: color .2s;
}
@media screen and (min-width: 768px){
	.moreButton a:hover {
	    color: #096;
	}
	.moreButton a:hover {
        color: #096
    }
    .moreButton a:hover:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
	.newsContent ul li .txt a:hover {
	    color: #096;
	}
}

/* -------------- */
/*    page    */
/*           */
/*   news   */
.news_title {
	font-size: 1rem;
	/*font-weight: normal;*/
	letter-spacing: 1px;
	margin: 30px 10px;
}
.news_title .time {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 16px;
	margin-right: 20px;
}
.news_part_all {
	width: 96%;
	max-width: 1440px;
	margin: auto;
}
.news_part1 {
	width: 48%;
	margin: 1% 2% 1% 0;
	float: left;
}
.news_part2 {
	width: 48%;
	margin: 1% 0 1% 2%;
	float: right;
	background-color: #f1f1f1;
	padding: 1.5em;
	position: relative;
}
.news_part3 {
	width: 48%;
	margin: 1% 2% 1% 0;
	clear: left;
}
.news_part2:before {
	content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 0;
    height: 0;
	border: 0 solid transparent;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #f1f1f1;
}
.news_part2 .edit {
	line-height: 26px; 
}
.news_part2 section {
	background-color: transparent;
}
.news_list {
	margin-top: 30px;
}
.news_list li {
	margin: 20px 0;
}
.news_list li a {
	display: block;
	color: #333;
	position: relative;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list li a .more {
	font-size: 12px;
	display: block;
	position: absolute;
	right:0;
	top: 8px;
}
/*   contact   */
.contact_info {
    position: relative;
}
.qrcode_img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
}
.qrcode_img img {
	width: 100%;
}
.contact_info.inputtable ul li {
	margin: 8px 0;
}
.contact_info ul li a {
	color: #555;
}
.map_detail {
	margin: 40px auto 20px;
	width: 90%;
}
/* about article */
.pure_edit {
	margin: 40px auto;
	width: 96%;
}
.article_list {
	margin: 0 auto;
	width: 96%;
}
.article_list li {
	margin: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.article_list li a {
	display: block;
	color: #333;
	position: relative;
	padding-bottom: 5px;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.article_list li a .more {
	font-size: 12px;
	display: block;
	position: absolute;
	right:0;
	top: 8px;
}
/* qa */
ul.qa_list {
	width: 96%;
	margin: 50px auto 80px;
}
ul.qa_list li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #aaa;
}
ul.qa_list li:last-of-type {
    padding-bottom: 0;
}
ul.qa_list li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 6px;
    width: 0;
    letter-spacing: -6px;
}
ul.qa_list li i:before, ul.qa_list li i:after {
    content: "";
    position: absolute;
    background-color: #666;
    width: 3px;
    height: 9px;
}
ul.qa_list li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}
ul.qa_list li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}
ul.qa_list li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
ul.qa_list li input[type=checkbox]:checked ~ .aBox {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
ul.qa_list li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}
ul.qa_list li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}
ul.qa_list .aBox {
    position: relative;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}
ul.qa_list .qBox {
    position: relative;
    padding: 10px 6px;
    padding-left: 45px;
}
ul.qa_list .aBox {
    position: relative;
    margin: 10px 0;
    padding-left: 45px;
}
ul.qa_list .qBox .number {
	position: absolute;
	left: 4px;
	top: 10px;
	display: block;
	width: 30px;
	font-weight: bold;
	font-size: 1.125rem;
    font-weight: bold;
    color: #333;
}
ul.qa_list .aBox .number {
	position: absolute;
	left: 4px;
	top: 0;
	display: block;
	width: 30px;
	font-weight: bold;
	font-size: 1.125rem;
    font-weight: bold;
    color: #333;
}
ul.qa_list .qBox .number small,
ul.qa_list .aBox .number small {
	font-size: .8rem;
	letter-spacing: -1px;
}
ul.qa_list .aBox ol {
    padding-left: 25px;
    line-height: 2;
    margin-bottom: 10px;
}
ul.qa_list .aBox ol li {
    padding: 0px;
    /*margin: 5px 0;*/
    border: none;
    list-style-type: decimal;
}
.transition, .qa_list .aBox, ul.qa_list li i:before, ul.qa_list li i:after {
  transition: all 0.25s ease-in-out;
}
.flipIn, ul.qa_list li {
  animation: flipdown 0.5s ease both;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {opacity: 1;}
  80% {transform: rotateX(8deg);}
  83% {transform: rotateX(6deg);}
  92% {transform: rotateX(-3deg);}
  100% {
  	transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* site map */
.siteMap {
	max-width: 1024px;
	margin: 40px auto; 
	columns: 220px;
	column-gap: 1em; 
}
.siteMap .box {
	margin:  0 0.5rem 1rem 0.5rem;
	padding:  1rem;
	width:  100%; 
	background:  #efefef;
	
	break-inside: avoid-column;
}
.siteMap .box a {
	color: #555;
}
.siteMap .box h2 {
	font-size: 1.25rem;
}
.siteMap .box > ul {
	border-top: 1px dotted #555;
	margin-top: 10px;
	padding-top: 10px;
}
.siteMap .box ul li {
	padding: 5px;
	padding-left: 15px;
	position: relative;
}
.siteMap .box ul li li {
	padding-left: 25px;
	font-size: 0.875rem
}
.siteMap .box ul li:before ,
.siteMap .box ul li li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 7px;
	font-family: "Ionicons";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.siteMap .box ul li:before {content: "\f3d1";}
.siteMap .box ul li li:before {content: "\f462";}


/* --------------- */
/*      news      */
/*               */
/*     index    */
/*             */
.newsTxt_display {
	width: 85%;
	margin: 50px auto;
}
.newsTxt_display .newsContent {
    padding: 34px 5px 35px;
    width: 80%;
    max-width: 860px;
    margin: auto;
}
.newsTxt_display .newsContent ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
}
.newsTxt_display .newsContent ul li:nth-child(n+2) {
    margin-top: 34px;
}
.newsTxt_display h2 {
	width: 95%;
	margin: auto;
	padding: 8px;
}
.newsTxt_display h2 span {
	color: #999;
	font-size: .8rem;
	display: block;
	/*margin-top: 30px;*/
	margin-bottom: 15px;
}
.backlist {
	display: block;
    width: 200px;
}
.backlist a {
    display: block;
    position: relative;
    padding: 0 0 5px 60px;
    font-size: 14px;
    border-bottom: solid 1px #ccc;
    color: #4d4d4d;
    line-height: 26px;
}
.backlist a:after {
    position: absolute;
    top: 4px;
    left: 0;
    content: "\f3d2";
    font-family: "Ionicons";
    font-size: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.newsContentB {
	position: relative;
	max-width: 1200px;
	padding: 34px 5px 35px;
	margin: auto;
}
.newspicItem {
	width: 96%;
	margin: auto;
}
.newspicItem li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.newspicItem li .newspicItem-pic {
	width: 100%;
	max-width: 450px;
	min-height: 250px;
	margin: auto;
	background-image: url(../images/demonews_picbg.jpg);
	background-position: center;
	background-color: #ddd;
	background-repeat: no-repeat;
}
.newspicItem li .newspicItem-txt {
	width: 100%;
	max-width: 480px;
	margin: auto;
	padding: 2vw;
}
.newspicItem li .newspicItem-txt .date {
	color: #999;
    font-size: 15px;
}
.newspicItem li .newspicItem-txt a {
	color: #333;
}
@media screen and (min-width: 768px){
	.backlist a:hover {
	    color: #096;
	}
	.backlist a:hover {
        color: #096
    }
    .backlist a:hover:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .newspicItem li .newspicItem-pic {
		width: 45%;
	}
	.newspicItem li .newspicItem-txt {
		width: 55%;
		max-width: initial;
	}
}



/* --------------- */
/*    products    */
/*               */
/*     index    */
/*             */
.products_list {
	margin-top: 30px;
}
.products_list li {
	/*display: block;
	float: left;
	width: 25%;*/
	margin: 0 0 30px 0;
	overflow: hidden;
}
/* ↓ same height */
.products_list { 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap; 
	overflow: hidden;
}
.products_list .column { 
	width: calc(100% / 3 - 5px); 
	float: left; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
/* ↑ same height */
.products_list li a {
	display: block;
	padding: 10px;
	padding-top: 0;
	max-width: 300px;
	color: #333;
}
.products_list li a img {
	width: 100%;
	max-height: 300px;
	min-height: 240px;
	display: block;
}
.products_list li a h3 {
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	line-height: 25px;
}
.products_list .original_price, 
.products_list .sale_price {
	width: 100%;
	display:block;
}
.products_list .original_price {
	color: #999;
	text-decoration: line-through;
	line-height: 16px;
}
.products_list .sale_price {
	color: #F15924;
	font-size: 20px;
	font-weight: 600;
}
/* product info */
.product_name {
	margin-bottom: 20px;
	font-size: 24px;
	width: 100%;
}
.product_info_detail {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.product_info_detail .info_left {
	width: 50%;
	height: auto;
	padding: 20px;
	padding-top: 0;
	padding-left: 0;
}
.product_info_detail .info_right {
	width: 50%;
	height: auto;
	padding: 20px;
	padding-top: 0;
}
.product_info_detail .info_left .slick-slide.slick-active img {
	width: 100%;
}
.product_info_detail .info_right .detail {
	width: 100%;
	display: block;
}
.product_info_detail .info_right .situation {
	width: 100%;
	display: block;
	max-width: 360px;
}
.info_right li { 
	margin-top: 10px;
	margin-bottom:35px;
	line-height: 26px;
}
.info_right .detail li {
	width: 100%;
	display: block;
	padding-left: 85px;
}
.info_right .detail li.red {
	padding-left: 0;
}
.info_right .detail li.txt_many {
	min-height: 200px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.info_right .detail li.bdbottom {
	border-bottom: 1px solid #777;
}
.info_right .detail li .cell_title{
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 80px;
	margin-left: -90px;
}
.info_right .detail li .cell_txt {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.info_right .original_price, 
.info_right .sale_price {
	display: block;
	width: 100%;
}
.info_right .original_price {
	color: #999;
	text-decoration: line-through;
	line-height: 16px;
}
.info_right .sale_price {
	color: #F15924;
	font-size: 22px;
	font-weight: 600;
}
@media only screen and (max-width: 1200px) and (min-width: 886px) {
	.product_info_detail {
		max-width: 750px;
	}
	.info_right .detail li {
		width: 95%;
	}
	.info_right .detail li.txt_many {
		min-height: initial;
		margin-bottom: 15px;
	}
/*	.info_right .detail li:first-child {
		padding-bottom: 10px;
	}*/
	.info_right li {
		margin-bottom: 25px;
	}
}
.noteP {
	background-color: #C0262C;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 0 5px;
}
.goods-limit {
    margin: 10px auto 0;
    height: 20px;
    position: relative;
}
.goods-limit-tips {
    position: absolute;
    left: 0;
    top: -39px;
    width: 120px;
    height: 25px;
    font: normal 12px/25px Arial;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
}
.process-bar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84%;
    background: #ddd;
    height: 6px;
    border-radius: 10px;
}
.process-inner {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #FAAF3A;
    width: 0;
    height: 6px;
    border-radius: 10px;
}
.process-percent {
	position: absolute;
	margin-top: -16px;
	color: #FAAF3A;
	right: 0;
	top: 0;
}
.ask_product {
	border: 1px solid #7F7F7F;
	background-color: #fff;
	line-height: 40px;
	height: 40px;
	margin: 15px 0;
	border-radius: 10px;
	text-align: center;
	display: block;
	color: #333;
}
.product_btn_area {
	clear: both;
}
/* radio */
.radio-btn {
	margin: 3px;
	display: inline-block;
 	text-align: center;
	cursor: pointer;
}
.radio-btn input[type=radio] {
	visibility: hidden;
	width: 0;
	margin: 0;
	line-height: 16px;
	transition: all 0.2s ease;
}
.radio-btn input[type=radio] + span {
	background-color: #fff;
	border: 1px solid #899889;
	padding: 2px 10px;
}
.radio-btn input[type=radio]:checked + span {
	background-color: #FAAF3A;
}
/* choice number */
.numberToAdd {
	width: 120px;
	height: 30px;
	margin-bottom: 15px;
	position: relative;
}
.numberToAdd select {
	border: 1px solid #6B6B6B;
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}
.minus , .plus {
	cursor: pointer;
	position: absolute;
	font-size: 13px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	transition: all .5s ease;
}
.minus:hover ,.plus:hover {
	background: #ccc;
}
.minus {
	border-right: 1px solid #6B6B6B;
}
.plus {
  	right: 0;
  	border-left: 1px solid #6B6B6B;
}
.addNum {
	position: relative;
	/*left: 40px;*/
	width: 58px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #404040;
	border: none;
	margin: auto;
    display: block;
}
/* product_slider */
.slider-product_thumbnail {
	margin-top: 10px;
}
.slider-product_thumbnail .slick-slide {
	padding: 10px;
}
.slider-product_thumbnail img {
	width: 100%
}
.slider-product_thumbnail .slick-prev,
.slider-product_thumbnail .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider-product_thumbnail .slick-next {
	right: 0;
}
.slider-product_thumbnail .slick-prev:hover:before,
.slider-product_thumbnail .slick-prev:focus:before,
.slider-product_thumbnail .slick-next:hover:before,
.slider-product_thumbnail .slick-next:focus:before {
    opacity: 1;
}
.slider-product_thumbnail .slick-prev:before,
.slider-product_thumbnail .slick-next:before {
    font-family: "Ionicons";
  	font-size: 2rem; 
    line-height: 1;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
.slider-product_thumbnail .slick-next:before {
    content: "\f125";
}
.slider-product_thumbnail .slick-prev:before {
    content: '\f124';
}

/* -------------- */
/*     works     */
/*              */
/*     index   */
/*            */
.album-title {
	font-size: 1.3rem;
	color: #333;
	margin: 50px auto;
	padding-left: 25px;
	border-left: 7px solid #609A89;
	max-width: 1200px;
	width: 95%;
}
.works_list {
	max-width: 1200px;
	margin: 2vw auto 4vw;
}
.works_list li {
	/*display: block;
	float: left;
	width: 25%;*/
	margin: 10px 0 20px 0;
	overflow: hidden;
	position: relative;
}
.works_list.w_overlay li {
	padding-bottom: 80px;
}
/* ↓ same height */
.works_list { 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap; 
	overflow: hidden;
}
.works_list .column { 
	width: calc(100% / 3 - 10px); 
	float: left; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
/* ↑ same height */
.works_list li a {
	display: block;
	padding: 10px;
	/*max-width: 400px;*/
	margin: auto;
	width: 96%;
	height: 0;
	padding-top: 100%;
	color: #333;
	position: relative;
}
.works_list li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.works_list li h3 {
    position: absolute;
    color: #252323;
    width: 100%;
    height: 80px;
    padding: 10px;
    margin: 15px 0 0 0;
    left: 0;
    bottom: 0;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: normal;
}
#cboxTitle ,#cboxContent{
	font-size: 12px;
}
.albums_bottom {
	margin: 60px auto;
	max-width: 1200px;
}
.albums_bottom .other_main_title {
	position: relative;
	width: 95%;
	height: 90px;
	margin: auto;
	color: #444;
	text-align: center;
	overflow: hidden;
}
.albums_bottom .other_main_title:before, .albums_bottom .other_main_title:after {
	position: absolute;
	content: '';
	display: block;
	width: calc(50% - 100px);
	height: 1px;
	bottom: 0;
	background-color: #444;
}
.albums_bottom .other_main_title:before {
	left: 0;
}
.albums_bottom .other_main_title:after {
	right: 0;
}
.albums_bottom .other_main_title span {
	display: block;
	width: 200px;
	height: 200px;
	padding-top: 55px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin: auto;
	border-radius: 100px;
	border: 1px solid #444;
}
ul.equalHpart.other_albums {
	margin: 30px auto;
	justify-content: normal;
}
.other_albums li {
	width: auto;
	padding: 10px;
}
.other_albums li a {
	position: relative;
	display: block;
	padding: 10px;
	padding-right: 40px;
	background-color: #609A89;
	color: #fff;
}
.other_albums li a .anima-arrow {
    position: absolute;
    display: block;
    right: 10px;
    height: 19px;
    font-size: 40px;
    overflow: hidden;
    top: 20%;
    transition: .4s;
}
.other_albums li a .anima-arrow * {
	width: 26px;
}
@media only screen and (min-width: 568px) {
	.other_albums li {
		width: 50%;
	}
	@media only screen and (min-width: 768px) {
		.other_albums li {
			width: 33.3333%;
		}	
		.other_albums li a {
			padding-right: 45px;
		}
		.other_albums li a:hover .anima-arrow {
			right: 5px;
		}
		.other_albums li a .anima-arrow * {
			width: 35px;
		}
	}
}

/* cart */
.total_price_area {
	margin: 30px 0;
	padding: 15px;
	text-align: right; 
}
.total_price_area li {
	margin: 5px 0;
}
.total_price_area .price_unit {
	display: inline-block;
	width: 90px;
}
.total_price_area .total .price_unit {
	color: #F15924;
	font-size: 30px;
	font-weight: bold;
	padding-left: 80px;
	width: 170px;
}
.total_price_area .total .price_unit:before {
	width: 80px;
}
.note_info, .recipient_choice {
	float: right;
	width: 50%;
}
.note_info p {
	padding: 20px 0 20px 20px;
	line-height: 1.5rem;
}
.recipient_info {
	clear: both;
	padding: 20px 0 20px 20px;
}
.recipient_info.inputtable ul {
	margin: 0;
}
.recipient_info_contact {
	display: none;
}
.smallLink {
	display: block;
	margin: 10px 0;
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}
.remark, .payment_choice {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 50%;
	float: left;
}
.payment_choice p {
	position: relative;
	background-color: #e5e5e5;
	line-height: 28px;
	padding: 20px 25px;
	margin-top: 10px;
	margin-left: 43px;
	letter-spacing: 1px;
	max-width: 330px;
}
.payment_choice p:before {
    display: block;
    position: absolute;
    content: '';
    top: -8px;
    left: 40px;
    width: 16px; 
    height: 8px; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e5e5;
}
.cart_checkinfo .recipient_choice{
	width: 50%;
	float: left;
	margin-top: 40px;
}
.cart_checkinfo  .recipient_choice .recipient_info {
	display: block;
}
.cart_checkinfo .payment_choice {
	clear: left;
}
.cart_checkinfo .payment_choice p {
	margin-left: 0;
}
.cart_checkinfo .total_price_area {
	width: 50%;
	float: left;
}
.cart_checkinfo .page_area.right {
	width: 50%;
	float: right;
/*	margin: 0;*/
}
.simple_notice {
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: 80px auto 30px;
}
.svgimg {
	display: block;
	width: 30%;
	float: left;
		padding: 10px;
}
.note_txt {
	display: block;
	width: 70%;
	float: left;
	padding: 10px;
}
.note_txt h5 {
	font-size: 1.375rem;
}
.note_txt p {
	line-height: 38px;
	margin: 15px 0;
}

/* -------------- */
/*     member    */
/*              */
/*    record    */
/*              */
.record_order {
	margin: 50px auto;
	width: 96%;
	display: block;
	color: #191919;
}
.record_order h4 {
	font-size: 1.25rem;
	color: #F15924;
	margin-bottom: 10px;
}
.record_order h5 {
	width: 31%;
	display: inline-block;
	margin: 10px 2px;
	font-size: 1rem;
}
.record_order h5 span {
	font-size: 0.8125rem;
}
.record_order h5 +h6 {
	margin-top: 20px;
}
.record_order h6 {
	margin: 4px 2px;
	font-size: 1rem;
}
.record_order h6 span {
	font-size: 0.8125rem;
}
.record_order h5 a {
	color: #adaaaa;
}
.record_order li {
	border: 1px solid #191919;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 40px;
}
.cart_part_a {
	width: 66.66%;
	float: left;
	padding-right: 2%;
	margin-top: 30px;
}
.cart_part_b {
	width: 33.33%;
	float: left;
	padding-left: 2%;
	margin-top: 30px;
}
.cart_part_b ul.cart_outline {
	width: 100%;
}
.cart_part_b ul li {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.cart_part_b .total_price_area .total .price_unit {
	font-size: 1.25rem;
}
.normal_table td .product_size {
	color: #b7b7b7;
    display: block;
    margin-top: 5px;
}
.total_price_area.cart_outline {
	margin-bottom: 0;
}
/* login add */
.join_soon {
	display: none;
}
.round_title {
	width: 155px;
	height: 155px;
	border-radius: 100%;
	background-color: #cbcbcb;
	margin: 30px auto;
	font-size: 1.125rem;
	line-height: 1.825rem;
	text-align: center;
	padding: 55px 0;
	letter-spacing: 1px;
}
.round_title span {
	font-size: 0.75rem;
	display: block;
	line-height: 0.775rem;
	color: #fff;
	font-weight: normal;
}
.half_input_form {
	width: 50%;
	float: left;
	padding: 1em;
	margin-top: 40px;
	margin-bottom: 40px;
}
.single_input_form {
	width: 100%;
	padding: 1em;
	margin-top: 40px;
	margin-bottom: 40px;
}
.sec_partLone {
	border-left: 1px solid #777;
	margin-left: -1px;
}
.inputtable {
	width: 100%;
}
.inputtable ul {
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.must_check {
	width: 100%;
    max-width: 500px;
    margin: 30px auto;
    color: #555;
    font-size: 0.874rem;
}
.must_check a {
	color: #555;
	text-decoration: underline;
}
.inputtable ul + .page_area p {
	margin-top: 40px;
}
.basic_padding_btn {
	border: 1px solid #7F7F7F;
    background-color: #fff;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    margin: 5px 10px 0 0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #7f7f7f;
    font-size: 0.874rem;
}
/* myPage */
.funtion_choice ul {
	text-align: center;
	width: 90%;
	margin: auto;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.funtion_choice li {
	display: inline-block;
	width: 16%;
}
/* wishlist */
.quick_select_note {
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    width: 95%;
    margin: auto;
    max-width: 1400px;
}
.wishList {
    width: 95%;
    margin: auto;
    max-width: 1400px;
}
.formstyle.quick_select_note label {
	margin-left: 10px;
	margin-right: 10px;
}
.quick_select {
    float: left;
    width: 60px;
}
.formstyle .quick_select label {margin-left: 5px;}
/* address editInfo*/
.formstyle ul.address_detail.margtop {
	width: 96%;
	margin: 40px auto;
	display: block;
}
.address_list {
	width: 96%;
	margin: 40px auto;
	display: inline-block;
}
.address_list li {
	border-bottom: 1px dotted #d2d2d2;
	margin: 20px auto;
	width: 90%;
	padding: 10px;
	position: relative;
}
.order {
	display: block;
	float: left;
	width: 70px;
    height: 35px;
    color: #eb7d28;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}
.delete_address {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	background-color: #7f7f7f;
	color: #fff;
	text-align: center;
	width: 100px;
	line-height: 35px;
	height: 35px;
	border-radius: 5px;
	margin-top: 10px;
}
.formstyle ul.address_detail {
	padding-left: 100px;
	width: 90%;
	margin: 0 0 20px 10%;
}
.address_detail li {
	border: none;
	width: 100%;
	padding: 0;
	padding-left: 100px;
	margin: 10px 0;
}
.add_address {
	background: #F15924;
    color: #fff;
    display: block;
	margin: 20px auto;
	text-align: center;
	width: 100px;
	line-height: 35px;
	height: 35px;
	border-radius: 5px;
	margin-top: 10px;
}


@media only screen and (max-width: 1154px) and (min-width: 768px) {
	.funtion_choice li {
		width: 24.5%;
	}
}
.funtion_choice li a {
	display: block;
	color: #333;
}
.recheck {
	clear: both;
	padding: 0 10px;
}
.recheck .table01 {
	width: 160px;
	margin-left: 40px;
}


@media only screen and (max-width: 1000px) {
	.products_list li a img {
		min-height: 200px;
	}
	@media only screen and (max-width: 935px) {
		/* index */
		.main_newsTxt_display {
			display: block;
			width: 90%;
			padding-top: 35px;
			margin-bottom: 60px;
		}
		.main_newsTxt_display .section__left {
			flex-basis: auto;
    		height: auto;
		}
		.moreButton.pc__only {
			display: none;
		}
		.moreButton.mobile__only {
			display: block;
			margin-left: 20px;
		}

		/* news */
		.newsTxt_display {
		    width: 100%;
		    margin: 20px auto;
		}
		.newsTxt_display .newsContent {
		    width: 100%;
		}
		.newsContent ul li .date {
			font-size: 14px;
		}
		.newsContent ul li .date:after {
    		left: 100px;
		}
	
		/* products */
		.product_info_detail {
			padding-left: 0;
		}
		.product_info_detail .info_left {
			display: block;
			margin-left: 0;
			width: 100%;
			padding: 20px;
		}
		.product_info_detail .info_right {
			width: 100%;
			padding: 20px;
		}
		.info_right .detail li.txt_many {
			min-height: initial;
			padding-bottom: 25px;
		}
		/* member */
		.record_order h5 {
			width: 99%;
			margin: 2px;
		}
		.half_input_form {
		    width: 100%;
		    float: none;
		}
		.sec_partLone {
		    border-top: 1px solid #777;
		    border-left: none;
		    margin-left: 0;
		}

		@media only screen and (max-width: 768px) {
			/* index page */
			/* banner */
			.slider h3 {
		    	font-size: 24px;
		    	line-height: 32px;
		    	margin: 20px 0;
			}
			.slider h5 {
		    	font-size: 18px;
		    	line-height: 25px;
		    	margin: 0;
			}
			.index-main ,.content-main {
				padding: 1.5em .5em;
			}
			.main_news_display li {
		    	width: 100%;
		    	padding: .5em;
			}
			
			/* page */
			/* news */
			.news_part1,.news_part2,.news_part3 {
				width: 98%;
				margin: 30px 1% 1%;
				float: none;
			}
			.news_part2:before {
		    	left: 20px;
		    	top: -20px;
		    	border-top-width: 0;
				border-bottom-width: 20px;
				border-left-width: 20px;
				border-right-width: 20px;
				border-bottom-style: solid;
				border-bottom-color: #f1f1f1;
		    	border-right-color: transparent; 
			}
			.news_title .time {
				display: block;
			}
			.news_list li .time {
			    margin-bottom: 5px;
			    margin-right: 0;
			}
			.news_list li .more {
				margin-top: 25px;
			}


			/* products */
			/* index */
			.products_list .column   { 
				width: calc(100% / 3 - 5px); 
			}
			.products_list li a img {
				min-height: 180px;
			}
			.products_list li a {
				padding: 5px;
			}


			/* works */
			.works_list .column { 
				width: calc(100% / 2 - 5px); 
			}


			/* cart */
			.note_info, .recipient_choice, .cart_box {
				width: 96%;
				margin-right: auto;
				margin-left: auto;
			}
			.remark, .payment_choice {
				width: 96%;
				margin-right: auto;
				margin-left: auto;
				float: none;
			}
			.cart_checkinfo .recipient_choice {
				width: 96%;
				margin-right: auto;
				margin-left: auto;
				float: none;
			}
			.cart_checkinfo .remark p {
				margin: 20px 0 20px 20px;
			}
			.cart_checkinfo .page_area.right,
			.cart_checkinfo .total_price_area {
				width: 100%;
				clear: both;
			}
			.buttoneffect.specific_size {
				margin: 5px 0;
			}

			/* member */
			.cart_part_a {
				width: 100%;
				float: none;
				padding-right: 2%;
				padding-left: 2%;
				margin-top: 30px;
			}
			.cart_part_b {
				width: 100%;
				float: none;
				padding-right: 2%;
				padding-left: 2%;
				margin-top: 30px;
			}
			.formstyle .inputtable ul li {
				padding-left: 0;
			}
			.formstyle .inputtable .form_title {
				margin-left: 0;
			}
			.funtion_choice ul {
				width: 100%;
			}
			.funtion_choice li {
				width: 32%;
			}
			.responsive_table.wishList .cart_name {
			    min-height: 150px;
			}
			.quick_select {
			    float: none;
			}
			.order {
				position: absolute;
				left: 0;
				top: 0;
			}

			.formstyle ul.address_list li {
			    margin: 10px 0;
			    padding-left: 0;
			}
			.formstyle ul.address_detail {
			    padding-left: 100px;
			    width: 100%;
			    margin: 50px 0 20px 20px;
			}
			.formstyle .add_new ul.address_detail {
				margin-top: 20px;
				padding-left: 0;
			}
			.formstyle ul.address_detail.margtop {
			    padding-left: 0px;
			}
/*			.formstyle ul.address_list li {
				padding-left: 0;
			}
			.formstyle ul.address_detail {
				clear: both;
				padding: 20px 0 20px 20px;
				margin: 0;
				width: 100%;
			}*/

			@media only screen and (max-width: 540px) {
				.buttoneffect.specific_size {
					width: 95%;
					margin: 5px auto;
					font-size: 14px;
				}

				/* page */

				/* products */
				/* index */
				.products_list .column   { 
					width: calc(100% / 2 - 5px); 
				}
				.products_list li a img {
					min-height: 180px;
				}
				/* info*/
				.product_info_detail .info_right .situation,
				.product_info_detail .info_right .detail {
					width: 100%;
					margin: 0;
				}
				.process-percent {
					margin-top: 0;
				}


				/* works */
				.works_list .column { 
					width: calc(100% / 1 - 5px); 
				}
				.works_list li a {
					margin: auto;
				}


				/* member */
				.join_soon {
					color: #555;
					font-size: 0.875rem;
					display: block;
					width: 90%;
				    margin: auto;
				    padding-left: 5px;
				}
				.join_soon span {
					display: inline-block;
					width: auto;
					padding: 5px 15px;
					color: #fff;
					background: #eb7d28;
					margin-top: 20px;
					margin-left: 5px;
				}
				.round_title {
					width: 120px;
					height: 120px;
					padding: 40px 0;
					margin: 15px auto;
				}
				.funtion_choice li {
					width: 49%;
				}
				.recheck .table01 {
					width: 140px;
					margin-left: 20px;
				}
				.notice_list {
					width: 100%;
				}
				.notice_list li {
					padding-left: 40px;
					font-size: 0.875rem;
				}
				.notice_list li span {
					width: 40px;
					margin-left: -40px;
					font-size: 26px;
				}
			} /* 540 */
		} /* 768 */
	} /* 886 */
} /* 1000 