/* section */
section { padding: 5vw 0 }
section>* { z-index: 3 }
section .h2tit { font-size: 23px; text-align: center; letter-spacing: 5px }
section .topic-title p { font-size: 38px; font-family: "Libre Baskerville",serif; text-transform: uppercase; text-align: center }
section .clip { margin: auto; width: 100% }
section .clip img { height: 100% }
section .clip iframe { width: 100%; height: 100%; top: 0; left: 0 }
section .clip video { width: auto; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%) }
/* #freebox */
#freebox { position: relative; overflow: hidden; background: var(--gray) }
#freebox .topic-title { margin-bottom: 50px; align-items: center }
#freebox .webframe { width: min(90%,1440px); margin: 0 auto }
/* #freeboxlist */
#freeboxlist { position: relative; z-index: 2; text-align: center; display: grid; grid-template-columns: repeat(5,1fr); gap: 40px }
#freeboxlist>div { display: inline-block; margin-right: -5px; vertical-align: top; -webkit-transition: all 0.5s; transition: all 0.5s }
#freeboxlist .free { padding: 30px 30px 40px; text-align: center; position: relative; overflow: hidden; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05); box-shadow: 0px 0px 10px rgba(0,0,0,0.05); background-color: #ffffff; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: all .5s; transition: all .5s; clip-path: polygon(40px 0,100% 0,100% 100%,0% 100%,0 45px) }
#freeboxlist .free .topBox { -webkit-box-align: center; align-items: center; display: flex; -webkit-box-pack: justify; justify-content: space-between; margin-bottom: 20px; position: relative; z-index: 1; flex-direction: row-reverse }
#freeboxlist .free .topBox .stepBox { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #888; display: -webkit-box; display: -ms-flexbox; display: flex; font-family: "Cardo",serif }
#freeboxlist .free .topBox .stepBox .number { display: inline-block; font-size: 40px; line-height: 0.8; font-family: "Libre Baskerville",serif; opacity: .3 }
#freeboxlist .free .topBox .stepBox .text { display: inline-block; font-size: 16px; line-height: 1; letter-spacing: 0.75px; margin-left: 10px }
#freeboxlist .free .topBox .Img { padding: 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #dcdcdc; background-color: #ffffff; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
#freeboxlist .free .topBox .Img img { width: 35px; aspect-ratio: 1/1; object-fit: contain }
#freeboxlist .free .Txt { position: relative; z-index: 1 }
#freeboxlist .free .Txt .title { margin-bottom: 16px; position: relative; border-bottom: 1px solid #cbcbcb; padding: 0px 0px 20px 0px; color: #313131; letter-spacing: 1px; line-height: 140%; font-size: 20px; font-weight: 500 }
#freeboxlist .free .Txt .title::before { content: ""; width: 25px; height: 1px; background-color: #666; position: absolute; bottom: 0; left: 0; z-index: 1 }
#freeboxlist .free .Txt .title a { display: block; font-size: 18px; font-weight: 500; line-height: 1.2; letter-spacing: 1.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
#freeboxlist .free .Txt .text { color: #2f2f2f; line-height: 1.65; letter-spacing: 0.4px; opacity: .6; font-size: 14px; font-family: "Libre Baskerville",serif }
#freeboxlist .free::before { content: ""; display: block; width: calc(100% - 20px); height: 17px; background-color: var(--primary); position: absolute; bottom: 0; left: 10px; z-index: 2 }
#freeboxlist .free::after { content: ''; position: absolute; bottom: -130px; right: -20px; background-image: url(/images/44/img-logo2.png); background-size: contain; background-repeat: no-repeat; width: 130px; height: 130px; opacity: .25; -webkit-transition: all 0.5s; transition: all 0.5s }
#freeboxlist .free:hover::after { bottom: -20px; opacity: .2; -webkit-transition: all 0.5s; transition: all 0.5s }
@keyframes bannerMouse1 {
  0% { transform: rotate(0deg) }
  10% { transform: rotate(0deg) }
  20% { transform: rotate(5deg) }
  30% { transform: rotate(0deg) }
  40% { transform: rotate(5deg) }
  50% { transform: rotate(0deg) }
  100% { transform: rotate(0deg) }
}
#freeboxlist .free:hover { -webkit-box-shadow: 0px 20px 40px 1.4px rgba(149,149,149,0.35); box-shadow: 0px 20px 40px 1.4px rgba(149,149,149,0.35); -webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: all 0.5s; transition: all 0.5s }
#freeboxlist .free a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2 }
#freeboxlist .free .photo { text-align: center; width: 70px; margin: 0 auto 30px; box-shadow: 0 0 10px rgb(0 0 0/10%); border-radius: 50%; padding: 30px; background: #fff }
#freeboxlist .free:hover .photo:before { top: 0 }
#freeboxlist .free:nth-child(2) { animation-delay: 0.2s; -webkit-animation-delay: 0.2s }
#freeboxlist .free:nth-child(3) { animation-delay: 0.3s; -webkit-animation-delay: 0.3s }
#freeboxlist .free:nth-child(4) { animation-delay: 0.4s; -webkit-animation-delay: 0.4s }
#freeboxlist .free:nth-child(5) { animation-delay: 0.5s; -webkit-animation-delay: 0.5s }
#freeboxlist .free:nth-child(6) { animation-delay: 0.6s; -webkit-animation-delay: 0.6s }
#freeboxlist .free:nth-child(7) { animation-delay: 0.7s; -webkit-animation-delay: 0.7s }
#freeboxlist .free h4 { text-align: center; font-size: 22px; line-height: 110%; overflow: hidden; margin-bottom: 12px; height: 25px }
#freeboxlist .free p { font-size: 14px; text-transform: capitalize }
/* #about_area */
#about_area { position: relative; padding: 135px 0 120px; overflow: hidden; background: radial-gradient(circle at 88% 18%,rgba(205,169,148,0.17) 0%,rgba(205,169,148,0) 28%),linear-gradient(180deg,#f8f4ef 0%,#f5eee8 100%) }
#about_area:before { content: "ABOUT US"; position: absolute; top: 28px; left: -15px; color: transparent; font-family: "Times New Roman",serif; font-size: clamp(85px,10vw,175px); font-weight: 400; line-height: 1; letter-spacing: 0.04em; white-space: nowrap; -webkit-text-stroke: 1px rgba(145,105,84,0.055); pointer-events: none }
#about_area:after { content: ""; position: absolute; right: -230px; bottom: -210px; width: 540px; height: 540px; border: 1px solid rgba(180,137,114,0.1); border-radius: 50%; pointer-events: none }
#about_area .workframe { position: relative; z-index: 2; display: flex; align-items: center; width: min(1380px,calc(100% - 100px)); max-width: none; margin: 0 auto; white-space: normal }
#about_area #about_info { position: relative; z-index: 4; width: 48%; padding: 68px 82px 68px 0 }
#about_area #about_info:before { content: ""; position: absolute; z-index: -1; top: 0; right: 15px; bottom: 0; left: -120px; background: linear-gradient(135deg,rgba(255,255,255,0.68) 0%,rgba(255,251,247,0.42) 100%); border: 1px solid rgba(171,131,110,0.1); box-shadow: 0 25px 65px rgba(83,58,45,0.055) }
#about_area #about_info:after { content: ''; width: 60px; height: 40%; position: absolute; bottom: -15%; background: linear-gradient(180deg,#a87760,rgba(197,157,136,0.25)); z-index: 8; left: -120px; top: 0px }
#about_area .topic-title { position: relative; margin-bottom: 34px }
#about_area .topic-title p { margin: 0 0 13px; color: #b07f68; font-family: "Times New Roman","Noto Serif TC",serif; font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: 0.32em; text-transform: uppercase; text-align: left }
#about_area .topic-title p:before { content: "LIGHT AND ROSE · "; color: rgba(176,127,104,0.68) }
#about_area .pageh1 {position: relative;max-width: 650px;margin: 0;color: #654b40;font-size: clamp(28px,2.vw,40px);font-weight: 500;line-height: 1.6;letter-spacing: 0.05em;}
#about_area .pageh1:after { content: ""; display: block; width: 46px; height: 1px; margin-top: 24px; background: #b98973 }
#about_area .article { position: relative; max-width: 650px; color: #76645b; font-size: 16px; font-weight: 400; line-height: 2.05; letter-spacing: 0.035em }
#about_area .article p {margin: 0 0 17px;color: #76645b;font-size: inherit;line-height: inherit}
#about_area .article p:last-child { margin-bottom: 0 }
#about_area .article strong,#about_area .article b {color: #805b4b;font-weight: 600}
#about_area .article>strong:last-child,#about_area .article p:last-child strong {display: inline-block;position: relative;margin-top: 15px;padding-left: 20px;color: #986a56;font-size: 20px;font-weight: 500;line-height: 1.8;letter-spacing: 0.07em}
#about_area .article>strong:last-child:before,#about_area .article p:last-child strong:before { content: ""; position: absolute; left: 0; top: 0.45em; width: 2px; height: 1.15em; background: #b98973 }
#about_area .article h2,#about_area .article h3,#about_area .article h4 { margin: 28px 0 14px; color: #62493e; font-family: "Noto Serif TC",serif; font-weight: 500; line-height: 1.6 }
#about_area .article h2 { font-size: 24px }
#about_area .article h3 { font-size: 21px }
#about_area .article h4 { font-size: 18px }
#about_area .article ul,#about_area .article ol { margin: 18px 0; padding-left: 24px }
#about_area .article li { margin-bottom: 8px }
#about_area .common_more_box { justify-content: flex-start; margin-top: 38px }
#about_area #about_img { position: relative; z-index: 3; width: 52%; padding: 34px 0 34px 32px }
#about_area #about_img:before { content: ""; position: absolute; z-index: -2; top: 5px; right: -42px; bottom: 4px; left: 80px; background: linear-gradient(135deg,#d5b29f 0%,#c59b84 100%); opacity: 0.42 }
#about_area #about_img:after { content: ""; position: absolute; z-index: -1; top: 56px; right: -24px; bottom: -16px; left: 55px; border: 1px solid rgba(154,112,91,0.28); pointer-events: none }
#about_area #about_img .clip { position: relative; width: 100%; height: 640px; overflow: hidden; background: #dfd5cd; box-shadow: 0 30px 65px rgba(70,49,39,0.14) }
#about_area #about_img .clip:before { content: ""; position: absolute; z-index: 3; inset: 15px; border: 1px solid rgba(255,255,255,0.42); pointer-events: none }
#about_area #about_img .clip:after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,rgba(114,77,59,0.02) 50%,rgba(83,54,41,0.16) 100%); pointer-events: none }
#about_area #about_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); filter: saturate(0.92) sepia(0.04); transition: transform 1.2s cubic-bezier(.2,.7,.2,1),filter 0.8s ease }
#about_area #about_img:hover img { transform: scale(1.045); filter: saturate(1) sepia(0) }
#about_area #about_img .clip { isolation: isolate }
/* #news_area */
#news_area { background: #f2f2f2; position: relative; padding: 6vw 0 }
#news_area:before { content: ''; position: absolute; width: 35vw; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; top: 0; left: 0; background-image: url(/images/44/abstract-background.jpg); opacity: .6 }
#news_area .bg { position: absolute; right: 0; top: 0; height: 100%; width: 23vw; background-size: cover; background-position: 50% 50% }
#news_area .workframe { width: min(90%,1040px); margin-left: 18% }
#news_area .tt_box h2 { text-align: left }
#news_area .sub_title { display: flex; flex-direction: row; align-items: center }
#news_area .sub_title:before,#product_area .sub_title:before { box-shadow: 20px 0px var(--secondary); background: var(--primary); margin: 0 35px 0 0 }
#news_area .tt_box { position: relative; display: flex; align-items: center; margin-bottom: 70px }
#news_area .tt_box .topic { padding: 0 }
#news_area .topic .topic-title { display: flex; align-items: flex-start; flex-direction: column }
#news_area .tt_box a { position: absolute; right: 0; bottom: 0 }
/* #news_list */
#news_list li { background: #fff; margin: 5px 0 }
#news_list li .item_row { padding: 40px 30px }
#news_list .info_box { display: grid; grid-template-columns: 120px 1fr 100px; align-items: center; justify-content: space-between; gap: 30px }
#news_list .info_box a { background: var(--info); display: inline-block; padding: 9px 0; height: auto; font-weight: 500; border-radius: 50px }
#news_list li:hover .info_box a { background: #ececed; color: var(--info) }
#news_list .info_box .time { font-size: 14px; color: #a4a4a4; font-family: "Lato",serif; text-align: end }
#news_list .info_box .h3 { font-weight: 500; font-size: 20px; line-height: 180%; height: auto }
#news_list li:hover .info_box .h3 { color: var(--complement) }
#news_list .info_box article { margin-bottom: .5em; height: 3.2em; font-size: .9em; color: var(--g_600); -webkit-line-clamp: 2 }
/* #book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px }
/* #photo_area */
#photo_area .item { width: 260px; height: 200px }
#photo_area .item img { height: 100%; object-fit: cover }
/* #product_area */
#product_area {position: relative;padding: 105px 0 170px;overflow: hidden;background: radial-gradient(circle at 8% 20%,rgba(214,183,161,0.22) 0%,rgba(214,183,161,0) 28%),radial-gradient(circle at 92% 75%,rgba(190,150,127,0.14) 0%,rgba(190,150,127,0) 30%),linear-gradient(180deg,#faf7f3 0%,#f5efe9 48%,#f2ebe4 100%);}
#product_area:before { content: "FEATURED PROPERTIES"; position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; color: transparent; font-family: "Times New Roman",serif; font-size: clamp(60px,7.2vw,128px); font-weight: 400; line-height: 1; letter-spacing: 0.025em; white-space: nowrap; -webkit-text-stroke: 1px rgba(148,107,86,0.075); pointer-events: none }
#product_area:after { content: ""; position: absolute; right: -170px; top: 100px; width: 420px; height: 420px; border: 1px solid rgba(174,132,108,0.1); border-radius: 50%; pointer-events: none }

#product_area .workframe { position: relative; z-index: 3; width: min(1380px,calc(100% - 100px)); max-width: none; margin: 0 auto; isolation: isolate }
#product_area .workframe:before {content: "";position: absolute;z-index: -2;right: 18px;background: linear-gradient(135deg,rgba(255,255,255,0.65),rgba(235,219,208,0.42));border: 1px solid rgba(176,139,119,0.08);box-shadow: 0 30px 70px rgba(94,66,52,0.08);width: 100%;left: -9%;height: 79%;top: -14%;}
#product_area .workframe:after { content: ""; position: absolute; z-index: -3; left: -5%; right: -9%; top: 15%; bottom: -14%; background: rgba(199,162,142,0.09); pointer-events: none }
#product_area #product_list { position: relative; padding: 0; overflow: visible }

#product_area #product_list>ul { margin: 0 -10px; padding: 0; white-space: normal }
#product_area #product_list .slick-list { margin: 0; padding: 10px 0 30px; overflow: hidden }
#product_area #product_list .slick-track { display: flex !important; align-items: stretch }
#product_area #product_list .slick-slide {height: auto;padding: 0 0;box-sizing: border-box}
#product_area #product_list .slick-slide>div { height: 100% }
#product_area #product_list li {position: relative;display: flex !important;flex-direction: column;height: 100%;/* min-height: 480px; */margin: 0 10px;overflow: hidden;background: linear-gradient(180deg,rgba(255,255,255,0.98) 0%,rgba(252,249,246,0.98) 100%);border: 1px solid rgba(148,112,94,0.13);border-radius: 2px;box-shadow: 0 4px 9px rgba(74,51,40,0.075),0 2px 8px rgba(74,51,40,0.035);transition: transform 0.45s cubic-bezier(.2,.7,.2,1),box-shadow 0.45s ease,border-color 0.45s ease}
#product_area #product_list li:before { display: none !important; content: none !important }
#product_area #product_list li:after { content: ""; position: absolute; z-index: 3; left: 0; bottom: 0; width: 0; height: 2px; background: linear-gradient(90deg,#b68169,#d0aa94); transition: width 0.55s cubic-bezier(.2,.7,.2,1); pointer-events: none }
#product_area #product_list li:hover { transform: translateY(-9px); border-color: rgba(177,132,108,0.26); box-shadow: 0 2px 6px rgba(72,49,38,0.14),0 6px 16px rgba(72,49,38,0.06) }
#product_area #product_list li:hover:after { width: 100% }
#product_area #product_list li .clip {position: relative;width: calc(100% - 0px);margin: 0 auto;overflow: hidden;clip-path: none !important;background: #e8e0da;aspect-ratio: 4/3;height: auto;}
#product_area #product_list li .clip:before { content: ""; position: absolute; z-index: 3; inset: 8px; border: 1px solid rgba(255,255,255,0.46); pointer-events: none }
#product_area #product_list li .clip:after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,rgba(66,45,35,0.02) 50%,rgba(66,45,35,0.18) 100%); pointer-events: none }
#product_area #product_list li .clip img {position: relative;z-index: 1;width: 100%;height: 100%;object-fit: cover;transform: scale(1);filter: saturate(0.96);transition: transform 0.8s cubic-bezier(.2,.7,.2,1),filter 0.6s ease;}
#product_area #product_list li:hover .clip img { transform: scale(1.05); filter: saturate(1.03) }
#product_area #product_list .info_box {position: relative;left: auto;right: auto;top: auto;bottom: auto;display: flex;flex: 1;width: 100%;min-height: 0;padding: 25px 26px 50px 30px;background: transparent;border: 0;border-radius: 0;box-shadow: none;backdrop-filter: none;-webkit-backdrop-filter: none;pointer-events: none}
#product_area #product_list .info_box>div {position: relative;display: flex;flex-direction: column;width: 100%;min-height: 110px;}
#product_area #product_list .info_box:before { content: ""; display: block; margin-bottom: 9px; color: #5e4839; font-family: "Times New Roman",serif; font-size: 9px; font-weight: 400; line-height: 1; letter-spacing: 0.22em; width: 8px; height: 30px; background: #5c4737 }
#product_area #product_list .info_box .h3 {display: -webkit-box;overflow: hidden;min-height: 30px;margin: 0;padding: 0 0px 0 13px;color: #594238;font-size: 20px;font-weight: 500;line-height: 1.55;letter-spacing: 0.035em;-webkit-line-clamp: 1;-webkit-box-orient: vertical}
#product_area #product_list .info_box .h3:after {content: "";position: absolute;left: 0;right: 0;top: 50px;height: 1px;background: linear-gradient(90deg,rgba(165,132,113,0.25),rgba(165,132,113,0.08))}

#product_area #product_list .info_box .pootext{
    display: -webkit-box;
    overflow: hidden;
    min-height: 24px;
    margin: 38px 0 0;
    padding: 0 0px 0 0px;
    color: #877b75;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.035em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#product_area #product_list .pooprice{
    font-size: 1.25rem;
    padding: 15px 0;
    color: #c2a175;
    font-weight: 500;
}
#product_area #product_list .price_box {display: flex;align-items: flex-end;justify-content: flex-end;gap: 7px;margin-top: auto;padding-top: 20px;display: none;}
#product_area #product_list .price_box p { margin: 0 }
#product_area #product_list .price_box .price { color: #9c5749 !important; font-family: "Times New Roman","Noto Serif TC",serif; font-size: 27px; font-weight: 600; line-height: 1; letter-spacing: 0.02em }
#product_area #product_list .price_box .old { display: none !important }
#product_area #product_list .info_box:after {content: "VIEW MORE  ⟶";position: absolute;left: 40px;bottom: 30px;color: #9e725d;font-family: "Times New Roman",serif;font-size: 10px;font-weight: 400;line-height: 1;letter-spacing: 0.14em;transition: letter-spacing 0.35s ease}
#product_area #product_list li:hover .info_box:after { letter-spacing: 0.2em }
#product_area #product_list li>.atag_item { position: absolute; z-index: 15; inset: 0 }
#product_area #product_list .slick-arrow { position: absolute; z-index: 30; top: 200px; width: 46px; height: 46px; margin: 0; padding: 0; border: 1px solid rgba(157,119,99,0.23); border-radius: 50%; background: rgba(255,252,249,0.96); box-shadow: 0 10px 28px rgba(70,48,38,0.12),inset 0 0 0 4px rgba(255,255,255,0.4); font-size: 0; cursor: pointer; transform: translateY(-50%); transition: background 0.35s ease,border-color 0.35s ease,box-shadow 0.35s ease,transform 0.35s ease }
#product_area #product_list .slick-prev { left: -50px }
#product_area #product_list .slick-next { right: -50px }
#product_area #product_list .slick-arrow:hover { background: #9d705c; border-color: #9d705c; box-shadow: 0 12px 30px rgba(76,48,36,0.2) }
#product_area #product_list .slick-prev:before,#product_area #product_list .slick-next:before { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-top: 1px solid #896250; border-right: 1px solid #896250 }
#product_area #product_list .slick-prev:before { left: 19px; transform: translateY(-50%) rotate(-135deg) }
#product_area #product_list .slick-next:before { right: 19px; transform: translateY(-50%) rotate(45deg) }
#product_area #product_list .slick-arrow:hover:before { border-color: #fff }
/* #testimonial_area */
#testimonial_area { position: relative; padding: 125px 0 50px; overflow: hidden; background: radial-gradient(circle at 12% 30%,rgb(211 191 180/26%) 0%,rgb(255 255 255/19%) 28%),radial-gradient(circle at 88% 72%,rgba(183,137,113,0.1) 0%,rgba(183,137,113,0) 30%),linear-gradient(180deg,#f5eee8 0%,#f4ede7 48%,#f7ebe4 100%) }
#testimonial_area:before { content: ""; position: absolute; left: -190px; top: 120px; width: 430px; height: 430px; border: 1px solid rgba(155,112,91,0.1); border-radius: 50%; pointer-events: none }
#testimonial_area:after { content: "“"; position: absolute; right: 4%; top: 40px; color: rgba(153,108,87,0.045); font-family: "Times New Roman",serif; font-size: 360px; font-weight: 400; line-height: 1; pointer-events: none }
#testimonial_area .workframe { position: relative; z-index: 2; width: min(1500px,calc(100% - 60px)); max-width: none; margin: 0 auto }
#testimonial_area .testimonial_bg_word { position: absolute; left: 50%; top: 45px; transform: translateX(-50%); width: 100%; color: transparent; font-family: "Times New Roman",serif; font-size: clamp(70px,9vw,160px); line-height: 1; letter-spacing: 0.02em; text-align: center; white-space: nowrap; -webkit-text-stroke: 1px rgba(135,96,77,0.055); pointer-events: none }
#testimonial_area .rose_petal_layer { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none }
#testimonial_area .rose_petal_layer i { position: absolute; display: block; width: 26px; height: 38px; background: linear-gradient(145deg,rgba(211,157,151,0.55) 0%,rgba(190,127,122,0.32) 55%,rgba(245,207,198,0.18) 100%); border-radius: 80% 20% 70% 30%/75% 30% 70% 25%; filter: blur(0.2px); opacity: 0.45; transform-origin: center; animation: rosePetalFloat 8s ease-in-out infinite,rosePetalRotate 11s ease-in-out infinite }
#testimonial_area .rose_petal_layer i:nth-child(1) { top: 13%; left: 5%; width: 20px; height: 30px; animation-delay: -2s,-4s }
#testimonial_area .rose_petal_layer i:nth-child(2) { top: 28%; left: 17%; width: 30px; height: 42px; opacity: 0.3; animation-delay: -5s,-1s }
#testimonial_area .rose_petal_layer i:nth-child(3) { top: 68%; left: 8%; width: 24px; height: 35px; animation-delay: -7s,-3s }
#testimonial_area .rose_petal_layer i:nth-child(4) { top: 80%; left: 29%; width: 18px; height: 28px; opacity: 0.25; animation-delay: -3s,-8s }
#testimonial_area .rose_petal_layer i:nth-child(5) { top: 36%; right: 12%; width: 28px; height: 40px; animation-delay: -6s,-2s; opacity: 0.33 }
#testimonial_area .rose_petal_layer i:nth-child(6) { top: 42%; right: 17%; width: 19px; height: 29px; opacity: 0.28; animation-delay: -1s,-6s }
#testimonial_area .rose_petal_layer i:nth-child(7) { top: 72%; right: 5%; width: 32px; height: 44px; opacity: 0.35; animation-delay: -8s,-5s }
#testimonial_area .rose_petal_layer i:nth-child(8) { top: 88%; right: 30%; width: 21px; height: 31px; animation-delay: -4s,-7s }
@keyframes rosePetalFloat {
  0%,100% { transform: translate3d(0,0,0) }
  25% { transform: translate3d(8px,-18px,0) }
  50% { transform: translate3d(-5px,-32px,0) }
  75% { transform: translate3d(6px,-14px,0) }
}
@keyframes rosePetalRotate {
  0%,100% { rotate: -12deg }
  30% { rotate: 8deg }
  60% { rotate: 22deg }
  80% { rotate: 3deg }
}
#testimonial_area .workframe { position: relative; z-index: 3 }
#testimonial_area .common_title_box { margin-bottom: 18px; background: unset }
#testimonial_area .testimonial_intro p { margin: 0 auto 68px; text-align: center }
#testimonial_area .testimonial_intro p { margin: 0 0 30px; color: #8b756a; font-size: 15px; line-height: 1.8; letter-spacing: 0.08em }
#testimonial_area .testimonial_slider { position: relative; margin: 0 -12px }
#testimonial_area .testimonial_slider .slick-list { overflow: visible; padding: 38px 0 45px !important }
#testimonial_area .testimonial_slider .slick-track { display: flex !important; align-items: stretch }
#testimonial_area .testimonial_slider .slick-slide { height: auto; padding: 0 15px; opacity: 0.62; transform: scale(0.92); transition: opacity 0.5s ease,transform 0.55s cubic-bezier(.2,.7,.2,1) }
#testimonial_area .testimonial_slider .slick-slide>div,#testimonial_area .testimonial_item { height: 100% }
#testimonial_area .testimonial_slider .slick-center { position: relative; z-index: 3; opacity: 1; transform: scale(1) }
#testimonial_area .testimonial_card { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 450px; padding: 54px 44px 42px; background: linear-gradient(145deg,rgba(255,253,250,0.97) 0%,rgba(249,243,238,0.96) 100%); border: 1px solid rgba(156,117,97,0.13); box-shadow: 0 18px 45px rgba(78,53,42,0.07); transition: box-shadow 0.5s ease,transform 0.5s ease }
#testimonial_area .slick-center .testimonial_card { box-shadow: 0 32px 70px rgba(76,51,39,0.14),0 8px 24px rgba(76,51,39,0.07) }
#testimonial_area .testimonial_card:before { content: ""; position: absolute; left: 50%; top: 0; width: 62px; height: 2px; background: linear-gradient(90deg,rgba(184,134,109,0),#b8866e,rgba(184,134,109,0)); transform: translateX(-50%) }
#testimonial_area .testimonial_card:after { content: ""; position: absolute; right: 16px; bottom: 16px; width: 48px; height: 48px; border-right: 1px solid rgba(167,124,102,0.18); border-bottom: 1px solid rgba(167,124,102,0.18); pointer-events: none }
#testimonial_area .quote_icon { position: absolute; left: 27px; top: 5px; color: rgba(174,127,103,0.16); font-family: "Times New Roman",serif; font-size: 96px; font-weight: 400; line-height: 1; pointer-events: none }
#testimonial_area .testimonial_photo { position: relative; width: 94px; height: 94px; margin: -95px auto 28px; padding: 7px; border: 1px solid rgba(178,134,111,0.28); border-radius: 50%; background: #f4ece6; box-shadow: 0 10px 30px rgba(82,56,44,0.1) }
#testimonial_area .testimonial_photo:before { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(178,134,111,0.1); border-radius: 50% }
#testimonial_area .photo_inner { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 50% }
#testimonial_area .photo_inner img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease }
#testimonial_area .testimonial_card:hover .photo_inner img { transform: scale(1.08) }
#testimonial_area .testimonial_content { position: relative; display: flex; flex-direction: column; flex: 1; text-align: center }
#testimonial_area .testimonial_text {display: -webkit-box;overflow: hidden;min-height: 130px;color: #6f5b51;font-size: 16px;font-weight: 400;line-height: 2;letter-spacing: 0.035em;-webkit-line-clamp: 4;-webkit-box-orient: vertical}
#testimonial_area .testimonial_text p { margin: 0; color: inherit; font-size: inherit; line-height: inherit }
#testimonial_area .testimonial_text p+p { margin-top: 8px }
#testimonial_area .testimonial_line { position: relative; width: 100%; height: 1px; margin: 27px 0 23px; background: linear-gradient(90deg,transparent,rgba(167,127,106,0.23),transparent) }
#testimonial_area .testimonial_line:before { content: "◇"; position: absolute; left: 50%; top: 50%; padding: 0 10px; background: #fbf7f3; color: #b18169; font-size: 9px; transform: translate(-50%,-50%) }
#testimonial_area .testimonial_name { margin-top: auto; text-align: center }
#testimonial_area .testimonial_name span { display: block; margin-bottom: 8px; color: #b58b76; font-family: "Times New Roman",serif; font-size: 9px; line-height: 1; letter-spacing: 0.28em }
#testimonial_area .testimonial_name .h3 {margin: 0;color: #644b40;font-size: 18px;font-weight: 500;line-height: 1.5;letter-spacing: 0.08em}
#testimonial_area .testimonial_link { position: absolute; z-index: 10; inset: 0 }
#testimonial_area .slick-center .testimonial_card:before { width: 120px }
#testimonial_area .slick-center .testimonial_card { background: linear-gradient(145deg,#fffdf9 0%,#f9f0e9 100%) }
#testimonial_area .slick-center .testimonial_name .h3 { color: #795446 }
#testimonial_area .testimonial_nav { position: relative; display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 28px }
#testimonial_area .testimonial_prev,#testimonial_area .testimonial_next { position: relative; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(154,112,91,0.28); border-radius: 50%; background: rgba(255,252,248,0.7); cursor: pointer; transition: background 0.35s ease,border-color 0.35s ease,transform 0.35s ease }
#testimonial_area .testimonial_prev:hover,#testimonial_area .testimonial_next:hover { background: #785548; border-color: #785548; transform: translateY(-2px) }
#testimonial_area .testimonial_prev i,#testimonial_area .testimonial_next i { position: absolute; top: 50%; width: 18px; height: 1px; background: #9c705c; transition: background 0.35s ease }
#testimonial_area .testimonial_prev i { left: 15px }
#testimonial_area .testimonial_next i { right: 15px }
#testimonial_area .testimonial_prev i:before,#testimonial_area .testimonial_next i:before { content: ""; position: absolute; top: 50%; width: 6px; height: 6px; border-top: 1px solid #9c705c; border-right: 1px solid #9c705c }
#testimonial_area .testimonial_prev i:before { left: 0; transform: translateY(-50%) rotate(-135deg) }
#testimonial_area .testimonial_next i:before { right: 0; transform: translateY(-50%) rotate(45deg) }
#testimonial_area .testimonial_prev:hover i,#testimonial_area .testimonial_next:hover i { background: #fff }
#testimonial_area .testimonial_prev:hover i:before,#testimonial_area .testimonial_next:hover i:before { border-color: #fff }
#testimonial_area .testimonial_counter { display: flex; align-items: center; gap: 12px; min-width: 100px; color: #9e7967; font-family: "Times New Roman",serif; font-size: 12px; letter-spacing: 0.1em }
#testimonial_area .testimonial_counter b { display: block; width: 34px; height: 1px; background: rgba(162,119,98,0.35) }
#testimonial_area .testimonial_counter .current { color: #704f42; font-size: 16px }
/* @media */
@media screen and (max-width:1460px) {
  /* #news_area */
  #news_area .workframe { margin-left: 5%; width: 65% }
  /* #product_list */
  #product_list li .clip { height: 590px }
}
@media screen and (max-width:1399px) {
  /* #about_area */
  #about_area .workframe { width: calc(100% - 80px) }
  #about_area #about_info { width: 50%; padding-right: 65px }
  #about_area #about_img { width: 50% }
  #about_area #about_img .clip { height: 590px }
}
@media screen and (max-width:1280px) {   }
@media screen and (max-width:1199px) {
  /* #about_area */
  #about_area { padding: 100px 0 80px }
  #about_area .workframe {width: calc(100% - 60px);}
  #about_area #about_info { width: 52%; padding: 50px 45px 50px 0 }
  #about_area #about_img { width: 48%; padding-left: 20px }
  #about_area #about_img .clip { height: 530px }
  #about_area .pageh1 { font-size: 29px }
  #about_area .article { font-size: 15px; line-height: 1.95 }
  /* #product_area */
  #product_area { padding: 90px 0 105px }
  #product_area .workframe { width: calc(100% - 70px) }
  #product_area .workframe:before { left: 12px; right: 12px }
  #product_area .workframe:after {left: 34px;right: -10px;display: none;}
  #product_area #product_list li { min-height: 450px }
  #product_area #product_list li .clip { height: 250px }
  #product_area #product_list .slick-arrow { top: 137px }
  /* #testimonial_area */
  #testimonial_area { padding: 50px 0 100px }
  #testimonial_area .workframe { width: calc(100% - 40px) }
  #testimonial_area .testimonial_card { padding: 52px 30px 38px }
  #testimonial_area .testimonial_text { font-size: 15px; min-height: 120px }
}
@media screen and (max-width:1024px) {
  /* #product_area */
  #product_area #product_list .slick-prev { left: 0 }
  #product_area #product_list .slick-next { right: 0 }
  /* #freeboxlist */
  #freeboxlist { grid-template-columns: repeat(3,1fr) }
  /* #product_list */
  #product_list { margin: auto }
  /* #news_area */
  #news_area li h3 { height: 30px; -webkit-line-clamp: 1 }
  #about_area .workframe{display:flex;flex-direction: column;}
  #about_area #about_info , #about_area #about_img{width:100%;padding: 30px;margin: 25px auto;}
}
@media screen and (max-width:980px) {
  /* #news_area */
  #news_area:before { width: 100% }
  #news_area .bg { display: none }
  #news_area .workframe { width: 90%; margin: 0 auto }
}
@media screen and (max-width:767px) {
  /* #about_area */
  #about_area { padding: 75px 0 85px }
  #about_area:before { top: 18px; left: 0; font-size: 58px }
  #about_area:after { display: none }
  #about_area .workframe { display: flex; flex-direction: column; width: calc(100% - 36px) }
  #about_area #about_info { width: 100%; padding: 42px 28px 44px }
  #about_area #about_info:before { right: 0; left: 0 }
  #about_area #about_info:after {left: 0;z-index: -1;opacity: 0.2;}
  #about_area .topic-title { margin-bottom: 26px }
  #about_area .topic-title p { font-size: 10px; letter-spacing: 0.22em }
  #about_area .topic-title p:before { content: "LIGHT AND ROSE · " }
  #about_area .pageh1 { font-size: 25px; line-height: 1.55; letter-spacing: 0.04em }
  #about_area .pageh1:after { margin-top: 19px }
  #about_area .article { font-size: 15px; line-height: 1.9 }
  #about_area .article p { margin-bottom: 14px }
  #about_area .article>strong:last-child,#about_area .article p:last-child strong { font-size: 16px }
  #about_area .common_more_box { margin-top: 30px }
  #about_area #about_img { width: calc(100% - 22px); margin: 34px 0 0 0; padding: 0; align-self: flex-start }
  #about_area #about_img:before { top: 20px; right: -22px; bottom: -20px; left: 30px }
  #about_area #about_img:after { top: 32px; right: -12px; bottom: -30px; left: 18px }
  #about_area #about_img .clip { height: 440px }
  #about_area #about_img .clip:before { inset: 10px }
  /* #product_area */
  #product_area { padding: 68px 0 82px }
  #product_area:before { top: 24px; font-size: 44px }
  #product_area:after { display: none }
  #product_area .workframe { width: calc(100% - 42px) }
  #product_area .workframe:before { left: 10px; right: 10px; top: 18px; bottom: -18px }
  #product_area .workframe:after { left: 24px; right: -7px; top: 36px; bottom: -30px }
  #product_area #product_list>ul { margin: 0 -6px }
  #product_area #product_list .slick-list { padding: 8px 0 25px }
  #product_area #product_list .slick-slide { padding: 0 6px }
  #product_area #product_list li {min-height: 425px;}
  #product_area #product_list li .clip { width: calc(100% - 20px); height: 220px; margin: 10px 10px 0 }
  #product_area #product_list .info_box { padding: 22px 22px 21px }
  #product_area #product_list .info_box:before { font-size: 8px }
  #product_area #product_list .info_box .h3 {min-height: 28px;font-size: 18px}
  #product_area #product_list .info_box .h3:after {top: 60px;}
  #product_area #product_list .info_box:after { left: 22px; bottom: 23px; font-size: 9px }
  #product_area #product_list .price_box .price { font-size: 24px }
  #product_area #product_list .slick-arrow { top: 118px; width: 40px; height: 40px }
  #product_area #product_list .slick-prev { left: -20px }
  #product_area #product_list .slick-next { right: -20px }
  #product_area #product_list .slick-prev:before { left: 16px }
  #product_area #product_list .slick-next:before { right: 16px }
  /* #testimonial_area */
  #testimonial_area .rose_petal_layer i:nth-child(2),#testimonial_area .rose_petal_layer i:nth-child(4),#testimonial_area .rose_petal_layer i:nth-child(6),#testimonial_area .rose_petal_layer i:nth-child(8) { display: none }
  #testimonial_area .rose_petal_layer i { opacity: 0.25 }
  #testimonial_area {padding: 60px 0 40px;}
  #testimonial_area:before,#testimonial_area:after { display: none }
  #testimonial_area .testimonial_bg_word { top: 30px; font-size: 52px }
  #testimonial_area .workframe { width: calc(100% - 30px) }
  #testimonial_area .testimonial_intro { margin-bottom: 52px }
  #testimonial_area .testimonial_intro p { font-size: 14px }
  #testimonial_area .testimonial_slider { margin: 0 }
  #testimonial_area .testimonial_slider .slick-list { overflow: hidden; padding: 40px 0 28px !important }
  #testimonial_area .testimonial_slider .slick-slide { padding: 0 8px; opacity: 1; transform: none }
  #testimonial_area .testimonial_card {min-height: 360px;padding: 52px 28px 35px}
  #testimonial_area .testimonial_photo { width: 84px; height: 84px; margin-top: -89px }
  #testimonial_area .testimonial_text { min-height: auto; font-size: 15px; line-height: 1.9; -webkit-line-clamp: 5 }
  #testimonial_area .testimonial_nav { margin-top: 18px }
}
@media screen and (max-width:760px) {
  section .clip img { height: auto }
  /* #news_area */
  #news_area .tt_box a { display: none }
  section,#news_area { padding: 12vw 0 }
  /* #product_sub_list */
  #product_sub_list>div { margin: 10px auto 50px }
  #product_sub_list li { width: 150px }
  #product_sub_list li .clip { height: 150px }
  /* #product_list */
  #product_list { width: 100% }
  #product_list li .clip { height: 80vw }
  #product_list li .info_box { width: 45vw; height: 30vw }
}
@media screen and (max-width:550px) {
  /* #news_area */
  #news_area .tt_box { margin-bottom: 20px }
  /* #about_img */
  #about_img:after { left: -20px }
  /* #freeboxlist */
  #freeboxlist { grid-template-columns: 1fr }
  section .topic-title p { font-size: 30px }
  /* #news_area */
  #news_area li .row { margin: auto; width: 280px }
  /* #news_list */
  #news_list .info_box { gap: 8px; display: flex; flex-direction: column; align-items: flex-start }
  #news_list .info_box a { padding: 5px 17px; font-size: 14px }
  #news_list .info_box .time { text-align: left }
  #news_list .info_box .h3 { -webkit-line-clamp: 2 }
}
@media screen and (max-width:480px) {
  /* #about_area */
  #about_area { padding: 65px 0 75px }
  #about_area .workframe { width: calc(100% - 28px) }
  #about_area #about_info { padding: 36px 22px 38px }
  #about_area #about_info:after {left: 22px;width: 58px;display: none;}
  #about_area .pageh1 {font-size: 20px;}
  #about_area #about_img .clip { height: 360px }
  /* #product_area */
  #product_area {padding-bottom: 60px;}
  #product_area .workframe { width: calc(100% - 34px) }
  #product_area #product_list li .clip { height: 205px }
  #product_area #product_list .slick-arrow { top: 130px; width: 38px; height: 38px }
  #product_area #product_list .slick-prev { left: 0 }
  #product_area #product_list .slick-next { right: 0 }
  /* #testimonial_area */
  #testimonial_area .testimonial_card { padding: 50px 22px 32px }
  #testimonial_area .quote_icon { left: 18px; font-size: 78px }
  #testimonial_area .testimonial_name .h3 { font-size: 17px }
  /* #book_area */
  #book_area li.row { margin: auto; width: 250px }
}
