@charset "utf-8";
/**********************
** login 
**********************/
.loginBg {background:url('/img/mainBanner.jpg'); background-position:center center; background-size:cover;}
.loginBoxLine {border:1px solid #D9DADE;}


/**********************
** subBanner 
**********************/
.subBanner{position: relative;}
.subTabsWrap{position:absolute; bottom:0; left:0; right:0; width:100%;}
.subTabs{display:grid; grid-template-columns:repeat(var(--sub-tab-count, 1), minmax(0, 1fr)); width:100%;}
.subTab{display:flex; align-items:center; justify-content:center; position: relative; color: #111; width:100%; text-align:center;}
.subTab.is-active::after{content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 4px; background: #1C76AD;}

/**********************
** fixBtn 
**********************/
.fixBtns {bottom:0; right:0;}
.fixBtn {writing-mode: vertical-rl; text-orientation: upright; pointer-events: auto;}
.fixBtnLine {border:1px solid #D9DADE; pointer-events: auto;}


.txtLine1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}