/* 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: 5;position: relative;}
.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}
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}


/* 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:center}
.ml11 .letter,.ml112 .letter{display:inline-block}
.ml112 .letter{opacity:0}
.mamatitle{display:flex;justify-content:space-between}
.mamatitle .leftm{display:flex;align-items:center}
.mamatitle .leftm p{font-size:max(1.9*(1vw + 1vh) / 2,21px);border-bottom:#484848 1px solid;line-height:110%}
.mamatitle .leftm span{font-size:max(3.1*(1vw + 1vh) / 2,20px);margin:0 25px}
.mamatitle .leftm b{font-weight:200;font-size:max(1.3*(1vw + 1vh) / 2,15px)}
.mamatitle .rightm{display:flex;align-items:center;margin-right:-5%}
.mamatitle .rightm img{width:50px}
.mamatitle .rightm span{position:relative;display:flex;width:280px;height:1px;background:#d4d4d4;margin-right:15px}
.JJtitle{margin-bottom:42px;display: flex;align-items: flex-start;flex-direction: column;}
.JJtitle .Jterightbox{margin-left: 20px;}
.JJtitle .midtexrb{width: min(60px , 100%);margin-bottom: 12px;}
.JJtitle h2{font-weight: 400;font-size: max(3.6*(1vw + 1vh) / 2,37px);text-transform:uppercase;color: #262626;line-height: 100%;}
@keyframes myfirst{0%{transform:translate(0,0)}
50%{transform:translate(0,-10px)}
100%{transform:translate(0,0)}
}
.JJtitle .cnlittle{font-weight: 700;font-size: max(2.8*(1vw + 1vh) / 2,28px);text-transform:uppercase;color:#363636;display:flex;align-items:center;padding-left: 50px;}
.JJtitle .cnlittle:before{content:"";position: absolute;width: 10px;aspect-ratio: 1/1;border-radius: 55px;background: #302521;left: 10px;}
.JJtitle .cnlittle:after{content:"";position: absolute;width: 10px;aspect-ratio: 1/1;border-radius: 55px;background: var(--primary);left: 25px;}


/*JJtitle2*/

.JJtitle2 h2:before , .JJtitle2 h2:after{top: 0px;}
.JJtitle2 h2:before{content:"";position: absolute;width: 10px;aspect-ratio: 1/1;border-radius: 55px;background: #302521;left: 10px;}
.JJtitle2 h2:after{content:"";position: absolute;width: 10px;aspect-ratio: 1/1;border-radius: 55px;background: var(--primary);left: 25px;}
.jumpJJ:before , jumpJJ:after{transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}
.JJtitle2 h2{font-weight: 700;font-size: max(4*(1vw + 1vh) / 2,40px);text-transform:uppercase;color:#363636;display:flex;align-items:center;}
.JJtitle2 p{font-weight: 700;font-size: max(2.8*(1vw + 1vh) / 2, 26px);color: var(--primary);line-height: 100%;
}
.jumpJJ:before{
	animation: myfirst 2s infinite;
}
.jumpJJ:after{
	animation: myfirst 3s infinite;
}


@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}



/*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}
#about_area{padding:90px 0;background-image:url(/images/40/indewx_about_bg.jpg);background-size:cover;background-color:#f6f6f6}
#about_area:before{content:"";position:absolute;background-image:url(/images/40/indewx_about_bg.png);width:100%;height:120%;top:0;background-size:cover;background-position:50% 50%}
#about_area .workframe{display:grid;grid-template-columns:1fr 800px;gap:10px}
.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}
#firdxman .workframe{display:grid;grid-template-columns:50% 50%;gap:16px;z-index:2;padding:80px 0px}
#firdxman .workframe .firdleft{}
#firdxman .workframe .firdright{}
#firdxman .workframe .firdright .dirtop{display:flex;justify-content:flex-end;gap:20px}
#firdxman .workframe .firdright .dirbottom{display:flex;justify-content:flex-end;width:100%;margin-top:20px;padding-right:20px}
#firdxman .workframe .firdright .dirbottom p{display:flex;align-items:center;width:70%;justify-content:flex-end;font-size:max(1.3*(1vw + 1vh) / 2,20px)}
#firdxman .workframe .firdright .dirbottom p:before{content:"";width:60%;position:relative;height:1px;background:#302521;display:flex;margin-right:20px}
#firdxman .workframe .firdright .dirtop .fieitem{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
#firdxman .workframe .firdright .dirtop .fieitem:hover p:before{left:53px;top:-44px}
#firdxman .workframe .firdright .dirtop .fieitem:nth-child(1) img{animation:spin 10s linear infinite}
#firdxman .workframe .firdright .dirtop .fieitem:nth-child(2) img{animation:spin 9s linear infinite}
#firdxman .workframe .firdright .dirtop .fieitem:nth-child(3) img{animation:spin 8s linear infinite}
#firdxman .workframe .firdright .dirtop .fieitem:nth-child(4) img{animation:spin 7s linear infinite}
#firdxman .workframe .firdright .dirtop .fieitem:before{content:"";position:absolute;background:#f7f2f0;width:98%;height:98%;border-radius:500px;z-index:-1}
#firdxman .workframe .firdright .dirtop .fieitem:hover:after{opacity:1}
#firdxman .workframe .firdright .dirtop .fieitem:hover img{opacity:0}
#firdxman .workframe .firdright .dirtop .fieitem:after{content:"";position:absolute;width:calc(100% - 12px);height:calc(100% - 12px);border-radius:500px;border:var(--secondary) 6px solid;1pxsolid;1pxsolid;opacity:0;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out}
#firdxman .workframe .firdright .dirtop .fieitem p{position:absolute;max-width:100%;line-height:120%;font-size:max(1.4*(1vw + 1vh) / 2,18px);font-weight:500}
#firdxman .workframe .firdright .dirtop .fieitem p:before{content:"";position:absolute;width:30px;aspect-ratio:1/1;background:url(/images/40/crow.png);background-size:contain;background-repeat:no-repeat;left:35px;top:-27px;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;z-index:-2}


/*eyesJman*/
#eyesJman{position:relative;z-index:2;padding:100px 0}
#eyesJman .JJtitle .cnlittle{color:var(--primary)}
#eyesJman .ewanmbg{background:url(/images/40/eye_bgJ.png);background-size:contain;background-position:50%;background-repeat:no-repeat;padding:170px 0;z-index:5;position:relative}
#eyesJman:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,#ffffff00,#e4e4e4);bottom:0;z-index:-1}
#eyesJman:before{content:"";background:url(/images/40//yeeeee_bg.png);position:absolute;width:100%;height:100%;z-index:0}
#eyesJman .JJtitle{display:flex;flex-direction:column;align-items:center}
#eyesJman .mideyeembox{}
#eyesJman .mideyeembox .mieyesbox{display:flex;justify-content:center;gap:10%;padding:50px 0}
#eyesJman .Jamore{display:flex;justify-content:center}
.count_us{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;width:278px;aspect-ratio:1/1;bottom:5vw;left:15.5vw;z-index:6}
.count_us a{position:absolute;width:100%;height:100%;z-index:5}
.count_us p{color:#3f3f3f;line-height:120%}
.count_us .couitem_boo{position:absolute;display:flex;flex-direction:column}
.count_us .couitem_boo img{aspect-ratio:1/1;min-height:unset}
.count_us .couitem_boo.moJ1 img{animation:rotateJ 9s linear infinite}
.count_us .couitem_boo.moJ2 img{animation:rotateJ2 5s linear infinite}

/*poohanJman*/
#poohanJman{position:relative;background:url(/images/40/awan_bg.png);padding:100px 0;z-index:6}
#poohanJman:before{content:'';width:0;height:0;border-style:solid;border-width:0 14px 25px 0px;border-color:transparent transparent #8f6e3e;position:absolute;top:-26px;left:6.5vw;z-index:0;position:absolute}
#poohanJman:after{content:'';position:absolute;top:0;background:#d0ab6b;width:2.5vw;height:89px;left:4vw;top:-26px}
#poohanJman .workframe .poohanleft{width:80%}
#poohanJman .workframe .poohanleft .oabobox .flytext{position:absolute;width:min(450px,100%)}
#poohanJman .workframe .poohanleft .oabobox .flytext p{overflow:hidden;height:60px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;margin:20px 0 40px;color:#302521;letter-spacing:0.1em}
#poohanJman .poohanright{position:absolute;top:-190px;right:0;width:33vw}
#poohanJman .poohanright .coumimg,#poohanJman .poohanright .coumimg img{border-radius:400px 0px 0px 400px}
#poohanJman .poohanright .longJimg{display:flex;flex-direction:column;align-items:center;margin-top:-85px;margin-left:10vw}
#poohanJman .poohanright .longJimg .soolink{display:flex;flex-direction:column;align-items:center}
#poohanJman .poohanright .longJimg .shakimg:before{content:"";position:relative;width:1px;height:290px;background:#606060;display:flex}
#poohanJman .poohanright .longJimg .shakimg{display:flex;flex-direction:column;align-items:center;margin-top:15px;animation:sway 5s infinite ease-in-out;transform-origin:top center}
#poohanJman .poohanright .longJimg .soolink svg{width:25px;fill:#ffffff}
#poohanJman .poohanright .longJimg .soolink a{position:relative;display:flex;flex-direction:column;align-items:center;width:150px;background:#561770;aspect-ratio:1/1;justify-content:center;border-radius:555px}
#poohanJman .poohanright .longJimg .soolink a:before{content:"";position:absolute;width:118%;border-radius:5555px;aspect-ratio:1/1;border:#561770 1px solid}
#poohanJman .poohanright .longJimg .soolink a span{line-height:120%;margin-bottom:10px;margin-top:10px;color:#ffffff}
#doctorpicbox{overflow:hidden}


@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;}
#about_area .maJimg .docotorJbox{padding:24px}
#about_area .maJimg .docotorJbox .doobox01{display:flex;gap:14px;flex-wrap:wrap}
#about_area .maJimg .docotorJbox .doobox01 p{display:flex;align-items:center}
#about_area .maJimg .docotorJbox  p b{font-size:max(2.5*(1vw + 1vh) / 2,24px);line-height:40px;display:flex;margin-bottom:5px}
#about_area .maJimg .docotorJbox  p span{font-size:max(1.4*(1vw + 1vh) / 2,18px)}
#about_area .maJimg .docotorJbox .doovcolor1 *{color:#1740c4;}
#about_area .maJimg .docotorJbox .doovcolor2 *{color:#b33aaa;}
#about_area .maJimg .docotorJbox .doovcolor3 *{color:#088fc7;}
#about_area .maJimg .docotorJbox .doovcolor4 *{color:#f1790f;}
#about_area .maJimg .docotorJbox .doovcolor5 *{color:#008242;}
#about_area .maJimg .docotorJbox .doobox02{display: flex;gap: 20px;margin-left: 10px;flex-wrap: wrap;}
#about_area .maJimg .docotorJbox .doobox02 p{font-size: max(1.4*(1vw + 1vh) / 2,18px);}
#about_area .maJimg .docotorJbox .doobox02 p.tmimecolor{color: #e92626;}
@keyframes float{0%{transform:translateY(0)}
50%{transform:translateY(-20px)}
100%{transform:translateY(0)}
}
#about_area .maJinfoo{position:relative;display:flex}
#about_area .maJinfoo .tctextbox{width:90%}
#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 .maJinfoo .tctextbox .tminfo p{overflow:hidden;margin:10px 0;height: 160px;width:100%;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp: 5;-webkit-box-orient:vertical;font-size: 16px;font-weight:400;color:#1e1e1e;margin:20px 0 60px}
#benefit_area{box-shadow:0 -9px 12px rgb(110 110 110 / 15%)}
#benefit_area .footenbox{position:relative;padding:46px 105px 240px;border-radius:0 0 110px 0;background:#efefef;margin-left:13vw}
#benefit_area .footenbox:before{content:"";position:absolute;width:26vw;height:100%;background:var(--secondary);left:-26vw;top:0}
#benefit_area .footenbox:after{content:"";position:absolute;width:75vw;height:100%;top:0;left:0;z-index:-1;border-radius:0 0 110px 0;background:#efefef}

/*mdexenJ*/
#benefit_area .mdexenJ{position:relative;display:grid;grid-template-columns:24% 24% 24% 24%;gap:1%;justify-content:space-between;z-index:2;margin-top:-140px}
#benefit_area .mdexenJ .mdenitem{aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}
#benefit_area .mdexenJ .mdenitem img{width:84px;margin-bottom:15px}
#benefit_area .mdexenJ .mdenitem h3{font-size:max(1.6*(1vw + 1vh) / 2,15px);margin-bottom:10px}
#benefit_area .mdexenJ .mdenitem *{color:#fff}
#benefit_area .mdexenJ .mdenitem.Jmd01{background:url(/images/40/down_bg-1.jpg)}
#benefit_area .mdexenJ .mdenitem.Jmd02{background:url(/images/40/down_bg-2.jpg)}
#benefit_area .mdexenJ .mdenitem.Jmd03{background:url(/images/40/down_bg-3.jpg)}
#benefit_area .mdexenJ .mdenitem.Jmd04{background:url(/images/40/down_bg-4.jpg)}


/*sideflyJJ*/
.sideflyJJ{position:absolute}
.sideflyJJ.sebox01{top: -21vw;left: -4vw;width: 45vw;z-index: 0;}
.sideflyJJ.sebox02{right: -4vw;bottom: -15vw;width: 39vw;z-index: 0;}
.sideflyJJ img{height:auto;min-height:auto;aspect-ratio: 1/1;animation: spin 10s linear infinite;}
.sideflyJJ.sebox03{right:25vw;top:-2vw;width:9vw;z-index:6}
.sideflyJJ.sebox07{left:0}
.sideflyJJ.sebox07 img{width:18vw}
.sideflyJJ.sebox08 img{width:17vw}
.sideflyJJ.sebox08{right:0;bottom:20vw}
.sideflyJJ.sebox04{right: 3vw;margin-top: -5vw;}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/*buob_area*/

#buob_area:before{content:"";position:absolute;background-image:url(/images/40/lefttopbJ.png);width:39vw;background-size:contain;background-repeat:no-repeat;left:0vw;top:-176px;aspect-ratio:423/229}
#buob_area .workframe{display:flex;flex-direction:column;padding:120px 0}
#buob_area .booJJbox{width:100%;margin:120px auto 50px}
#buob_area .booJJbox .slick-list{overflow:visible}
#buob_area .booJJbox .booJJlist .booitem img{width:110px;padding:18px;margin-bottom:20px}
#buob_area .booJJbox .booJJlist .booitem .outmming{position:relative}
#buob_area .booitem{display:flex;flex-direction:column;align-items:center;background:#f4f4f4;margin:0 20px;border-radius:20px;aspect-ratio:1/1;justify-content:center;opacity:0}
#buob_area .booitem:hover{border:#85ba53 5px solid}
#buob_area .booitem.slick-active{opacity:1}
#buob_area .booitem:before{content:"";width:195px;position:absolute;aspect-ratio:212/233;background-image:url(/images/40/doctor.png);background-size:contain;background-repeat:no-repeat;top:-21px;z-index:-1;opacity:0;transition:all linear 0.3s}
#buob_area .booJJbox .booJJlist .booitem:hover:before{-moz-transform: translate(4.75em, -9.75em);-webkit-transform: translate(4.75em, -9.75em);-o-transform: translate(4.75em, -9.75em);-ms-transform: translate(4.75em, -9.75em);transform: translate(4.75em, -9.75em);opacity: 1;}
#buob_area .booJJbox .booJJlist .booitem p{color:#565656;font-size:max(1.6*(1vw + 1vh) / 2,18px);font-weight:500}
#buob_area .booJJbox .booJJlist .booitem span{font-size:max(1.2*(1vw + 1vh) / 2,15px);color:#565656}
#buob_area .mmtmore,#philosophy_area .mmtmore{width:100%;margin:0 auto;display:flex;justify-content:center}
#buob_area .JJtitle{display:flex;flex-direction:column;margin-bottom:0;align-items: center;}

@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}

/*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:absolute;top:38%;z-index:5}
.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:50px;aspect-ratio:1/1;background:#118fce;border-radius:50%;padding:16px;fill:#fff}
.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}



/*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}


/* newsBox */
#newsBox{position:relative;padding:50px 0 3vw;display:flex;grid-template-columns:52% 50%;justify-content:space-between;flex-direction:column;align-items:center;background:#fcfcfc}
#newsBox .mmtmore{position:absolute;top:140px;right:13%}
#newsBox .workframe{padding:90px 20px 20px 80px}
#newsBox:before{content:"";width:10%;height:100%;aspect-ratio:1/1;position:absolute;background:rgb(244 244 244);left:0;top:0;border-radius:0;z-index:0}
#newsBox .bg{position:relative;order:2;opacity:1;background-size:cover;border-radius:0 0 0 250px;background-position:50%}
#newsBox .info{padding:0 0;margin-bottom:20px;margin-top:30px}
#newsBox .info .tit{width:5em}
#newsBox .info .tit a{color:#000}
#newsBox .info .news_list li{position:relative;display:grid;grid-template-columns:160px 1fr 90px;padding:30px 3px;border-top:1px solid #ddd;align-items:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}
#newsBox .info .news_list li:hover{background:#fff}
#newsBox .info .news_list li.slick-current{border-top:unset}
#newsBox .info .news_list li a{position:absolute;width:100%;height:100%;left:0;z-index:2;top:0}
#newsBox .news_list li .date{border-right:1px solid #ddd;margin-right:30px;display:flex;align-items:center;justify-content:center}
#newsBox .news_list li .time{color:#505050;display:flex;flex-direction:column;align-items:center;font-family:"Nunito Sans",sans-serif;font-size:max(1 * (1vw + 1vh) / 2,14px)}
#newsBox .news_list li .time b{color:#505050;font-size:max(3.3 * (1vw + 1vh) / 2,39px);font-family:"Nunito Sans",sans-serif;line-height:1}
#newsBox .info .news_list .news_txt{position:relative;width:95%}
#newsBox .info .news_list .news_txt .mmtop{display:flex;align-items:center;margin-bottom:15px}
#newsBox .info .news_list .golink{display:flex;position:absolute;right:2%;bottom:45px}
#newsBox .info .news_list .golink a{position:relative;padding:10px;background:var(--secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:50px}
#newsBox .info .news_list .golink a svg{width:22px;fill:#fff}
#newsBox .info .news_list .news_txt span{display:inline-block;background:#f2f2f2;font-size:max(1 * (1vw + 1vh) / 2,13px);padding:7px 9px;width:111px;text-align:center}
#newsBox .info .news_list .news_txt h3{height:auto;font-size:max(1.5 * (1vw + 1vh) / 2,17px);font-weight:600;margin:10px 0;margin-left:10px;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;width:calc(100% - 110px)}
#newsBox .info .news_list .news_txt p{-webkit-line-clamp:2;height:53px;font-size:16px;color:#343333;overflow:hidden;margin:10px 0;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}
#newsBox .info .news_list .noBox{position:absolute;width:2em;text-align:center;top:50%;right:-6em;-webkit-transform:translateY(-47%);transform:translateY(-47%)}
#newsBox .bttn{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:30px}
#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)}
#newsBox .arrow_btns_box a{width:45px;height:45px;background:#509930;border-radius:50px;display:inline-flex!important;align-items:center;justify-content:center;margin:0 5px}
#newsBox .arrow_btns_box a svg{width:17px;height:17px;fill:#fff}
#newsBox .arrow_btns_box a.prev svg{transform:scaleX(-1)}


/* book_area */
#book_area .list_box img{height:650px}
#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%;background:#ffffff59;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)}

/* 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:0;padding:5vw 0 5vw}
section#custom_area .title_box{display:flex;flex-direction:column;align-items:center}
#custom_area:before{position:absolute;width:100%;height:100%;background:rgba(var(--primary-rgb),.1);display:block;bottom:0;left:0;opacity:.3;content:""}
#custom_box{padding:0 0}
#custom_box ul{display:flex;margin-top:50px;flex-wrap:wrap}
#custom_box ul li{display:flex;width:20%;flex-direction:column}
#custom_box .cumimgbox{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}
#custom_box .cumimgbox img{width:100px;aspect-ratio:1/1}
#custom_box li .row{margin:30px 0;padding:20px 10px 30px;display:flex;border-bottom:5px var(--primary) solid;flex-direction:column;align-items:center}
#custom_box li .row h2{font-size:max(1*(1vw + 1vh) / 2,16px);text-align:center;font-weight:400}
#custom_box li .row article{margin-top:19px;line-height:200%;position:absolute;bottom:14px;border-radius:50px;background:#57402f;color:#f0f8ff;aspect-ratio:1/1;width:32px;display:flex;flex-direction:column;align-items:center;justify-content:center}
#custom_box li:hover .row article{background:#bf4e2d}
@-webkit-keyframes spineer{0%{-webkit-box-shadow:0 0 0 0 var(--info)}
70%{-webkit-box-shadow:0 0 0 20px transparent}
100%{-webkit-box-shadow:0 0 0 0 transparent}
}
@keyframes spineer{0%{box-shadow:0 0 0 0 var(--info)}
70%{box-shadow:0 0 0 20px transparent}
100%{box-shadow:0 0 0 0 transparent}
}
@keyframes scroll{from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}
@-webkit-keyframes scroll{from{-webkit-transform:translateX(100%)}
to{-webkit-transform:translateX(-100%)}
}
@keyframes scroll2{from{transform:translateX(0)}
to{transform:translateX(-200%)}
}
@-webkit-keyframes scroll2{from{-webkit-transform:translateX(0)}
to{-webkit-transform:translateX(-200%)}
}
#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}
#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:relative;width:70%;right:-13%}


@media screen and (min-width: 1281px) {
	#book_area .list_box li:hover .badge{background:var(--primary);color:var(--white)}
	#custom_box li:hover .row{box-shadow:0 4px 17px 0 rgba(var(--black-rgb),.2);border-bottom:5px var(--complement) solid}

}

@media screen and (min-width: 769px) {
	.mb-box {display: none;	}
}


@media screen and (max-width: 1470px) {
	#firdxman .workframe{padding:70px 0px 50px}
#about_area .workframe{grid-template-columns:1fr 700px}
.JJtitle .midtexrb{width:min(45px,100%)}
.JJtitle .Jterightbox{margin-left:5px}
.JJtitle .Jterightbox p{display:flex;justify-content:center}
#about_area .maJinfoo .tctextbox .tminfo p{font-size:15px;height:150px;margin:15px 0 40px}
#poohanJman .workframe .poohanleft{width:67%}
#poohanJman .workframe .poohanleft .oabobox .flytext{width:min(428px,100%)}
#poohanJman .workframe .poohanleft .oabobox img{margin-top:30px;margin-left:13%}
#poohanJman .poohanright{width:31vw}
#poohanJman{padding:50px 0}
#poohanJman .poohanright .longJimg .shakimg:before{height: 225px;}
#poohanJman .poohanright .longJimg .shakimg img{width:13vw}
#buob_area .booJJbox{margin:80px auto 50px}
#buob_area .workframe{padding:100px 0}
#about_area .maJinfoo .tctextbox{width:93%}
.JJtitle{margin-bottom:30px}
#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}
.mamatitle .rightm span{width:190px}
#buob_area:before{top:-78px;width:31vw}
#eyesJman .ewanmbg{padding:120px 0}
.count_us{width:211px}
.count_us .couitem_boo.moJ2{width:75%}
#buob_area .booitem:before{width:150px;top:10px}
#newsJ_area .newsJlist .neneinfo{padding:15px 80px 15px 150px}
#solgon_area{padding:20px 0}
#book_area .list_box img{height:480px}
#book_area:after{left:-598px;background-size:70%;background-position:50%}
#book_area .list_box{right:-10%;width:68%}
#custom_box .cumimgbox img{width:80px}
.mamatitle .rightm img{width:45px}
#newsJ_area .newsJlist{padding:4px 0}
}

@media screen and (max-width: 1280px) {
	#custom_box ul li{position:relative;display:flex;flex-direction:column;width:33.3%}
	#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}
	#poohanJman:after , #poohanJman:before{display:none;}
}

@media screen and (max-width: 1024px) {
	#buob_area .booJJbox .booJJlist{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr)}
	#about_area:before,.laJtext{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}
	.mamatitle .leftm span{margin:0 7px}
	.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}
	#newsBox .bg{width:100%;height:50vh;border-radius:0}
	#newsBox{display:flex;margin-top:0;flex-wrap:wrap;padding:0 0 40px}
	#newsBox .workframe{padding:50px 10px 10px 10px}
	#newsBox .mmtmore{top:40px}
	#conutJ_area:before{display:none}

}
@media screen and (max-width: 980px){
	.mideyeembox .mieitem img{margin:0 auto}
#newsJ_area .wenGbox{}
#newsJ_area .luenbuom{display:flex;flex-direction:column;align-items:center;margin:51px 0}
#eyesJman .ewanmbg{background-size:165%}
#firdxman .workframe{display:flex;flex-direction:column;align-items:flex-start;width:85%}
#poohanJman .workframe .poohanleft .oabobox img{display:none}
#poohanJman .workframe .poohanleft .oabobox .flytext{position:relative}
#poohanJman{display:flex;flex-direction:column;padding:0 0 50px}
#poohanJman .ewaboutbox{display:flex;flex-direction:column;order:2;margin-top:80px}
#poohanJman .poohanright{display:flex;flex-direction:column;width:100%;top:auto;position:relative;order:0}
#poohanJman .poohanright .longJimg{margin-left:0}
#poohanJman .workframe .poohanleft{width:100%}
#poohanJman .poohanright .longJimg .shakimg{display:none}
#poohanJman .poohanright .coumimg,#poohanJman .poohanright .coumimg img{border-radius:0;display:flex;flex-direction:column;align-items:center}
.count_us{position:relative;margin:50px auto 0;left:auto}
.Jamore{justify-content:center}
}

@media screen and (max-width: 768px) {
	.maloogo{display:none}
	#buob_area .booJJbox .booJJlist{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);gap:20px}
	#buob_area .JJtitle{display:flex;align-items:flex-start;width:100%}
	.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;border-bottom:2px #90785d3b solid}
	#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%}
#about_area .maJimg{position:relative;top:0;width:90%;margin-bottom:0}
#about_area .maJimg a{overflow-x:scroll;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{width:732px;max-width:300%}
#about_area .maJimg .docotorJbox{padding:30px 0}
#about_area .maJinfoo{width:100%;margin-top:20px}
#about_area .maJinfoo .tctextbox{width:100%;margin:15px auto}
#about_area{display:flex;flex-direction:column;height:auto;padding:30px 0 60px}
#fakeNumber ul{display:flex}
#fakeNumber ul li{width:33.3%;display:flex;align-items:center}
#book_area .list_box img{height:65vw}
#custom_box ul li{width:50%}
#about_area:after,#about_area:before,#book_area:after,#newsBox:before{display:none}
#newsBox .info .news_list .news_txt{width:80%}
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}
#newsBox .info .news_list li{grid-template-columns:104px 1fr}
#newsBox .mmtmore{position:relative;right:auto;top:auto}
#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}
#firdxman .workframe .firdright .dirbottom p{width:100%;flex-direction:column;align-items:center}
#firdxman .workframe .firdright .dirbottom p:before{display:none}
#eyesJman .ewanmbg{background-size:241%}
#doctorpicbox{display:none}
#firdxman .workframe .firdright .dirtop{display:flex;flex-wrap:wrap;gap:1%;justify-content:space-between;margin:25px 0}
#firdxman .workframe .firdright .dirtop .fieitem{width:44%;margin-bottom:30px}
}

@media screen and (max-width: 550px) {
	.arrow_btns_box{top:-74px}
    .arrow_btns_box.ree{left:auto;right:50px}
    .arrow_btns_box.lee{right:-15px}
    .mmtmore a{padding:1px 7px 4px 29px}
    .mmtmore a svg{}
    #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}
    #buob_area .booJJbox .booJJlist .booitem img{margin-bottom:23px}
    .JJtitle{display:flex;flex-direction:column;margin-bottom:0px}
    #buob_area .JJtitle{display:flex;flex-direction:column;align-items:center}
    #about_area .maJimg .docotorJbox .doobox01{gap:0}
    #about_area .maJimg .docotorJbox p{margin-right:10px}
    #about_area .maJimg .docotorJbox .doobox02{gap:0;margin-left:0}
    #about_area .maJimg .docotorJbox p b,#about_area .maJimg .docotorJbox p span{line-height:30px}
    .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)}
}

@media screen and (max-width: 480px) {
	#eyesJman .ewanmbg{background-size:325%}
    #firdxman .workframe .firdright .dirtop .fieitem img{width:100%}
    #eyesJman .JJtitle .cnlittle{padding-left:0}
    #eyesJman .JJtitle .cnlittle:before{top:-60px;left:calc(50% - 10px)}
    #eyesJman .JJtitle .cnlittle:after{top:-60px;left:calc(50% - -10px)}
    .JJtitle h2{margin-bottom:6px;max-width:100%;height:auto;text-overflow:unset;display:flex;-webkit-box-orient:unset;-webkit-line-clamp:unset}
    #buob_area .workframe{padding:70px 0}
    .mamatitle .leftm p{font-size:max(1.9*(1vw + 1vh) / 2,26px)}
    .mamatitle .leftm span{font-size:max(3.1*(1vw + 1vh) / 2,31px);margin:0 9px}
    .mamatitle .leftm{width:100%;display:flex}
    .mamatitle .leftm b{display:flex;flex:1;justify-content:flex-end}
    .shpaeline{display:none}
    #about_area .maJinfoo .tctextbox .tminfo p{height:auto;-webkit-line-clamp:6;margin:50px 0 30px;font-size:16px}
    #product_area .bgBox{width:100%;object-fit:cover}
    #custom_box ul li{width:100%}
    .mainfobox{padding:67px 0}
    #newsBox .info .news_list .news_txt .mmtop{display:flex;flex-direction:row;align-items:center;margin-bottom:0}
    #newsBox .info .news_list .news_txt span{padding:2px 2px;width:100px;margin-right:5px;display:none}
    #newsBox .info .news_list .news_txt h3{width:100%;margin:0}
    #newsBox .info .news_list li{grid-template-columns:89px 1fr;padding:20px 0}
    #newsBox .news_list li .date{margin-right:10px}
    #newsBox{padding:40px 0 80px}
    #newsBox .info .news_list .golink{display:none}
    #newsBox .info .news_list .news_txt{width:100%}
    .maloogo{display:none}
    #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}
    #poohanJman{padding:0 0 200px;background:#f5f3f0}
}