@charset "utf-8";
/* CSS Document */

.tab-col1 {
	width: 100%;
	float: left;
}
.tab-col1 img {
	width: 100%;
	display: block;
}
.tab-col1 .tab-row1 {
	width: 36%;
	float: left;
	margin: 0 0;
}
.tab-col1 .tab-row1 li {
	float: none;
	font-size: 14px;
	font-weight: 600;
	color: #090909;
	letter-spacing: normal;
	line-height: 2.29;
	padding:0 0 0 19px;
	outline: 0;
	cursor: pointer;
	display: block;
	transition: all 0.25s ease-out 0s;
	animation-name: fadeIn;
	animation-timing-function: ease-in-out;
	animation-duration: 350ms;
	animation-delay: calc(var(--count) * 250ms);
	animation-fill-mode: both;
}
.tab-col1 .tab-row1 li:hover {
	color: #ffffff;
}
.tab-col1 .tab-row1 li.active {
	color: #ffffff;
	position:relative;
}
.tab-col1 .tab-row1 li.active:after { content:""; width:12px; height:9px; position:absolute; left:0; top:50%; transform:translateY(-50%); background:url(../images/tab-right-arrow.svg) no-repeat center / cover;}
.tab-col2 {
	width: 64%;
	float: right;
	margin: 0 0 0;
	padding:0 0 0 40px;
	border-left:1px solid #FFF;
}
.tab-col2 img {
	width: 100%;
	display: block;
}
.tab-col2 .tab-row2 {
	width: 95.5%;
	float: right;
	margin: 0 0 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {

	.inner-dropdwon .tab-col2{ padding: 0 0 0 17px;}

}

@media screen and (min-width:481px) and (max-width:600px) {

}

@media screen and (min-width:601px) and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1350px) {

}