.p_333{
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--red-color);
	color: var(--white-color);
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.p_333.descContainer {
    float: none;
    padding: 10px 30px;
    width: auto;
    border: none;
    color: var(--white-color);
    overflow: auto;
    height: auto;
    display: none;
    position: absolute;
	top: 372px;
    left: 30px;
	right: 30px;
	text-align: center;
}
.p_333.clickTab {
	cursor: pointer;
}

.p_333.popupContainer {
	height: 149px;
	left:0;
	padding-bottom: 33px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: absolute;
	top: 0;
	bottom: auto;
	right:0;
	margin:auto;
	width: 493px;
	z-index:100;
	background: #ccc;
}

.p_333.popupContainerWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:33%;
	display: none;
	height: 100%;
}
.p_333.popup_container {
	background:#fff;
	padding:0;
	position:absolute;
	right:10px;
	top:89px;
	width:321px;
}
.p_333#popup_title p {
	color:#483698;
	font-size:45px;
}
.p_333#popup_content ul {
	margin:0;
	padding:0;
	list-style:none;
}
.p_333#popup_content ul li {
	margin:0;
	padding:0 0 10px 13px;
	background:url(../images/bulleticon.jpg) no-repeat 0 5px;
}
.p_333#popup_content p {
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.p_333.blocker {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.p_333#bottomText {
	clear: both;
	width:90%;
}
.p_333.instText {
	margin-bottom: 3%;
	margin-top: 2%;
}
.p_333.row1_section {
	display: table;
	width: 100%;
}
.p_333.row1_section .tabimg_1 {
	display: table-row;
}
.p_333.row1_section .tab {
	display: table-cell;
	width: calc(100% / 5);
	border-right: 1px solid #fff;
}

.p_333#popupContainer div {
	box-sizing: border-box;
}
.p_333#popupContainer {
	display: none;
	width: 100%;
	/* height: calc(100% - 21px); */
	background: #fff;
	border: 2px solid #0091da;
	box-sizing: border-box;
	padding: 0;
}
.p_333.popupTitle {
	color: #0091da;
	margin-bottom: 5%;
	font-size: 3.375rem;
	line-height: 90%;
}
.p_333.leftContent {
	width: 60%;
	height: 100%;
	float: left;
	padding: 30px;
	position: relative;
	overflow: auto;
}
.p_333.rightContent {
	width: 40%;
	float: left;
}
.p_333.popupCont, .rightContent {
	height: 100%;
}
.p_333.rightContent {
	background: url('../images/retina/m06_p02_popup01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.p_333.popup_txt li {
	background: url('../images/bulleticon.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 13px;
	padding-bottom: 10px;
}
.p_333.popup_txt p {
	padding-bottom: 5px;
}
.p_333.textTitle {
	font-size: 1.5rem;
}
.p_333.popup_txt ul {
	margin-top: 10px;
}
.p_333.instText.popupInst {
	height: 20px;
	margin: 0;
	position: absolute;
	right: 44px;
	top: 11px;
}
.p_333.rightContent img {
	max-width: 100%;
}

.p_333.popupOverlayBox {
	background-clip: border-box;
	background-color: #434141;
	opacity: 0.7;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	display:none;
}

.p_333#wheel-container {
	position: absolute;
	width: 150px;
	height: 150px;
	margin: 50px auto;
	z-index: 0;
    right: 70px;
	display: none;
}

.p_333#wheel {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	line-height: 150px;
	font-size: 20px;
	display: none;
}
.p_333svg {
	max-width: 100%;
    margin-top: -128px;
}
.p_333#arrow_1,
.p_333#arrow_2,
.p_333#arrow_3{
	display: none;
}
.p_333.hide_circle {
	display: none;
}