/* index.less */
#product_area.list_box ul li{transform:translate(0,0);-webkit-transform:translate(0,0)}@media(min-width:1281px){#product_area.list_box ul li:hover{transform:translate(0,-20px);-webkit-transform:translate(0,-20px)}}#book_area.list_box li.img_box:before,#book_area.list_box li.img_box:after{transform:scaleY(0);-webkit-transform:scaleY(0)}#book_area.list_box li.img_box:after{transform-origin:center bottom;-webkit-transform-origin:center bottom}@media(min-width:1281px){#book_area.list_box li:hover.img_box:before,#book_area.list_box li:hover.img_box:after{transform:scaleY(1);-webkit-transform:scaleY(1)}}#youtube_box a{width:83px;height:83px;border-radius:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-webkit-animation:spineer 2s infinite;animation:spineer 2s infinite}

#wrap{z-index: 6;position: relative;width: 100vw;background-color: #ffffff;}
.midtexrb img{ animation: rotate3 8s ease-in-out infinite;
    transform-origin: 100% 100%;}
@keyframes rotate3 {
    0%, 100% {transform: rotate(30deg);}
    50% {transform: rotate(-10deg);}
}
/* search_box */
#openform{background:rgba(var(--white-rgb),.3)}
section.section_pad{padding:5vw 0;background-color: #f0f0f0;}
section>*{z-index:3}
section .title_box{margin-bottom:30px}
section .title_box .area_title{font-weight:400;font-size:max(1.2*(1vw + 1vh) / 2,21px);line-height:100%;color:#898989}
section .title_box .sub_title{font-weight:300;font-size:max(3.7*(1vw + 1vh) / 2,37px);color:#898989;text-transform:uppercase}

.webBox .hanJ01  .pageh1{position: relative;animation: unset;top: auto;font-size: 18px;font-weight: 300;display: flex;align-items: center;gap: 7px;}
.webBox .hanJ01 .pageh1:before , .webBox .hanJ01 .pageh1:after{content:"";position: relative;display: flex;width: 5px;aspect-ratio: 1/1;background: #9d9d9e;}


a.fmlink{display:flex;height:auto;width: 110px;margin-top: 60px;padding: 12px 20px;justify-content: center;color:white;font-size: max(1.15 * (1vw + 1vh) / 2,14px);background: #86968e;border-radius: 6666px;box-shadow: inset 0 -1em 3em rgb(45 78 87 / 53%), 0 0 0 0px white, 0.1em 0.1em 1em rgb(116 116 116 / 34%);}
a.fmlink:hover{background: #69a886;}
a.fmlink svg{fill:white;width:20px;aspect-ratio:1/1}

/* bg_box */
.bg_box{width:100%;height:100%;background:no-repeat 50%/cover;background-attachment:fixed;opacity:.3;top:0;left:0}
.bg_box:before{width:100%;height:100%;display:block;background:rgb(255 255 255 / 20%);content:""}
.bg_box.white:before{background:rgba(var(--white-rgb),.2)}
.ml11,.ml112{position:relative;font-weight:700;text-align:center;opacity:0}
.ml11 .text-wrapper,.ml112 .text-wrapper{position:relative;display:inline-block}
.ml11 .line,.ml112 .line{opacity:0;position:absolute;left:0;height:70%;width:1px;background-color:#4d4d4d;transform-origin:0 50%}
.ml11 .line1,.ml112 .line{top:15%;left:0}
.ml112 .line{transform:translateX(0)}
.ml11 .line1{display:none}
.ml11 *,.ml112 *{transition:all 0s ease-in-out;-webkit-transition:all 0s ease-in-out}
.letters{display:flex;width:100%;justify-content: flex-start;}
.ml11 .letter,.ml112 .letter{display:inline-block}
.ml112 .letter{opacity:0}


/*Jamore*/
.Jamore{display: flex;}
.Jamore a{display:flex;align-items:center;padding:20px 30px;border-radius:300px;border:#959595 1px solid;justify-content:space-between;width:230px}
.Jamore a:hover{background:var(--primary)}
.Jamore a:hover span{color:white}
.Jamore a:hover svg{fill:white}
.Jamore a span{font-weight:500}
.Jamore a svg{width:20px}
.maloogo{position:absolute;right:5%;bottom:0}
.maloogo.boo2{bottom:auto;top:0}

/*banner_newbox*/
#banner_newbox{width: 22.2vw;position: absolute;z-index: 666;right: 15vw;margin-top: -4vw;z-index: 9487;}
#banner_newbox *{}
#banner_newbox .nwblist{display:grid;grid-template-columns: 17% 26% 51%;gap: 3%;align-items: center;margin: 5px 0;}
#banner_newbox .nwblist *{line-height: 1.5;}
#banner_newbox .nwblist *{color:white;font-family: 'Noto Serif TC';}
#banner_newbox .nwblist .nwbdate{
    display: flex;
    background: var(--primary);
    padding: 5px;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
#banner_newbox .nwblist .nwbtitle{
    font-size: 16px;
}
#banner_newbox .nwblist .nwbinfo{
    font-size: 14px;
    height: 22px;
}
#banner_newbox .clamptext{overflow: hidden;margin: 0px 0;height: 26px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

/*arrow_boxJ*/
.arrow_boxJ{display:flex;gap: 20px;}
.arrow_boxJ .btmJ{cursor: pointer;}
/*indexbook_area*/
#indexbook_area{z-index: 60;}
#indexbook_area .twoo_JJbg{position:absolute;display: grid;grid-template-columns: repeat(2,1fr);}
#indexbook_area .case_box{display:grid;grid-template-columns: 44% 56%;padding: 90px 0 0;}
#indexbook_area .booklist{display:flex;width: 100%;}
#indexbook_area .booklist li{display:flex;flex-direction: column;align-items: center;margin: 0 30px 0 0px;}
#indexbook_area .booklist li img{aspect-ratio:1/1;}
#indexbook_area .booklist .img_box:before{content:"";position: absolute;width: 100%;height: 100%;background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 53%));}
#indexbook_area .booklist .teeetx{
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}
#indexbook_area .booklist .teeetx:after{content:"";position: relative;width: 1px;height: 50px;background: #fafafa;}
#indexbook_area .gogoinfo{width:min(400px , 100%);margin: 25px 0px 40px;}
#indexbook_area .learrow{display:flex;align-items: center;gap: 20px;padding: 19px 0;}
#indexbook_area .learrow .arrow_boxJ{display:flex;}
#indexbook_area .learrow .number{display:flex;gap: 20px;}

#indexbook_area .case_right .seinfobook{position:absolute;right: 0;bottom: 33%;color: white;display: flex;align-items: center;gap: 20px;}
#indexbook_area .case_right .seinfobook:before{content:"";position: relative;width: 17vw;height: 1px;background: #ffffff;}
#indexbook_area .case_right .seinfobook:after{content:"";position: absolute;width: 1.5vw;height: 3px;background: #ffffff;right: 49%;}
#indexbook_area .case_right{margin-top: 36px;}
#indexbook_area .case_right .bigimg img{aspect-ratio: 555/820;width: 29vw;}
.sooptext{position: absolute;z-index: 9;margin-top: -40px;width: 56px;left: 17vw;}
.sooptext2{position: absolute;z-index: 9;width: 8.9vw;bottom: 18px;right: 29vw;}
.sooptext3{position: absolute;z-index: 9;top: -27px;width: 56px;left: 40vw;}
.sooptext , .sooptext2 , .sooptext3{filter: grayscale(100%)brightness(1.1);}
#about_area{padding: 100px 0 90px;display: flex;flex-direction: column;align-items: center;}
#about_area:before{content: "";width: 50vw;aspect-ratio: 900/775;right: 0vw;background: url(/images/40/right_bg.jpg);opacity: 1;z-index: 1;position: absolute;top: 0;}
#about_area:after {content: "";width: 14.6vw;aspect-ratio: 281 / 287;position: absolute;background: url(/images/40/aboutfly01.png);z-index: 12;background-size: contain;background-position: 50%;right: 4vw;top: 3vw;animation: myfirst 3s infinite;animation-duration: 2s;animation-timing-function: ease-in-out;background-repeat: no-repeat;}
#about_area .workframe{display:grid;grid-template-columns: 48% 45%;gap: 7%;width: min(90%, 1600px);background: url(/images/40/about_infobg.jpg);align-items: center;padding: 60px 3vw;box-shadow: 0 0 15px rgb(115 114 114 / 19%);}
#about_area .workframe:before{content:"";position: absolute;background: url(/images/40/dotmod.png);aspect-ratio: 11/17;width: 55px;background-size: contain;background-repeat: no-repeat;top: 0;right: 29%;}
.laJtext{position:absolute;width:auto;height:100%;left:-4%;top:20px;webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;display:flex;flex-direction:row;align-items:center}
.laJtext span{position:relative;display:flex;width:1px;height:90px;background:#757575}
.laJtext.boo2{right:-4%;left:auto}
.Jterightbox .cnlittle::after{display:none;}

.rigthJJufoimg{position: absolute;right: 0;z-index: 5;}
.rigthJJufoimg img{position: relative;width: 21vw;right: -18px;margin-top: -17vw;}



@keyframes sway {
    0% {transform: rotate(5deg);}
    50% {transform: rotate(-5deg);}
    100% {transform: rotate(5deg);}
}

#about_area .maJimg{position:relative;display:flex;margin-bottom:15px;flex-direction: column;align-items: center;}
#about_area .maJimg img{z-index: 2;position: relative;margin: 0 10px;}
#about_area .maJimg:before{content:"";width:15.6vw;aspect-ratio:1/1;position:absolute;background:url(/images/40/aboutfly02.png);z-index:12;background-size:contain;background-position:50%;left:-5vw;bottom:-8vw;animation:myfirst 4s infinite;animation-duration:2s;animation-timing-function:ease-in-out}
#about_area .maJimg:after{content:"";width: 12vw;aspect-ratio: 116/109;position: absolute;background: url(/images/40/pill-1.png);z-index: 2;background-size: contain;background-position: 50%;right: -4.4vw;top: 92px;animation: myfirst 2s infinite;animation-duration: 2s;animation-timing-function: ease-in-out;}
@keyframes float{0%{transform:translateY(0)}
50%{transform:translateY(-20px)}
100%{transform:translateY(0)}
}
#about_area .maJinfoo{position:relative;display:flex;justify-content: center;}
#about_area .maJinfoo .tctextbox{width:100%;margin-left:0;display:flex;flex-direction:column}
.tctextbox p.text-clamp{overflow:hidden;margin:10px 0;font-size:16px;height:126px;padding-right:30px;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-weight:400;color:#7d7d7d}
#about_area .maJinfoo .tctextbox .JJtitle{display:flex;align-items:flex-start}
#about_area .boomJJ{position:relative;flex:1;display:flex;align-items:center;margin-bottom:0;margin-top:80px;justify-content:space-between;width:95%}
#about_area .boomJJ a.fmlink{margin-top:0}
.mooimlink{position:relative;display:flex;align-items:center;gap:20px}
.mooimlink:hover p{color:var(--secondary)}
.mooimlink .spanlinesot:before{content:"";position:absolute;width:10px;aspect-ratio:1/1;background: #182c54;right:0;border-radius:555px}
.mooimlink .spanlinesot:after{content:"";position:absolute;width:18px;aspect-ratio:1/1;border:solid 1px #787878;right:-5px;border-radius:555px;animation:zoomInOut 3s ease-in-out infinite}
.mooimlink .spanlinesot{position:relative;width:210px;height:1px;background:#848484;display:flex;align-items:center}
@keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
  }
#about_area .topmvan h3{font-weight:500;font-size:max(1.6*(1vw + 1vh) / 2,21px);text-transform:uppercase;color:#363636;line-height:140%}
#about_area .VCRtop p{overflow:hidden;height: 96px;width: 90%;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient:vertical;font-size: 16px;font-weight: 300;color:#1e1e1e;margin: 20px 0 100px;}

.boomJJ{display: flex;gap: 15px;justify-content: center;}
.boomJJ .workframe{display:flex;flex-direction: column;align-items: center;}
/*ceeservice*/
.ceeservice{position:absolute;margin-top: -230px;}


@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}


@keyframes float{0%{transform:translateY(0)}
50%{transform:translateY(-20px)}
100%{transform:translateY(0)}
}




/*newsJ_area*/
#newsJ_area{padding: 100px 0 280px;background: #ffffff;}
#newsJ_area{display:flex;justify-content:flex-end}
#newsJ_area:before{content:"";width:100%;height:100%;position:absolute;background-image:url(/images/40/nwdb_bg.png);background-size:cover;background-position:50% 60%}
#newsJ_area .mewn_img{position:absolute;left:8vw;z-index:0;width:32vw}
#newsJ_area .mewn_img:before{content:"";position:absolute;width:100%;height:100%;background:#116537;z-index:-1;left:-2vw;top:-3vw;border-radius:0px 0px 0px 40px}
#newsJ_area .mewn_img img{width:min(600px,100%);border-radius:0px 40px 0px 0px}
#newsJ_area .workframe{width:min(1290px,70vw);margin:0;display:flex;flex-direction:column;align-items:flex-end;margin-top:36px}
#newsJ_area .JJtitle{display:flex;flex-direction:row;align-items:center}
#newsJ_area .wenGbox{width:79%}
#newsJ_area .luenbuom{display:flex;align-items:center;margin:60px 0;margin-left:140px}
.lusanline{position:relative;height:2px;border-bottom:#dcdcdc 1px solid;margin-right:12vw}
.lusanline span{width:50px;height:3px;background:#116537;display:flex}
.lusancall{display:flex;margin-left:140px}
.lusancall svg{width:38px;fill:#595959;margin-right:20px}
.lusancall span{font-size:max(3.6*(1vw + 1vh) / 2,26px);color:#595959;font-family:"Cinzel Decorative",serif;font-weight:700}
#newsJ_area .luenbuom .luenntext{position:relative;padding-left:30px;margin-left:30px;display:flex;align-items:center}
#newsJ_area .luenbuom .luenntext:before{content:"";position:absolute;width:2px;height:50%;background:#929292;left:0px}
#newsJ_area .newsJlist{padding:16px 10%;background:#f4f4f4}
#newsJ_area .newsJlist .nwenboix{margin:10px;position:relative}
#newsJ_area .newsJlist .nwenboix:hover .neneinfo{-moz-transform:translateY(-0.25em);-webkit-transform:translateY(-0.25em);-o-transform:translateY(-0.25em);-ms-transform:translateY(-0.25em);transform:translateY(-0.25em)}
#newsJ_area .newsJlist .nwenboix a.mmasklink{position:absolute;width:100%;height:100%;z-index:96}
#newsJ_area .newsJlist .nwenboix .neneimgbox{display:flex;flex-direction:column;align-items:center}
#newsJ_area .newsJlist .nenelink svg{width:25px}
#newsJ_area .newsJlist .neneinfo{position:relative;width:90%;border-bottom:dashed 2px #a5a5a5;z-index:22;padding:15px 80px 15px 150px;display:flex;align-items:center;justify-content:space-between}
#newsJ_area .newsJlist .neneinfo:before{content:"";position:absolute;width:10px;aspect-ratio:1/1;background:#7a7a7a;aspect-ratio:1/1;margin-left:-50px;border-radius:55px}
#newsJ_area .newsJlist .nenelink a{display:flex;justify-content:flex-end;color:var(--secondary);font-size:max(1*(1vw + 1vh) / 2,15px)}
#newsJ_area .newsJlist .nenelink a svg{fill:var(--secondary)}
#newsJ_area .newsJlist .neneinfo h5{text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:max(1.5*(1vw + 1vh) / 2,16px);overflow:hidden;color:#565656}
#newsJ_area .newsJlist .neneinfo p{height:63px;width:100%;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;overflow:hidden;margin:31px 0}
#newsJ_area .newsJlist .neneinfo svg{width:20px;aspect-ratio:1/1}


/*newsBox2*/
#newsBox2{padding-bottom: 0;}
#newsBox2 .info{margin-bottom:50px;}

.slick-3d .slide {
  transform: scale(0.85);
  opacity: 0.6;
  transition: all 0.6s ease;
  transform-origin: center center;
  perspective: 1000px;
}

.slick-3d .slick-center {
  opacity: 1;
}
.slick-3d .slick-slide{opacity:0}
.slick-3d .slick-slide.slick-active {
  transform: scale(0.85);
  transform-style: preserve-3d;
  perspective: 100px;
  perspective-origin: center center;
  transition: all linear 0.3s;
  opacity: 1;
}


.slick-3d .slick-active.slick-current + .slick-slide {transform: rotateY(-15deg) scale(0.9);opacity: 1;}
.slick-3d .slick-active.slick-current + .slick-slide .mwmimg{transform: rotateY(-2deg);}

.slick-3d .slick-current.slick-center {
  transform: scale(1.1) rotateY(0deg);
}
.slick-3d .slick-active .mwmimg{
    transform: rotateY(2deg);
}
.slick-3d .slick-center .mwmimg{transform: rotateY(0deg);}

.slick-3d .slick-active:first-child {
  transform: rotateY(15deg) scale(0.85);
  opacity: 0.7;
}

.slick-3d img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


#newsBox2 .news_list .mdmiJJ{
    display: flex;
    align-items: center;
    justify-content: center;
}
#newsBox2 .workframe{
    width: min(100%, 1680px);
}
#newsBox2 .nwJJoox{}
#newsBox2 .news_list .mdJbox01{position: absolute;width: 90vw;}
#newsBox2 .news_list .mdJbox02{width: 100%;}
#newsBox2 .news_list .mdJbox02 .slick-list{
}
#newsBox2 .news_list .mdJbox01 .arrow_btns_box{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}

#newsBox2 .news_list .mdJbox01 .arrow_btns_box .slick-prev{-moz-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
-o-transform:scaleX(-1);
transform:scaleX(-1);}

#newsBox2 .mwmtext .h3{overflow: hidden;margin: 10px 0;height: 38px;font-size: 21px;text-align: left;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#newsBox2 .mwmtext p.text-clamp{overflow: hidden;margin: 10px 0;height: 63px;font-size: 16px;text-align: left;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

#newsBox2 .mwmimg{padding: 40px 10px;}
#newsBox2 .mwmtext{padding: 10px 10px;}
#newsBox2 a.fmlink{margin: 20px auto 0;}
#newsBox2 .bg_box{opacity: 1;}
#newsBox2 .bg_box:before{height: 200%;background: #e0e5e2;opacity: 1;}
/*philosophy_area*/

#philosophy_area{padding:100px 0 50px;background-image:url(/images/40/philosophy_area_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:50% 50%}
#philosophy_area:before{content:"";position:absolute;background:url(/images/40/in-ball.png);width:60px;aspect-ratio:1/1;left:13%;top:-2%;background-repeat:no-repeat;background-size:contain;animation:float 3s ease-in-out infinite;z-index:2}
#philosophy_area:after{content:"";position:absolute;background:url(/images/40/in-ball.png);width:60px;aspect-ratio:1/1;right:17%;bottom:-2%;background-repeat:no-repeat;background-size:contain;animation:float 3s ease-in-out infinite;z-index:2}
#philosophy_area .JJtitle{display:flex;flex-direction:column;align-items:center}
#philosophy_area .coomcebox{display:flex;flex-direction:column;align-items:center;margin:0 auto;margin-bottom:60px;margin-top:-35px;width:min(1280px ,80%)}
.runingtext>div{position:relative;padding:10px 0;display:flex;text-align:center;transition:all .7s ease-out;-webkit-animation:picture_scroll 40s linear infinite;animation:picture_scroll 20s linear infinite;transform:translateX(0);width:100%;justify-content:space-between}
.runingtext{display:flex;position:relative;padding:15px 0;width:200%;position:absolute;top:50%;z-index:-1}
.runingtext .focus{margin:0 9px}
.clickshow>div{display:none}
.clickshow>div h3{font-size:22px;margin-bottom:10px}
.clickshow>div p{font-size:16px}
@keyframes picture_scroll{from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
@-webkit-keyframes picture_scroll{from{-webkit-transform:translateX(0)}
to{-webkit-transform:translateX(-100%)}
}


/*conutJ_area*/

#conutJ_area{padding:110px 0;background-image:url(/images/40/indexab_bg.jpg);background-size:cover;margin-top:-6px}
#conutJ_area:before{content:"";position:absolute;width:1px;height:100%;background:#b1b1b1;left:4%;top:0}
#conutJ_area .workframe{display:flex;align-items:center;width:min(1440px ,82%)}
#conutJ_area .coJleftbox{width:37%}
#conutJ_area .JJtitle *{color:#535353}
#conutJ_area .coJrightbox{width:63%}
#conutJ_area .coJrightbox iframe{width:100%;height:472px}
#conutJ_area .JJtitle{margin-bottom:55px}
#conutJ_area .JJtitle h2{text-transform:math-auto}
#conutJ_area .coeJJtext{margin-bottom:55px}
.arrow_btns_box{cursor:pointer;position: relative;z-index:5;display: flex;gap: 20px;}
.arrow_btns_box .slick-prev{transform: unset;left:unset;position:relative;width: auto;height: auto;-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);-o-transform: scaleX(-1);transform: scaleX(-1);}
.arrow_btns_box .slick-next{transform: unset;right:unset;position:relative;width: auto;height: auto;}
.arrow_btns_box .slick-disabled svg{background: #cac3b9;}
.arrow_btns_box .slick-arrow{width:auto;height:auto}
.arrow_btns_box .slick-arrow:hover svg{fill: var(--primary);}
.arrow_btns_box .slick-prev:before, .arrow_btns_box .slick-next:before{display:none;}
.arrow_btns_box.ree{left:-1%}
.arrow_btns_box.lee{left:31%}
.arrow_btns_box .prev svg{-moz-transform:scalex(-1);-webkit-transform:scalex(-1);-o-transform:scalex(-1);-ms-transform:scalex(-1);transform:scalex(-1)}
.arrow_btns_box svg{width: 60px;aspect-ratio:1/1;border-radius:50%;padding: 18px;fill: #0f0f0f;}
.mmtmore{display:flex}
.mmtmore , .mmtmore *{border-radius: 0;}
.mmtmore a{background:var(--secondary);background:unset;display:flex;color:#5c8537;align-items:center;padding: 2px 10px;font-size: max(1.1*(1vw + 1vh) / 2,15px);justify-content:space-between;border-bottom: #5c8537 1.5px solid;border-top: #5c8537 1.5px solid;line-height: 100%;}
.mmtmore a:hover{background:var(--secondary);color:#fff}
.mmtmore a:hover svg{fill:#fff;-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.mmtmore a svg{width: 63px;aspect-ratio: 5/3;border-radius:555px;margin: 2px 0px;padding: 8px;margin-right: 0;fill: var(--secondary);}
.mmtmore a svg path{fill:#5c8537}
.arrow_btns_box svg{width: 25px;padding: 8px;}


/*solgon_area*/

#solgon_area{position:relative;padding:50px 0;background:url(/images/40/solgonbg.jpg);background-attachment:fixed;z-index:2}
#solgon_area .pomtext{padding:50px 0;display:flex;flex-direction:column;align-items:center}
#solgon_area .pomtext img{width:70px;aspect-ratio:1/1}
#solgon_area .pomtext .somainfoo{display:flex;flex-direction:column;align-items:center;padding:30px 0}
#solgon_area .pomtext h4{color:#fff;font-size:max(2*(1vw + 1vh) / 2,23px);font-weight:300}
#solgon_area .pomtext p{color:#fff;margin-bottom:20px;font-weight:200}
#solgon_area .mmtmore a{background:#ffffff00;border:#ffffffba 1px solid}
#solgon_area .mmtmore a:hover{background:var(--secondary)}


/*maJfixbg*/
.maJfixbg{position:relative;width:100%;height:450px;background:url(/images/40/downimg.jpg);background-attachment:fixed;background-size:cover;background-position:50% 0}
.maJfixbg .workframe{height:100%}
.maJfixbg .maJinfo{position:absolute;right:0;bottom:7px}
.maJfixbg .maJinfo p{color:#fff}


/* product_area */
#product_area{overflow:hidden;max-width:100vw}
#product_area .slick-list{overflow:visible}
.shpaeline{position:absolute;width:100%;margin-top:-270px}
.shpaeline img{object-fit:cover}
.Japtab{display:flex;align-items:center;justify-content:center;margin-top:70px}
.Japtab a{padding:0 9px;cursor:pointer}
.activJ{border-bottom:#555 2px solid;color:#252525}
#showJ01{display:block}
.moreJbox a{display:flex;align-items:center;width:auto;border-bottom:#cfcfcf 1px solid}
.moreJbox a:hover svg{margin-left:30px}
.moreJbox svg{width:18px;aspect-ratio:1/1;margin-left:10px}
.arrowbox{display:flex;margin-left:95px}
.arrowbox svg{width:57px;aspect-ratio:1/1;padding:20px;border:#8a8a8a 1px solid;border-radius:50px;cursor:pointer}
.arrowbox .arrow_btns_box{margin-right:15px;opacity:.5}
.arrowbox .arrow_btns_box:hover{opacity:1}


/* book_area */
#book_area .list_box img{aspect-ratio: 16/9;border-radius: 10px;}
#book_area .list_box li{margin-left:10px}
#book_area .list_box .img_box{border:var(--white) solid;border-width:0 1px 1px 0}
#book_area .list_box .img_box:after,#book_area .list_box .img_box:before{position:absolute;width:100%;height:100%;z-index:9;opacity:.4;content:""}
#book_area .list_box .img_box:after{right:0;bottom:0}
#book_area .list_box .atag_item{z-index:10}
#book_area .list_box .badge{margin:auto;padding:10px 20px;max-width:calc(80% - 40px);height:34px;line-height:36px;font-size:max(1.4*(1vw + 1vh) / 2,16px);display: none;}

/* youtube_box */
#youtube_box{min-height:1px;padding-bottom:30%}
#youtube_box a{position:absolute;background:var(--white);display:flex;top:50%;left:50%;z-index:99}
#youtube_box a i{margin:auto;font-size:30px;color:var(--primary)}
#youtube_box iframe{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5}


/* custom_area */
#custom_area{margin-top: -91px;z-index: 0;}
#custom_area:before{content:"";position: absolute;height: 125%;bottom: 0;width: 1px;background: #d8d8d8;right: 3vw;}

#custom_area .workframe{background-size: contain;background-repeat: no-repeat;background-position: 50%;background-color: #f7f7f7;}
#custom_area .workframe:before{content: '';width: 0;height: 0;border-style: solid;border-width: 0 0px 5vw 5vw;border-color: transparent transparent #ffffff;position: absolute;transform: rotate(180deg);z-index: 9;}
#custom_area .workframe:after{content: '';width: 0;height: 0;border-style: solid;border-width: 0 0px 5vw 5vw;border-color: transparent transparent #ffffff;position: absolute;z-index: 9;bottom: 0;right: 0;}

#custom_area .arrow_boxJ{position:absolute;right: 10%;top: 106px;}
#custom_area .custom_box{margin: 60px 0 50px;width: 100%;}
#custom_area .custom_box .cum_imgg{position: relative;background:#ffffff;border-radius: 666px;display: flex;flex-direction: column;align-items: center;aspect-ratio: 1/1;justify-content: center;}
#custom_area .custom_box .cum_imgg img{width: min(192px,100%);}
#custom_area .custom_box ul li{display:flex;flex-direction: column;align-items: center;gap: 30px;margin: 0 9px;}
#custom_area .custom_box .ponumber{position:absolute;bottom: -12px;background: #2b2b2b;border-radius: 66669px;width: 20px;padding: 5px;aspect-ratio: 1/1;line-height: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;color: white;font-size: 18px;}
#custom_area .inin_box{width: 90%;margin: 0 auto;padding: 55px 0;}
#custom_area .JaJacenter{display:flex;justify-content: center;}


#book_area{margin: 100px 0;}
#book_area:after{content:"";position:absolute;width:800px;aspect-ratio:1/1;background:url(/images/40/abbgrightimg.png);background-repeat:no-repeat;background-size:contain;right:-440px;-moz-transform:rotate(3deg);-webkit-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(45deg);bottom:-120px;left:-640px}
#book_area .puobox{display:flex;flex-direction: column;}
#book_area .title_box{width:30%;margin-left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
#book_area .cootext{margin:30px 0;font-weight:300}
#book_area .list_box{position: absolute;width: 100%;opacity: 0;margin: 80px 0 50px;z-index: 1;}
#book_area .list_box.active{opacity: 1;z-index: 2;}
#book_area .coumeshow{height: 550px;}

/*book_area*/
#book_area .choueebox{display: flex;gap: 10px;}
#book_area .choueebox *{color:#8a5d3d;font-size: max(1.6 * (1vw + 1vh) / 2, 19px);border-radius: 666px;font-weight: 600;}
#book_area .choueebox .activeJ{border: #8a5d3d 1px solid;}
#book_area .choueebox a{padding: 0px 28px;}
#reviews_area{background:url(/images/40/paper-texture_bg.png);padding:140px 0}
#reviews_area .JJtitle{display:flex;align-content:flex-start}
.JJtitle .Jterightbox{width:100%;display: flex;align-items: flex-end;gap: 20px;}
.JJtitle .Jterightbox .titlebameoo{margin: 0;}
#reviews_area .tctextbox p.text-clamp{height:66px;-webkit-line-clamp:2;padding-right:0}
#reviews_area a.fmlink{margin-top:20px}
#reviews_area .workframe{width:92%;margin:0px 0px 0 8%;display:grid;grid-template-columns:35% 62%;gap:50px;justify-items:center;align-items:center}
#reviews_area .revleft{}
#reviews_area .revright{width:100%;display:flex}



#book_area .JJtitle{margin-bottom: 30px;}
@media screen and (min-width: 1281px) {
	#book_area .list_box li:hover .badge{background:var(--primary);color:var(--white)}
	#custom_box ul li.mbJooshow{display: none;}

}

@media screen and (min-width: 769px) {
	.mb-box {display: none;	}
}


@media screen and (max-width: 1470px) {
	a.fmlink{margin-top: 30px;}
	#about_area:before{height: 635px;}
	#about_area .boomJJ{margin-top: 50px;}
	.mooimlink .spanlinesot{width: 120px;}
    #about_area .workframe{grid-template-columns:1fr 700px;width: min(1280px , 90%);}
    #custom_box ul{height: 400px;}
	#custom_area .workframe{width: min(1280px, 90%);}
	.sout_bg:before{width: 10vw;}
	.sout_bg:after{width: 8vw;}
    .JJtitle .midtexrb{width:min(45px,100%)}
    .JJtitle .Jterightbox{margin-left:5px}
    .JJtitle .Jterightbox p{display:flex;}
    #about_area .maJinfoo .tctextbox .tminfo p{font-size: 16px;margin: 10px 0 20px;}
    #about_area #VCRabout .VCRbottom p.matitle{margin: 0;font-size: 19px;}
    #about_area .maJinfoo .tctextbox{width: min(500px , 100%);}
    #about_area .maJinfoo{padding-right: 80px;}
	.sout_bg{padding-bottom: 90px;}
    .JJtitle{margin-bottom: 40px;}
    #about_area .topmvan h3{font-size:max(1*(1vw + 1vh) / 2,17px)}
    .maloogo{width:220px}
    #philosophy_area .coomcebox{width:min(900px,80%);margin-top:0}
    .maJfixbg{height:390px}
    #about_area .maJimg img{width: min(535px , 100%);}
    #about_area .maJimg:after{right: 1vw;}
	#reviews_area{padding: 60px 0;}
    #newsJ_area .newsJlist .neneinfo{padding:15px 80px 15px 150px}
    #solgon_area{padding:20px 0}
	#book_area{margin: 60px 0;}
    #book_area:after{left:-598px;background-size:70%;background-position:50%}
    #book_area .list_box{margin: 50px 0 0px;}
	#book_area .coumeshow{height: 480px;}
	#indexbook_area .case_right .bigimg img{width: 27vw;}
	#indexbook_area .case_right .seinfobook:after{right: 66%;}
    #indexbook_area .case_right .seinfobook{}
	#indexbook_area .case_right .seinfobook:before{width: 11vw;}
	#custom_area{margin-top: -20px;}
	#custom_box .cumimgbox img{width:80px}
	#custom_area .custom_box ul li{margin: 0 11px;}
	#custom_area .custom_box .cum_imgg img{width: min(147px, 100%);}
    #newsJ_area .newsJlist{padding:4px 0}
    .ceeservice{margin-top:-188px}
    .rigthJJufoimg img{width:17vw;margin-top:-12vw;right:-8px}
	
}

@media screen and (max-width: 1280px) {
	#custom_box ul{grid-template-columns: repeat(3, 1fr);}
	#book_area .puobox{display:flex;flex-direction:column}
	#book_area .title_box{width:100%}
	#book_area .list_box{right:0;width:100%}
	#book_area .list_box img{height:310px}

}

@media screen and (max-width: 1024px) {
	#banner_newbox{width: 100%;position: relative;background: #292929;right: 0;margin-top: 0;}
	#banner_newbox .nwblist{grid-template-columns: 10% 28% 56%;}
	#custom_box ul li.mbJooshow{display: flex;}
	#custom_box ul li.mbJooshow img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;}
	#about_area .maJimg:before{}
	#indexbook_area .case_right , #indexbook_area .twoo_JJbg{display:none;}
	#indexbook_area .case_box{display:flex;flex-direction: column;padding: 50px 0;}
   
	.rigthJJufoimg img{width:23vw;margin-top:-18vw}
    #about_area:before,.laJtext,#custom_area:before{display:none}
    #about_area .workframe{display:flex;flex-direction:column}
    #about_area .maJimg{width:100%;display:flex;flex-direction:column;align-items:center}
    #about_area .maJinfoo{width:100%;margin-top:50px}
    .arrowbox{margin-left:0}
    .Japtab{margin-top:20px}
    .mmtmore{display:flex;flex-direction:column;align-items:center;width:100%}
    #conutJ_area .workframe{display:flex;flex-direction:column}
    #conutJ_area .coJleftbox{width:100%}
    #conutJ_area .coJrightbox{width:100%;margin-top:30px;margin-bottom:50px}
    #conutJ_area:before{display:none}
    .ceeservice{margin-top: 0;}
    #about_area{padding:60px 0 49px}
    #about_area .maJimg img{width:min(485px,100%)}
	#custom_area{margin-top: 0;}
	#custom_box ul li:before{display:none;}
	#custom_box{width: 90%;margin: 0 auto;}
	#custom_box ul li{margin: 0 9px;}
	#custom_box ul li .cum_imgg img{box-shadow: 0 0 8px rgba(var(--black-rgb), .2);}
	#custom_box ul{height:auto;}
}
@media screen and (max-width: 980px){
	.JJtitle{padding-top:20px}
    .mideyeembox .mieitem img{margin:0 auto}
    .ceeservice img{height:999px}
    #newsJ_area .luenbuom{display:flex;flex-direction:column;align-items:center;margin:51px 0}
    .Jamore{justify-content:center}
	#reviews_area .workframe{display: flex;flex-direction: column;margin: 0 auto;}
	#reviews_area .revright{display:none;}
	#reviews_area{padding: 20px 0 50px;}
	.JJtitle .Jterightbox{display: flex;flex-direction: column;align-items: center;}
}

@media screen and (max-width: 768px) {
	.arrow_btns_box svg{width: 23px;padding: 0;}
	.maloogo{display:none}
	.mb-box{display:flex;flex-direction:column;width:100%;margin-top:11px}
	.toballbox{display:grid;align-items:center;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"colorJ01 colorJ01" "colorJ02 colorJ03";justify-content:center}
	.alwashow{position:relative;width:100%;padding:30px 25px;background:#f6f6f6;border-radius:3px;outline:1px solid rgb(0 0 0 / 15%);outline-offset:-15px;margin:5px 0 10px;aspect-ratio:12/2;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#b01a26}
	.toballbox .ballitem{width:200px;aspect-ratio:1/1;display:grid;border-radius:500px;justify-content:center;align-items:center}
	.toballbox .ballitem span{color:#fff}
	.toballbox .colorJ01{left:25%;position:relative;background:#b01a26;grid-area:colorJ01}
	.toballbox .colorJ02{position:relative;top:-70px;right:-20px;mix-blend-mode:darken;background:#57423f;grid-area:colorJ02}
	.toballbox .colorJ03{position:relative;top:-70px;left:-20px;mix-blend-mode:color;background:#ba6355;grid-area:colorJ03}
	#youtube_box{padding-bottom:60vw}
	#custom_box li .row{margin:10px 15px;padding:10px 0 20px;}
	#custom_box li .row article{bottom:-2px}
	.arrowbox .arrow_btns_box{margin-right:0;margin:0 5px}
	
}
@media screen and (min-width: 641px) {
	.mmtmore.mbshowJ{display: none;}
}
@media screen and (max-width: 640px) {
	.runingtext{top:30%}
    .pcshowJ{display:none}
    .mmtmore.pcshowJ{display:none}
    .arrow_btns_box.lee{left:auto;right:-4%}
	#banner_newbox .nwblist .nwbinfo:after{content:"";position: absolute;width: 22px;aspect-ratio: 1/1;display: flex;background: url(/images/40/com_link.png);top: 0;right: 0%;background-size: cover;}
    #banner_newbox .nwblist .nwbinfo{width: 90%;padding-right: 10%;}
	#about_area .maJimg{position:relative;top:0;margin: 0 auto;width:90%;margin-bottom:0}
    #about_area .maJimg a{margin:20px 0 0}
    #about_area .maJimg a::-webkit-scrollbar{width:5px}
    #about_area .maJimg a::-webkit-scrollbar-track{background:#116537}
    #about_area .maJimg a::-webkit-scrollbar-thumb{background:#003c1e}
    #about_area .maJimg img{max-width:300%;margin: 0 auto;}
    #about_area .maJinfoo{width:100%;margin-top:20px;padding-right: 0;}
    #about_area .maJinfoo .tctextbox{width: 90%;margin: 15px auto 5px;}
    #about_area{display:flex;flex-direction:column;height:auto;padding: 0px 0 0px;background: #ffffff;}
    #fakeNumber ul{display:flex}
    #fakeNumber ul li{width:33.3%;display:flex;align-items:center}
    #book_area .list_box img{height: auto;}
	#custom_box ul{grid-template-columns: repeat(2, 1fr);}
    #about_area:after,#about_area:before,#book_area:after{display:none}
    section .title_box .area_title{font-weight:600}
    .maJfixbg .maJinfo{right:auto;bottom:auto;width:100%}
    .maJfixbg{height:300px}
    .maJfixbg .workframe{display:flex;flex-direction:column;align-items:center;justify-content:center}
    .maJfixbg .maJinfo p{text-align:center}
    #conutJ_area .coJrightbox iframe{height:300px}
    #philosophy_area{padding:50px 0 50px}
    #newsJ_area{display:flex;flex-direction:column;align-items:center;background:#f3f3f3;padding:80px 0 0px}
    #newsJ_area .mewn_img{position:relative;left:auto;width:90%;margin:0 auto}
    #newsJ_area .workframe{width:100%}
    #newsJ_area .wenGbox{width:100%;display:flex;flex-direction:column;align-items:center}
    #newsJ_area .luenbuom{padding-left:0;margin:32px auto;display:flex;flex-direction:column;align-items:center;gap:20px}
    .lusancall{margin-left:0}
    .lusanline{width:100vw;margin-right:0}
    #newsJ_area .luenbuom .luenntext{padding-left:0;margin-left:0}
    #newsJ_area .luenbuom .luenntext:before{display:none}
    #newsJ_area .newsJlist .neneinfo{width:90%;padding:15px 26px 15px 40px;margin:0 auto}
    #newsJ_area .newsJlist .neneinfo h5{width:calc(100% - 40px)}
    #newsJ_area .newsJlist .neneinfo:before{width:5px;margin-left:-20px}
	#indexbook_area .case_box .case_left{display:flex;flex-direction: column;gap: 40px;align-items: center;}
	#indexbook_area .gogoinfo{order: 3;display: flex;flex-direction: column;width: 85%;margin: 10px 0px 20px;}
	#book_area .coumeshow{height: 370px;}
	.sout_bg{padding-bottom: 0;}
	.sout_bg:after{content:"";position: absolute;background: url(/images/40/mb_leftbox.png);background-size: cover;bottom: 0;animation: unset;top: auto;left: 0vw;width: auto;height: 77px;bottom: -77px;}
	#about_area .workframe{width: 100%;padding: 30px 0;}
	.sooptext , #about_area .workframe:before , .sooptext2 , .sooptext3{display:none;}
	#about_area .boomJJ{display:flex;flex-direction:column;align-items:center;margin:0 auto}
    .mooimlink{display:flex;flex-direction:column}
    .mooimlink .spanlinesot{width:1px;height:92px}
    .mooimlink .spanlinesot:before{bottom:0;right:-5px}
    .mooimlink .spanlinesot:after{bottom:-6px;right:-9px}
	.slick-3d .slick-active.slick-current + .slick-slide{opacity:0}
	.sambox{display:none;}
	#custom_area .arrow_boxJ{width: 85%;right: auto;top: 48%;display: flex;justify-content: space-between;}
	#custom_area .inin_box{display:flex;flex-direction: column;align-items: center;}
}

@media screen and (max-width: 550px) {
	#banner_newbox .nwblist{grid-template-columns: 14% 26% 54%;}
	#doctor_area{background: #eee4de;padding: 50px 0 225px;}
	.sout_bg:before{width: 27vw;z-index: 6;top: 964px;right: 28vw;}
	#book_area .choueebox{display: flex;justify-content: center;}
	#book_area{background:#f9f6f4;margin: 0;padding: 20px 0 50px;}
	#book_area .right_box{position: absolute;width: 90vw;display: flex;justify-content: space-between;}
	#book_area .right_box .arrow_btns_box{width:100%;display: flex;justify-content: space-between;top: 210px;}
	.JJtitle .twobox .arrow_btns_box svg{background:unset;fill:#272727;width: 23px;padding: 0;}
	.JJtitle .twobox{display:flex;flex-direction: column;align-items: center;}
    .arrow_btns_box.ree{left:auto;right:50px}
    .arrow_btns_box.lee{right:-15px}
    .mmtmore a{padding:1px 7px 4px 29px}
	#custom_box ul{grid-template-columns: repeat(1, 1fr);width: 90%;margin: 0 auto;}
    #custom_box ul li{}
	#custom_box li .row{display: flex;flex-direction: column;align-content: flex-start;}
	#custom_box li .row .h2{text-align: left;width: 100%;}
	#custom_box ul li:before , #custom_box ul li:last-child:before{right: auto;left: 21%;display: flex;height: 50%;display: none;}
    #philosophy_area .JJtitle h2{text-align:center}
    #philosophy_area:after,#philosophy_area:before{display:none}
    #conutJ_area .JJtitle{margin-bottom:30px}
    #conutJ_area .coeJJtext{margin-bottom:10px}
    #conutJ_area{padding:80px 0}
    .JJtitle{display:flex;flex-direction:column;margin-bottom: 26px;margin-top: 0;}
	.JJtitle2{display:flex;flex-direction:column;align-items:center}
    .JJtitle2 h2{display:flex;flex-direction:column;align-items:center}
    .JJtitle2 h2:before{left:calc(50% - 10px)}
    .JJtitle2 h2:after{left:calc(50% - -10px)}
	a.fmlink{width: min(180px , 100%);margin: 35px auto 0;padding: 13px 0;}
	.cnlittle::before, .cnlittle::after{width: 45px;}
	.JJtitle .Jterightbox .cnlittle:before{width: 82px;}
	.webBox .hanJ01 .pageh1{font-size: 13px;}
	#indexbook_area .booklist{display:flex;flex-direction: column;align-items: center;}
	#indexbook_area .slick-list{width:100%;}
	#indexbook_area .booklist li{margin:0;}
	#indexbook_area .workframe{width:100%;}
	#indexbook_area .learrow{width:90%;display: flex;justify-content: center;}
}

@media screen and (max-width: 480px) {
	.JJtitle .Jterightbox p{display:flex;justify-content:flex-start}
    .JJtitle h2{margin-bottom:6px;max-width:100%;height:auto;text-overflow:unset;display:flex;-webkit-box-orient:unset;-webkit-line-clamp:unset}
    .shpaeline{display:none}
    #about_area .maJinfoo .tctextbox .tminfo p{height:auto;-webkit-line-clamp:6;margin:20px 0 30px;font-size:16px;width:100%}
    #product_area .bgBox{width:100%;object-fit:cover}
    #custom_box ul li{}
    .mainfobox{padding:67px 0}
    .maloogo{display:none}
	#custom_box ul li .cum_imgg img{height: 171px;}
    #VCRabout .VCRbottom{grid-template-columns:repeat(2,1fr);margin-top:60px}
    #about_area .boomJJ{display:flex;justify-content:flex-start}
    #about_area a.fmlink{width:64%;margin:43px 0 0}
    .rigthJJufoimg img{width:55vw;margin-top:-167vw;right:-7vw;transform:rotate(7deg)}
    .ceeservice{margin-top:-60px}
    .ceeservice img{display:flex;height:1200px}
    #newsJ_area .JJtitle .Jterightbox{padding-bottom:500px}
    #newsJ_area .mewn_img{position:absolute;top:330px;display:flex;flex-direction:column;align-items:center}
    #newsJ_area .mewn_img img{height:400px;object-fit:cover;width:85%}
    #newsJ_area .mewn_img:before{display:none}
	.sout_bg:before{width: 39vw;top: 818px;right: 27vw;}
	#book_area .coumeshow{height: 350px;}
	#newsBox2 .info{margin-bottom:10px;}
	#custom_area .workframe:before , #custom_area .workframe:after{display:none;}
	#custom_area .workframe{width:100%;}
}