section {position: relative;padding: 6vw 0;}
section >.bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; opacity: .3; }
section >.info {position: relative;font-size: 0;z-index: 2;}
section .titbox .title { font-style: unset; font-family: "Poppins",serif; font-size: 60px; text-transform: uppercase; display: block; line-height: 1; color: #c1b399; font-weight: 500; }
section .more_btn { width: 120px; }
section .more_btn a { display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgb(46 46 46); padding-bottom: 5px; position: relative; transition: transform .25s ease,color .25s ease; will-change: transform; }
section .more_btn a font { font-family: "Poppins",serif; letter-spacing: 1px; font-size: 13px; transition: transform .28s ease,opacity .28s ease; will-change: transform; }
section .more_btn a svg { width: 18px; height: 18px; fill: #2f2f2f; transition: transform .28s ease,opacity .28s ease; will-change: transform; }

/* 底線滑動：用偽元素做第二條線（動畫線） */
section .more_btn a::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%; background: rgb(46 46 46); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }

/* Hover 狀態 */
section .more_btn a:hover { transform: translateY(-1px); }
section .more_btn a:hover::after { transform: scaleX(1); }
section .more_btn a:hover font { transform: translateX(2px); }
section .more_btn a:hover svg { transform: translateX(20px) rotate(0deg); opacity: .95; }

/* 鍵盤可用性：focus 也有同樣效果 */
section .more_btn a:focus-visible { outline: none; }
section .more_btn a:focus-visible::after { transform: scaleX(1); }
section .more_btn a:focus-visible font { transform: translateX(2px); }
section .more_btn a:focus-visible svg { transform: translateX(6px) rotate(-8deg); }
section .titbox .title {   }
section .titbox .subTitle { color: #bcbcbc; font-size: 22px; letter-spacing: 4px; margin-bottom: 20px; }

/* newsBox */
#newsBox { margin: -85px auto 0; padding: 0; width: 1280px; z-index: 110; }
#newsBox .info { padding: 30px 60px; display: flex; align-items: center; gap: 5px 3%; }
#newsBox .info .tit { width: 5em; }
#newsBox .info .tit a { color: #000; }
#newsBox .info .news_list { width: 1%; flex: 1 1 auto; }
#newsBox .info .news_list .slick-list { overflow: visible; }
#newsBox .info .news_list li { position: relative; }
#newsBox .info .news_list .news_txt { position: relative; display: flex; align-items: center; gap: .5em 1em; }
#newsBox .info .news_list .news_txt .time { min-width: 6em; }
#newsBox .info .news_list .news_txt .txt { width: 1%; flex: 1 1 auto; }
#newsBox .info .news_list .news_txt a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#newsBox .info .news_list .noBox { position: absolute; width: 2em; text-align: center; top: 50%; right: -6em; -webkit-transform: translateY(-47%); transform: translateY(-47%); }
#newsBox .info .news_btn { position: relative; width: 9em; display: flex; justify-content: space-between; align-items: center; z-index: 5; }
#newsBox .info .news_btn font { width: 5.5em; display: flex; justify-content: flex-end; }
#newsBox .info .news_btn font span { min-width: 2em; text-align: center; }
#newsBox .info .news_btn font span:nth-child(2) { min-width: 1.5em; }
#newsBox .info .news_btn #prevBtn { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

/* product_area */
#product_area {background-size: cover;background-position: top;padding: 6vw 0 2vw 0;position: relative;}
#product_area:before {content: url(/images/01/img-light.png);position: absolute;top: 0px;left: 0;z-index: -2;zoom: 100%;}
#product_area:after {content: '';position: absolute;z-index: -1;zoom: 100%;width: 70%;height: 740px;top: 50%;left: 50%;transform: translate(-50%,-50%);background: url(/images/01/img-p-bg.jpg);background-size: contain;}
#product_area .more_btn a { border-bottom: 1px solid #c1b399; }
#product_area .more_btn a font { color: #c1b399; }
#product_area .more_btn a svg { fill: #c1b399; }
#product_area .tit_box { display: flex; flex-direction: column; align-items: center; }
#product_area .workframe { width: 100% }
#product_area .topBox { display: flex; align-items: flex-end; width: min(90%,1140px); margin-left: auto; margin-right: 15%; justify-content: space-between; }
#product_area .en_title:before { top: -30%; left: 50%; transform: translate(-50%,-50%); }
#product_list{width: 95%;margin: 0 auto;padding: 80px 0 0;position: relative;transform: translateX(200px) rotate(0deg);}
#product_list .btn{padding: 0;display: flex;flex-direction: row;justify-content: flex-end;gap: 160px;}
#product_list .btn:after{content:'';position:absolute;bottom: -20px;width: 120px;height: 1px;background: #c1b399;top: 50%;right: 7%;transform: translate(-50%, -50%);opacity: .5;}
#product_list .btn a:not(.morebtnn) {width: 60px;text-align: center;aspect-ratio: 1/1;line-height: 60px;border-radius: 50px;font-family: "Cormorant",serif;color: #c1b399;}
#product_list .btn a:not(.morebtnn) img { height: 24px; }
#product_list .btn a#product_next img { transform: scaleX(-1); }
#product_list .btn a.morebtnn { background: #ababab; writing-mode: vertical-lr; width: 73px; display: flex; align-items: center; color: white; padding: 60px 0; border-radius: 50px; }
#product_list .btn a:hover {background: #c1b399;color: #000000;}
#product_list li {margin: 0 60px;position: relative;}
#product_list ul li { transition: margin-top 0.5s ease-in-out }
#product_list li * {color:#c1b399;}
#product_list li img { aspect-ratio: 5.2/3.2; object-fit: cover; }
#product_list li .info_box { margin: 35px 0px 10px; display: flex; align-items: flex-start; gap: 40px; }
#product_list li .txtp { margin-left: 60px; color: #929292; font-size: .9rem; letter-spacing: 1px; }
#product_list li .info_box .h3 { -webkit-line-clamp: 2; height: auto; text-align: center; color: #9b8e77; font-size: 1.4rem; letter-spacing: 2px; }
#product_list li:hover .info_box .h3 { color: var(--tertiary); }
#product_list li .info_box p.tt { color: #4b4c4c; font-size: 15px; -webkit-line-clamp: 2; height: 51px; margin-top: 10px; }
#product_list li .info_box .price_box { display: flex; align-items: baseline; gap: 15px; margin: 20px 0; }
#product_list li .info_box .price_box ins { text-decoration: none; font-size: 1em; color: var(--secondary); font-family: "Arimo",sans-serif; }
#product_list li .info_box .price_box del { color: #a5a4a4; font-family: "Arimo",sans-serif; font-size: 14px; }
#product_list li .info_box [data-action="buy"] { padding: 1em .8em; position: relative; background: var(--primary); font-size: .9em; color: white; z-index: 11; display: flex; align-items: center; justify-content: center; gap: 15px; width: 100%; }
#product_list li .info_box button:hover { background: #2c404d; }
#product_list li .info_box button svg { width: 20px; height: 20px; fill: white; }
#product_area .slogan { width: min(90%,1310px); margin: 70px auto 20px; display: grid; grid-template-columns: 65% 35%; align-items: center; justify-items: start; }
#product_area .slogan h1,#product_area .slogan h2 { font-size: 22px; font-weight: 400; letter-spacing: .5px; }
#product_area .btnBox { margin-left: auto; margin-right: 26%; margin-top: 100px; display: flex; justify-content: space-between; }
#product_area .btnBox .Ptxt { text-transform: uppercase; display: block; line-height: 1; color: #c1b399; font-weight: 400; letter-spacing: 61px; font-size: 3.2rem; }


/* aboutBox */
#aboutBox {z-index: 5;position: relative;padding: 10vw 0 0;}
#aboutBox .abouttxtBox { position: absolute; top: 4%; left: 3%; display: flex; flex-direction: column; gap: 10px; }
#aboutBox .abouttxtBox .emtitle { position: relative; font-size: 8.5vw; line-height: .9; opacity: .7; z-index: -10; top: 0; font-style: normal; font-family: "Poppins", serif; text-transform: uppercase; font-weight: 600; letter-spacing: 8.5px; }
#aboutBox .abouttxtBox .fixTxt1 { left: 220px; background-size: cover; text-align: center; color: transparent; -webkit-text-stroke: 1.5px #353535; }
#aboutBox .abouttxtBox .fixTxt2 { right: -33vw; }
#aboutBox .bg {width: 100%;1;margin-top: 110px;}
#aboutBox .ablock { position: absolute; top: 9%; width: 390px; }
#aboutBox #pictureBox { position: absolute; right: 120px; top: 90px; z-index: 4; }
#aboutBox #pictureBox img { width: 252px; aspect-ratio: 2.5 / 3.6; object-fit: cover; }
#aboutBox .info {margin-left: auto;width: min(1260px, 86%);display: grid;grid-template-columns: 34% 57%;justify-content: space-between;padding: 100px 0 0 100px;margin-top: 140px;}
#aboutBox .info:after {content: '';width: 100%;height: 90vh;aspect-ratio: 1/2;position: absolute;top: 0;right: 0;z-index: -1;background: #262626;}
#aboutBox .leftBox .titbox { margin-bottom: 30px; }
#aboutBox .leftBox .titbox .subTitle {letter-spacing: 2px;padding-bottom: 40px;margin-bottom: 30px;text-align: left;}
#aboutBox .titbox .subTitle::after { content: ""; width: 70px; height: 2px; display: block; background: var(--primary); position: absolute; bottom: 5px; left: 2px; }
#aboutBox .leftBox article * { color: #bfbfbf; line-height: 1.9; letter-spacing: 1px; }
#aboutBox .leftBox article { margin-top: 30px; }
#aboutBox .more {display: flex;flex-direction: column;align-items: center;width: 180px;height: 190px;justify-content: center;position: absolute;left: -160px;bottom: 130px;margin-top: 0;}
#aboutBox .more a {color: #c2b49b;width: 180px;height: 180px;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0;border: 1px solid #d3d3d326;border-radius: 160px;word-spacing: 100vw;text-align: center;font-size: 24px;line-height: 1.4;font-weight: 600;z-index: 10;}
#aboutBox .leftBox .circleBox{width: 50%;height:100%;box-sizing:content-box;position:absolute;top: 4px;overflow:hidden}
#aboutBox .leftBox .circleBox.left{left:0}
#aboutBox .leftBox .circleBox:before{content:'';width: 180px;height: 180px;border-top: 1px solid #c4b782;border-left: 1px solid #c4b782;border-bottom:1px solid transparent;border-right:1px solid transparent;border-radius:50%}
#aboutBox .leftBox .circleBox.left:before{position:absolute;transform:rotate(-225deg);animation:leftCricle 5s forwards infinite linear}
#aboutBox .leftBox .circleBox.right{right: 0px;}
#aboutBox .leftBox .circleBox.right:before{position:absolute;transform:rotate(-45deg);animation:rightCricle 5s forwards infinite linear;left: calc(95% - 178px);}
@keyframes leftCricle{0%{transform:rotate(-225deg);}50%{transform:rotate(-225deg);}100%{transform:rotate(-45deg);}}
@keyframes rightCricle{0%{transform:rotate(-45deg)}50%{transform:rotate(135deg)}100%{transform:rotate(135deg)}}
#aboutBox .infoo {display:flex;flex-direction: column;align-items: center;margin-bottom: 50px;}
#aboutBox .infoo .h3tit {margin-bottom: 20px;font-size: 22px;font-weight: 200;letter-spacing: 7px;color: #353835;}
#aboutBox .infoo p {margin-bottom: 20px;font-family: "Poppins", serif;text-transform: uppercase;color: var(--primary);border-bottom: 1px solid #e6e5e2;width: 75%;text-align: center;position: relative;display: flex;justify-content: center;padding-bottom: 20px;}
#aboutBox .infoo p:after{content:'';width: 20px;height: 1px;background: var(--primary);position: absolute;bottom: -1px;}
#aboutBox .infoo em {line-height: 230%;font-size: 15px;color: #353835;font-family: "Quattrocento", serif;font-style: unset;}
#aboutBox .infoo article {line-height: 1.7;color: #6d6d6d;width: min(90%, 280px);margin: 0 auto;text-align: center;}
#aboutBox .infoo .more { margin-top: 30px; text-align: left; }
#aboutBox .rightBox { margin-top: 110px; }
#aboutBox .rightBox .aboutTypeList { display: flex; gap: 20%; }
#aboutBox .rightBox .aboutTypeList li * { color: #fff; }
#aboutBox .rightBox .aboutTypeList li .icon img { width: 70px; aspect-ratio: 1 /1; }
#aboutBox .rightBox .aboutTypeList li .typeTitle { margin-top: 20px; letter-spacing: 1px; }

/* vipoobox */
#vipoobox{background: url(/images/37/Bg.jpg) no-repeat 50% / cover;position: relative;}

/* servicesArea */
#servicesArea { background: #ededed; }
#servicesArea:after {content: '';width: 58.1%;height: 70vh;aspect-ratio: 1/2;position: absolute;top: 0;left: 84px;background: #262626;z-index: 0;}
#servicesTBox { position: absolute; z-index: 10; bottom: 0; left: -100px; }
:root { --c-bg: #efeeeb; --c-accent: #9d8461; --c-text: #1a1a1a; --c-line: rgba(0,0,0,0.05); --ease: cubic-bezier(0.23, 1, 0.32, 1); --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1); }
#servicesArea .concept-services {position: relative;z-index: 2;margin-left: auto;width: min(1640px, 90%);}
#servicesArea .service-follow-img {position: fixed;width: 450px;height: 300px;pointer-events: none;z-index: 50;overflow: hidden;opacity: 0;transform: translate(-50%, -50%) scale(0.8);transition: opacity 0.6s var(--ease), transform 0.8s var(--ease);box-shadow: 0 50px 100px rgba(0,0,0,0.3);background: #ddd;}
#servicesArea .service-follow-img.active { opacity: 1; transform: translate(-50%, -50%) scale(1); }
#servicesArea .service-follow-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; transform: scale(1.05); }
#servicesArea .concept-header { margin-bottom: 120px; text-align: center; }
#servicesArea .concept-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 200; letter-spacing: -1px; }
#servicesArea .concept-list {position: relative;background-color: #fff;padding: 80px 0 100px 210px;}
#servicesArea .concept-item {display: grid;grid-template-columns: 20% 1fr 350px;gap: 80px;align-items: center;justify-content: space-between;padding: 40px 160px 40px 40px;border-bottom: 1px solid rgb(0 0 0 / 12%);cursor: pointer;transition: 0.8s var(--ease);will-change: padding-left;}
#servicesArea .concept-item span {color: var(--secondary);letter-spacing: 1px;font-size: .9rem;}
#servicesArea .concept-item span.concept-en { color: #c1b399; }
#servicesArea .concept-item span.concept-en {font-family: "Poppins", serif;font-size: clamp(3rem, 2vw, 3vw);font-weight: 500;color: var(--primary);transition: 1s var(--ease);will-change: transform, opacity;}
#servicesArea .concept-item span.concept-cn {font-size: 2rem;letter-spacing: 2px;color: #9b8e77;text-transform: uppercase;transition: 0.8s var(--ease);text-align: right;will-change: letter-spacing, color;}
#servicesArea .concept-item span.concept-cn em { color: #9b8e77; font-size: 1.1rem; font-style: normal; line-height: 1.4; font-family: "Poppins", serif; }
#servicesArea .concept-item:hover {}
#servicesArea .concept-item:hover .concept-item span.concept-en {opacity: 1;}
#servicesArea .concept-item:hover .concept-item span.concept-cn { color: var(--c-text);  }

/*reveal*/
#servicesArea .reveal { opacity: 0; transform: translateY(100px); transition: 2.2s var(--ease); }
#servicesArea .reveal.active { opacity: 1; transform: translateY(0); }
#servicesArea .servicesTop {margin-bottom: 60px;display: grid;grid-template-columns: 61% 25%;align-items: end;justify-content: space-between;}
#servicesArea .concept-cn { display: flex; flex-direction: column; align-items: flex-start; }
#servicesArea .concept-cn strong { color: #9b8e77; font-size: 1.5rem; font-weight: 400; letter-spacing: 2px; }

/* bookBox */
#bookBox{padding: 7vw 0;}
#bookBox .bg{opacity:1;z-index: -1;}
#bookBox .immg{position:absolute;left: -12%;bottom: 7%;}
#bookBox >.info{width: 84%;margin: 0 0 0 auto;display: grid;grid-template-columns: 5% 85%;justify-content: space-between;}
#bookBox .topBox {position: relative;display: flex;flex-direction: row-reverse;margin-top: 50px;}
#bookBox .topBox * {writing-mode: vertical-lr }
#bookBox .topBox .title {color: #21201f;font-size: 20px;letter-spacing: 10px;border-left: 1px solid rgb(115 99 87 / 20%);padding-left: 10px;margin-left: 10px;position: relative;}
#bookBox .topBox .title:before{content:'';width: 1px;height: 25px;position: absolute;top: 0;left: -1px;background: var(--primary);}
#bookBox .topBox article{font-family: "Poppins", serif;font-size: 14px;text-transform: uppercase;letter-spacing: 6px;text-align: end;}
#bookBox .topBox .more { text-align: right; }
#bookBox .list ul li{position:relative;display: flex;}
#bookBox .list ul li:nth-child(2n){justify-content: flex-end;}
#bookBox .list ul li a{position:absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 3;}
#bookBox .list ul li .img {overflow: hidden;position: relative;z-index: 1;width: 100%;}
#bookBox .list ul li .img img {position: relative;width: 100%;height: 370px;object-fit: cover;z-index: 1;}
#bookBox .list ul li .info {position: absolute;padding: 50px 75px;width: 35%;height: 100%;z-index: 2;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;bottom: 0;display: flex;flex-direction: column;justify-content: flex-end;}
#bookBox .list ul li:hover .info{padding-left:100px}
#bookBox .list ul li .info *{color:white;font-family: "Poppins", serif;font-size: 14px;text-transform: uppercase;letter-spacing: 1px;}
#bookBox .list ul li .info .h3tit  {height: auto;font-weight: 400;font-size: 21px;color: #fff;letter-spacing: 8px;font-family: var(--font-family);}
#bookBox .list ul li .info .more { text-align: left; }
#bookBox .list ul li .img:after {content:'';background: linear-gradient(275deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 50%));position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
#bookBox .list ul li:nth-child(2n) .img:after {content:'';background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 50%));}


@media screen and (max-width: 1580px) {
	#product_area .topBox { margin-right: 5%; }
	#servicesArea .concept-item { padding: 40px 30px 40px 40px; }
	#servicesTBox { left: -180px; }
}
@media screen and (max-width:1440px) {
	#bookBox .immg { left: -17%; }
	#aboutBox .info .Boxtwo .photo { margin: 0 10px; }
	#product_list li { margin: 0 30px; }
	#aboutBox .more { left: -90px; bottom: 80px; }
}
@media screen and (max-width:1400px) {
	#product_list { transform: translateX(50px) rotate(0deg); }
	#product_area .btnBox { margin-right: 10%; }
	#servicesArea .concept-item span.concept-en { font-size: 2.2rem; }
	#servicesArea .concept-item { grid-template-columns: 20% 1fr 240px; gap: 40px; }
}
@media screen and (min-width: 1281px){
	#product_list ul .slick-slide:nth-child(2n) {margin-top: 90px;}
	#product_list ul.is-shifted .slick-slide:nth-child(2n) { margin-top: 50px }
}
@media screen and (max-width:1280px) {
	#bookBox .immg { left: -21%; }
	#product_list { transform: translateX(0px) rotate(0deg); }
	#product_area .topBox { margin: auto; }
	#product_area .btnBox { margin-right: auto; display: flex; justify-content: center; margin-top: 20px; }
	#product_area .btnBox .Ptxt { display: none; }
	#product_list .btn:after { left: 50%; right: auto; }
	section .titbox .title { font-size: 45px; }
	section .titbox .subTitle { font-size: 18px; text-align: center; }
	#product_list li .info_box .h3 { font-size: 1.2rem; }
	#servicesArea .concept-list { padding: 45px; }
	#servicesTBox,#servicesArea .service-follow-img { display: none; }
	#servicesArea .concept-services { margin: auto; width: 100%; }
	#servicesArea:after { width: 100%; left: 0; }
	#servicesArea .more_btn a { border-bottom: 1px solid #c1b399; }
	#servicesArea .more_btn a font { color: #c1b399; }
	#servicesArea .more_btn a svg { fill: #c1b399; }
	#servicesArea .servicesTop { gap: 40px; display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; }
	#aboutBox #pictureBox,#aboutBox .abouttxtBox,#aboutBox .more,#aboutBox .ablock { display: none; }
	#aboutBox .info { padding: 60px; margin-top: 0; width: auto; }
	#aboutBox { padding: 0; }
}
@media screen and (max-width: 1024px) {
	#bookBox .list ul li .info { width: 50%; }
	#bookBox .list { width: 100% }
	#bookBox .topBox .title { padding: 0; border: 0; margin: 0; }
	#bookBox .topBox .title:before { display: none; }
	#bookBox .topBox * { writing-mode: unset; text-align: center; }
	#bookBox .topBox { margin: 0; display: flex; flex-direction: column; gap: 10px; }
	#bookBox >.info { width: 90%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 50px; }
	#bookBox .immg { display: none; }
	#aboutBox { display: block }
	#aboutBox .bg { margin-top: 40px; }
	#servicesArea .service-follow-img { display: none; }
	#servicesArea .concept-item { padding: 50px 0; grid-template-columns: 24% 1fr 140px; }
	#servicesArea .concept-item span.concept-en { font-size: 1.6rem; }
	#servicesArea .concept-cn { font-size: 1.2rem; letter-spacing: 8px; }
	#servicesArea .concept-cn strong { font-size: 1.2rem; }
	#servicesArea .concept-item:hover { padding-left: 0; }
	#servicesArea .concept-item:hover .concept-item span.concept-en { transform: none; opacity: 0.12; }
	#servicesArea .concept-item:hover .concept-cn { letter-spacing: 10px; }
	#product_area .slogan { grid-template-columns: 1fr; gap: 25px; width: min(90%,860px); }
}

@media screen and (max-width:980px) {
	#aboutBox .ablock { bottom: -40px; }
	#aboutBox:after,#aboutBox:before { display: none; }
	#bookBox { padding-bottom: 5vw; }
	#bookBox .info { padding-bottom: 90px; }
	#bookBox .topBox,#bookBox .topBox .title { position: initial; }
	#bookBox .topBox .more { position: absolute; width: 100%; text-align: center; bottom: 0; left: 0; }
	#product_area { padding: 15vw 0 9vw 0; }
	#product_list .btn { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; }
	#product_list .btn a.morebtnn { writing-mode: unset; height: 73px; padding: 0 60px; width: auto; }
	#product_area .topBox { display: flex; flex-direction: column; align-items: center; gap: 30px; }
	#servicesArea .concept-item { grid-template-columns: 1fr; gap: 10px; padding: 30px 0; }
	#aboutBox .info { display: flex; flex-direction: column; align-items: flex-start; padding: 50px 35px; }
	#aboutBox .rightBox { margin-top: 40px; }
	#aboutBox .info:after { height: 100vh; }
	#aboutBox .rightBox .aboutTypeList li .icon img { width: 50px; }
}
@media screen and (max-width:640px) {
	#bookBox .info { padding: 0 }
	#bookBox { padding-bottom: 0 }
	#bookBox .list ul li .info { width: 70%; padding: 50px 45px; }
	#bookBox >.info { width: 100%; }
	#aboutBox .ablock { width: 75%; }
	section { padding: 12vw 0 }
	section .titbox .title { font-size: 35px; }
	#product_list li .info_box .h3 { font-size: 20px; }
	#product_list { width: 90%; padding: 50px 0 0; }
	#product_list .btn a:not(.morebtnn) img { height: 18px; }
	#product_list .btn { margin-top: 30px; }
	#product_list .btn a.morebtnn { height: 53px; padding: 0 30px; font-size: 14px; }
	#product_list .btn a:not(.morebtnn) { width: 53px; line-height: 53px; }
	#product_area .slogan h1,#product_area .slogan h2 { font-size: 18px; }
}