<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section &gt;* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 25px;letter-spacing: 2px;font-weight: 500;font-family: 'Montserrat','Noto Sans TC', serif;}
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%); }

/* slogn_area*/
#slogn_area{background-image: url(/images/44/conBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;padding: 10vw 0;position: relative;}
#slogn_area:after{content:'';position: absolute;width: 100%;height: 100%;background: #000;top: 0;opacity: .5;}
#slogn_area h3{color:#fff;font-size: 35px;font-weight: 300;width: 35%;position: relative;z-index: 2;}

/* product_sub_list */
#product_sub_list &gt;div { margin: auto; width: 100%; }
#product_sub_list li {width: 210px;display: block;}
#product_sub_list li .clip { height: 210px; -webkit-clip-path: url(#clip_sub_product); clip-path: url(#clip_sub_product); }
#product_sub_list li h3 { font-weight: 300; }

/* product_list */
#product_list { width: 600px; }
#product_list li .clip { height: 690px; -webkit-clip-path: url(#clip_product); clip-path: url(#clip_product); }
#product_list li .info_box { width: 367px; height: 228px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 367 228'%3E%3Cpath d='M367.78 126C374 16.84 244.78 11.74 169 1.62c-30.92-4.22-65.18-.49-89.25 18.28-10.07 8.27-21.49 9.51-30.69 14.7-10.8 7-24 26.55-31.88 38.77-20.79 30.78-25.12 73.93 3.58 101.93 42.82 40.82 125.08 59.41 182.75 51.15 18.44-2.61 31-8 48.42-10.85 17.13-1.86 30.89-3.56 48.43-10.85 33.48-12.81 54.43-40.22 67.42-78.75z' fill='%23f4ece5'/%3E%3C/svg%3E") no-repeat center / 100%; bottom: 0; left: 0; }
#product_list li .info_box &gt;div { margin: auto; width: 80%; }
#product_list li .info_box h3 { height: auto; font-size: 20px; }
#product_list li .info_box p { margin-right: 10px; font-weight: 300; }
#product_list li .info_box p:first-letter { margin-right: 2px; font-size: 12px; }

/* about_area */
#about_area {position: relative;}
#about_area .workframe{display:grid;grid-template-columns: 40% 55%;justify-content: space-between;align-items: center;width: 90%;margin: 0 0 0 auto;}
#about_area:after{content:'';position: absolute;width: 70%;height: 70%;background: #f4f4f4;bottom: 0;right: 0;opacity: .75;}
#about_area h2 {font-size: 45px;font-family: "Montserrat", serif;font-weight: 400;}
#about_area article p {margin-bottom: 50px;line-height: 210%;font-weight: 400;}
#about_area .clip {-webkit-clip-path: url(#clip_about);clip-path: url(#clip_about);}
#about_area .about_sub_1 { width: 350px; top: -10vw; left: -3vw; }
#about_area .about_sub_1 .clip { -webkit-clip-path: url(#clip_about_sub_1); clip-path: url(#clip_about_sub_1); }
#about_area .about_sub_2 {width: 470px;top: -26vw;right: 14vw;}
#about_area .about_sub_2 .clip { -webkit-clip-path: url(#clip_about_sub_2); clip-path: url(#clip_about_sub_2); }
#about_area .about_sub_3 { width: 300px; bottom: -11vw; left: 35vw; }
#about_area .about_sub_3 .clip { -webkit-clip-path: url(#clip_about_sub_3); clip-path: url(#clip_about_sub_3); }
#about_area #about_img{height:100%}

/* custom_area */
#custom_area ul{display:grid;grid-template-columns: repeat(4, 1fr);width: 80%;margin: 0 auto;gap: 50px 50px;align-items: start;}
#custom_area li .clip{display: grid;grid-template-columns: 70px 1fr;align-items: center;gap: 20px;margin-bottom: 25px;}
#custom_area li .clip .img{width: 70px;aspect-ratio: 1/1;background: var(--primary);display: flex;align-items: center;justify-content: center;}
#custom_area li .clip img{width: 35px;aspect-ratio: 1/1;height: auto;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#custom_area li h3{font-size: 20px;letter-spacing: 1px;line-height: 1.6;}
#custom_area li article{font-size:14px;color: #555;-webkit-line-clamp: 2;height: auto;}
#custom_area li:last-child{background:var(--primary);padding: 12.5px 30px;}
#custom_area li:last-child a{position:absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
#custom_area li:last-child *{color:#fff;margin: 0;}

/* news_area */
#news_area li .img_box , #book_area li .img_box {background-color: #f9f9f9;}
#news_area li .info_box { margin: 10px 15px 0; }
#news_area li .time { width: 65px; font-weight: 400; font-size: 13px; }
#news_area li .more_btn { margin-left: 10px; padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#news_area li h3 { margin-top: 10px; height: 60px; line-height: 150%; font-size: 20px; -webkit-line-clamp: 2; }

/* book_area */
#book_area .bg_box{width: 95%;}
#book_area .bg_box:before{background:#fff;}
#book_area li{padding: 0 20px;}
#book_area li h3 {margin-top: 15px;height: auto;font-size: 18px;font-weight: 500;}
#book_area .workframe{width:min(90%, 1600px)}

/* photo_area */
#photo_area .item {width: 260px;height: 200px;}
#photo_area .item img {height: 100%;object-fit: cover;}

@media screen and (min-width: 1025px) {
    #slogn_area{background-attachment: fixed;}
}
@media screen and (max-width: 1460px) {
    #custom_area ul{width: 90%;}
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
	#product_list { width: 500px; margin-left: 30px; }
	#product_list li .clip { height: 590px; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
}
@media screen and (max-width: 1024px) {
    #slogn_area{padding:20vw 0;}
    #custom_area ul{grid-template-columns: repeat(2, 1fr);}
    #slogn_area h3{width: 55%;}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
    #slogn_area h3{width: 65%;}
    #about_area .workframe{grid-template-columns:1fr;margin: 0 auto;}
	#product_list { width: 500px; }
	#product_list li .clip { height: 590px; }
	#about_area #about_info { margin-bottom: 8vw; }
	#about_area .about_sub_2 { top: auto; bottom: 35vw; width: 35vw; }
	#about_area .about_sub_3 { width: 29vw; left: 10vw; }
}
@media screen and (max-width: 760px) {
    section .title_box{padding-bottom: 8vw;}
    #custom_area ul{grid-template-columns: repeat(1, 1fr);}
    #slogn_area{padding: 40vw 0 15vw;}
	section {padding: 12vw 0;}
	#product_sub_list&gt;div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
	#product_list { width: 70vw; }
	#product_list li .clip { height: 80vw; }
	#product_list li .info_box { width: 45vw; height: 30vw; }
}
@media screen and (max-width: 550px) {
	section .clip img{height: auto;}
    #custom_area li:last-child{padding-bottom: 23px;}
    #slogn_area h3{width: 75%;font-size: 28px;}
    #book_area li{padding:0}
	#product_sub_list li { margin: 10px; width: 35vw; }
	#product_sub_list li .clip { height: 35vw; }
	#product_list { width: 90vw; }
	#product_list li .clip { height: 100vw; }
	#product_list li .info_box { width: 55vw; height: 40vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
}
@media screen and (max-width: 480px) {
	#book_area li.row { margin: auto; width: 250px; }
}</pre></body></html>