:root{--m:#ef3529;--v:#0d69df;--w:#ffffff;--b:#262627;--b1:#787878;--b2:#2e3192;--g:#f5f5f5;--g1:#cccccc;--g2:#f2f2f2;--s:inset 0 0 5px rgba(0,0,0,0.2);--s1:0 0 15px rgba(0,0,0,0.2);--t:all 0.5s ease-in-out;--i:inline-block;--r:relative;--a:absolute;--f:Arial,Helvetica,Verdana,Tahoma,sans-serif;--f1:'Montserrat',Arial,Helvetica,Verdana,Tahoma,sans-serif;--f2:'Lato',Arial,Helvetica,Verdana,Tahoma,sans-serif}
.booth-main{background:url(../images/virtual-booth-bg.jpg) center center / cover no-repeat;height:calc(100vh - 14vh);overflow:hidden;text-align:center;position:relative;}
.booth-inside{margin:0 auto;max-width:1142px;position:relative;top:18%;transition:all .4s ease;width:100%;}
.booth-inside img{height:auto;max-height:calc(100vh - 14vh);max-width:100%;width:auto;}
.booth-img-secondary-contain{left:0;margin:auto;max-width:1142px;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:20;}
.booth-map{left:0;margin:auto;max-width:1142px;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:100;}
#booth-map-svg{max-height:calc(100vh - 14vh);}
.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9;display:none;}
.booth-img-secondary#shelf-img1{opacity:0;transition:all .4s ease;}
.booth-img-secondary#shelf-img2{opacity:0;transition:all .4s ease;}
.booth-img-secondary#shelf-img3{opacity:0;transition:all .4s ease;}
.booth-img-secondary#stand-img{opacity:0;transition:all .4s ease;}
@media (max-width:1399px){.booth-inside{top:20%;max-width:1000px !important;}
.booth-img-secondary-contain{max-width:1000px !important;}
.booth-map{max-width:1000px !important;}}
@media (min-width:1399px){.booth-main{height:calc(100vh - 10vh);}
.booth-inside{max-width:1150px !important;}
.booth-img-secondary-contain{max-width:1150px !important;}
.booth-map{max-width:1150px !important;}}
@media (min-width:1500px){.booth-main{height:calc(100vh - 14vh);}
.booth-inside{max-width:1250px !important;}
.booth-img-secondary-contain{max-width:1250px !important;}
.booth-map{max-width:1250px !important;}}
@media (min-width:1650px){.booth-main{height:calc(100vh - 14vh);}
.booth-inside{top:14.5%;max-width:1300px !important;}
.booth-img-secondary-contain{max-width:1300px !important;}
.booth-map{max-width:1300px !important;}}
@media (min-width:1900px){.booth-main{height:calc(100vh - 14vh);}
.booth-inside{top:16%;max-width:1400px !important;}
.booth-img-secondary-contain{max-width:1400px !important;}
.booth-map{max-width:1400px !important;}}
@media (min-width:2500px){.booth-main{height:calc(100vh - 20vh);}
.booth-inside{top:16%;max-width:1450px !important;}
.booth-img-secondary-contain{max-width:1450px !important;}
.booth-map{max-width:1450px !important;}}
@media (min-width:2570px){.booth-main{height:calc(100vh - 40vh);}
.booth-inside{top:16%;max-width:1500px !important;}
.booth-img-secondary-contain{max-width:1500px !important;}
.booth-map{max-width:1500px !important;}}
.brochure.panel-container{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0;}
.panel-container .content{background-color:#e73d2f;padding:30px 20px 30px 20px;border-radius:5px;max-width:48%;}
.panel-container .content.content1{background:linear-gradient(to right,#e73d2fe8,#e73d2fe8),url(../images/brochure-bg1.png) center center / cover no-repeat;}
.panel-container .content.content2{background:url(../images/bochure-bg2.svg) center center / cover no-repeat;}
.panel-container .panel{color:white;display:flex;justify-content:space-between;}
.panel-container .panel .text{width:50%;min-height:300px;}
.panel-container .panel-title{font-size:22px;font-weight:bold;margin-bottom:10px;}
.panel-container .item-title{font-size:18px;font-weight:bold;margin-bottom:15px;border-bottom:none;color:#ffffff;}
.panel-container .panel-content{font-size:1.02rem;;margin-bottom:20px;}
.panel-container .download-button-container{margin-top:15px;}
.panel-container .download{background-color:white;color:#e73d2f;padding:8px 25px;text-decoration:none;font-weight:bold;border-radius:50px;text-align:center;display:inline-block;border:none;cursor:pointer;}
.panel-container .download:hover{background-color:#0d69df;color:white;box-shadow:0 4px 8px rgba(0,0,0,0.2);}
.panel-container .panel-image-area{background-position:center;background-size:contain;background-repeat:no-repeat;margin-bottom:15px;}
@media(max-width:960px){.brochure.panel-container{display:block;}
.panel-container .content{margin-bottom:20px;max-width:100%;}}
.case-study .grid{display:flex;flex-wrap:wrap;padding-top:10px;}
.case-study h1{width:70%;margin:0 auto 20px auto;}
.case-study .item-container{width:33%;cursor:pointer;padding:20px 40px;}
.case-study .item-container{transition:transform 0.8s ease;border-radius:10px;}
.case-study .item-container:hover{transform:scale(1.05);border:1px solid #eee;box-shadow:0 30px 30px 0 rgba(64,75,103,0.06);}
.case-study .item-container .item-title{border:none;margin-bottom:0;}
.case-study .item-container:hover .item-title{color:#ef3529;}
.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.5);}
.modal-content{background-color:#fefefe;margin:11% auto;padding:20px;border-radius:10px;max-width:800px;text-align:center;position:relative;}
.modal-content h3{border:none;}
.modal-content .btn-close{background:#ef3529;border-radius:50px;position:absolute;right:-20px;top:-20px;width:60px;height:60px;padding:17px;font-size:22px;color:#ffffff;}
.page-inquirybox{margin-top:20px;}
.case-study.animal-models .item-container{width:33%;cursor:pointer;padding:0;margin:10px;}
.animal-models .book-cover{position:relative;height:300px;width:100%;}
.animal-models .background-image1{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px 10px 0 0;background-image:linear-gradient(45deg,#00000050,#00000050),url('../images/animal-models1.jpg');background-size:cover;background-position:center;z-index:1;}
.animal-models .logo{position:absolute;top:20px;left:30px;color:white;font-weight:bold;z-index:2;}
.animal-models .text-block{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center;z-index:2;}
.animal-models .text-content{position:relative;bottom:-15px;width:75%;background-color:#e5392a;color:white;text-align:center;padding:20px 30px;}
.animal-models .text-content h2{margin:0;font-size:20px;}
.animal-models .item-title{margin:20px !important;font-size:20px;line-height:1.4;}
.virtual-booth-detail{position:relative;z-index:10;background:#ffffff;padding:50px 0 30px;}
.virtual-booth-detail .item-container{display:block;padding:0;text-align:center;transition:transform 0.8s ease;border-radius:10px;}
.virtual-booth-detail .item-container:hover{transform:scale(1.05);}
.virtual-booth-detail h2{color:var(--b);font-size:16px;margin:25px 0 0;}
.virtual-booth-detail .item-container:hover h2{color:var(--m);}
@media (max-width:980px){.case-study .grid{display:block;}
.virtual-booth-detail .item-container{width:49%;display:inline-grid;padding:20px}
.case-study .item-container{width:50% !important;padding:0px !important;}}
@media (max-width:700px){.case-study .item-container{width:100% !important;}
.panel-container .panel{flex-direction:column;}}
@media (max-width:500px){.panel-container .panel .text{width:100% !important;}}
.icon-brochure,.icon-animal-models,.icon-case-study,.icon-protocol{font-size:50px;margin-bottom:20px;color:#ef3529;}
.case-study .item-container{position:relative;overflow:hidden;}
.case-study .item-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.1);z-index:1;}
.case-study .item-container img{position:relative;z-index:0;aspect-ratio:124/99;}
.case-study .item-container .item-title{position:relative;z-index:2;}
.item-style1{margin-bottom:20px;}
.item-style1 .item-box{border:1px solid #eee;border-radius:20px;padding:15px 15px 0;height:100%;}
.item-style1 .item-box .title{display:flex;align-items:center;gap:20px;}
.content-detail{width:100%;padding:30px 20px;}
.detail-intro{background:rgb(218,72,46) url(../images/detail-intro.jpg) no-repeat right bottom/contain;}
.detail-tech{background:rgb(218,72,46) url(../images/detail-tech.jpg) no-repeat right bottom/contain;}
.detail-animal{background:rgb(218,72,46) url(../images/detail-animal.jpg) no-repeat right bottom/contain;}
.detail-animal1{background:rgb(218,72,46) url(../images/detail-animal1.jpg) no-repeat right bottom/contain;} 
.detail-pcp{background:rgb(218,72,46) url(../images/detail-pcp.jpg) no-repeat right bottom/contain;}
.detail-02{background:rgb(218,72,46) url(../images/detail-02.jpg) no-repeat right bottom/contain;}
.detail-03{background:rgb(218,72,46) url(../images/detail-03.jpg) no-repeat right bottom/contain;}
.detail-04{background:rgb(218,72,46) url(../images/detail-04.jpg) no-repeat right bottom/contain;}
.detail-05{background:rgb(218,72,46) url(../images/detail-05.jpg) no-repeat right bottom/contain;}
.detail-effects{background:rgb(218,72,46) url(../images/detail-effects.jpg) no-repeat right bottom/contain;}
.detail-PIASM{background:rgb(218,72,46) url(../images/detail-PIASM.jpg) no-repeat right bottom/contain;}
.detail-source{background:rgb(218,72,46) url(../images/detail-source.jpg) no-repeat right bottom/contain;}
.detail-autism-models{background:rgb(218,72,46) url(../images/detail-autism-models.jpg) no-repeat right bottom/contain;}
.detail-in-vitro-PD{background:rgb(218,72,46) url(../images/detail-in-vitro-PD.jpg) no-repeat right bottom/contain;}
.detail-non-human{background:rgb(218,72,46) url(../images/detail-non-human.jpg) no-repeat right bottom/contain;}
.detail-schizophrenia-models{background:rgb(218,72,46) url(../images/detail-schizophrenia-models.jpg) no-repeat right bottom/contain;}
.content-detail .panel .text{width:70%;}
.content-detail .item-title{font-size:24px;}
.detail-title{font-size:20px;font-weight:bold;}
.content-detail ul,.content-detail ul li{list-style:disc;padding-left:20px;}
.content-detail ul{padding-bottom:10px;}
h3.related-interested{padding-left:30px;font-size:24px;background-color:#e73d2fe8;color:#fff;}
.content-detail .related-list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:40px 0;}
.content-detail .related-list li{display:flex;width:48%;margin-bottom:10px;}
.detail-img-wrap{flex:1;}
.detail-img-wrap:hover{transform:scale(1.04);}
.detail-img-wrap img{display:block;width:100%;}
.ralated-item-right{display:flex;flex-direction:column;justify-content:space-between;width:70%;padding:20px;}
.right-title{color:#262627;font-weight:bold;}
.ralated-item-right a:hover{color:#ef3529;}
.right-desc{color:#837d7d;}
@media screen and (max-width:768px){.content-detail .related-list li{width:100%;}}
.grid-2{display:grid;gap:20px;grid-template-columns:repeat(2, 1fr);margin-bottom:20px;}
.grid-3{display:grid;gap:20px;grid-template-columns:repeat(3, 1fr);margin-bottom:20px;}
.grid-4{display:grid;gap:20px;grid-template-columns:repeat(4, 1fr);margin-bottom:20px;}
.border-box{height:100%;border:1px solid #ddd;border-radius:10px;padding:15px 15px 1px;}
.border-box h3{margin-top:0;}
.plat-grid{margin:40px 0 0;gap:30px;}
.img-cover{position:var(--r);overflow:hidden;min-height:240px;}
.img-cover img{position:var(--a);left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:var(--t);}
.img-cover:hover img{transform:scale(1.1);}
.plat-box{height:100%;box-shadow:var(--s1);}
.plat-box h3{margin:0;padding:15px;border:0;}
.plat-box h3:hover{color:var(--m);}
.plat-box p{padding:0 15px 1px;}
@media screen and (max-width:1080px){.grid-3,.grid-4{grid-template-columns:repeat(2, 1fr);}}
@media screen and (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}}