:root {
	--tech-tbl-line-color:#e5e5e5; 
	--tech-tbl-line-width:1px;
}

.tech_tbl_wrap {width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.tech_tbl {border:var(--tech-tbl-line-width) solid var(--tech-tbl-line-color); border-bottom:0; border-right:0; border:0; font-size:1rem; line-height:1.7; color:#111;}
.tech_tbl th {border-bottom:var(--tech-tbl-line-width) solid var(--tech-tbl-line-color); border-right:var(--tech-tbl-line-width) solid var(--tech-tbl-line-color); }
.tech_tbl td {border-bottom:var(--tech-tbl-line-width) solid var(--tech-tbl-line-color); border-right:var(--tech-tbl-line-width) solid var(--tech-tbl-line-color); padding:15px;}

.tech_tbl thead th {background:var(--point-color2); color:#fff; border-color:var(--tech-tbl-line-color); padding:15px; font-weight:700;}
.tech_tbl tbody th {background:#f7f7f7; color:var(--point-color2); font-weight:700;}

.border-right-0 {border-right:0 !important;}

.listup li {position:relative; padding-left:15px;}
.listup li:before {content:'•'; position:absolute; left:0px; color:#a5a5a5; font-weight:bold;}

.listup.center {display:table; margin:0 auto;}
.listup.center li:before {display:inline-block; position:static; margin-right:7px;}

@media (max-width:1200px) {
	.tech_tbl {min-width:600px;}
}

.imgbox .one{width:100px;height:100px;display:inline-block;position:relative;overflow:hidden;margin-right:7px;border:1px solid #ddd;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;}
.imgbox .one img{position:absolute;width:auto;min-height:100%;object-fit:cover;}
.imgbox .one:before{content:'+';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;background:linear-gradient(180deg,rgba(16,47,141,.7),rgba(16,47,141,.2));opacity:0;transition:opacity .25s ease;z-index:2;}
.imgbox .one:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.18);}
.imgbox .one:hover:before{opacity:1;}

.imgpop_dim{opacity:0;visibility:hidden;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(0px); z-index:99998;transition:opacity .22s ease,visibility 0s linear .22s;}
.imgpop_dim.is-open{opacity:1;visibility:visible;transition:opacity .22s ease;}

.imgpop{opacity:0;visibility:hidden;position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.97);z-index:99999;transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s; background:#fff; }
.imgpop.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1);transition:opacity .22s ease,transform .22s ease;}
.imgpop .close{display:none; position:absolute;right:10px;top:10px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(0,0,0,.06);color:#fff;font-size:22px;line-height:40px;cursor:pointer;}
.imgpop .imgboxwrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.imgpop img{min-height:300px; max-height:60vh;display:block;}