

.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 110;
	top: 0;
	left: 0;
	display: none;
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fade-in {
	animation: fadeIn 1s forwards;
	display: block !important;
}

.fade-out {
	animation: fadeOut 1s forwards;
	display: none !important;
}





.popup_wrapper {
	width: 100%;
	position: fixed;
	top: 5%;
	left: 0;
	z-index: 111;
	text-align: center;
	display: none;
	padding-top: 18px;
}
.popup_wrapper .popup {
	position: relative;
}
.popup_wrapper .img {
	display: inline-block;
	width: 85%;
}
.popup_wrapper .close_btn {
	position: absolute;
	right: 0;
	top: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	margin: -10px 30px 0px 0;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.popup_wrapper .close_btn:after {
	content: '×';
}

.popup_wrapper .visible-sp{
	display: none;
}

.taxaccountant_des {
	margin-top: 20px;
	text-align: left;
}
.tips {
	text-align: left;
	margin-top: 20px;
	border: 1px solid #1d9bd1;
	background-color: #e8f5fa;
	display: block;
	padding: 12px 18px 12px 65px;
	border-radius: 6px;
	background-clip: padding-box;
	line-height: 1.5rem; 
	margin-bottom: 18px; 
	position: relative;
	word-break: break-word;
}
.tips::before {
    content: '\f0eb';
    color: #F6C006;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 24%;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.solutions_list {
	width: 80%;
	margin: 0 auto;
}
.interview_img {
	float: left;
	width: 30%;
	padding: 10px;
}
.interview_des {
	float: left;
	width: 65%;
	padding: 10px;
}
.interview_des_p {
	font-size: 20px;
	font-weight: 900;
	padding-top: 35px;
	padding-bottom: 10px;
}
.interview_des_p2 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}

.solutions_bottom_cvs_box{
	display: block;
	background: rgb(250, 250, 250);
	padding: 50px 0px;
	text-align: center;
}

@media only screen and (max-width: 1270px) {
.popup_wrapper{
	margin-top: 40px;
}

}


@media only screen and (max-width: 480px) {
	h2 {
		font-size: 25px;
		line-height: 36px;
        margin-bottom: 20px;
	}
	.discover {
		padding-bottom: 0;
	}
	.plan_des2 {
		margin-bottom: 0px;
	}
	.interview_img {
		float: none;
		width: 100% !important;
		padding: 0px;
	}
	.interview_des {
		float: none;
		width: 100% !important;
		padding: 0px;
	}
	.solutions_list {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.popup_wrapper{
		overflow: scroll;
		width: auto;
		padding-top: 20px;
		margin-top: 0;
	}
	.popup_wrapper .img{
		width: 225%;
		overflow: scroll;
		padding-top: 50px;
	}
	.popup_wrapper img{
		max-width: 325%;
		overflow: scroll;
	}
	.popup_wrapper .visible-sp{
		width: 100%;
		color: #fff;
		font-weight: 700;
		font-size: 18px;
		display: block;
	}
	.popup_wrapper .close_btn{
		position: fixed;
		z-index: 100;
		top: 50px;
		right: -18px;
	}
	
}