﻿body {
	font-family: "vag-rundschrift-d", sans-serif;
	-webkit-text-size-adjust: none;
	position: relative;
	background: #ffffff;
	font-weight: 300;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	transform: translateZ(0);
	image-rendering: -webkit-optimize-contrast !important;
}

.clear {
	clear: both;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}

.padding25 {
	padding: 25px;
}

.padding30 {
	padding: 30px;
}

sup {
	vertical-align: 0;
	position: relative;
	top: -5px;
	color: #2bace2;
}

.error {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #ff3737;
	margin: 5px 0 0 0;
	text-align: center;
}
/**Back to Top**/
.backTopBtn {
	width: 45px;
	height: 45px;
	background: #e6e64c;
	position: fixed;
	bottom: -999px;
	right: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 99;
	border-radius: 10px;
}

	.backTopBtn span {
		background: url("../images/common/icon-arrow-up.svg") no-repeat;
		background-position: center center;
		background-size: 100%;
		width: 25px;
		height: 25px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		filter: none;
	}

	.backTopBtn:hover {
		background: #1c3e71;
	}

		.backTopBtn:hover span {
			filter: brightness(0) invert(1);
		}
/*Input button*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	cursor: pointer;
	font-family: "vag-rundschrift-d", sans-serif;
}

.commonBtn {
	color: #fff;
	background: #1c3e71;
	border: 1px solid #1c3e71 !important;
	padding: 11px 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	border-radius: 30px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

	.commonBtn:hover {
		color: #1c3e71;
		background: #fff;
	}

	.commonBtn.acctBtn span::after {
		content: '';
		background: url("../images/common/icon-arrow-down.svg")no-repeat;
		background-size: 100%;
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		filter: brightness(0) invert(1);
	}

	.commonBtn.acctBtn:hover span::after {
		filter: none;
	}

.googleBtn, .windowBtn {
	background: rgba(255,255,255,1);
	color: #1c3e71 !important;
	padding: 11px 20px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	border-radius: 30px;
	border: 1px solid #fff !important;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	text-align: center;
	opacity: 0.5;
}

	.googleBtn:hover, .windowBtn:hover {
		opacity: 1.0;
	}

	.googleBtn span::before {
		content: '';
		background: url("../images/common/icon-google.svg")no-repeat;
		background-size: 100%;
		width: 15px;
		height: 15px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 7.5px;
		margin-top: -5px;
	}

	.windowBtn span::before {
		content: '';
		background: url("../images/common/icon-window.svg")no-repeat;
		background-size: 100%;
		width: 15px;
		height: 15px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		margin-top: -3px;
	}
/**Input Fields**/
input[type=text], input[type=password] {
	width: 100%;
	font-family: "vag-rundschrift-d", sans-serif;
	color: #1c3e71;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border: 1px solid #dbe1e8;
	border-radius: 30px;
	padding: 8px 15px;
	background: #dbe1e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left !important;
}

input[type=password] {
	padding-right: 30px;
}

::-webkit-input-placeholder {
	color: #1c3e71;
	opacity: 0.5;
}

::-ms-input-placeholder {
	color: #1c3e71;
	opacity: 0.5;
}

::placeholder {
	color: #1c3e71;
	opacity: 0.5;
}
/**Input select field**/
select {
	width: 100%;
	font-family: "vag-rundschrift-d", sans-serif;
	color: #1c3e71;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border: 1px solid #dbe1e8;
	border-radius: 30px;
	padding: 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/common/icon-arrow-down.svg") 98% no-repeat #dbe1e8;
	background-size: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left !important;
}

	select.error {
		color: #1c3e71 !important;
		font-size: 16px !important;
		line-height: normal !important;
		margin: 0 !important;
	}

	select::-ms-expand {
		display: none; /* remove default arrow on ie10 and ie11 */
	}

@media screen and (min-width:0\0) {
	select {
		background: none\9;
		padding: 5px\9;
	}
}
/**TextArea**/
textarea {
	width: 100%;
	height: 200px;
	resize: none;
	font-family: "vag-rundschrift-d", sans-serif;
	color: #1c3e71;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border: 1px solid #dbe1e8;
	border-radius: 20px;
	padding: 10px 15px;
	background: #dbe1e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left !important;
}
/**Input checkbox**/
.checkBoxStyle {
	display: block;
	position: relative;
	padding-left: 25px !important;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left !important;
	font-family: "vag-rundschrift-d", sans-serif;
}

	.checkBoxStyle a {
		color: #2bace2;
	}

	.checkBoxStyle input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
		left: 0;
		top: 5px;
	}

.checkmark {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px !important;
	border-radius: 5px;
	background-color: #dbe1e8;
	border: 1px solid #dbe1e8;
	display: inline-block !important;
}

.checkBoxStyle:hover input ~ .checkmark {
	background-color: #dbe1e8;
	border: 1px solid #dbe1e8;
}

.checkBoxStyle input:checked ~ .checkmark {
	background-color: #2bace2;
	border: 1px solid #2bace2;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkBoxStyle input:checked ~ .checkmark:after {
	display: block;
}

.checkBoxStyle .checkmark:after {
	left: 4px;
	top: 2px;
	width: 3px;
	height: 6px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**Header**/
header {
	width: calc(100% - 80px);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 2;
	background: #fff;
	padding: 20px 40px;
	border-bottom: 1px solid #f1f3f6;
}

.HOME header {
	padding: 40px;
	background: none;
	border-bottom: none;
}

header.active {
	background: #fff;
	padding: 20px 40px;
	border-bottom: 1px solid #f1f3f6;
}

header .container {
	width: 100%;
	font-size: 0;
}

	header .container .logoImg {
		display: inline-block;
		vertical-align: middle;
		width: 310px;
	}

		header .container .logoImg img {
			width: 175px;
			display: block;
		}

	header .container .iconNav {
		display: inline-block;
		vertical-align: middle;
		width: 310px;
		text-align: right;
	}

		header .container .iconNav .iconBtn {
			display: inline-block;
			vertical-align: middle;
		}

			header .container .iconNav .iconBtn img {
				display: block;
				width: 22px;
				margin-left: 20px;
			}

			header .container .iconNav .iconBtn:first-child {
				margin-left: 0;
			}

			header .container .iconNav .iconBtn a {
				display: block;
				opacity: 1.0;
				-webkit-transition: .25s ease-in-out;
				-moz-transition: .25s ease-in-out;
				-o-transition: .25s ease-in-out;
				transition: .25s ease-in-out;
			}

				header .container .iconNav .iconBtn a:hover {
					opacity: 0.5
				}

		header .container .iconNav .commonBtn {
			margin-left: 20px;
			display: inline-block;
			vertical-align: middle;
		}

		header .container .iconNav .acct {
			display: inline-block;
			vertical-align: middle;
			position: relative;
		}

			header .container .iconNav .acct .acctBtn {
				position: relative;
				z-index: 2;
			}

header .acctMenu {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding-top: 0;
	opacity: 0.0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	z-index: 1;
	pointer-events: none;
}

	header .acctMenu ul {
		width: 120px;
		padding: 10px 15px;
		background: #fff;
		border-radius: 10px;
		border: 1px solid #1c3e71;
		text-align: center;
	}

		header .acctMenu ul li {
			display: block;
			border-bottom: 1px solid #f1f3f6;
		}

			header .acctMenu ul li:last-child {
				border-bottom: none;
			}

			header .acctMenu ul li a {
				color: #1c3e71;
				font-size: 18px;
				line-height: 24px;
				font-weight: 300;
				display: block;
				padding: 10px;
				text-decoration: none;
			}

				header .acctMenu ul li a:hover {
					color: #2bace2;
				}

header .container .iconNav .acct:hover .acctMenu {
	padding-top: 70px;
	opacity: 1.0;
	pointer-events: all;
}

header .container .iconNav .acct:hover .acctBtn {
	color: #1c3e71;
	background: #fff;
}

header .container .iconNav .acct:hover span::after {
	filter: none;
}

header .container .mainMenu {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 620px);
}

	header .container .mainMenu ul {
		width: 100%;
		text-align: center;
	}

		header .container .mainMenu ul li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 20px;
		}

			header .container .mainMenu ul li a {
				color: #1c3e71 !important;
				font-weight: 400;
				text-decoration: none;
				font-size: 16px;
				line-height: 22px;
				display: block;
				padding: 4px 0;
				position: relative;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
			}

				header .container .mainMenu ul li a::after {
					content: "";
					display: inline-block;
					position: absolute;
					height: 2px;
					bottom: 0;
					background: #1c3e71;
					transform-origin: 0 0;
					transition: transform 0.3s;
					transform: scaleX(0);
					width: 100%;
					left: 0;
				}

				header .container .mainMenu ul li a:hover::after,
				.ABTUS header .container .mainMenu ul li.BTN_ABTUS a::after,
				.HAPPENING header .container .mainMenu ul li.BTN_HAPPENING a::after,
				.CONTACTUS header .container .mainMenu ul li.BTN_CONTACTUS a::after {
					transform: scaleX(1);
				}

	header .container .mainMenu .MOBILE {
		display: none;
	}

		header .container .mainMenu .MOBILE .iconBtn {
			display: inline-block;
			vertical-align: middle;
			padding: 20px 0 30px 0;
		}

			header .container .mainMenu .MOBILE .iconBtn img {
				display: block;
				width: 25px;
				margin: 0 10px;
			}

			header .container .mainMenu .MOBILE .iconBtn:first-child {
				margin-left: 0;
			}

			header .container .mainMenu .MOBILE .iconBtn:hover::after {
				transform: scaleX(0);
			}

.menuBtn {
	display: none;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 20px;
	height: 15px;
	vertical-align: middle;
}

	.menuBtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #1c3e71;
		border-radius: 2px;
		opacity: 1;
		left: 0;
		margin-top: -2px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		.menuBtn span:nth-child(1) {
			top: 0px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		.menuBtn span:nth-child(2) {
			top: 6.5px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		.menuBtn span:nth-child(3) {
			top: 13.5px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

	.menuBtn.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
		left: 0;
	}

	.menuBtn.open span:nth-child(2) {
		width: 0;
		opacity: 0;
	}

	.menuBtn.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 14px;
		left: 0;
	}

header .searchField {
	width: calc(100% - 32px);
	max-width: 300px;
	padding: 10px 15px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #1c3e71;
	position: absolute;
	top: 90px;
	right: 40px;
	font-size: 0;
	display: none;
}

	header .searchField .field {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 30px);
	}

	header .searchField .btn {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		margin-left: 10px;
	}

		header .searchField .btn img {
			width: 100%;
			display: block;
		}
/**Footer**/
footer {
	width: 100%;
	padding: 40px 0;
	background: rgb(28,62,113);
	background: -moz-linear-gradient(90deg, rgba(28,62,113,1) 0%, rgba(43,172,226,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(28,62,113,1) 0%, rgba(43,172,226,1) 50%);
	background: linear-gradient(90deg, rgba(28,62,113,1) 0%, rgba(43,172,226,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3e71",endColorstr="#2bace2",GradientType=1);
	position: relative;
}

	footer .container {
		width: calc(100% - 80px);
		margin: 0 40px;
		font-size: 0;
	}

		footer .container .logoImg {
			display: inline-block;
			vertical-align: top;
			width: 190px;
		}

			footer .container .logoImg img {
				display: block;
				width: 170px;
				margin-bottom: 20px;
			}

			footer .container .logoImg .contactDetail {
				width: 100%;
			}

				footer .container .logoImg .contactDetail a {
					text-decoration: none;
					color: #fff;
					font-size: 16px;
					line-height: 22px;
					display: block;
				}

					footer .container .logoImg .contactDetail a:hover {
						text-decoration: underline;
					}

				footer .container .logoImg .contactDetail .phone {
					margin-bottom: 4px;
				}

					footer .container .logoImg .contactDetail .phone::before {
						content: '';
						background: url("../images/common/icon-phone.svg");
						background-size: 100%;
						width: 18px;
						height: 18px;
						filter: brightness(0) invert(1);
						display: inline-block;
						vertical-align: middle;
						margin: 0 10px 0 0;
					}

				footer .container .logoImg .contactDetail .email::before {
					content: '';
					background: url("../images/common/icon-email.svg");
					background-size: 100%;
					width: 18px;
					height: 18px;
					filter: brightness(0) invert(1);
					display: inline-block;
					vertical-align: middle;
					margin: 0 10px 0 0;
				}

		footer .container .footerNav {
			display: inline-block;
			vertical-align: top;
			width: calc(100% - 700px);
			font-size: 0;
		}

			footer .container .footerNav .grp {
				width: 100%;
				max-width: 430px;
				margin: 0 auto;
				font-size: 0;
				text-align: left;
			}

			footer .container .footerNav .left {
				display: inline-block;
				vertical-align: top;
				width: 40%;
				margin-right: 10%;
			}

			footer .container .footerNav .rgt {
				display: inline-block;
				vertical-align: top;
				width: 40%;
				margin-right: 10%;
			}

			footer .container .footerNav .grp span {
				display: block;
				margin-bottom: 10px;
			}

				footer .container .footerNav .grp span:last-child {
					margin-bottom: 0;
				}

				footer .container .footerNav .grp span a {
					text-decoration: none;
					color: #fff;
					font-size: 16px;
					line-height: 22px;
				}

					footer .container .footerNav .grp span a:hover {
						text-decoration: underline;
					}

		footer .container .copyright {
			display: inline-block;
			vertical-align: top;
			width: 510px;
			text-align: right;
		}

			footer .container .copyright p {
				font-size: 16px;
				line-height: 22px;
				color: #fff;
			}

			footer .container .copyright span {
				display: inline-block;
				vertical-align: top;
				width: 22px;
				margin-left: 20px;
				margin-bottom: 20px;
			}

				footer .container .copyright span:last-child {
					margin-left: 0;
				}

				footer .container .copyright span img {
					width: 100%;
					display: block;
					filter: brightness(0) invert(1);
				}
/**ANCHORING**/
.CHAPTER::before {
	content: '';
	display: block;
	height: 140px;
	margin-top: -140px;
	visibility: hidden;
}
/**Main Contents**/
.wrapper {
	width: 100%;
	height: auto;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.SHARECONTENT .wrapper {
	overflow: visible;
}

.HOME .wrapper {
	background: #f1f3f6;
}

.wrapper h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
	color: #1c3e71;
}

.wrapper h3 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	color: #1c3e71;
}

.wrapper h4 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #2bace2;
}

.wrapper h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #2bace2;
}

.wrapper p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.wrapper ul {
	list-style: disc;
	margin-left: 15px;
}

	.wrapper ul li {
		margin: 5px;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
	}

.wrapper ol {
	list-style: decimal;
	margin-left: 15px;
}

	.wrapper ol li {
		margin: 5px;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
	}

.home-banner {
	width: 100%;
	height: auto;
	position: relative;
}

	.home-banner .container {
		width: 100%;
		height: auto;
		position: relative;
	}

		.home-banner .container .banner-img {
			width: 100%; /*height:0;padding-top:720px;*/
			min-height: calc(100vh - 199px);
			position: relative;
			overflow: hidden;
		}

			.home-banner .container .banner-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				display: block;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				animation: anima_zoomInOut 3s ease-in-out 2s infinite alternate;
			}

		.home-banner .container .banner-text {
			width: calc(100% - 40px);
			max-width: 580px;
			position: absolute;
			top: 30%;
			left: 50%;
			transform: translate(-50%,-30%);
			text-align: center;
			z-index: 2;
			animation: anima_title 1s ease 0s 1 forwards;
			opacity: 0.0;
		}

			.home-banner .container .banner-text h2 {
				color: #1c3e71;
			}

				.home-banner .container .banner-text h2 span {
					display: inline-block;
					position: relative;
				}

					.home-banner .container .banner-text h2 span .text {
						opacity: 0.05;
						animation: anima_title_text 2.5s ease 2s 1 forwards;
						position: relative;
						z-index: 2;
					}
/******/
.mailing-list {
	width: 100%;
	background: #f1f3f6;
}

	.mailing-list .container {
		width: calc(100% - 80px);
		max-width: 970px;
		padding: 40px;
		margin: 0 auto;
	}

		.mailing-list .container h5 {
			margin-bottom: 15px;
		}

		.mailing-list .container .col3 {
			width: 100%;
			font-size: 0;
		}

			.mailing-list .container .col3 span {
				display: inline-block;
				vertical-align: top;
				width: 300px;
			}

			.mailing-list .container .col3 .field {
				width: calc(100% - 440px);
				text-align: right;
			}

				.mailing-list .container .col3 .field input {
					width: 100%;
					max-width: 320px;
				}

				.mailing-list .container .col3 .field .error {
					width: 100%;
					max-width: 320px;
					display: inline-block;
				}

			.mailing-list .container .col3 .btn {
				width: 140px;
				text-align: right;
			}

			.mailing-list .container .col3 .field input.error {
				text-align: left;
			}

	.mailing-list.center .container {
		text-align: center;
	}
/**DRIP DROPLET**/
.droplet {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
}

.drop {
	width: 15px;
	height: 15px;
	border-radius: 50% 0% 50% 50%;
	background: radial-gradient(circle, #1c3e71, #2bace2);
	background-size: 100% 150%;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	animation: anima_fall 1.5s ease-in 0.25s 1 forwards;
	opacity: .0;
	z-index: 1;
}

.pool {
	width: 25px;
	height: 10px;
	border: 1px solid #8d9eb8;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	animation: anima_ripple 1.75s linear 1.5s 1 forwards;
	opacity: 0;
	z-index: 1;
}

	.pool:after {
		content: '';
		width: 33%;
		height: 33%;
		border: 1px solid #8d9eb8;
		position: absolute;
		left: calc(33% - 1px);
		top: calc(33% - 1px);
		border-radius: 50%;
	}

	.pool:before {
		content: '';
		width: 66%;
		height: 66%;
		border: 1px solid #8d9eb8;
		position: absolute;
		left: calc(16.5% - 1px);
		top: calc(16.5% - 1px);
		border-radius: 50%;
	}

@keyframes anima_zoomInOut {
	0% {
		width: 100%;
		height: 100%;
	}

	100% {
		width: 104%;
		height: 104%;
	}
}

@keyframes anima_title {
	0% {
		opacity: 0.0;
		top: 35%;
	}

	100% {
		opacity: 1.0;
		top: 30%;
	}
}

@keyframes anima_title_mobile {
	0% {
		opacity: 0.0;
		top: 40%;
	}

	100% {
		opacity: 1.0;
		top: 35%;
	}
}

@keyframes anima_title_text {
	0% {
		opacity: 0.05;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes anima_fall {
	25% {
		opacity: 1.0
	}

	100% {
		top: 65%;
		opacity: 0.0
	}
}

@keyframes anima_ripple {
	0% {
		opacity: 1;
	}

	90% {
		width: 100%;
		height: 150px;
		transform: translate(-50%, -50%) rotateX(45deg);
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 150px;
		transform: translate(-50%, -50%) rotateX(45deg);
		opacity: 0;
	}
}
/**RIPPLE V2**/
.home-banner.ANIMA_SAMPLE_2 .container .banner-img img {
	animation: anima_zoomInOut 3s ease-in-out 3s infinite alternate !important;
}

.home-banner.ANIMA_SAMPLE_2 .container .banner-text h2 span .text {
	animation: anima_title_text 2.5s ease 3s infinite forwards !important;
}

.loader {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	height: 250px;
	margin-top: -100px;
	margin-left: -100px;
	perspective: 400px;
	transform-type: preserve-3d;
}
/* The dot */
.dot {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-radius: 50% 0% 50% 50%;
	background: rgba(255,255,255,.04) -webkit-radial-gradient(center 75%, ellipse contain, #ffffff, rgba(255,255,255,0) 60%);
	box-shadow: inset 0 0px 6px rgba(0,0,0,.55), inset 0 -1px 6px rgba(0,0,0,.45), inset 0 8px 3px rgba(0,0,0,.35), inset 0 10px 3px rgba(255,255,255,.15), 0 3px 6px rgba(0,0,0,.55);
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	transform-type: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateZ(-45deg) translateY(-100px) translateX(100px);
	animation: anima_dot 3000ms cubic-bezier(.56,.18,.92,.69) 1.5s infinite forwards;
}

	.dot:nth-child(2) {
		z-index: 11;
		animation-name: anima_dot;
		animation-delay: 1000ms;
		border-color: transparent;
	}

	.dot:nth-child(3) {
		z-index: 12;
		animation-name: anima_dot;
		animation-delay: 2000ms;
		border-color: transparent;
	}

@keyframes anima_dot {
	0% {
		opacity: 0;
		z-index: 10;
		transform: rotateZ(-45deg) translateY(-100px) translateX(100px);
	}

	50% {
		opacity: 1;
		z-index: 10;
		transform: rotateZ(-45deg) translateY(0) translateX(0);
	}

	51% {
		opacity: 1;
		z-index: 10;
		margin-top: -10px;
		margin-left: -10px;
		border-width: 8px;
		transform: rotateX(70deg);
		animation-timing-function: cubic-bezier(.12,.41,.63,.99);
	}

	100% {
		opacity: 0;
		z-index: 1;
		margin-top: -200px;
		margin-left: -200px;
		border-width: 200px;
		transform: rotateX(70deg);
		animation-timing-function: cubic-bezier(.12,.41,.63,.99);
	}
}
/**COMMON CONTENT**/
.common-content {
	width: 100%;
	height: auto;
	position: relative;
}

	.common-content .container {
		width: calc(100% - 40px);
		max-width: 1170px;
		min-height: 65vh;
		margin: 150px auto 70px auto;
	}

		.common-content .container h2 {
			text-align: center;
			margin-bottom: 65px;
			animation: anima_start 1.5s ease 0s 1 forwards;
			opacity: 0;
			position: relative;
		}

.ABTUS .common-content .container h2 {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.common-content .container h4 {
	margin-bottom: 20px;
	font-weight: 300;
	color: #1c3e71;
}

.common-content .container p {
	margin-bottom: 30px;
}

.common-content .container strong {
	font-weight: 400;
}

.common-content .container ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}

	.common-content .container ul li {
		font-size: 18px;
		line-height: 24px;
		color: #000;
		margin: 5px;
	}
/*.common-content .container ol{list-style:decimal;margin-left:15px;margin-bottom:30px;}
.common-content .container ol li{font-size:18px;line-height:24px;color:#000;margin:5px;}*/
.common-content .container ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

	.common-content .container ol li {
		margin: 7.5px 0;
	}

	.common-content .container ol > li {
		display: table;
		counter-increment: item;
		margin-bottom: 0.6em;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
	}

		.common-content .container ol > li:before {
			content: counters(item, ".") ". ";
			display: table-cell;
			padding-right: 0.6em;
		}

.common-content .container li ol > li {
	margin: 0;
}

	.common-content .container li ol > li:before {
		content: counters(item, ".") " ";
	}

.common-content .container ol li ul {
	list-style: lower-alpha;
	margin-bottom: 0;
}

.common-content .container ol li .disc {
	list-style: disc;
}

.common-content .container ol li .roman {
	list-style: lower-roman;
}

.common-content .container a {
	color: #2bace2;
}

.hashtag-title {
	padding: 17.5px 30px 20px 30px;
	border-radius: 60px;
	background: #1c3e71;
	color: #fff !important;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
/**COMMON FILTER**/
.common-filter {
	width: 100%;
	height: auto;
	position: relative;
}

	.common-filter .level1 {
		width: calc(100% + 30px);
		display: flex;
		flex-wrap: wrap;
		font-size: 0;
	}

	.common-filter .level2 {
		width: calc(100% + 30px);
		display: flex;
		flex-wrap: wrap;
		font-size: 0;
	}

	.common-filter .grp {
		width: calc(100% + 30px);
		display: flex;
		flex-wrap: wrap;
		font-size: 0;
	}

	.common-filter .col2 .btn {
		width: calc(50% - 74px);
		margin-bottom: 30px;
		margin-right: 30px;
	}

	.common-filter .col3 .btn {
		width: calc(33.3333% - 74px);
		margin-bottom: 30px;
		margin-right: 30px;
	}

	.common-filter .col4 .btn {
		width: calc(25% - 74px);
		margin-bottom: 30px;
		margin-right: 30px;
	}

	.common-filter .btn {
		text-decoration: none;
		padding: 20px;
		border-radius: 20px;
		border: 2px solid #1c3e71;
		color: #1c3e71 !important;
		background: #fff;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

		.common-filter .btn:hover,
		.common-filter .btn.active {
			color: #fff !important;
			background: #1c3e71;
		}

		.common-filter .btn span {
			font-size: 20px;
			line-height: 26px;
			font-weight: 400;
			display: inline-block;
			vertical-align: middle;
			width: calc(100% - 70px);
		}

		.common-filter .btn .icon {
			width: 50px;
			height: 50px;
			margin-right: 20px;
		}

			.common-filter .btn .icon.btn_features {
				background: url("../images/happening/icon-features.svg");
				background-size: 100%;
			}

		.common-filter .btn:hover .icon.btn_features,
		.common-filter .btn.active.icon.btn_features {
			background: url("../images/happening/icon-features-mo.svg");
			background-size: 100%;
		}

		.common-filter .btn .icon.btn_insights {
			background: url("../images/happening/icon-insight.svg");
			background-size: 100%;
		}

		.common-filter .btn:hover .icon.btn_insights,
		.common-filter .btn.active .icon.btn_insights {
			background: url("../images/happening/icon-insight-mo.svg");
			background-size: 100%;
		}

		.common-filter .btn .icon.btn_developments {
			background: url("../images/happening/icon-development.svg");
			background-size: 100%;
		}

		.common-filter .btn:hover .icon.btn_developments,
		.common-filter .btn.active .icon.btn_developments {
			background: url("../images/happening/icon-development-mo.svg");
			background-size: 100%;
		}

		.common-filter .btn .icon.btn_growth {
			background: url("../images/happening/icon-growth.svg");
			background-size: 100%;
		}

		.common-filter .btn:hover .icon.btn_growth,
		.common-filter .btn.active .icon.btn_growth {
			background: url("../images/happening/icon-growth-mo.svg");
			background-size: 100%;
		}

		.common-filter .btn .icon.btn_opertaional {
			background: url("../images/happening/icon-operational.svg");
			background-size: 100%;
		}

		.common-filter .btn:hover .icon.btn_opertaional,
		.common-filter .btn.active .icon.btn_opertaional {
			background: url("../images/happening/icon-operational-mo.svg");
			background-size: 100%;
		}

		.common-filter .btn .icon.btn_technologies {
			background: url("../images/happening/icon-technologies.svg");
			background-size: 100%;
		}

		.common-filter .btn:hover .icon.btn_technologies,
		.common-filter .btn.active .icon.btn_technologies {
			background: url("../images/happening/icon-technologies-mo.svg");
			background-size: 100%;
		}
/*COMMON FILTER GRID RESULT*/
.no-record {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.happenings-grid {
	width: 100%;
	margin: 0 auto;
}

	.happenings-grid .grid {
		width: calc(100% + 30px);
		margin: 30px auto 0 auto !important;
		list-style: none !important;
	}

		.happenings-grid .grid:after {
			content: '';
			display: block;
			clear: both;
		}

		.happenings-grid .grid .grid-item {
			float: left;
			width: calc(50% - 30px);
			height: 0;
			padding-top: 370px;
			margin: 0;
			position: relative;
			overflow: hidden;
			border-radius: 20px;
			background: linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
		}

			.happenings-grid .grid .grid-item a {
				text-decoration: none;
			}

		.happenings-grid .grid .grid-sizer {
			width: calc(50% - 30px);
		}

		.happenings-grid .grid .grid-item img,
		.happenings-grid .grid .grid-item video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			mix-blend-mode: multiply;
			z-index: 1;
		}

		.happenings-grid .grid .grid-item:nth-of-type(2) {
			width: calc(66.667% - 30px);
			padding-top: 500px;
		}

		.happenings-grid .grid .grid-item:nth-of-type(3) {
			width: calc(33.334% - 30px);
			padding-top: 370px;
		}

		.happenings-grid .grid .grid-item:nth-of-type(4) {
			width: calc(66.667% - 30px);
			padding-top: 300px;
			background: #1c3e71;
		}

		.happenings-grid .grid .grid-item:nth-of-type(5) {
			width: calc(33.334% - 30px);
			padding-top: 430px;
		}

		.happenings-grid .grid .gutter-sizer {
			width: 30px;
		}

		.happenings-grid .grid .grid-item .grp {
			width: 100%;
			height: 300px;
			display: flex;
			flex-wrap: wrap;
			font-size: 0;
			position: absolute;
			top: 0;
			left: 0;
		}

			.happenings-grid .grid .grid-item .grp .image {
				width: 300px;
				height: 100%;
				overflow: hidden;
				position: relative;
			}

				.happenings-grid .grid .grid-item .grp .image img,
				.happenings-grid .grid .grid-item .grp .image video {
					width: 100%;
					height: 100%;
					object-fit: cover;
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					mix-blend-mode: normal;
					opacity: 100%;
				}

			.happenings-grid .grid .grid-item .grp .content {
				width: calc(100% - 300px);
				position: relative;
			}

		.happenings-grid .grid .grid-item .description {
			width: calc(70% - 40px);
			padding: 20px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
		}

			.happenings-grid .grid .grid-item .description h4 {
				color: #fff;
				margin-bottom: 20px;
				text-transform: capitalize;
				font-weight: 400;
			}

			.happenings-grid .grid .grid-item .description .text-btn {
				color: #fff;
				text-decoration: underline;
				position: relative;
				display: inline;
				margin-bottom: 0 !important;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
			}

				.happenings-grid .grid .grid-item .description .text-btn::after {
					content: '';
					background: url("../images/common/icon-arrow-right.svg")no-repeat;
					filter: brightness(0) invert(1);
					background-size: 100%;
					width: 20px;
					height: 20px;
					display: inline-block;
					vertical-align: middle;
					margin: -2px 0 0 -50px;
					opacity: 0.0;
					-webkit-transition: .5s ease-in-out;
					-moz-transition: .5s ease-in-out;
					-o-transition: .5s ease-in-out;
					transition: .5s ease-in-out;
				}

		.happenings-grid .grid .grid-item:nth-of-type(3) .description,
		.happenings-grid .grid .grid-item:nth-of-type(5) .description,
		.happenings-grid .grid .grid-item .grp .content .description {
			width: calc(80% - 40px);
		}

		.happenings-grid .grid .grid-item .article-type {
			border: 2px solid #fff;
			border-radius: 10px;
			background: none;
			padding: 7.5px;
			position: absolute;
			bottom: 20px;
			right: 20px;
			filter: brightness(0) invert(1);
			z-index: 2;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}

			.happenings-grid .grid .grid-item .article-type img {
				width: 22px;
				display: block;
				position: relative;
			}

		.happenings-grid .grid .grid-item a:hover .text-btn {
			animation: anima_text_btn 1.0s ease-in-out 0s 1 forwards;
		}

			.happenings-grid .grid .grid-item a:hover .text-btn::after {
				margin: -2px 0 0 10px;
				opacity: 1.0;
			}

		.happenings-grid .grid .grid-item a:hover .article-type {
			border: 2px solid #e6e64c;
			background: #e6e64c;
			filter: none;
		}
/*GRID LAYOUT 02*/
.happenings-grid-02 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

	.happenings-grid-02 .grid {
		width: calc(100% + 30px);
		margin: 30px auto 0 auto !important;
		list-style: none !important;
		text-align: left;
	}

		.happenings-grid-02 .grid:after {
			content: '';
			display: block;
			clear: both;
		}

		.happenings-grid-02 .grid .grid-item {
			float: left;
			width: calc(33.3333% - 30px);
			height: 0;
			padding-top: calc(33.3333% - 30px);
			margin: 0;
			position: relative;
			overflow: hidden;
			border-radius: 20px;
			background: linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
		}

		.happenings-grid-02 .grid .grid-sizer {
			width: calc(33.3333% - 30px);
		}

		.happenings-grid-02 .grid .grid-item img,
		.happenings-grid-02 .grid .grid-item video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			mix-blend-mode: multiply;
			z-index: 1;
		}

		.happenings-grid-02 .grid .gutter-sizer {
			width: 30px;
		}

		.happenings-grid-02 .grid .grid-item .grp {
			width: 100%;
			height: 300px;
			display: flex;
			flex-wrap: wrap;
			font-size: 0;
			position: absolute;
			top: 0;
			left: 0;
		}

			.happenings-grid-02 .grid .grid-item .grp .image {
				width: 300px;
				height: 100%;
				overflow: hidden;
				position: relative;
			}

				.happenings-grid-02 .grid .grid-item .grp .image img,
				.happenings-grid-02 .grid .grid-item .grp .image video {
					width: 100%;
					height: 100%;
					object-fit: cover;
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					mix-blend-mode: normal;
					opacity: 100%;
				}

			.happenings-grid-02 .grid .grid-item .grp .content {
				width: calc(100% - 300px);
				position: relative;
			}

		.happenings-grid-02 .grid .grid-item .description {
			width: calc(80% - 40px);
			padding: 20px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
		}

			.happenings-grid-02 .grid .grid-item .description h4 {
				color: #fff;
				margin-bottom: 20px;
				text-transform: capitalize;
				font-weight: 400;
			}

			.happenings-grid-02 .grid .grid-item .description .text-btn {
				color: #fff;
				text-decoration: underline;
				position: relative;
				display: inline;
				margin-bottom: 0 !important;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
				line-height: 0;
			}

				.happenings-grid-02 .grid .grid-item .description .text-btn::after {
					content: '';
					background: url("../images/common/icon-arrow-right.svg")no-repeat;
					filter: brightness(0) invert(1);
					background-size: 100%;
					width: 20px;
					height: 20px;
					display: inline-block;
					vertical-align: middle;
					margin: -2px 0 0 -50px;
					opacity: 0.0;
					-webkit-transition: .5s ease-in-out;
					-moz-transition: .5s ease-in-out;
					-o-transition: .5s ease-in-out;
					transition: .5s ease-in-out;
				}

		.happenings-grid-02 .grid .grid-item .grp .content .description {
			width: calc(80% - 40px);
		}

		.happenings-grid-02 .grid .grid-item .article-type {
			border: 2px solid #fff;
			border-radius: 10px;
			background: none;
			padding: 7.5px;
			position: absolute;
			bottom: 20px;
			right: 20px;
			filter: brightness(0) invert(1);
			z-index: 2;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}

			.happenings-grid-02 .grid .grid-item .article-type img {
				width: 22px;
				display: block;
				position: relative;
			}

		.happenings-grid-02 .grid .grid-item a:hover .text-btn {
			animation: anima_text_btn 1.0s ease-in-out 0s 1 forwards;
		}

			.happenings-grid-02 .grid .grid-item a:hover .text-btn::after {
				margin: -2px 0 0 10px;
				opacity: 1.0;
			}

		.happenings-grid-02 .grid .grid-item a:hover .article-type {
			border: 2px solid #e6e64c;
			background: #e6e64c;
			filter: none;
		}

.label-tag {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 4px 10px 5px 10px;
	border-radius: 5px;
	font-weight: 300;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

	.label-tag.FEATURE {
		background: #53b94d;
	}

	.label-tag.INSIGHT {
		background: #2bace2;
	}

	.label-tag.DEVELOPMENT {
		background: #cfcf00;
	}
/*PAGINATION*/
.pagination {
	width: 100%;
	margin-top: 50px;
}

	.pagination ul {
		list-style: none !important;
		font-size: 28px;
		line-height: 34px;
		font-weight: 300;
		text-align: center;
		margin: 0 !important;
	}

		.pagination ul li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 !important;
		}

			.pagination ul li img {
				width: 20px;
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}

			.pagination ul li span {
				display: block;
				border-radius: 100%;
				color: #1c3e71;
				font-size: 28px;
				width: 40px;
				height: 25px;
				padding: 7.5px 0;
				text-align: center;
				text-decoration: none;
				margin: 0px;
				background: #fff;
				position: relative;
			}

			.pagination ul li a {
				display: block;
				border-radius: 100%;
				color: #1c3e71 !important;
				font-size: 28px;
				width: 40px;
				height: 25px;
				padding: 7.5px 0;
				text-align: center;
				text-decoration: none;
				margin: 0;
				background: #fff;
				-webkit-transition: .5s ease-in-out;
				-moz-transition: .5s ease-in-out;
				-o-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
				position: relative;
			}

				.pagination ul li.active a.current,
				.pagination ul li a:hover {
					background: #e6e64c;
				}

			.pagination ul li.previousBtn a,
			.pagination ul li.nextBtn a {
				background: #fff !important;
			}

				.pagination ul li.previousBtn a img {
					transform: translate(-50%,-50%) scaleX(-1);
				}

.come_in {
	animation-duration: 1.5s;
	-webkit-animation-name: anima_come_in;
	animation-name: anima_come_in;
	animation-fill-mode: both;
}
/*COMMON BANNER*/
.common-banner {
	width: 100%;
	min-height: 100vh;
	position: relative;
}

	.common-banner .banner-bg {
		width: 100%;
		min-height: 100vh;
		position: relative;
		overflow: hidden;
		background: linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
	}

		.common-banner .banner-bg img,
		.common-banner .banner-bg video {
			width: 101%;
			height: 101%;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			mix-blend-mode: multiply;
		}

	.common-banner .banner-text {
		width: calc(100% - 40px);
		max-width: 770px;
		margin: 0 auto;
		position: absolute;
		text-align: center;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

		.common-banner .banner-text h2 {
			text-transform: capitalize;
			color: #fff;
			animation: anima_fly_up 1s ease 0s 1 forwards;
			opacity: 0;
			top: -100px;
			position: relative;
		}

		.common-banner .banner-text .publish-detail {
			display: block;
			margin: 20px 0;
			color: #fff;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 1px;
			animation: anima_fly_up 1s ease 0.5s 1 forwards;
			opacity: 0;
			top: -100px;
			position: relative;
		}

			.common-banner .banner-text .publish-detail span {
				display: inline-block;
				vertical-align: middle;
				margin: 0 2px;
			}

	.common-banner .label-tag {
		position: relative;
		left: auto;
		animation: anima_fly_up 1s ease 1s 1 forwards;
		opacity: 0;
		top: -100px;
	}

	.common-banner .banner-text .episode-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
		color: #fff;
		animation: anima_fly_up 1s ease 0s 1 forwards;
		opacity: 0;
		top: -100px;
		position: relative;
	}

	.common-banner .banner-text .episode-hyperlink {
		font-size: 16px;
		line-height: 22px;
		margin: 20px 0 25px 0;
		animation: anima_fly_up 1s ease 0.5s 1 forwards;
		opacity: 0;
		top: -100px;
		position: relative;
	}

		.common-banner .banner-text .episode-hyperlink a {
			display: block;
			color: #fff;
		}
/*NON BACKGROUND*/
.none-bg .common-banner {
	min-height: 0;
	border-bottom: 1px solid #f1f3f6;
}

	.none-bg .common-banner .banner-text {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		padding: 150px 0 120px 0;
	}

		.none-bg .common-banner .banner-text h2,
		.none-bg .common-banner .banner-text .publish-detail,
		.none-bg .common-banner .banner-text .episode-title,
		.none-bg .common-banner .banner-text .episode-hyperlink a {
			color: #1c3e71;
		}

.none-bg .scrollanima {
	opacity: 0;
	animation: anima_fade_in 2s ease 1s 1 forwards;
}
/*SHARE*/
.share {
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	z-index: 99;
}

	.share p {
		color: #1c3e71 !important;
		font-size: 16px !important;
		line-height: 22px !important;
		margin-bottom: 7.5px !important;
	}

	.share a {
		display: block;
		width: 38px;
		height: 38px;
		border: 1px solid #1c3e71;
		background: #fff;
		border-radius: 10px;
		margin: 7.5px 0;
		position: relative;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

		.share a img {
			display: block;
			width: 22px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.share a:hover {
			background: #e6e64c;
			border: 1px solid #e6e64c;
		}

	.share.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		float: right;
	}
/**TEMPLATE - READING 01**/
.template-reading {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

	.template-reading .container {
		width: calc(100% - 40px);
		max-width: 1170px;
		min-height: 65vh;
		margin: 50px auto 0 auto;
		padding-bottom: 35px;
		position: relative;
	}

		.template-reading .container .intro {
			width: calc(100% - 22px);
			max-width: 748px;
			margin: 0 auto 30px auto;
			border-left: 2px solid #1c3e71;
			padding-left: 20px;
		}

			.template-reading .container .intro p {
				font-size: 16px;
				line-height: 22px;
				color: #1c3e71;
				font-weight: 400;
				margin-bottom: 30px;
			}

				.template-reading .container .intro p:last-child {
					margin-bottom: 0;
				}

		.template-reading .container .common-section {
			width: 100%;
			margin: 0 auto;
		}

			.template-reading .container .common-section .content {
				width: 100%;
				max-width: 770px;
				margin: 0 auto;
			}

		.template-reading .container h4 {
			margin-bottom: 20px;
			font-weight: 300;
			color: #1c3e71;
		}

		.template-reading .container p {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin-bottom: 30px;
		}

		.template-reading .container strong {
			font-weight: 400;
		}

		.template-reading .container ul {
			list-style: disc;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-reading .container ol {
			list-style: decimal;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-reading .container li {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin: 5px;
		}

		.template-reading .container a {
			color: #2bace2;
		}

		.template-reading .container .common-section .content .has-drop-cap:not(:focus)::first-letter {
			float: left;
			font-size: 5.625em;
			font-style: normal;
			font-weight: 300;
			line-height: .68;
			margin: .11em .1em .1em -0.05em;
			text-transform: uppercase;
			color: #1c3e71;
		}

		.template-reading .container .common-section .content .quote {
			width: calc(100% - 22px);
			font-size: 28px;
			line-height: 34px;
			font-weight: 300;
			color: #000;
			border-left: 2px solid #1c3e71;
			padding-left: 20px;
			margin-bottom: 30px;
		}

			.template-reading .container .common-section .content .quote span {
				display: block;
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
				margin-top: 20px;
			}

		.template-reading .container .common-section .content p img {
			width: 100%;
			display: block;
			border-radius: 20px;
		}

		.template-reading .container .common-section .image {
			width: 100%;
			max-width: 970px; /*height:500px;*/
			margin: 20px auto 30px auto;
			overflow: hidden;
			border-radius: 20px;
			position: relative;
		}

			.template-reading .container .common-section .image img {
				width: 100%; /*height:100%;object-fit:cover;*/
				display: block; /*position:absolute;top:0;left:50%;transform:translateX(-50%);*/
			}

		.template-reading .container .footnote {
			width: 100%;
			max-width: 770px;
			margin: 0 auto;
		}

			.template-reading .container .footnote p {
				font-size: 16px;
				line-height: 22px;
				margin-bottom: 20px;
			}

			.template-reading .container .footnote ul {
				list-style: disc;
				margin-left: 15px;
				margin-bottom: 20px;
			}

			.template-reading .container .footnote ol {
				list-style: decimal;
				margin-left: 15px;
				margin-bottom: 20px;
			}

			.template-reading .container .footnote li {
				font-size: 16px;
				line-height: 22px;
				color: #000;
				margin: 3px;
			}
		/**TEMPLATE - READING Q&A**/
		.template-reading .container .common-qna {
			width: 100%;
			max-width: 830px;
			margin: 0 auto 30px auto;
		}

			.template-reading .container .common-qna .question {
				width: calc(100% - 60px);
				margin: 0 auto 30px auto;
				padding: 15px 30px;
				border-radius: 20px;
				background: #f1f3f6;
			}

				.template-reading .container .common-qna .question h4 {
					color: #1c3e71;
					margin-bottom: 0;
				}

			.template-reading .container .common-qna .answer {
				width: 100%;
				max-width: 770px;
				margin: 0 auto;
			}

				.template-reading .container .common-qna .answer p {
					margin-bottom: 25px;
				}

					.template-reading .container .common-qna .answer p:last-child {
						margin-bottom: 0;
					}

				.template-reading .container .common-qna .answer img {
					width: 100% !important;
					height: auto !important;
					display: block;
					border-radius: 20px;
				}

		.template-reading .container .common-advise {
			width: 100%;
			max-width: 970px;
			margin: 0 auto 30px auto;
			border-radius: 20px;
			background: #245978 url("../images/happening/advice-bg-img.jpg") repeat;
			overflow: hidden;
		}

			.template-reading .container .common-advise .content {
				width: calc(100% - 200px);
				padding: 70px 100px 80px 100px;
			}

				.template-reading .container .common-advise .content h2 {
					color: #fff;
				}

				.template-reading .container .common-advise .content ul {
					list-style: none;
					margin-left: 0;
				}

					.template-reading .container .common-advise .content ul li {
						color: #fff;
						font-size: 28px;
						line-height: 34px;
						border-bottom: 1px solid #fff;
						margin: 0;
						padding: 15px 0;
						display: block;
					}

				.template-reading .container .common-advise .content .author {
					color: #fff;
					font-size: 16px;
					line-height: 22px;
				}

					.template-reading .container .common-advise .content .author span {
						display: inline-block;
						vertical-align: middle;
					}
/**TEMPLATE - WATCHING**/
.template-watching {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

	.template-watching .container {
		width: calc(100% - 40px);
		max-width: 1170px;
		min-height: 65vh;
		margin: 50px auto 0 auto;
		padding-bottom: 35px;
		position: relative;
	}

		.template-watching .container .intro {
			width: calc(100% - 22px);
			max-width: 748px;
			margin: 0 auto 30px auto;
			border-left: 2px solid #1c3e71;
			padding-left: 20px;
		}

			.template-watching .container .intro p {
				font-size: 16px;
				line-height: 22px;
				color: #1c3e71;
				font-weight: 400;
				margin-bottom: 30px;
			}

				.template-watching .container .intro p:last-child {
					margin-bottom: 0;
				}

		.template-watching .container .common-section {
			width: 100%;
			margin: 0 auto;
		}

			.template-watching .container .common-section .content {
				width: 100%;
				max-width: 770px;
				margin: 0 auto;
			}

		.template-watching .container h4 {
			margin-bottom: 20px;
			font-weight: 300;
			color: #1c3e71;
		}

		.template-watching .container p {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin-bottom: 30px;
		}

		.template-watching .container strong {
			font-weight: 400;
		}

		.template-watching .container ul {
			list-style: disc;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-watching .container ol {
			list-style: decimal;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-watching .container li {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin: 5px;
		}

		.template-watching .container a {
			color: #2bace2;
		}

		.template-watching .container .common-section .content .has-drop-cap:not(:focus)::first-letter {
			float: left;
			font-size: 5.625em;
			font-style: normal;
			font-weight: 300;
			line-height: .68;
			margin: .11em .1em .1em -0.05em;
			text-transform: uppercase;
			color: #1c3e71;
		}

		.template-watching .container .common-section .content .quote {
			width: calc(100% - 22px);
			font-size: 28px;
			line-height: 34px;
			font-weight: 300;
			color: #000;
			border-left: 2px solid #1c3e71;
			padding-left: 20px;
			margin-bottom: 30px;
		}

			.template-watching .container .common-section .content .quote span {
				display: block;
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
				margin-top: 20px;
			}

		.template-watching .container .common-section .content p img {
			width: 100%;
			display: block;
			border-radius: 20px;
		}

		.template-watching .container .common-section .single-video {
			width: 100%;
			max-width: 970px;
			padding-bottom: 46.5%;
			height: 0;
			margin: 0 auto 30px auto;
			overflow: hidden;
			border-radius: 20px;
			position: relative;
			background: #000;
		}

			.template-watching .container .common-section .single-video iframe {
				position: absolute;
				top: -1px;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
			}

		.template-watching .container .common-section .multiple-video {
			width: 100%;
			max-width: 970px;
			height: inherit;
			margin: 0 auto 10px auto;
			padding-bottom: 50px;
			position: relative;
		}

	.template-watching .video-wrapper {
		position: relative;
		padding-top: 51.5%;
		height: 0;
		background: #000;
		overflow: hidden;
		border-radius: 20px;
	}

		.template-watching .video-wrapper iframe {
			position: absolute;
			top: -1px;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
		}

	.template-watching .container .footnote {
		width: 100%;
		max-width: 770px;
		margin: 0 auto;
	}

		.template-watching .container .footnote p {
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 20px;
		}

		.template-watching .container .footnote ul {
			list-style: disc;
			margin-left: 15px;
			margin-bottom: 20px;
		}

		.template-watching .container .footnote ol {
			list-style: decimal;
			margin-left: 15px;
			margin-bottom: 20px;
		}

		.template-watching .container .footnote li {
			font-size: 16px;
			line-height: 22px;
			color: #000;
			margin: 3px;
		}
/**TEMPLATE - LISTENING**/
.template-listening {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

	.template-listening .container {
		width: calc(100% - 40px);
		max-width: 1170px;
		min-height: 65vh;
		margin: 50px auto 0 auto;
		padding-bottom: 35px;
		position: relative;
	}

		.template-listening .container .intro {
			width: calc(100% - 22px);
			max-width: 848px;
			margin: 0 auto 30px auto;
			border-left: 2px solid #1c3e71;
			padding-left: 20px;
			position: relative;
			left: 60px;
		}

			.template-listening .container .intro p {
				font-size: 16px;
				line-height: 22px;
				color: #1c3e71;
				font-weight: 400;
				margin-bottom: 30px;
			}

				.template-listening .container .intro p:last-child {
					margin-bottom: 0;
				}

		.template-listening .container .footnote {
			width: 100%;
			max-width: 870px;
			margin: 0 auto;
			position: relative;
			left: 60px;
		}

			.template-listening .container .footnote p {
				font-size: 16px;
				line-height: 22px;
				margin-bottom: 20px;
			}

			.template-listening .container .footnote ul {
				list-style: disc;
				margin-left: 15px;
				margin-bottom: 20px;
			}

			.template-listening .container .footnote ol {
				list-style: decimal;
				margin-left: 15px;
				margin-bottom: 20px;
			}

			.template-listening .container .footnote li {
				font-size: 16px;
				line-height: 22px;
				color: #000;
				margin: 3px;
			}

			.template-listening .container .footnote a {
				color: #2bace2;
			}

	.template-listening .listen-now {
		width: 100%;
		max-width: 1070px;
		font-size: 0;
		margin: 0 auto 30px auto;
		position: relative;
		left: -40px;
	}

		.template-listening .listen-now .left {
			display: inline-block;
			vertical-align: top;
			width: calc(100% - 900px);
			margin-right: 30px;
		}

			.template-listening .listen-now .left h4 {
				font-size: 28px;
				line-height: 34px;
				font-weight: 300;
				margin: 0;
				color: #1c3e71;
			}

			.template-listening .listen-now .left p {
				font-size: 16px;
				line-height: 22px;
				color: #1c3e71;
				margin: 5px 0;
			}

			.template-listening .listen-now .left .stream-media {
				width: 100%;
			}

				.template-listening .listen-now .left .stream-media a {
					width: 30px;
					display: inline-block;
					vertical-align: middle;
					margin-right: 10px;
				}

					.template-listening .listen-now .left .stream-media a img {
						width: 100%;
						display: block;
					}

		.template-listening .listen-now .rgt {
			display: inline-block;
			vertical-align: top;
			width: 870px;
		}

		.template-listening .listen-now .video-wrapper {
			position: relative;
			padding-top: 51.5%;
			height: 0;
			background: #000;
			overflow: hidden;
			border-radius: 20px;
		}

			.template-listening .listen-now .video-wrapper iframe {
				position: absolute;
				top: -1px;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
			}

	.template-listening .listen-summary {
		width: 100%;
		max-width: 1070px;
		font-size: 0;
		margin: 0 auto 30px auto;
		position: relative;
		left: -40px;
	}

		.template-listening .listen-summary .left {
			display: inline-block;
			vertical-align: top;
			width: calc(100% - 900px);
			margin-right: 30px;
		}

			.template-listening .listen-summary .left h4 {
				font-size: 28px;
				line-height: 34px;
				font-weight: 300;
				margin: 0;
				color: #1c3e71;
			}

		.template-listening .listen-summary .rgt {
			display: inline-block;
			vertical-align: top;
			width: 870px;
		}

		.template-listening .listen-summary h4 {
			margin-bottom: 20px;
			font-weight: 300;
			color: #1c3e71;
		}

		.template-listening .listen-summary p {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin-bottom: 30px;
		}

		.template-listening .listen-summary strong {
			font-weight: 400;
		}

		.template-listening .listen-summary ul {
			list-style: disc;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-listening .listen-summary ol {
			list-style: decimal;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-listening .listen-summary li {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin: 5px;
		}

		.template-listening .listen-summary a {
			color: #2bace2;
		}

	.template-listening .listen-transcript {
		width: 100%;
		max-width: 1070px;
		font-size: 0;
		margin: 0 auto 0 auto;
		position: relative;
		left: -40px;
		z-index: 2;
	}

		.template-listening .listen-transcript .left {
			display: inline-block;
			vertical-align: top;
			width: calc(100% - 900px);
			margin-right: 30px;
		}

			.template-listening .listen-transcript .left h4 {
				font-size: 28px;
				line-height: 34px;
				font-weight: 300;
				margin: 0;
				color: #1c3e71;
			}

		.template-listening .listen-transcript .rgt {
			display: inline-block;
			vertical-align: top;
			width: 870px;
		}

		.template-listening .listen-transcript h4 {
			margin-bottom: 20px;
			font-weight: 300;
			color: #1c3e71;
		}

		.template-listening .listen-transcript p {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin-bottom: 30px;
		}

		.template-listening .listen-transcript strong {
			font-weight: 400;
		}

		.template-listening .listen-transcript ul {
			list-style: disc;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-listening .listen-transcript ol {
			list-style: decimal;
			margin-left: 15px;
			margin-bottom: 30px;
		}

		.template-listening .listen-transcript li {
			font-size: 18px;
			line-height: 24px;
			color: #000;
			margin: 5px;
		}

		.template-listening .listen-transcript a {
			color: #2bace2;
		}

		.template-listening .listen-transcript .chapters-list {
			width: 100%;
			margin-left: 0;
		}

			.template-listening .listen-transcript .chapters-list li {
				width: calc(100% - 1em);
				margin: 0;
				padding: 15px 0 15px 1em;
				border-bottom: 1px solid #f1f3f6;
				list-style-position: inside;
				display: inline-block;
				text-indent: -1em;
			}

				.template-listening .listen-transcript .chapters-list li:last-child {
					border: none;
				}

				.template-listening .listen-transcript .chapters-list li a {
					color: #000;
					text-decoration: none;
					display: list-item;
					position: relative;
					width: calc(100% - 25px);
					padding-right: 25px;
				}

					.template-listening .listen-transcript .chapters-list li a::after {
						content: '';
						background: url("../images/common/icon-arrow-small-down.svg")no-repeat;
						background-size: 100%;
						width: 20px;
						height: 20px;
						position: absolute;
						right: 0;
						top: 50%;
						transform: translateY(-50%);
					}

.sticky-chp-list {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	display: none;
}

	.sticky-chp-list.stick {
		position: fixed;
		left: 50%;
		top: 85px;
		transform: translateX(-50%);
		width: 900px;
		display: block;
		margin-left: 55px;
	}

	.sticky-chp-list .chp-title {
		width: calc(100% - 40px);
		background: #f1f3f6;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 18px;
		line-height: 24px;
		color: #000;
		position: relative;
		cursor: pointer;
		z-index: 1;
	}

		.sticky-chp-list .chp-title span {
			padding-left: 0.5em;
			text-indent: -0.5em;
			display: inline-block;
		}

		.sticky-chp-list .chp-title::after {
			content: '';
			background: url("../images/common/icon-arrow-small-down.svg")no-repeat;
			background-size: 100%;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
		}

		.sticky-chp-list .chp-title span::before {
			content: '• ';
			display: inline-block;
			vertical-align: middle;
			font-size: 16px;
			line-height: 16px;
			color: #000;
			margin-right: 7.5px;
			margin-top: -3.5px;
		}

	.sticky-chp-list .chp-list {
		background: #fff;
		width: calc(100% - 42px);
		padding: 20px 20px 10px 20px;
		margin: -10px 0 0 0 !important;
		border: 1px solid #f1f3f6;
		pointer-events: none;
		opacity: 0.0;
		position: relative;
		z-index: 0;
		top: -50px;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		max-height: 300px;
		overflow-y: scroll;
	}

		.sticky-chp-list .chp-list.active {
			pointer-events: all;
			opacity: 1.0;
			top: 0;
		}

		.sticky-chp-list .chp-list li {
			width: 100%;
			margin: 0;
			padding: 7.5px 0;
			border-bottom: 1px solid #f1f3f6;
			list-style-position: inside;
			display: inline-block;
		}

			.sticky-chp-list .chp-list li:last-child {
				border: none;
			}

			.sticky-chp-list .chp-list li a {
				color: #000;
				text-decoration: none;
				display: list-item;
				position: relative;
				width: calc(100% - 25px);
				padding-right: 30px;
			}

				.sticky-chp-list .chp-list li a::after {
					content: '';
					background: url("../images/common/icon-arrow-small-down.svg")no-repeat;
					background-size: 100%;
					width: 20px;
					height: 20px;
					position: absolute;
					right: 0;
					top: 50%;
					transform: translateY(-50%);
				}

.scrollanima {
	opacity: 0;
}

	.scrollanima.animation {
		animation: anima_fade_in 2s ease 0s 1 forwards;
	}
/**RELATED TPOIC**/
.related-topic {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}

	.related-topic .container {
		width: calc(100% - 40px);
		max-width: 1170px;
		margin: 0 auto 50px auto;
		text-align: center;
		border-top: 1px solid #f1f3f6;
		padding-top: 50px;
	}

		.related-topic .container p {
			font-size: 16px;
			line-height: 22px;
			font-weight: 400;
			color: #1c3e71;
			margin-bottom: 35px;
		}

		.related-topic .container .hashtag {
			width: 100%;
			text-align: center;
			margin-left: 0;
		}

			.related-topic .container .hashtag li {
				display: inline-block;
				vertical-align: middle;
				margin: 0 5px 40px 5px;
			}

				.related-topic .container .hashtag li a {
					color: #9ea8bb;
					text-decoration: none;
					font-size: 20px;
					line-height: 20px;
					padding: 12px 20px;
					border-radius: 30px;
					background: #f1f3f6;
				}

					.related-topic .container .hashtag li a.active {
						color: #fff;
					}
/**SITEMAP**/
.common-sitemap {
	width: 100%;
	text-align: center;
}

	.common-sitemap h4 {
		margin: 5px 0;
	}

	.common-sitemap a {
		text-decoration: none;
	}

		.common-sitemap a:hover {
			text-decoration: underline;
		}
/**SEARCH RESULTS**/
.search-result {
	width: 100%;
	margin: 0 !important;
	list-style: none !important;
}

	.search-result li {
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
		margin-top: 0 !important;
		border-bottom: 1px solid #f1f3f6;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.search-result h4 {
		margin-bottom: 10px !important;
		color: #000 !important;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.search-result p {
		margin-bottom: 0 !important;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.search-result a {
		text-decoration: none;
		display: block;
		width: calc(100% - 10px);
		padding: 0 5px;
		padding: 30px 0;
	}

		.search-result a:hover h4,
		.search-result a:hover p {
			color: #1c3e71 !important;
		}

	.search-result li:hover {
		border-bottom: 2px solid #e6e64c;
	}
/**LOGIN**/
.LOGIN header {
	background: #f1f3f6;
	border-bottom: 1px solid #f1f3f6;
}

.LOGIN .wrapper {
	background: #f1f3f6;
}

.common-login {
	width: 100%;
	height: auto;
	position: relative;
}

	.common-login .container {
		width: 100%;
		height: 100%;
		min-height: 55vh;
		padding: 20vh 0 10vh 0;
	}

	.common-login h3 {
		color: #fff;
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.common-login p {
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
	}

		.common-login p strong {
			font-weight: 400;
		}

		.common-login p a {
			color: #2bace2;
		}

	.common-login .svgImg {
		width: 700px;
		position: absolute;
		right: -50px;
		top: 100px;
		z-index: 0;
	}

		.common-login .svgImg img {
			width: 100%;
			display: block;
			opacity: 0.15;
		}

	.common-login .transparentBg {
		width: calc(100% - 80px);
		max-width: 480px;
		padding: 20px;
		margin: 0 auto;
		position: absolute;
		border-radius: 30px;
		background: rgba(28,62,113,0.1);
		opacity: 0;
		transform: translate(-50%,-50%);
		top: 60%;
		left: 50%;
		z-index: 2;
		animation: anima_login 1s ease 0s 1 normal forwards;
	}

	.common-login .solidBg {
		width: calc(100% - 50px);
		padding: 25px;
		font-size: 0;
		border-radius: 20px;
		background: #1c3e71;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}

		.common-login .solidBg .commonBtn {
			width: 100%;
			display: block;
			border: 1px solid #fff !important;
		}

		.common-login .solidBg a.commonBtn {
			width: calc(100% - 42px);
			text-align: center;
		}

		.common-login .solidBg span {
			position: relative;
			display: block;
		}

		.common-login .solidBg .textLine {
			width: 100%;
			position: relative;
			text-align: center
		}

			.common-login .solidBg .textLine p {
				position: relative;
				z-index: 1;
				background: #1c3e71;
				margin-bottom: 0;
				display: inline-block;
				padding: 0 5px;
				font-size: 16px;
				line-height: 22px;
			}

				.common-login .solidBg .textLine p a {
					text-decoration: none;
					color: #fff;
				}

					.common-login .solidBg .textLine p a:hover {
						text-decoration: underline;
					}

			.common-login .solidBg .textLine .lineBg {
				width: 100%;
				height: 1px;
				background: #fff;
				position: absolute;
				left: 0;
				top: 12px;
				z-index: 0;
			}

		.common-login .solidBg .grpBtn {
			width: 100%;
			font-size: 0;
			margin: 15px 0;
		}

			.common-login .solidBg .grpBtn .col {
				display: inline-block;
				vertical-align: middle;
				width: calc(50% - 10px);
				margin-right: 10px;
			}

				.common-login .solidBg .grpBtn .col.last {
					margin-left: 10px;
					margin-right: 0;
				}

		.common-login .solidBg .pwdIcon {
			position: absolute;
			right: 10px;
			top: 10px;
			cursor: pointer;
			content: '';
			background: url("../images/common/pwd_show.svg")no-repeat;
			background-size: 100%;
			width: 20px;
			height: 20px;
		}

			.common-login .solidBg .pwdIcon.active {
				content: '';
				background: url("../images/common/pwd_hidden.svg")no-repeat;
				background-size: 100%;
				width: 20px;
				height: 20px;
			}
/**SINGUP**/
.SIGNUP header {
	background: #f1f3f6;
	border-bottom: 1px solid #f1f3f6;
}

.SIGNUP .wrapper {
	background: #f1f3f6;
}

.common-signup {
	width: 100%;
	height: auto;
	position: relative;
}

	.common-signup .container {
		width: 100%;
		height: 100%;
		min-height: 55vh;
		padding: 15vh 0 10vh 0;
	}

	.common-signup h2 {
		color: #fff;
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
	}

		.common-signup h2 span {
			display: inline-block !important;
			vertical-align: bottom;
		}

		.common-signup h2 .period {
			font-size: 18px;
			line-height: 45px;
			margin-left: 5px;
		}

	.common-signup h3 {
		color: #fff;
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.common-signup ul {
		text-align: center;
		list-style: none;
		margin: 0;
	}

		.common-signup ul li::before {
			content: '\2713';
			margin-right: 10px;
			display: inline-block;
			font-size: 18px;
			line-height: 24px;
			color: #fff !important;
		}

	.common-signup p,
	.common-signup li {
		color: #fff !important;
		margin-bottom: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}

		.common-signup p strong {
			font-weight: 400;
		}

		.common-signup p a {
			color: #2bace2;
		}

	.common-signup .svgImg {
		width: 700px;
		position: absolute;
		right: -50px;
		top: 100px;
		z-index: 0;
	}

		.common-signup .svgImg img {
			width: 100%;
			display: block;
			opacity: 0.15;
		}

	.common-signup .transparentBg {
		width: calc(100% - 80px);
		max-width: 480px;
		padding: 20px;
		margin: 0 auto;
		position: relative;
		border-radius: 30px;
		background: rgba(28,62,113,0.1);
		opacity: 0; /*transform:translateY(-50%);top:60%;*/
		top: 10%;
		z-index: 2;
		animation: anima_signup 1s ease 0s 1 normal forwards;
	}

	.common-signup .solidBg {
		width: calc(100% - 50px);
		padding: 25px;
		font-size: 0;
		border-radius: 20px;
		background: #1c3e71;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}

		.common-signup .solidBg .image {
			width: 100%;
			max-width: 100px;
			margin: 0 auto 10px auto;
		}

			.common-signup .solidBg .image img {
				width: 100%;
				display: block;
			}

		.common-signup .solidBg .commonBtn {
			border: 1px solid #fff !important;
			text-align: center;
			margin: 0 auto;
			display: table;
		}

		.common-signup .solidBg a.commonBtn {
			display: table;
			width: auto;
			text-align: center;
			margin: 0 auto;
		}

		.common-signup .solidBg span {
			position: relative;
			display: block;
		}

		.common-signup .solidBg .pwdIcon {
			position: absolute;
			right: 10px;
			top: 10px;
			cursor: pointer;
			content: '';
			background: url("../images/common/pwd_show.svg")no-repeat;
			background-size: 100%;
			width: 20px;
			height: 20px;
		}

			.common-signup .solidBg .pwdIcon.active {
				content: '';
				background: url("../images/common/pwd_hidden.svg")no-repeat;
				background-size: 100%;
				width: 20px;
				height: 20px;
			}
/**ACCOUNT**/
.field-content {
	width: calc(100% + 20px);
	font-size: 0;
}

	.field-content .common-col {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.field-content .col2 {
		width: calc(50% - 20px);
	}

	.field-content .fieldname {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	.field-content .field {
		width: 100%
	}

.account-detail {
	width: calc(100% - 64px);
	max-width: 906px;
	padding: 30px;
	border: 2px solid #1c3e71;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}

	.account-detail h3 {
		margin-bottom: 20px;
		text-align: center;
	}

	.account-detail .commonBtn {
		display: table;
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

.account-subscription {
	width: calc(100% - 64px);
	max-width: 906px;
	padding: 30px;
	border: 2px solid #1c3e71;
	border-radius: 20px;
	margin: 0 auto 20px auto;
	text-align: center;
	background: #1c3e71;
}

	.account-subscription h3 {
		margin-bottom: 20px;
		color: #fff;
	}

	.account-subscription p {
		margin-bottom: 0 !important;
		color: #fff;
	}

	.account-subscription h2 {
		text-align: center;
		color: #fff;
		animation-name: none !important;
		opacity: 1.0 !important;
		margin: 0 0 10px 0 !important;
	}

		.account-subscription h2 span {
			display: inline-block !important;
			vertical-align: bottom;
		}

		.account-subscription h2 .period {
			font-size: 18px;
			line-height: 45px;
			margin-left: 5px;
		}

.account-pwd {
	width: calc(100% - 64px);
	max-width: 906px;
	padding: 30px;
	border: 2px solid #1c3e71;
	border-radius: 20px;
	margin: 0 auto;
}

	.account-pwd h3 {
		margin-bottom: 20px;
		text-align: center;
	}

	.account-pwd .commonBtn {
		display: table;
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

.account-payment {
	width: calc(100% - 64px);
	max-width: 906px;
	padding: 30px;
	border: 2px solid #1c3e71;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}

	.account-payment h3 {
		margin-bottom: 20px;
		text-align: center;
	}
/**ABOUT US**/
.abtus-video {
	position: relative;
	width: 100%;
	padding-top: 51.5%;
	height: 0;
	background: #000;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
	animation: anima_fade_in 1.5s ease 0.5s 1 forwards;
	opacity: 0;
}

	.abtus-video iframe {
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

.vision-mission {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin-bottom: 30px;
}

	.vision-mission .left {
		width: calc(50% - 77px);
		margin-right: 15px;
		padding: 30px;
		border: 1px solid #1c3e71;
		border-radius: 20px;
		position: relative;
		left: -999px;
	}

	.vision-mission .rgt {
		width: calc(50% - 77px);
		margin-left: 15px;
		padding: 30px;
		border: 1px solid #1c3e71;
		border-radius: 20px;
		position: relative;
		right: -999px;
	}

	.vision-mission.animation .left {
		animation: anima_fly_left 1s ease 0s 1 forwards;
	}

	.vision-mission.animation .rgt {
		animation: anima_fly_rgt 1s ease 0s 1 forwards;
	}

	.vision-mission h4 {
		font-weight: 400 !important;
		margin-bottom: 10px !important;
	}

	.vision-mission p {
		margin-bottom: 0 !important;
	}

	.vision-mission .icon {
		width: 40px;
		margin-bottom: 20px;
	}

		.vision-mission .icon img {
			width: 100%;
			display: block;
		}

.abtus-slider {
	width: 100%;
	position: relative;
	opacity: 0.0;
	top: 100px;
}

	.abtus-slider.animation {
		animation: anima_fly_up 1s ease 0s 1 forwards;
	}

	.abtus-slider h3 {
		font-weight: 400 !important;
		max-width: 800px;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.abtus-slider .text-btn {
		color: #fff !important;
		text-decoration: underline;
		position: relative;
		display: inline;
		margin-bottom: 0 !important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		font-size: 18px;
		line-height: 24px;
	}

		.abtus-slider .text-btn::after {
			content: '';
			background: url("../images/common/icon-arrow-right.svg")no-repeat;
			filter: brightness(0) invert(1);
			background-size: 100%;
			width: 20px;
			height: 20px;
			display: inline-block;
			vertical-align: middle;
			margin: -2px 0 0 -50px;
			opacity: 0.0;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}

		.abtus-slider .text-btn:hover {
			animation: anima_text_btn 1.0s ease-in-out 0s 1 forwards;
		}

			.abtus-slider .text-btn:hover::after {
				margin: -2px 0 0 10px;
				opacity: 1.0;
			}
/**ERROR PAGE*/
.error-msg {
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin: 50px auto;
	text-align: center;
	position: relative;
}

	.error-msg h3 {
		color: #fff !important;
		margin-bottom: 5px !important;
	}

	.error-msg .icon {
		width: 80px;
		margin: 0 auto 20px auto;
	}

		.error-msg .icon img {
			width: 100%;
			display: block;
		}
/**RESPONSIVE TABLE**/
.responsiveTable {
	width: 100%;
	border: none;
	background: none;
	border-radius: 0;
	max-height: 250px;
	overflow-y: auto;
}

	.responsiveTable table {
		width: 100%;
		border-collapse: separate;
	}

		.responsiveTable table thead tr th {
			color: #1c3e71;
			font-size: 16px;
			line-height: 22px;
			font-weight: 400;
			text-align: left;
			padding: 7.5px 10px;
			vertical-align: top;
			border-bottom: 1px solid #e5e3e3;
		}

		.responsiveTable table tbody tr td {
			color: #000000;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			text-align: left;
			padding: 7.5px 10px;
			border-bottom: 1px solid #e5e3e3;
			vertical-align: middle;
		}

		.responsiveTable table tbody tr .check {
			vertical-align: middle;
		}

		.responsiveTable table tbody tr td a {
			color: #2bace2;
		}

		.responsiveTable table td span {
			display: inline-block;
		}

		.responsiveTable table td .field {
			display: block;
		}

	.responsiveTable .noRecord td {
		text-align: center !important;
	}

.status {
	display: inline-block;
	padding: 7.5px 0 6px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	border-radius: 3px;
	text-align: center;
	width: 90px;
}

	.status.successful {
		background: #53b94d;
	}

	.status.unsuccessful {
		background: #555555;
	}
/**COOKIE**/
.cookie {
	width: 100%;
	background: #1c3e71;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}

	.cookie .container {
		width: calc(100% - 60px);
		padding: 20px 30px;
		font-size: 0;
	}

		.cookie .container .left {
			display: inline-block;
			vertical-align: middle;
			width: calc(100% - 200px)
		}

			.cookie .container .left p {
				margin-bottom: 0 !important;
				color: #fff !important;
				font-size: 16px;
				line-height: 22px;
				font-weight: 300;
			}

				.cookie .container .left p a {
					color: #2bace2;
				}

		.cookie .container .rgt {
			display: inline-block;
			vertical-align: middle;
			text-align: right;
			width: 200px;
		}

		.cookie .container .commonBtn {
			color: #1c3e71;
			background: #fff;
			border: 1px solid #fff !important;
		}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-dialog:target {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	visibility: hidden;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
}

.modal-content {
	position: relative;
	background-color: #f1f3f6;
	background-clip: padding-box;
	width: 95%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
	outline: none;
	z-index: 2998;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

	.modal-content.w500 {
		max-width: 500px;
	}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2999;
	background-color: #000;
}

.modal-open .modal-backdrop {
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1 !important;
}

.modal-body {
	position: relative;
	width: 100%;
}

	.modal-body .modal-header {
		width: calc(100% - 40px);
		padding: 10px 20px;
		border-bottom: 1px solid #083050;
		position: relative;
	}

		.modal-body .modal-header h4 {
			font-size: 28px;
			line-height: 34px;
			font-weight: 300;
			color: #1c3e71;
		}

	.modal-body .closeBtn {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

		.modal-body .closeBtn img {
			width: 20px;
			display: block;
		}

	.modal-body .container {
		width: calc(100% - 40px);
		padding: 20px;
	}

		.modal-body .container h5 {
			font-size: 16px;
			line-height: 22px;
			font-weight: 400;
			color: #1c3e71;
			margin-bottom: 5px;
			position: relative;
		}

		.modal-body .container p {
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			color: #1c3e71;
		}

			.modal-body .container p strong {
				font-weight: 400;
				display: block;
				margin-bottom: 5px;
			}

		.modal-body .container .grp {
			width: 100%;
			font-size: 0;
		}

			.modal-body .container .grp .left {
				display: inline-block;
				vertical-align: top;
				width: calc(50% - 15px);
				margin-right: 15px;
			}

			.modal-body .container .grp .rgt {
				display: inline-block;
				vertical-align: top;
				width: calc(50% - 15px);
				margin-left: 15px;
			}

		.modal-body .container .grpBtn {
			display: inline-block;
			width: 100%;
			text-align: center;
		}

			.modal-body .container .grpBtn .commonBtn {
				display: inline-block;
				vertical-align: top;
				margin: 0 2.5px 10px 2.5px;
			}

		.modal-body .container .settings {
			position: absolute;
			right: 0;
			top: 0;
			color: #2bace2;
			font-size: 16px;
			line-height: 24px;
			font-weight: 300;
		}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

	.switch .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #1c3e71;
		border: 1px solid #1c3e71;
		-webkit-transition: .4s;
		transition: .4s;
	}

		.switch .slider:before {
			position: absolute;
			content: "";
			height: 20px;
			width: 20px;
			left: 2px;
			bottom: 2px;
			background-color: #ffffff;
			-webkit-transition: .4s;
			transition: .4s;
		}

	.switch input:checked + .slider {
		background-color: #2bace2;
		border: 1px solid #2bace2;
	}

		.switch input:checked + .slider:before {
			-webkit-transform: translateX(25px);
			-ms-transform: translateX(25px);
			transform: translateX(25px);
			background-color: #ffffff;
		}

	.switch .switchStatus {
		position: absolute;
		right: 60px;
		top: 0;
		color: #1c3e71;
		font-size: 16px;
		line-height: 22px;
		width: 100%;
		text-align: right;
		font-weight: 300;
	}

	.switch .slider.round {
		border-radius: 34px;
	}

		.switch .slider.round:before {
			border-radius: 50%;
		}
/**Animation**/
@keyframes anima_start {
	0% {
		top: 0;
		opacity: 0.0;
	}

	50% {
		top: -25px;
		opacity: 1.0;
	}

	100% {
		top: 0;
		opacity: 1.0;
	}
}

@keyframes anima_come_in {
	0% {
		opacity: 0;
		margin-top: 100px;
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

@keyframes anima_text_btn {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 20px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes anima_fly_up {
	from {
		top: 100px;
		opacity: 0.0;
	}

	to {
		top: 0;
		opacity: 1.0;
	}
}

@keyframes anima_fly_down {
	from {
		bottom: 100px;
		opacity: 0.0;
	}

	to {
		bottom: 0;
		opacity: 1.0;
	}
}

@keyframes anima_fly_left {
	from {
		left: -999px;
		opacity: 0.0;
	}

	to {
		left: 0;
		opacity: 1.0;
	}
}

@keyframes anima_fly_rgt {
	from {
		right: -999px;
		opacity: 0.0;
	}

	to {
		right: 0;
		opacity: 1.0;
	}
}

@keyframes anima_fade_in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1.0;
	}
}

@keyframes anima_login {
	from {
		top: 60%;
		opacity: 0.0;
	}

	to {
		top: 50%;
		opacity: 1.0;
	}
}

@keyframes anima_signup {
	from {
		top: 10%;
		opacity: 0.0;
	}

	to {
		top: 0;
		opacity: 1.0;
	}
}

@keyframes anima_fade_in_25 {
	from {
		opacity: 0.25;
	}

	to {
		opacity: 1.0;
	}
}
/**DRIP DROPLET - MILDRED PROPOSE**/
.drip {
	width: 280px;
	height: 180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
}

	.drip:before {
		position: absolute;
		left: 122.5px;
		top: 0;
		content: "";
		width: 15px;
		height: 15px;
		background-color: #1c3e71;
		border-radius: 50%;
		opacity: 0;
		animation: anima_drip 4s ease 0.25s 1 forwards;
	}

	.drip:after {
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 0px;
		height: 0px;
		border: solid 4px #1c3e71;
		border-radius: 50%;
		opacity: 0;
		animation: anima_splash 5s ease 0.25s 1 forwards;
	}

@keyframes anima_drip {
	10% {
		top: 0;
		opacity: 0;
		animation-timing-function: cubic-bezier(0.24, 0, 0.76, 0.14);
	}

	25% {
		opacity: 1;
		top: 150px;
		animation-timing-function: ease-out;
		width: 15px;
		height: 15px;
		left: 122.5px;
	}

	30% {
		opacity: 1;
		top: 120px;
		width: 5px;
		height: 5px;
		animation-timing-function: ease-in;
		left: 127.5px;
	}

	33% {
		top: 150px;
		opacity: 0;
		animation-timing-function: ease-out;
		left: 127.5px;
	}

	33.001% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes anima_drip_mobile {
	10% {
		top: 0;
		opacity: 0;
		animation-timing-function: cubic-bezier(0.24, 0, 0.76, 0.14);
	}

	25% {
		opacity: 1;
		top: 150px;
		animation-timing-function: ease-out;
		width: 10px;
		height: 10px;
		left: 92.5px;
	}

	30% {
		opacity: 1;
		top: 120px;
		width: 2.5px;
		height: 2.5px;
		animation-timing-function: ease-in;
		left: 97.5px;
	}

	33% {
		top: 150px;
		opacity: 0;
		animation-timing-function: ease-out;
		left: 97.5px;
	}

	33.001% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes anima_splash {
	0% {
		opacity: 0;
	}

	25% {
		bottom: 50px;
		left: 100px;
		opacity: 0;
		width: 0px;
		height: 0px;
	}

	25.001% {
		opacity: 1;
	}

	33% {
		bottom: 0;
		left: 0;
		opacity: 0;
		width: 280px;
		height: 100px;
	}

	33.001% {
		bottom: 50px;
		left: 100px;
		opacity: 1;
		width: 0px;
		height: 0px;
	}

	43% {
		bottom: 0;
		left: 0;
		opacity: 0;
		width: 280px;
		height: 100px;
	}

	43.001% {
		opacity: 0;
	}
}

@keyframes anima_splash_mobile {
	0% {
		opacity: 0;
	}

	25% {
		bottom: 50px;
		left: 100px;
		opacity: 0;
		width: 0px;
		height: 0px;
	}

	25.001% {
		opacity: 1;
	}

	33% {
		bottom: 0;
		left: 0;
		opacity: 0;
		width: 215px;
		height: 100px;
	}

	33.001% {
		bottom: 50px;
		left: 100px;
		opacity: 1;
		width: 0px;
		height: 0px;
	}

	43% {
		bottom: 0;
		left: 0;
		opacity: 0;
		width: 215px;
		height: 100px;
	}

	43.001% {
		opacity: 0;
	}
}

/**UPDATE : 250515**/
.template-reading .container .intro,
.template-listening .container .intro,
.template-watching .container .intro {
	font-size: 16px;
	line-height: 22px;
	color: #1c3e71;
	font-weight: 400;
}

.template-reading .container .common-section .content,
.template-listening .container .common-section .content,
.template-watching .container .common-section .content,
.template-reading .container .common-qna .answer,
.template-listening .listen-summary .rgt,
.template-listening .listen-transcript .rgt {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.template-reading .container .footnote,
.template-listening .container .footnote,
.template-watching .container .footnote {
	font-size: 16px;
	line-height: 22px;
}

.template-reading .container .common-section .content .has-drop-cap:not(:focus)::first-letter,
.template-watching .container .common-section .content .has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 5.625em;
	font-style: normal;
	font-weight: 300;
	line-height: .68;
	margin: .11em .1em .1em -0.05em;
	text-transform: uppercase;
	color: #1c3e71;
}

/**UPDATE : 250717**/
@media screen and (max-width:1099px) {
	header .container .mainMenu ul li {
		margin: 0 8.5px;
	}
}

.choices__inner {
	width: 100%;
	font-family: "vag-rundschrift-d", sans-serif !important;
	color: #1c3e71 !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border: 1px solid #dbe1e8 !;
	border-radius: 30px !important;
	padding: 4px 15px !important;
	background: #dbe1e8 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left !important;
}

.choices__input {
	background: none !important;
	vertical-align: text-top !important;
}

.choices__list--multiple .choices__item {
	vertical-align: text-top !important;
	background-color: #1c3e71 !important;
	border: 1px solid #1c3e71 !important;
}
