<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #f2f2f2;
}
a {
  text-decoration: none;
  color: #43a047;
}
.font-16{
	font-size: 16px;
}	
.font-26{
	font-size: 26px;
}
.font-32{
	font-size: 32px;
}
.font-36{
	font-size: 36px;
}	
.font-bold{
	font-weight: bold;
}
.font-gray{
	color: #999999;
}
.green-text{
	color: #43a047;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/***********************
	*fixedBannerShort
************************/
.fixedBannerNormal {
	background: url('/images/event/share_coupon/evevtBanner_share_coupon_pc.jpg') center 0 no-repeat;
}

/***********************
	*Btn
************************/
.bannerBtn {
	width: 350px;
	height: 48px;
	font-size: 27px;
	background: #E26164;
}
.bannerBtn:before {
	background-color: #43a047;
}
.bannerBtn span {
	top: 2px;
}

.bannerBtn:after {
	height: 13px;
	width: 13px;
	top: 16px;
	border-right: 3px solid #E26164;
	border-bottom: 3px solid #E26164;
}

.bannerbtnBox {
	position: absolute;
	top: 355px;
	left: 86px;
	/*width: 100%;*/
}
/*.banner-ani {
	position: absolute;
	top: 212px;
	left: 4px;
	width: 523px;
	height: 80px;
	background: url(/images/event/toeic_2016_0/banner-ani-loading.png) 0 0;
}*/
.btn-tab-buy {
	text-align: center;
}
.btn-tab-buy a {
	display: inline-block;
	width: 420px;
	font-size: 36px;
	height: 50px;
}
.btn-tab-buy a:after {
	top: 19px;
	right: 18px;
	height: 15px;
	width: 15px;
} 
.btn-green {
	display: inline-block;
	width: 255px;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;     
	text-align: center;
	background-color: #43a047;
	border: #fff 2px solid;
	border-radius: 50px;
	padding: 5px 0;
}
.webcss .btn-green:hover {
	background-color: #ed6c00;
}
/*pop*/
.pop-mask {
	position: fixed; 
	background-color: rgba(0,0,0,0.7);
	font-size: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none; 
	text-align: center;
	z-index: 20;
}
.pop-mask:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.pop-dialog {
	width: 960px;
	margin: 0 auto;
	margin-top: -20px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
.pop-content{
	padding: 15px 30px;
	text-align: left;
} 
.pop-title {
	font-weight: bold;
	font-size: 24px;
}
.pop-close {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
	/*display: none;*/
}
.pop-footer{
	background: #eaeaea;
	padding: 15px 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
}
/*alert*/
.alert-mask {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 56;
  font-size: 0px;
	text-align: center;
}
.alert-mask:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.alert-dialog {
	width: 61%;
  max-width: 610px;
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  font-size: 21px;
  display: inline-block;
	vertical-align: middle;
}
.alert-close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  display: none;
}
.alert-content{
	padding: 30px 40px;
}
.alert-title {
  font-size: 26px;
  margin: 4px 0;
  font-weight: bold;
}
.alert-title &gt; div{
	display: inline-block;
	vertical-align: middle;
}
.alert-title &gt; div:first-child{
	margin-right: 15px;
}
.alert-content .btn-green{
	margin-top: 10px;
  width: 95%;
  padding: 0;
}	
/***********************
	*eventTabs
************************/
#pc-step {
	display: block;
}
#mobile-step {
	display: none;
}
.hoenglishTabs {
		text-align: left;
}
.hoenglishTabs li {
	width: 47%;
	margin-right: 45px;
	font-size: 40px;
}
.hoenglishTabs li &gt; img{
	vertical-align: middle;
	margin-right: 15px;
}
.hoenglishTabs li:last-child {
	margin-right: 0;
}
.orangeTab .triangleBox {
	display: block;
}
.triangleBox {
	bottom: -34px;
	z-index: 1;
}
.tabContent {
	margin-bottom: 20px;
	padding: 45px 10px;
	background: #fff;
	z-index: 0;
}
.tabContent.earn-coupon{
	text-align: center;
}
.event-step { 
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 0 2px #ed6c00 inset;
	background: #fff;
	display: inline-block;
	font-size: 0;
	line-height: 1.4;
	margin-right: 20px;
	position: relative;
	vertical-align: top;
}
.event-order{
	border-radius: 5px 0 0 5px;
	background-color: #ed6c00;
	display: inline-block;
	text-align: center;
	height: 100%;
	width: 34px;
	height: 160px;
}
.event-step:before,
.event-order:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.event-order &gt; div {
	color: #fff;
	display: inline-block;
	font-size: 34px;
	vertical-align: middle;
}
.event-step-content {
	display: inline-block;
	font-size: 16px;
	margin: 10px 44px 10px 5px;
	vertical-align: middle;
	text-align: center;
	width: 190px;
}
.event-arrow {
	width: 44px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.event-arrow img {
	height: 100%;
	background-color: #fff;
} 
.event-step:last-child,
.event-step-container .event-step:last-child,
.socialmedia-subdiv:last-child{
	margin-right: 0;
}
.event-step-blue {
	box-shadow: 0 0 0 2px #05668e inset;
	text-align: left;
}
.event-step-blue .event-order{
	background-color: #05668e;
}
.event-step-blue .event-step-content {
	width: 311px;
}
.event-step-blue:first-child .event-step-content {
	width: 375px;
}
.event-step-blue:first-child{
	margin-right: 28px;
}

#blue-icon1 {
	height: 104px;
	margin: 0 0 0 -16px;
	display: inline-block;
	vertical-align: middle;
}
#blue-icon2 {
	height: 90px;
	margin: 0 0 0 12px;
	display: inline-block;
	vertical-align: middle;
}
#blue-text1 {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: -20px;
}
#blue-text2 {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
/*pad mobile event*/
.event-tab{
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 55px;
}
.event-tab img {
	width: 55px;
	vertical-align: middle;
	margin-right: 15px;
}
.mobile-step-container{
	background-color: #fff;
	padding-bottom: 1px;
	margin-bottom: 30px;  
}
.mobile-event-step{ 
	border: 1px solid #000;
	border-radius: 5px;
	margin: 25px 25px 35px 0;
	padding: 25px 0;
	position: relative;
	text-align: center;
	list-style: none;
}
.mobile-event-step i{
	background-color: #ed6c00;
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	font-style: normal;
	position: absolute;
	top: -22px;
	left: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.mobile-event-step img {
	vertical-align: middle;
}
.event-step-text {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
}
#blue i {
	background-color: #05668e;
}
.example-enter {
	width: 100%;
	border-top: 2px solid #969696;
	margin: 0 auto;
	margin-top: 10px;	
	text-align: left;
}
.example-enter p {
	margin: 10px 0;
}
.example-enter img {
	width: 100%;
}
.example {
	font-size: 30px;
	font-weight: bold;  
}
#example-pad, #example-mobile {
	width: 100%;
}
/*****
	pop-share-event-step
*****/
#share-activity{
	display: none;
}
.mobile-hide{
	position: relative;
}
.logo-share{
	width: 120px;
  margin: 0px 10px 0;
  vertical-align: text-bottom;
}
#share-intro{
	margin: 10px 0 15px;
}
.event-step-container .event-step-content{
	width: 190px;
	font-size: 18px;
}
.event-step-container .event-step{
	box-shadow: 0 0 0 2px #43a047 inset;
	margin-right: 18px;
}
.event-step-container .event-order{
	background-color: #43a047;
	width: 40px;
}
#couponid-container{
	opacity: 0;
  border-radius: 5px;
  border: 3px solid #ed6c00;
  padding: 5px 0 12px 0;
  position: relative;
  margin: 0 auto;  
  text-align: center;
  width: 300px;
}
.gift-bow {
  position: absolute;
  top: -28px;
  left: 10px;
}
#share-socialmedia{
	position: relative;
}
.footer-share{
	width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.socialmedia-container{
	padding: 10px 0 5px;
}
.socialmedia-subdiv {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
.socialmedia-subdiv a{
	color:#000;
}
.socialmedia-subdiv img{
	width: 65px;
}
.event-load-container{
	margin: 20px 0 30px;
	position: relative;
}
#event-loaded{
	position: absolute;
	top: 0px;
	left: 0px;
}
#event-loaded .event-step{
	display: none;
}
#event-loading .event-step{
	box-shadow: 0 0 0 2px #C8C8C8 inset;
}
#event-loading .event-order {
  background-color: #C8C8C8;
}
#event-loading .event-order &gt; div {
	color: #f1f1f1;
}
.share-loading{
	opacity: 0;
}
.copy-success-container{
	height: 205px;
	line-height: 1.4;
}
.copy-success{
  font-size: 18px;
	text-align: left;
  margin: 15px 0;
  display: none;
  word-wrap: break-word;
}
.copy-content{
  border: 2px dashed #43a047;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 5px;
  font-size: 16px;
}
/***********************
	*aniText
************************/
.text1
,.text2 {
	display: none;
}

.textbox {
	position: relative;
}

.aniline {
	position: absolute;
	top: 3px;
	left: 11px;
	display: none;
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 0.5s linear forwards;
}
#learned-share {
	background-image: url('/images/intro/user/learned_2.jpg');
}
#learned-share .learned-text-bg{
	width: 330px;
}
#learned-share .learned-text{
	width: auto;
}
#learned-share .learned-text &gt; img{
	vertical-align: middle;
}
@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.text2 {
	transform: scale(2);
	transition: 0.3s;
}
@media only screen and (max-width:700px) {
	.contentLogo {
		width: 80px;
	}
/***banner***/
	.fixedBannerTall {
		background: #e5e5e5;
		height: auto;
	}
	.fixedBannerTall {
		padding-bottom: 20px;
	}
	.bannerbtnBox {
		top: 78%;
		left: 6%;
		width: 88%;
		text-align: center;
	}
	.banner-ani {
		display: none;
	}
	.bannerBtn {
		width: 100%;
	}
/***event tab***/
	#pc-step, #example-pad, .footer-share {
		display: none;
	}
	#mobile-step, #example-mobile {
		display: block;
	}
	.mobile-event-step img {
		width: 150px;
	}
	.mobile-event-step div {
		font-size: 21px;
		margin-top: 10px;
	}  
	.example-enter {
		width: 95%;
		font-size: 17px;
	}
	.example {
		font-size: 24px;
	}
/*btn buy*/
	.btn-tab-buy a {
		display: inline-block;
		width: 90%;
		font-size: 24px;
		height: 41px;
		line-height: 41px;
	}
	.btn-tab-buy a:after {
		top: 13px;
		height: 13px;
		width: 13px;
	}
/*share pop*/	
	.mobile-hide{
		display: none;
	}
	.pop-close {
    top: 10px;
    right: 10px;
  }
  .pop-close img{
  	width: 35px;
  }
  .pop-content {
    padding: 40px 0 15px 0;
  }
  .gift-bow{
  	width: 55px;
  	top: -25px;
  }
  #couponid-container {
  	opacity: 1;
    width: 70%;
    padding: 15px 0 12px 0;
  }
  .share-loading{
  	opacity: 1;
  }
  #share-socialmedia{
  	font-size: 14px;
  }
  #share-socialmedia &gt; span{
  	font-size: 21px;
  }
  .socialmedia-subdiv {
    margin-right: 15px;
  }
  .socialmedia-subdiv img {
    width: 45px;
	}
	/*alert*/
	.alert-title {
    font-size: 18px;
  }
  .alert-content{
  	padding: 15px;
  }
  .img-copy{
  	width: 40px;
  }
  .copy-success-container{
  	height: initial;
  	height: auto;
  }
  .copy-success {
    font-size: 16px;
  }
  .copy-content {
    font-size: 14px;
    word-wrap: break-word; 
	}
	#learned-share{
		background-image: url('/images/intro/user/learned_mobile_2.jpg');
	}
	#learned-share .learned-text-bg,
	#learned-share .learned-text {
		width: initial;
		width: auto;
	}
}

@media only screen and (min-width:701px) and (max-width: 1023px) {
/***banner***/
	.fixedBannerTall {
		background: #d8d8d8;
		height: auto;
	}
	.fixedBannerTall {
		padding-bottom: 20px;
	}
	.bannerbtnBox {
		top: 70%;
		left: 11%;
		width: 37%;
	}
	.banner-ani {
		display: none;
	}
	.bannerBtn {
		width: 100%; 
	}
/***event tab***/
	#pc-step, #example-mobile, .footer-share {
		display: none;
	}
	#mobile-step, #example-pad {
		display: block;
	}
	.mobile-event-step img {
		width: 150px;
	}
	.example-enter {
		width: 80%;
	}
/*btn buy*/
	.btn-tab-buy a {
		display: inline-block;
		width: 95%;
		font-size: 24px;
		height: 32px;
	}
	.btn-tab-buy a:after {
		top: 11px;
		height: 13px;
		width: 13px;
	}
/*share pop*/	
	.mobile-hide{
		display: none;
	}
	.pop-close {
    top: 10px;
    right: 10px;
  }
  .pop-content {
    padding: 70px 0 25px 0;
  }
  #couponid-container {
  	opacity: 1;
    width: 70%;
  }
  .share-loading{
  	opacity: 1;
  }
	.alert-title {
    font-size: 24px;
  }
  .copy-success-container{
  	height: initial;
  	height: auto;
  }  
  .copy-success {
    font-size: 18px;
  }
  .copy-content {
  	font-size: 16px;
  }
  .ftcenter {
    width: 100%;
  }
}
@media only screen and (max-width:959px) {
	.pop-dialog {
    width: 95%;
	}
}
@media only screen and (max-width:609px) {
	.alert-dialog {
  	width: 95%;
  }
}</pre></body></html>