#boxTabPage { width:100%; float:left;}
#boxTabPage .main { width:100%; float:left; }
#tabPage { width:100%; float:left;}
#tabPage .main2 { width:100%; float: left; padding: 30px; box-sizing: border-box; padding-bottom: 0;}
#tabTitle { width:100%; float:left;}
#tabPage .title { width:100%; float:left; font-size: 16px; color: #0095d8; font-family: 'Din-Bold'; text-transform: none;}
#tabPage .tabTitle { width:100%; float:left; border-bottom:1px solid #ccc; padding-bottom: 12px; margin-top: 12px;}
#tabPage .tabTitle ul { width:100%; float:left; display: flex; justify-content: space-between;}
#tabPage .tabTitle ul li { float:left; position: relative;}
#tabPage .tabTitle ul li a { font-size:12px; color:#f19831; font-family: 'Din-Bold'; text-transform: none;}
#tabPage .tabTitle ul li.current:after { content: ""; width: 9px; height: 8px; position: absolute; left: 50%; bottom: -8px; margin-left: -4.5px; background: url(../images/icon-li-active.png) center center no-repeat; }
#tabPage .tabTitle ul li.current a { color:#666;}
#tabCon { width:100%; float:left;}
#tabCon .main { width:100%; padding:0; float:left;} 
#tabCon .tabCon { width:100%; float:left;}