
.webinar-inner{
	background: url(../../webinar/img/webinar_bg2.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 50%;
}

.webinar-box {
	margin: 0 auto;
	padding: 50px 0;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.webinar-box .webinar-list {
	text-align: center;
}
.webinar-box .webinar-list li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.webinar-box .webinar-list li .logo-img {
	height: 90px;
}
.webinar-box .webinar-list li .logo-img2 {
	height: 90px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.webinar-box .webinar-list li .txt-box {
	padding: 10px;

}
.webinar-box .webinar-list li .txt-box>p.title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	border: 1px solid #d7e0e4;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 3px 3px #4799c2;
}
.webinar-box .webinar-list li .txt-box>p.txt {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	padding: 10px;
}

a.btn-style02{
	background: #63d1fd;
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 20px 30px 20px 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn-style02:hover{
	background: #7bd9ff;
}
a.btn-style02:after{
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -0.5em;
	line-height: 1;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {

.webinar-inner{
	background: url(../../webinar/img/webinar_bg2.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 50%;
}

.webinar-box {
	padding: 5% 3%;
	width: 100%;
}
.webinar-box .webinar-list li {
	width: 100%;
	padding: 1%;
	margin-bottom: 4%;
}
.webinar-box .webinar-list li .logo-img {
	height: auto;
	margin-bottom: 3%;
}
.webinar-box .webinar-list li .logo-img2 {
	height: auto;
	padding-top: 0;
	margin-bottom: 3%;
}
.webinar-box .webinar-list li .txt-box {
	padding: 0;

}
.webinar-box .webinar-list li .txt-box>p.title {
	font-size: 16px;
	margin-bottom: 2%;
	padding: 1.5%;
	box-shadow: 3px 3px #4799c2;
}
.webinar-box .webinar-list li .txt-box>p.txt {
	font-size: 14px;
	text-align: left;
	padding: 2%;
	margin-bottom: 1%;
}

a.btn-style02{
	width: 97%;
	font-size: 16px;
}
a.btn-style02:after{
	right: 8px;
}
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
}


