section {position: relative;padding: 5vw 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 .emtitle {line-height: 120%;font-size: 30px;font-family: "Bricolage Grotesque", sans-serif;font-weight: 500;font-style: unset;display: block;word-break: keep-all;}
section .emtitle:first-letter{color:var(--primary)}
section .h3title {line-height: 1.7;letter-spacing: 2px;font-size: 30px;color: #1f1f1f;font-weight: 500;margin-top: 10px;}
section .more a {position: relative;padding: 15px 40px;display: inline-flex;background: var(--primary);color: white;font-family: "Bricolage Grotesque", sans-serif;align-items: center;gap: 30px;}
section .more a:hover font{box-shadow: 0 0 white, 0 0 white;}
section .more a svg.arrow { position: absolute; width: 20px; right: 20px; top: calc((100% - 11.41px) / 2); }
section .more font{width:3px;aspect-ratio:1;position:relative;color:white}
section .more font::before,section .more font::after{content:"";position:absolute;inset:0;background:white}
section .more font::before{box-shadow:-10px 0;animation:l8-1 1s infinite linear}
section .more font::after{transform:rotate(0deg) translateX(10px);animation:l8-2 1s infinite linear}
@keyframes l8-1{100%{transform:translateX(10px)}}
@keyframes l8-2{100%{transform:rotate(-90deg) translateX(10px);}}

/* 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); }

/* productBox */
#productBox .bg { opacity: .2; }
#productBox >.info { margin: 0 100px; }
#productBox ul { margin-top: 5vw; }
#productBox ul li { position: relative; }
#productBox ul li a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
#productBox ul li >div { overflow: hidden; position: relative; margin: 0 20px; }
#productBox ul li .img:before { position: absolute; width: 100%; height: 100%; background: rgba(31, 31, 31, .6); display: block; top: 0; left: 0; opacity: 0; z-index: 2; content: ""; }
#productBox ul li .img img { position: relative; width: 100%; height: 360px; object-fit: cover; z-index: 1; }
#productBox ul li .info { overflow: visible; position: relative; margin-top: -55px; padding: 45px 40px 60px; width: calc(85% - 120px); background: #fff; z-index: 2; }
#productBox ul li .info .price { position: absolute; padding: 5px 15px; background: rgb(0 0 0 / .6); top: -39px; left: 0; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
#productBox ul li .info .price font { margin: 0 10px; display: inline-block; font-weight: 300; color: #fff; }
#productBox ul li .info .price font.old { color: rgb(255 255 255 / .4); }
#productBox ul li .info h3 { margin-bottom: 10px; height: 37px; font-weight: 400; font-size: 22px; color: #1f1f1f; }
#productBox ul li .info article { height: 43px; font-weight: 400; font-size: 14px; color: #2c2c2c; -webkit-line-clamp: 2; }

/* aboutBox */
#aboutBox {z-index: 5;padding: 7vw 0;}
#aboutBox:after{content:'';background-image: url(/images/37/about-Bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: absolute;bottom: -100px;right: 0;width: 85%;height: 300px;z-index: -2;}
#aboutBox .workframe{margin-left: 8%;display: grid;grid-template-columns: 45% 49%;justify-content: space-between;}
#aboutBox .fixTxt{position:absolute;font-family: "Bricolage Grotesque", sans-serif;font-size: 30px;font-weight: 500;left: 60%;top: -50px;}
#aboutBox .fixRight{position:absolute;font-family: "Bricolage Grotesque", sans-serif;color: #f8f8f8;font-size: max(12 * (1vw + 1vh) / 2, 60px);right: 10%;font-style: italic;font-weight: 800;top: -17%;}
#aboutBox .bg {background: var(--secondary);height: 72%;bottom: 0;left: 0;opacity: 1;z-index: -1;position: absolute;width: 0;top: unset;}
#aboutBox .bg.aos-animate{width: 88%;}
#aboutBox .photo p{margin-top: -50px;margin-left: 20px;color: white;}
#aboutBox .info {margin-top:170px}
#aboutBox .info article{margin: 40px 0 80px;}
#aboutBox .info article p{line-height: 2.2;text-align: justify;}
#aboutBox .info .title { margin: 0 5vw 2vw; text-align: left; }
#aboutBox .info .txtBox { position: relative; padding: 7vw 10vw 7vw 5vw; background: url(/userfiles/images/20200525120633201.jpg) no-repeat 50% / cover; }
#aboutBox .info .txtBox:before { position: absolute; width: 100%; height: 100%; background: rgb(68 68 68 / .7); top: 0; left: 0; content: ""; z-index: 1; }
#aboutBox .info .txtBox >div { position: relative; z-index: 2; }
#aboutBox .info .txtBox h3 { margin-bottom: 20px; font-size: 36px; color: #fff; }
#aboutBox .info .txtBox article { line-height: 230%; font-size: 17px; color: #fff; }
#aboutBox .info .txtBox .more { margin-top: 80px; text-align: left; }
#aboutBox #fakeNumber {position: absolute;z-index: 6;left: calc(30% + 34px);top: calc(55% + 60px);}
#aboutBox #fakeNumber li{background: #fff;padding: 25px 20px;box-shadow: 10px 10px 40px rgb(51 49 50 / 10%);}
#aboutBox #fakeNumber .eva >div {display: flex;align-items: baseline;gap: 5px;}
#aboutBox #fakeNumber .eva >div b{color: var(--primary);font-size: 49px;font-weight: 600;line-height: 1;font-family: "Heebo", sans-serif;}
#aboutBox #fakeNumber .eva >div span{word-spacing: 100vw;font-size: 16px;font-weight: 400;line-height: 1.5;}
#aboutBox #fakeNumber p{font-size: 20px;margin-top: 10px;letter-spacing: 3px;}

/* sPictureBox */
#sPictureBox {padding: 10vw 0 5vw;background-image: url(/images/37/realBg.jpg);background-repeat: no-repeat;background-position: 0% 70%;background-size: cover;}
#sPictureBox .workframe{display:grid;grid-template-columns: 24% 67%;justify-content: space-between;align-items: center;width: min(90%, 1560px);}
#sPictureBox .box article{margin: 20px 0 40px;font-size: 14px;text-align: justify;}
#sPictureBox .ribox{display:grid;grid-template-columns: repeat(2, 1fr);gap: 90px;}
#sPictureBox .list {position: relative;display: grid;grid-template-columns: 1fr 80px;gap: 40px;justify-content: space-between;}
#sPictureBox .list a {position: absolute;width: 100%;height: 100%;display: block;top: 0;left: 0;z-index: 3;}
#sPictureBox .list .img {position: relative;z-index: 1;}
#sPictureBox .list .img img {width: 100%;aspect-ratio: 1/1;object-fit: cover;}
#sPictureBox .list .txt{display:flex;flex-direction: row-reverse;position: relative;}
#sPictureBox .list .txt *{writing-mode: vertical-rl;font-size: 18px;font-weight: 500;letter-spacing: 1px;}
#sPictureBox .list:hover .tit {color:var(--primary)}
#sPictureBox .list .txt article {font-weight: 300;font-size: 15px;color: #909090;letter-spacing: 0;}
#sPictureBox .list .txt .mmore {display: flex;position: absolute;bottom: 0;left: 0;width: 80px;aspect-ratio: 1/1;border: 1px solid #e1e0e0;border-radius: 50px;align-items: center;justify-content: center;}
#sPictureBox .list:hover .txt .mmore{background:var(--primary);border-color: var(--primary);}
#sPictureBox .list:hover .arrow-l::before, #sPictureBox .list:hover .arrow-l::after{background:white}
#sPictureBox .arrow-l{position:relative;display: flex;align-items: center;justify-content: center;}
#sPictureBox .arrow-l::before{content:"";position:absolute;left:50%;top:0;width: 20px;height: 1px;background-color: #282727;transform:translateX(-50%);}
#sPictureBox .arrow-l::after{content:"";position:absolute;bottom: 4px;left: 3px;width: 7px;height: 1px;background-color: #282727;transform: translateX(0%) rotate(40deg);transform-origin:left center;}

/* estateBox */
#estateBox {position:relative;padding: 0;}
#estateBox:before{content:'';width: 1px;height: 60px;background: #f0f0f0;position: absolute;top: 0;left: 145px;}
#estateBox:after{content:'';width: 100%;height: 1px;background: #f0f0f0;position: absolute;top: 60px;}
#estateBox >p{position: absolute;writing-mode: vertical-rl;font-family: "Bricolage Grotesque", sans-serif;font-size: 30px;font-weight: 500;bottom: 17%;left: 5%;}
#estateBox .workframe{display:grid;grid-template-columns: 40% 50%;width: min(90%, 1460px);padding: 75px 110px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;background-image: url(/images/37/estateBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;align-items: center;justify-content: space-between;margin-left: 15%;}
#estateBox .ribox p{margin-top:10px}
#estateBox article{margin:40px 0 70px;}

/* bookBox */
#bookBox *{text-align:center;}
#bookBox:before{content:'';width: 1px;height: 50%;background: #f0f0f0;position: absolute;bottom: 0;left: 145px;z-index: -1;}
#bookBox .box{width:min(700px, 90%);margin: 0 auto;display: flex;flex-direction: column;align-items: center;position: relative;}
#bookBox .box:after{content:'';width: 70%;height: 50%;background: var(--secondary);position: absolute;bottom: -20px;z-index: -1;}
#bookBox .box span{display:block;width: 3px;aspect-ratio: 1/1;background: var(--primary);margin: 25px 0;box-shadow: -10px 0 var(--primary), 10px 0 var(--primary);}
#bookBox .box article{font-size:14px;color:#2c2c2c;margin: 30px 0;word-spacing: 100vw;}
#bookBox .emtitle {font-family: "Bricolage Grotesque", var(--font-family), sans-serif;font-weight: 500;}
#bookBox .topBox { position: relative; margin: 0 auto 5vw; width: 80vw; }
#bookBox .topBox .title { position: absolute; }
#bookBox .topBox .more { text-align: right; }
#bookBox .list {margin-top: -105px;width: 110%;margin-left: -5%;position: relative;}
#bookBox .list ul li{margin:0 30px 110px;}
#bookBox .list ul li .img {overflow: hidden;position: relative;z-index: 1;}
#bookBox .list ul li.slick-current{margin:110px 30px 0;}
#bookBox .list ul li .img img {position: relative;width: 100%;aspect-ratio: 7 / 4.3;object-fit: cover;z-index: 1;}
#bookBox .list ul li .info {position: relative;padding: 3% 5%;z-index: 2;}
#bookBox .list ul li:not(.slick-current) .info .h3tit{display:none;}
#bookBox .list ul li .info .h3tit {height: auto;font-weight: 400;font-size: 20px;letter-spacing: 1px;}
#bookBox .list .btn{display: flex;align-items: center;justify-content: space-around;margin-top: -135px;position: relative;z-index: 3;cursor: unset;}
#bookBox .list .btn a{width:80px;aspect-ratio: 1/1;background: var(--primary);border-radius: 50px;display: inline-flex !important;align-items: center;justify-content: center;}
#bookBox .list .btn a .arrow-l{position:relative;display: flex;align-items: center;justify-content: center;}
#bookBox .list .btn a .arrow-l::before{content:"";position:absolute;left:50%;top:0;width: 20px;height: 1px;background-color: white;transform:translateX(-50%);}
#bookBox .list .btn a .arrow-l::after{content:"";position:absolute;bottom: 4px;left: 3px;width: 7px;height: 1px;background-color: white;transform: translateX(0%) rotate(40deg);transform-origin:left center;}
#bookBox .list .btn a#park_prev .arrow-l::after{bottom: -1px;left: -10px;width: 7px;background-color: white;transform: translateX(0%) rotate(-40deg);}

@media screen and (max-width:1680px) {
    #aboutBox .fixRight{top: -14%;right: 14%;}
}
@media screen and (max-width:1440px) {
    #aboutBox .fixTxt{left: 62%;}
    #aboutBox .workframe{width: 75%;}
    #aboutBox .fixRight{top: -2%;right: 14%;}
    #aboutBox #fakeNumber{left: calc(20% + 34px);top: calc(45% + 60px);}
}
@media screen and (min-width:1281px) {
    #aboutBox:after{background-attachment: fixed;}
	section .more a:hover {background: var(--info);}
}
@media screen and (max-width:1366px) {
	#bookBox .list{width: 140%;margin-left: -20%;}
}
@media screen and (max-width:1280px) {
    #sPictureBox{padding-top:12vw}
    #sPictureBox .workframe{grid-template-columns:1fr;gap: 40px;}
    #aboutBox .fixTxt{left: 55%;grid-column: 1 / 3;top: -30px;}
    #aboutBox .workframe{width: 90%;margin: 0 auto;}
}
@media screen and (max-width:1024px) {
    #estateBox{background-image: url(/images/37/estateBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;padding: 8vw 0;}
    #estateBox >p{position:relative;writing-mode: unset;left: unset;top: unset;width: 90%;margin: 0 auto 20px;}
    #estateBox .workframe{margin:0 auto;background-image: none;padding: 0;}
    #aboutBox .bg.aos-animate{width:100%;height: calc(90% - (12vw + 54px));top: auto;bottom: 0;}
    #aboutBox .workframe{grid-template-columns: 45% 49%;}
    #aboutBox .fixRight{display:none;}
    #aboutBox .fixTxt{position:relative;}
	#aboutBox .bg { width: 100%; height: calc(100% - (12vw + 54px)); top: calc(7vw + 54px); z-index: 1; }
	#aboutBox .info .txtBox { padding: 7vw 10vw; background: none; }
	#secabout:before { width: 90vw; }
	#secabout #customBox { width: 70vw; }
	#secabout #youtubeBox .left { position: relative; width: 100%; height: 400px; }
}
@media screen and (max-width:980px) {
	#bookBox .list{width: 90%;margin: 0 auto;}
    #bookBox .list ul li, #bookBox .list ul li.slick-current{margin: 0 25px;}
    #sPictureBox .ribox{grid-template-columns:1fr;gap: 50px;width: 80%;}
    #sPictureBox{background-position: 10% 50%;padding-top: 10vw;}
    #aboutBox:after{display:none;}
    #aboutBox .info{margin-top:50px;}
    #aboutBox #fakeNumber{left: calc(60% + 34px);top: calc(25% + 60px);}
    #aboutBox .workframe{grid-template-columns:1fr}
    #aboutBox .fixTxt{grid-column:unset;}
    #bookBox:before{display:none;}
    #bookBox .list .btn{margin: 20px 0 0;display: flex;justify-content: center;gap: 60px;}
    #estateBox .workframe{grid-template-columns:1fr;gap: 40px;}
    #estateBox .ribox {order:-1}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width: 640px) {
    #aboutBox .photo p{font-size: 13px;margin-top: -40px;}
    #estateBox:after, #estateBox:before{display:none;}
    #bookBox .box:after{display:none;}
    #sPictureBox .list .txt .mmore{left:unset;right: 0;width: 70px;}
    #sPictureBox .list .txt *{writing-mode:unset;}
    #sPictureBox .list .txt{display:flex;flex-direction: column;align-items: flex-start;width: 100%;}
    #sPictureBox .list{display:flex;flex-direction: column;align-items: flex-start;gap: 20px;}
    #sPictureBox .ribox{width:100%}
    section .emtitle{font-size: 26px;}
    section .h3title{font-size: 22px;}
    #aboutBox .info article{margin-bottom:40px;}
    #aboutBox .workframe{width:85%}
    #aboutBox #fakeNumber{left: unset;top: calc(25% + 60px);right: -20px;}
    #aboutBox #fakeNumber .eva >div b{font-size: 37px;}
    #aboutBox #fakeNumber p{font-size: 15px;letter-spacing: 2px;}
    #aboutBox #fakeNumber .eva >div span{font-size:14px;}
    section, #aboutBox{padding:12vw 0}
    #aboutBox .fixTxt{left: 35%;font-size: 24px;top: -20px;}
	#productBox ul li .info { margin: -55px auto 0; padding: 25px 30px 40px; width: calc(85% - 60px); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background: rgb(255 255 255 / .4); }
}