@charset "UTF-8";

/* layout start ---------------------------------------- */
ul {
	margin-left: 25px;
}

ol.disc {
	list-style-type: disc;
}

ol.b {
	list-style-type: lower-alpha;
	margin-left: -3px;
}

.top {
	margin-top: 18px;
}

@media (max-width: 768px) {
	.top {
		margin-top: 0px;
	}
}

.mt {
	margin-top: -20px;
}

.m {
	display: none;
}

.mc {
	display: block;
}



@media screen and (max-width: 600px) {
	.m {
		display: block;
	}

	.mc {
		display: none;
	}

	.banner_title .mc {
		display: none;
	}

}


/* layout end ---------------------------------------- */

/* header start ---------------------------------------- */
#logo_area{
	position: absolute;
	width: 100%;
	background: rgb(231,235,241);
	background: -moz-linear-gradient(180deg, rgba(231,235,241,1) 0%, rgba(231,235,241,1) 60%, rgba(211,218,226,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(231,235,241,1) 0%, rgba(231,235,241,1) 60%, rgba(211,218,226,0) 100%);
	background: linear-gradient(180deg, rgba(231,235,241,1) 0%, rgba(231,235,241,1) 60%, rgba(211,218,226,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7ebf1",endColorstr="#d3dae2",GradientType=1);
	z-index: 5;
}

/* header end ---------------------------------------- */

/* banner start ---------------------------------------- */
#top_banner_area{
	padding-top: 50px;
}

.main_banner_section {
	border-bottom: 1px solid #f2f2f2;
	height: 325px;
}

.main_banner_section.page_banner {
	background-position: center center;
}

.main_banner_section .btn_action {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#top_banner_area{
		padding-top: 30px;
	}
	.main_banner_section {
		border-bottom: 1px solid #f2f2f2;
		height: 270px;
	}
	.btn_detail {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

/* banner end  ---------------------------------------- */



/* act start  ---------------------------------------- */
.act-area {
	display: inline-block;
	text-align: left;
/*	width: 67%;*/
	margin: 0px auto;
}
/*.act-area:lang(en){
	width: 73.4%;
}

@media (max-width: 768px){
	.act-area:lang(en){
		width: 100%;
	}
}*/

.act-icon {
	font-size: 21px;
	color: #0D6C29;
	font-weight: bold;
	float: left;
}

.act-word {
	padding-left: 150px;
	font-size: 21px;
	color: #0D6C29;
	font-weight: bold;
}

.act-word:lang(en){
	padding-left: 245px;
}

.act-icon img {
	width: 35px;
}

.acttop {
	margin-top: 15px;
}

@media screen and (max-width: 970px) {
	.act-area {
		width: 90%;
		margin: 0px auto;
		text-align: center;
	}

	.act-icon {
		float: none;
	}

	.act-word {
		padding-left: 0px;
	}

	.act-word:lang(en){
		padding-left: 0px;
	}
}

.act {
	width: 32.2%;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 970px) {
	.act {
		width: 100%;
		float: left;
		margin-left: 0px;
		margin-top: 10px;
	}
}

/* act end  ---------------------------------------- */

/* ui-tab start  ---------------------------------------- */

.ui-tab {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 10px solid #0D6C29;
}

.ui-tab li {
	background-color: #9f9f9f;
}

.ui-tab li.current {
	background-color: #0D6C29;
}

/*.ui-tab li a { display: block; padding: 0.7rem 1rem; color:#ffffff; max-width:150px; min-width:150px; font-weight:bold; line-height:18px; }*/

.ui-tab li:nth-child(1) a {
	display: block;
	padding: 0.7rem 1rem;
	color: #ffffff;
	max-width: 130px;
	min-width: 130px;
	font-weight: bold;
	line-height: 18px;
}

.ui-tab li:nth-child(2) a {
	display: block;
	padding: 0.7rem 1rem;
	color: #ffffff;
	max-width: 130px;
	min-width: 130px;
	font-weight: bold;
	line-height: 18px;
}

@media screen and (max-width: 970px) {
	.tab-area {
		padding: 0 15px;
		border-spacing: 1px 0px;
		width: 50%;
		margin: 0 0 -1px;
	}

}




/* ui-tab end  ---------------------------------------- */

.fs-14 {
	font-size: 14px;
}

.txt-sm {
	font-size: 11px;
}

.txt-center {
	text-align: center;
}

/*.txt-title-with-line{
	margin-bottom: 1em;
}*/


#main_content_area{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.main-ctx-wrapper{
	padding: 40px;
	padding-bottom: 0px;
	text-align: left;
}

@media (max-width: 768px){
	.main-ctx-wrapper{
		padding: 25px;
		padding-bottom: 0;
	}
}


.bg-white {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 26px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 0
}

.rdp-wrap .bg-white {
	background-color: #fff;
	 -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 4px 20px rgba(0,0,0,0.14);
	box-shadow: 0 4px 20px rgba(0,0,0,0.14);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 0
}

@media (max-width: 768px){
	.bg-white{
		padding: 15px;
	}
}



.large-12 p {
	font-size: 17px;
	line-height: 22px;
}

html[lang="en"] .large-12 p {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.col-promo-offers .col-left {}

	.col-promo-offers h1 {
		margin-bottom: 0;
		vertical-align: middle;
		display: inline-block;
		margin-left: 8px;
	}

	.col-promo-offers .col-left p {
		display: inline-block;
	}
}

.desktop-img{
	margin-top: 35px;
	margin-bottom: 35px;
}

.mobile-img{
	margin-top: 20px;
	margin-bottom: 20px;
}


.desktop-img2, .mobile-img2{
	margin-bottom: 0;
}


.mobile-img, .desktop-img{
	width: 100%;
}

#wrap {
	position: relative;
	z-index: 99;
}

.mobile-img {
	display: block;
}

.desktop-img {
	display: none;
}

@media screen and (min-width: 768px) {
	.desktop-img {
		display: block;
	}

	.mobile-img {
		display: none;
	}
}

/* top banner */
/* desktop & mobile */

/* remark @ banner */
.banner-remark {
	font-size: 13px;
	line-height: normal;
	padding-top: 10px;
	font-weight: 400;
/*	padding-right: 130px;*/
	max-width: 468px;
}

.banner-remark:lang(en){
/*	padding-right: 104px;*/
}

@media (max-width: 680px) {
	.banner-remark {
		font-size: 11px;
		width: 78.5%;
		padding-right: 0px;
	}

	.banner-remark:lang(en) {
		width: 100%;
		padding-right: 50px;
	}
}


@media (max-width: 800px) {
	.banner-remark span {
		display: inline;
	}
}

@media (min-width: 801px) {
	.banner-remark span {
		display: block;
	}
}


/* title */
.title_m {
	display: none;
}

.title_d {
	display: block;

}

@media screen and (max-width: 680px) {
	.title_d {
		display: none;
	}

	.title_m {
		display: block;
	}
}



/* desktop */

.title_d {
	padding-top: 10px;
}

.title_d .box-txt {
	height: 120px;

}

.title_d h1 {
	font-size: 30px;
	color: #000;
	line-height: normal;
}



.title_d h1 sup {
/*	font-size: 1em;
	top: 0em;
	left: 0em;*/
}

.title_d h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
}

.title_d .banner-remark {
	padding-bottom: 5px;
}

html[lang="en"] .title_d .box-txt {
	height: 120px;
}

html[lang="en"] .title_d h1 {
	font-size: 24px;
}

html[lang="en"] .title_d h2 {
	font-size: 20px;
	max-width: 480px;
}

/*@media (min-width: 769px) and (max-width: 992px) {
	html[lang="en"] .title_d h1 {
		font-size: 22px
	}

	html[lang="en"] .title_d h2 {
		font-size: 16px;

	}
}*/


/* mobile */

.title_m .box-txt {
	height: 90px;

}



.title_m h1 {

}

.title_m h2 {
	/*	height: 60px;*/
	line-height: 22px;
	font-weight: normal;
	margin-bottom: -3px;
}

html[lang="en"] .title_m .box-txt {
	height: 98px;
}

html[lang="en"] .title_m h1 {
	font-size: 17.5px;
	line-height: 26px;
	margin-bottom: 5px
}

html[lang="en"] .title_m h2 {
	font-size: 16px;
	letter-spacing: -0.5px;
	/*	line-height: 22px;*/
}


.banner_title {
	width: 53%;
}

html[lang="en"] .banner_title{
	font-size: 32px;
}

@media (max-width: 768px) {
	.banner_title {
		width: 61%;
	}

	html[lang="en"] .banner_title {
		font-size: 28px;
		line-height: 1.2em;
		width: 48%;
	}
}

.banner_title b {
	color: #BB0000;
}

.txt-black {
	color: #000;
}

.banner_title h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.banner_title .title_d .btn_action {
	padding: 0 12px 0 20px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #BB0000;
    position: relative;
}
.banner_title .title_d .btn_action:hover {
	background-color: #880000;
}

#fadein {
	display: block;
}

#fadeout {
	display: none;
}


/*
#fadein {
	display: none;
}

#fadeout {
	display: block;
}
*/



.title_d h1 {
	font-size: 32px;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.title_m h1 {
	font-size: 20px;
	line-height: 32px
}


#fadeout .txt-black {
	font-size: 0.7em;
	display: inline-block
}

.img-promo-row {
	padding-bottom: 25px
}

.img-promo-row.mobile-img {
	padding-bottom: 15px
}

.link-tel,
.link-tel:visited,
.link-tel:focus,
.link-tel:hover,
.link-tel:active {
	color: #0D6C29;
}

.rvp_rLink {
	display: inline-flex
}

.disclaimer-box {
	width: 100%;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding: 15px;
	text-align: justify;
	margin-bottom: 40px;
}


.txt-intro {
	text-align: left;
	max-width: none;
	font-size: 20px;
/*	margin: 0px auto 25px;*/
	margin: auto;
	letter-spacing: -1.40px;
	margin-bottom: 5px;
}
html[lang="en"] .txt-intro {font-size: 18px;}


@media (max-width: 768px){
	.txt-intro:lang(tc), .txt-intro:lang(sc){
		font-size: 18px;
		letter-spacing: 0px;
		padding: 5px;
	}

}

.txt-intro .text_small{
	letter-spacing: 1px;
}

.txt-intro:lang(en){
	letter-spacing: -0.3px;
}


.txt-intro b{
	color: #000;
}

.btn-large.ui-silver {
	width: 300px;
	margin-top: 0;
	margin-bottom: 45px;
	margin-top: 1.3em;
    margin-bottom: 1em;
}

.btn-large.ui-silver:lang(en) {
	width: auto;
}


@media (max-width: 768px) {
	.btn-large.ui-silver:lang(en) {
		width: auto;
		font-size: 20px;
	}
}


.img-promo-intro{
	width: 100%;
}

.img-promo-intro.desktop-img{
/*	padding-right: 25px;*/
	-webkit-transform: translate(-1.6%, -13%);
	transform: translate(-1.6%, -13%);
}

.img-promo-intro.mobile-img{

	-webkit-transform: translate(-2%, -13%);
	transform: translate(-2%, -13%);
}

@media (max-width: 600px){
	.img-promo-intro.mobile-img{
		-webkit-transform: translate(-2.3%, -13%);
		transform: translate(-2.3%, -13%);
	}
}

.box-promo-table{
	padding: 0px 25px 35px;
}
@media (max-width: 768px){
	.box-promo-table{
		padding: 0px 15px 35px;
	}
}

.img-promo-table{
	width: 100%;
}

.txt-act-title{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
}

.txt-wrap{
	display: inline-block;
}

/* 2020_q1 start */
html[lang="en"] .txt-intro{
	text-align: left;
	letter-spacing: -0.37px;
}

/*.desktop-img2, .mobile-img2{
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
}

.mobile-img2{
	margin-top: 25px;
	margin-bottom: 25px;
}*/

.btn_detail.btn-large.ui-silver{
	margin-top: 0;
	margin-bottom: 0;
}

.btn_detail.btn-large.ui-silver:lang(tc),
.btn_detail.btn-large.ui-silver:lang(sc){
	width: auto;
}

/* 2022_q3 end */
.row-feature{
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.row-feature:after {
	content: "";
	display: table;
	clear: both;
}
.row-feature .col{
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 768px){
	.row-feature .col{
		width: 100%;
		margin-bottom: 25px;
	}

	.row-feature .col:last-child{
		margin-bottom: 0px;
	}
}

.b-feature{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	height: 296px;
	border-radius: 20px 0 20px 0;
	/*padding: 30px 15px 30px;*/
	padding: 0;
}

@media (min-width: 768px){
	.b-feature:lang(en){
		padding-left: 18px;
		padding-right: 18px;
	}

}

.b-feature-title{
	font-size: 1.4rem;
    margin-bottom: 20px;
}
.b-feature-title:lang(en){
	font-size: 1.12rem;
}

.b-feature-ico{
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}

.b-feature{
	position: relative;
	padding-left: 100px;
	height: auto;
	text-align: left;
}

.b-feature-ico{
	position: absolute;
	left: 15px;
	top: 50%;
	width: 90px;
	height: 90px;
	margin-bottom: 0;
	-wekit-transform: translate(0,-50%);
	transform: translate(0,-50%);

}

.b-feature-txt{
	font-size: 20px;
}

.b-feature-txt:lang(en){
	/* font-size: 16px */
}

@media (max-width: 768px){

}




.offer_block .d_r_line{
	height: 1px;
}

.text_big{
	font-weight: bold;
}

.weather_title_bg, .title_bg{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.25)
}

.box-frame{
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.box-frame .box-ctx{
	position: relative;
	font-size: 20px;
	text-align: center;
	padding: 50px 15px 30px 25px;
	line-height: 1.3;
	z-index: 0
}

.box-frame .box-ctx:lang(en){
	font-size: 18px;
	line-height: 1.1;
}

.box-frame .box-ctx::before, .box-frame .box-ctx::after{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #0D6C29;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.box-frame .box-ctx::before{
	border-bottom-width: 3px;
	left: 10px;
	top: -0px;
}

.box-frame .box-ctx::after{
	border-top-width: 3px;
	left: -1.5px;
	top: 10px;
}

.box-frame .txt-num{
	font-size: 36px;
}

@media screen and (max-width: 980px){
	.offer_detail{
		font-size: 5.5vw;
	}

	.d_center:lang(en){
		padding-bottom: 10px !important;
	}

	.d_center .text_s:lang(en){
		position: static;
		font-size: 3vw;
		line-height: 0.9;
	}

}
.offer_detail:lang(en){
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 980px){
	.offer_detail:lang(en){
		margin-left: 10px;
		margin-right: 10px;
	}

	.weather_des > span, .offer_time span{
		padding-left: 14%;
		padding-right: 14%;
	}

	.offer_block_rdp .offer_time span{
		padding-left: 10%;
		padding-right: 10%;
	}

	.offer_block_rdp .offer_time span:lang(en){
		padding-left: 8%;
		padding-right: 8%;
	}

	.weather_des > span, .offer_time span:lang(en){
		padding-left: 10%;
		padding-right: 10%;
	}

	.offer_time_rdp span, .offer_time_rdp span:lang(en){
		padding-left: 15px !important;
		padding-right: 15px !important;
	}


	.box-frame .box-ctx{
		line-height: 35px;
	}
	.box-frame .box-ctx:lang(en){
		line-height: 30px;
	}
}


.img-link{
	height: 21px
}

a.green-link{
	color: #0D6C29;
    text-decoration: underline;
}

#footer .footer_bot_area,
#footer .footer_bot_area .text_small{
	font-size: 14px !important;
	line-height: 1.6em;
}

/* btn css */
.btn-green-ico{
	width: 290px;
	height: 66px;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	background-image: url('green_btn_bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.btn-green-ico .ico{
    width: 54px;
    height: 48px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.btn-green-ico .ico:lang(en){
	width: 40px;
}


.btn-green-ico .ico-phone{
	background-image: url('ico_phone.svg');
}

.btn-green-ico .ico-laptop{
	background-image: url('ico_laptop.svg');
}

.btn-green-ico .ico-creditcard{
	background-image: url('ico_creditcard.svg');
}

.btn-green-ico:not(:lang(en)){
	font-size: 17px;
}

a .btn-green-ico::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	border-radius: 7px;
	opacity: 0;
}

.btn-green-ico:hover::before{
	opacity: 1;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.btn-green-ico span{
	position: relative;

}

.btn-green-ico .txt{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1.3;
}
.btn-green-ico .txt:lang(en){
    /* width: calc(100% - 90px); */
    margin-left: 0px;
}
.btn-green-ico .text_small:lang(en){
	font-size: 12px;
	margin: 0;
}

.btn-green-ico .ico-linkout,
.btn-green-ico .ico-linkout:lang(en) {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-image: url('ico_linkout_white.svg');
}
.btn-green-ico .ico-linkout:lang(en) {
	margin-left: 5px;
}
.btn-green-ico .forward{
    background-color: #0D6C29;
}



.ui-silver, b, .list_basic h1, .highlight_color, .txt-green {
    color: #0D6C29;
}

.ico-linkout {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('ico_linkout.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline-block;
    margin-left: 12px;
    margin-right: 0;
}
.banner_title span.ico-linkout{
    display: inline-block;
}

.ico-linkout-white {
    width: 30px;
    height: 30px;
	margin-left: 3px;
    background-image: url('icn_stroke_non_hase_link_white.svg');
}
.banner_title .title_d .btn_action:hover .ico-linkout-white {
    background-image: url('icn_solid_external_link_white.svg');
}
.banner_title .title_d .btn_action:after{
	margin-left: 0px;
	position: absolute;
	right: 46px;
	top: 18px;
}
.banner_title .title_d .btn_action .ico-linkout-white{
    margin-left: 30px;
}


#qnectDiclaimerBtn .btn_action .ico-linkout{
    transform: translate(0px, 8px);
}

a.special-g-l{
    border-bottom: #0D6C29 2px solid;
	text-decoration: none;
}
a.special-g-l .ico-linkout{
	margin-left: 2px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.bg-grey{
	padding: 30px;
	background-color: #f5f5f5;
}
.row-feature-2{
	margin-bottom: 40px;
}
.row-feature-2:lang(en) .txt-title-with-line::before, .row-feature-2:lang(en) .txt-title-with-line::after{
    max-width: calc(50% - 158px);
}
.row-feature-2 .txt-intro,
.row-feature-2 .txt-intro:lang(en){
	text-align: center;
    max-width: 678px;
}
.row-feature-2 .txt-intro:lang(en){
	font-size: 18px;
}

.a-feature{
	width: 27%;
	float: left;
	margin: 16px 0;
	text-align: center;
	margin-right: 9.5%;
}
.a-feature:nth-child(3n+2){
	margin-right: 0;
}
.a-feature-ico{
	width: 100px;
	margin-bottom: 12px;
}
.a-feature-txt{
	/* display: inline-block; */
	width: 100%;
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	margin-left: 0;
}
.a-feature-txt:before{
	/* content: "";
	display: inline-block; */
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #0d6c2b;
	position: absolute;
	left: -10px;
	top: 0.5rem;
}

.a-feature-txt:lang(en){
	font-size: 0.9rem;
}

.bg-img{
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
}

@media (max-width: 768px) {
	.a-feature{
		width: 100%;
	}
    .a-feature-txt{
    	font-size: 16px;
    }
	.bg-grey{
		padding: 30px 20px;
	}
	.feature-upgrade{
		margin-top: 30px;
	}
}


.arrow {
	display: inline-block;
	height: 18px;
	width: 18px;
	position: relative;
	cursor: pointer;
	transform: rotate(135deg) translate(3px, 1px);
	margin: 0 10px;
}
.arrow::before {
	content: "";
	display: inline-block;
	height: 70%;
	width: 70%;
	border: 1px #000 solid;
	border-width: 2px 0 0 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.arrow::after {
	content: "";
	display: inline-block;
	background: #000;
	height: 110%;
	width: 2px;
	transform-origin: top left;
	transform: rotate(-45deg) translate(-1px, 3px);
	position: absolute;
	left: 0;
}

.txt-green .arrow::before{
	border: 1px #0D6C29 solid;
	border-width: 2px 0 0 2px;
}
.txt-green .arrow::after{
	background: #0D6C29;
}

/*2022-06-27*/
.txt-intro-2{	margin-left: 35px;}
.txt-intro-2 b{letter-spacing: 0.5px;}
.no-letter{letter-spacing: 0.5px;}
.b-feature-txt{margin-left: 35px;}
.check_icon{width:35px; height:35px}
.a_discount{
	position: relative;
  top: 5px;
	font-size: 26px;
	margin: 10px;
}
.txt-intro ul li{
	color:#0D6C29;
	font-size: 24px;
	letter-spacing: 1px;
	margin-left: 55px;
}
.txt-intro ul li:lang(en){
	letter-spacing: 0px;
}
.txt-intro .black{  color: #000 !important;}
.f-20{font-size: 20px !important;}
.f-36{font-size: 36px;}
.t_year_title{font-size:20px}
.title_border{
	background-image: linear-gradient(to right, #84CE4F , #FFFFFF);
	width:90%;
	height:5px
}

.row-feature{margin-top: 0;}
.text_big{font-size: 30px;}
.em01{top:-1em}
.f_green{color:#0D6C29}
.t_group{display: flex;margin-left: 50px;padding: 10px;}
.icon-maid{width:70px;    position: relative;top: 16px;}
.icon-maid-title{margin-left: 30px;}
.icon-maid-title div{margin-bottom: 5px;}
.top_title{margin-bottom: 70px;letter-spacing: -0.4px}
html[lang="en"] .top_title{letter-spacing: -0.4px}
.row-feature-top{margin-top: 70px;}
.b-feature-mb{margin-bottom: 50px;}
.enter_top{margin-top: 40px;}
.t_year_title{margin-top: 20px;margin-bottom: 10px;}
.banner_title{color:#0D6C29;font-size: 36px;font-weight: bold; left:50px}
.t_bold{font-weight: bold;}
.text_big{font-weight: bold;     line-height: 50px; transform: translate(0px, 3px);}
html[lang="en"] .txt-intro-2 b{letter-spacing:0px;}
html[lang="en"] .txt-intro-2{margin-left: 100px;}
html[lang="en"] .b-feature-txt{margin-left: 100px;font-size: 18px;}
html[lang="en"] .b-feature-ico{left: 10px;}
html[lang="en"] .b-feature-ico{top:45%}
html[lang="en"] .t_year_title{font-size: 16px;}
html[lang="en"] .icon-maid{width: 300px;}


.rdp-wrap .row-feature{
	display: flex;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: -10px;
	margin-right: -10px;
}
.rdp-wrap .row-feature .col{
	float: left;
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
}
.rdp-wrap .b-feature{
	background-image: url('points_pc_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	height: 296px;
	border-radius: 20px 0 20px 0;
	padding: 30px 15px 30px;
}
.rdp-wrap .b-feature.b-f {
    height: 100%;
}
.rdp-wrap .b-feature-ico{
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
	position: relative;
	left: inherit;
	top: inherit;
	transform: inherit;
}
.rdp-wrap .b-feature-txt{
	font-size: 20px;
	margin-left: 0;
}
.rdp-wrap .txt-intro b{
	color: #000 !important;
}
@media (max-width: 768px){
	.rdp-wrap .row-feature {
		display: block;
	}
	.rdp-wrap .row-feature .col {
    width: 100%;
    margin-bottom: 25px;
	}
	.rdp-wrap .b-feature {
		background-image: url('points_m_bg.png');
		position: relative;
		padding-left: 100px;
		height: auto;
		text-align: left;
	}
	.rdp-wrap .b-feature-ico {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    -wekit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	}
	.rdp-wrap .b-feature.b-f .center {
		text-align: left !important;
		padding-left: 0;
	}
	.rdp-wrap .a-feature.af b, .b-feature.b-f b {
    font-size: 20px;
	}
}
@media (max-width: 700px){

	.col-app{margin-bottom: 0 !important;}
	.b-feature{padding-left: 50px;}
	.b-feature-ico{left: -15px;}
	.txt-intro:lang(tc), .txt-intro:lang(sc){padding: 0;}
	.icon-maid-wrapper{width: 150px; margin-right: 30px}
	.icon-maid-title{margin-left: 0;}
	.t_year_title {
		margin-top: 0px;
		margin-bottom: 10px !important;
	}
	.txt-intro ul li{font-size: 20px !important;}
	.banner_title{font-size: 24px;}
	.annotation-1,.annotation-2{display: block;line-height: 1.5em;margin:0;}
	.annotation-2{margin-left: 50px;}
}
.q_question{color:#222222;font-size: 20px;margin-top: 15px;}
.q_question a{font-size: 20px; color:#222222}
html[lang="en"] .q_question a{font-size: 18px}
