@charset "utf-8";
/* CSS Document */

#contentHolder{position:relative;
}
section.mainContent{
	height:525px;
	padding-left: 0px;
}

.txtimgWrap {
    margin: 0 auto;
    width: 965px;
}
.txtimgContainer {
	display: flex;
	padding: 13% 0% 0%;
}
.tab_main {
	margin-right: 30px;
	position: relative;
}
.tab_main::before {
	content: "";
	background: url(../../images/p12_middle.png) no-repeat 0 0;
	background-size: cover;
	width: 176px;
	height: 485px;
	position: absolute;
	right: -70px;
	top: -108px;
}
.tab_inner {
	background: #e5e5e5;
	border: 2px solid #989898;
	border-radius: 10px;
	padding: 20px;
	width: 175px;
	height: 90px;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.tab_inner.tab1.tab_active {
	background: #00338D;
}
.tab_inner.tab2.tab_active {
	background: #1E49E2;
}
.tab_inner.tab3.tab_active {
	background: #00B8F5;
}
.tab_inner.tab1 img {
	max-width: 100%;
	width: 84px;
	height: 77px;
}
.tab_inner.tab2 img {
	max-width: 100%;
	width: 83px;
    height: 90px;
}
.tab_inner.tab3 img {
	max-width: 100%;
	width: 66px;
    height: 76px;
}
.tab_popup_main {
	
}
.tab_popup {
	background: #ffffff;
	border: 2px solid #00338D;
	color: #00338D;
	font-size: 16px;
	border-radius: 0px 40px 40px 0px;
	padding: 20px 20px 20px 60px;
	height: 245px;
}
.tab_popup2, .tab_popup3 {
	display: none;
}
.tab_popup.tab_popup2 {
	border: 2px solid #1E49E2;
}
.tab_popup.tab_popup3 {
	border: 2px solid #00B8F5;
}
.btm_info {
	display: none;
	font-size: 16px;
    line-height: 22px;
    padding: 5px 10px 0 50px;
}
.tab_popup ul {
    list-style: disc;
    margin-left: 17px;
}
.tab_popup ul li {
    padding-bottom: 8px;
    background: none;
    line-height: 19px;
    padding: 0 0px 5px 5px;
}
.tab_popup ul li ul {
    list-style: circle;
    margin: 5px 0 0 27px;
}
.tab_popup ul li ul li {
    padding-bottom: 8px;
    background: none;
    line-height: 19px;
    padding: 0 0px 5px 5px;
}
.btm_box {
	padding: 5px 10px 40px 10px;
	margin-top: 10px;
	line-height: 19px;
	background: #ACEAFF url(../../images/p12_box_inner.png) no-repeat right bottom;
	display: none;
}
.btm_box p {
	padding-bottom: 5px;
}