@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display+SC);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

/*
主色：#19191c (black)
輔色：#59cb30 (淺綠)
輔色：#61d836 (深綠)
對應色：#F44336(深紅)
配色：#fff (白)
*/

html,body{overflow-x: hidden;position: relative;width: 100%;margin: 0;padding: 0;}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.header_set_h{
	margin: 8px 0;
    padding: 6px 0;
}

body p {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;line-height: 1.5em;
}

header {
	display: block;
	position: relative;
	z-index: 999;
	height: 70px;
}

.img_w{width: 100%;}
.red {color: #F00;}
.ma_justify{text-align: justify}
.ma_center {text-align: center;}
.ma_blod{font-weight: bolder;}
.l_g{color: #59cb30;}
.l_r{color: #F44336;}
.ma_italic{font-style: italic;}
.chart_img img{max-width: 900px;box-shadow: 5px 10px 10px rgba(150, 150, 150, 0.1), -2px -2px 10px #e3e3e3;}
.r_p_account{max-width: 25px;width: 100%;}

/*preload*/
.preload{background-color: #19181e;position:fixed;top: 0;display: flex;justify-content: center;align-items: center;width: 100%;height: 100vh;z-index: 9999;opacity: 100;}
.preload.slide_out{transform: translateY(-100vh);transition: all .5s;transition-delay: 1s;}
.pre_img{width: 100%;text-align: center;align-items: center;}
.hide_img{opacity: .1;}
.hide_img img{width: 100%;max-width: 598px;}
.hide_img.show{opacity: 1;transition: all .2s;transition-delay: .5s;}
#count_bar {
	  width: 100%;
	  height: 3px;
	  position: relative;
	  background-color: #ddd;
	 margin-top: 3%;
	 opacity: 100;
	}

#bar_run {
	  background-color: #4CAF50;
	  width: 0;
	  height: 3px;
	  position: absolute;
	}
.counter{color: #fff;text-align: center;font-size: 1.5em;position: relative;z-index: 1;}
.counter.hide02{opacity: 0;transition: all 1s;}
.counter::after{content: "%";font-size: .9em;}


.banner img,
.speaker_img img,.about_img img,.utr_img img,.qa_ans img{
	width: 100%;
}

.navbar-brand {
	height: 69px;
}

.navbar-green {
	background-color: #19191c;
	color: #fff;
	border-color: #35312d;
}

.navbar-green .navbar-brand ,.l_f,.n_item a{
	color: #fff;
}

.navbar-green .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

.navbar-green .navbar-nav > li > a:focus,
.navbar-green .navbar-nav > li > a:hover,.n_item a:hover {
	color: #61d836;
}

.navbar-green .btn-danger {
	color: #fff;border: none;font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

.navbar-green .btn-danger:hover {
	color: #fff;
	
}

.embed-responsive {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.navbar-right{padding: 10.5px 0;position: relative;}
.n_r_wrap{padding: 0 15px;float: right;}
.navbar-toggle{margin-top: 26px;}

.navbar-green .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-brand {
	padding: 5px 15px;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
	/*padding-top: 40px;*/
}

.navbar {
	min-height: 70px;
}


.nav_drap{position: relative;display: inline-block;float: left;margin: 8px 0;padding: 6px 0;}
.nav_drap i{margin-left: 5px;}
.nav_drap .dropdown-toggle{color: #fff;text-decoration: none;font-weight: 500;}
.nav_drap .dropdown-toggle:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{color: #59cb30;background-color: transparent;}
@media (min-width: 768px){
	.navbar-right .dropdown-menu {
		left: 0;
		right: 0;
		min-width: 90px;
		padding: 0;
	}
	.navbar-right .dropdown-menu a:hover{background-color: transparent;color: #59cb30;}
	.navbar-right .dropdown-menu .linkTW:hover{border-radius: 4px 4px 0 0;}
	.navbar-right .dropdown-menu .linkCN:hover{border-radius: 0 0 4px 4px;}
	
}
.navbar-right .dropdown-menu a{display: block;padding: 5px 7px;color:#19191c;text-decoration: none;font-weight: 600;}
.navbar-right .dropdown-menu a:hover{background-color: #59cb30;color: #fff;}



.navbar-green .navbar-nav > .active > a,
.navbar-green .navbar-nav > .active > a:focus,
.navbar-green .navbar-nav > .active > a:hover {
	background-color: #FCA70E;
	color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:  rgba(89, 203, 48, 0.3);}
.book-now-btn {
	padding: 6px 12px;
}
.video_btn{background-color: #F44336;margin-right: 10px;}
.video_btn:hover{background-color: #fa5044;}
.book_btn,.book_btn.btn-danger:focus:focus,.book_btn.btn-danger:focus:active{background-color:  #59cb30;}
.book_btn:hover{background-color: #61d836;}

.btn-danger,.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{border: none;}

.social-media-btn {
	color: #fff;
}

.social-media-btn:hover {
	color: #FCA70E;
}

.header-background {
	background-color: #ebebeb;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff7ee;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 1px solid #ffdbab;
}

.table {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.tagline-position {
	padding-top: 36px;
}


h3 {
	font-size: 40px;
	font-weight: normal;
	font-family: 微軟正黑體, 新細明體, Arial, Helvetica, sans-serif;
	color: #19191c;
	margin-bottom: 15px;
	margin-top: 0;
	/*text-transform: uppercase;*/
	font-weight: bold;
	/*letter-spacing: 1px;*/
}



.btn-questions {
	color: #000;
	background-color: #FCA70E;
	border-radius: 0;
	margin-top: 18px;
	float: right;
}

.modal-body h3 {
	font-size: 20px;
	border: 0;
	color: #fff;
	background-color: #099E89;
	padding: 5px 10px;
}

.modal-dialog {
	width: 80%;
	margin: 20px auto;
}

.intro-text,
.intro-text-2 {
	text-align: right;
}

.intro-text {
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
}

.intro-text span {
	color: #099E89;
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

.intro-text-2 {
	font-size: 20px;
	font-weight: 300;
	padding-top: 25px;
}

.speaker_p img {
	display: none;
}

.seconddiv {
	background-color: #E5E5E5;
	margin-top: 30px;
	padding-bottom: 300px;
	padding-top: 300px;
	background-image: url(../img/photo-29.jpg);
	position: relative;
	overflow: hidden;
}

.seconddiv p {
	text-align: left;
}


.img-responsive-center {
	margin: 10px auto;
}


/*first_about why_trex*/

.firstdiv {
	margin: 65px auto;
}
.padd_first{padding: 65px 15px;}
.intro_title{margin-bottom: 4%;}

.why_trex{background-color: #fff;}
.en_title{font-size: 1.2em;color: #59cb30;}
.why_trex .title_h3{line-height: 1.2em;position: relative;color: #19191c;letter-spacing: .2em;}
.why_trex .title_h3 span {color: #fff;background-color: #59cb30;padding: 0 8px;display: inline-block;}
.why_trex .intro_wrap{background-color: #fff;padding: 1% 15px;position: relative;}
.why_trex .intro_wrap .intro_text{max-width: 595px;margin: 0 auto;}
.why_trex .intro_wrap .intro_text .ma_blod{text-align: center;}
.why_trex .intro_wrap:after{position: absolute;bottom: -10px;left: 0; width: 100%;height: 100%;background-color:#59cb30;content: '';z-index: -1; }
.intro_text{position: relative;}

.book_bottom{text-align: center;margin: 5% 0 0;}
.book_bottom .book_btn,.book_bottom .video_btn,.free_v_btn .video_btn{font-size: 1.5em;font-weight: bold;}
.book_bottom .book_btn:hover{box-shadow: 2px 4px 10px #59cb305e;}
.book_bottom .video_btn:hover{box-shadow: 2px 4px 10px rgba(244, 67, 54, 0.3)}
    

/*trex_kit*/
.trex_kit_text{margin: 3% 0 5%;}
.trex_kit .title_h3{color: #fff;}
.trex_kit{position: relative;background-color: #19191c;color: #fff;overflow: hidden;}

.utr_icon{position: relative;overflow: hidden;max-width: 710px;margin: 0 auto;}


.utr_icon ul {
	padding: 0;
	position: relative;
	overflow: hidden;
	}
.utr_icon .utr_icon_outer{overflow-y: scroll;max-height: 500px;}

.utr_icon .utr_icon_outer ::-webkit-scrollbar-track {
  background-color: #bb6573;
}

.utr_icon li {list-style: none;}
.utr_icon .kit_inner{padding: 0;}
.kit_inner li{ padding: 11px 16px; border-bottom: 1px solid #efefef;background-color: #F9FAFD;color: #191919;position: relative;overflow: hidden;}
.kit_inner .pre_course p{float: left;width: calc(100% - 71px);}
.kit_inner .pre_course a{max-width: 71px;padding: 3px 5px;background-color: #59cb30;color: #fff;font-size: .8em;float: right;border-radius: 4px;font-weight: bolder;display: inline-block;}

.trex_kit .book_bottom{clear: both;}

.utr_icon h4 {
	font-weight: bold;
	margin-bottom: 0;
	background-color: #EFEFF5;
    color: #191919;
    padding: 10px 16px;
}


/*motto*/
.motto,.share {
	background-image: url(../img/body_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.motto_wrap {
	width: 60%;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 50px auto;
	padding-top: 20px;
	padding: 20px;
	position: relative;
}


.motto_text {
	text-align: center;
}
.motto_text h4{font-size: 1.8em;color: #19191c;line-height: 1.5em;}


/*about trex*/

.about_mark h4{font-size: 1.8em;color: #59cb30;margin: 5% 0 0;}
.about_img{position: relative;overflow: hidden;}
.about_item00{border-radius: 5px;}
.about_item00 img{border-radius: 10px;}


/*share*/
.share{position: relative;overflow: hidden;padding: 65px 0 0;}
.share_title{font-size: 2em;line-height: 1.5em;margin-top: 15%;color: #41ff3f;}
.share02{background-color: #fff;position: relative;}
.student_row{margin: 5% 0 15%;}
.owl-carousel02{top: -100px;}
.share02 .book_bottom{margin:-5% 0 0;padding-bottom: 65px;}


/*trex-video*/
.video_trex a{display: block;}
.video_trex a img{width: 100%;}
#lightcase-overlay{background: rgba(51, 51, 51, 0.8)}



.thirddiv ul {
	padding: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots,.owl-theme .owl-dots,.p_02wrap{margin-top: 5%;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #59cb30;
}

.owl-theme .owl-nav{display: none;}

.video_trex02_g{width: 100%;height: 5px;background-color:#59cb30;display: block;}

.invest_title{font-size: 1.5em;margin-bottom: 5%;line-height: 1.5em;margin-top: 0;}
.invest_title,.invest_alert{padding: 0 5%;}

.showcase-list{position: relative;overflow: hidden;}
.showcase-list a{width: 33.3%;float: left;text-align: center;padding: 0 1% 3%;}
.showcase-list a{display: block;}
.showcase-list a img,.trext_video a img{width: 100%;}

.trext_video{position: relative;overflow: hidden;}
.trext_video a{display: block;text-decoration: none;}
.trext_video a h4{text-align: center;padding: 3% 0;line-height: 1.5em;color: #19191c;}
.trext_video a h4 .share_profit{display: inline-block;padding-left: 4px;margin-left: 4px; border-left: 2px solid #191919;}
.share_span{color: #59cb30;font-weight:600;font-size: 1.5em;margin: 5% 0;display: block;}


/*plan-pricing*/
.booking{background-color: #f5f5f596;}
.p_02wrap{display: flex;}
.plan_00{background-color: #fff;box-shadow: 0 5px 15px #19191c21;border-radius: 5px;padding: 0;width: 48%;margin: 0 1%;}
.p_001{position: relative;/*overflow: hidden;*/}
.p_001 h4{background-color: rgba(89, 203, 48, 0.3);color: #19191c;margin-top: 0;padding: 15px 0;position: relative;/*overflow: hidden;*/}
.p_001 h4::before{position: absolute;top: -25%;left: 15%;width:50px;height: 80px;content: '6期';background-color:#FCA70E;line-height: 70px;color: #fff;border-radius: 5px 5px 50px 50px;box-shadow: 3px 3px 5px #722a2552;}
.p_001_01_m h4::before{content: '一次';background-color:#fa5044;}
.p_001 .hid_pay01,.p_001 .hid_pay02{margin: 0;display: none;color: #fff;}
.p_001 .hid_pay01{background-color:#fa5044;}
.plan_03 .p_001 .hid_pay02{background-color:#FCA70E;}
.p_001_01_en h4::before,.p_001_02_en h4::before{width:90px;height: 100px;}
.p_001_01_en h4::before{content: 'One-Time';background-color:#fa5044;}
.p_001_02_en h4::before{content: '6-month';}



.plan_02 .p_001 h4{background-color: rgba(79, 190, 39, 0.5);}
.plan_03 .p_001 h4{background-color: rgba(69, 173, 32, 0.7);}
.p_001 h5{font-size: 1.8em;margin: 10% 0 3%;}
.p_001 h5 span{font-size: .6em;margin-right: 2%;}
.p_002{padding: 7% 0;position: relative;margin-top: 4%;}
.p_002::after{content: '';position: absolute;top: 0;left: 10%;width: 80%;height: 2px;background-color: rgba(25, 25, 28, 0.1);}
.p_002 ul{position: relative;overflow: hidden;padding: 0;}
.p_002 li{list-style: none;width: 80%;margin: 0 auto;position: relative;overflow: hidden;}
.p_002 li .pricing_l{width: 30%;text-align: center;float: left;}
.p_002 li p{width: 70%;text-align: left;float: right;}
.p_002 li p,.p_002 li .pricing_l{display: inline-block;}
.booking_xing{margin: 5% 0;}


/*trex_qa*/
.panel-heading,.qa_menu li h2{position: relative;overflow: hidden;}


.qa_menu{position: relative;overflow: hidden;padding: 0;margin-top: 5%;}
.qa_menu li{margin-bottom: 2%;list-style: none;border-bottom: 1px solid #f2f2f2;}
.qa_menu li h2{color: #59cb30;padding: 20px;font-size: 1.2em;line-height: 1.5em;margin: 0;font-weight: 500;font-weight: bolder;}
.qa_ans{padding-left: 2em;}
.inner_qa{position: relative;overflow:hidden; }
.qa_menu li:last-child,.inner_qa li{border: none;}
.inner_qa li{list-style: disc;margin-bottom: 5px;}
.qa_ans p{padding: 8px 18px 3px;line-height: 1.5em;}



/*copyright*/
.copyright span {
	margin-left: 10px;
	margin-right: 10px;
}


/*cal.html*/
.lot_cal{padding: 80px 0;}
.lot_cal img{width: 100%;}
.cal_form{position: relative;overflow: hidden;}
.cal_form,.out_cal{background: #fff;box-shadow: 5px 5px 25px 0 rgb(33 29 62 / 20%);border-radius: 10px;padding:7% 2%;}
.cal_form p{width: 70%;margin: 0 auto 20px;color: #888;}
.cal_form p input{display: block;margin-top: 1%;width: 100%;border: 1px solid #bfbfbf;line-height: 2em;}
.cal_form p input:focus{border-color: #099e89;}
.click_btn{display: block;width: 70%;margin: 0 auto;position:relative;overflow: hidden;margin-top: 7%;}
.submit_to{display: block;width: 100%;border: none; background-color: #099e89;padding: 12px;color: #fff;font-weight: 600;}
		
		
.out_cal{display: none;position: absolute;width: 100%;top: 0;left: 0;}
.out_cal.display{display: block;position: absolute;top: 0;left: 0;}
.out_fin_close{display: inline-block;position: absolute;top: 3%;right: 3%;}
.out_fin_close02{background-image: url(img/close_btn.png);border: none;background-color: transparent;background-size: cover;width: 20px;height: 20px;line-height: 20px;background-repeat: no-repeat;}
.out_fin{font-size: 2em;color: #099e89;font-weight: 600;padding-left: 16%;}
.out_cal .ot_num{position: relative;padding: 1% 16%;}
.out_cal .ot_num:nth-child(odd){background-color: #f9f9f9;}
.out_cal .ot_num h5{margin:0;display: inline-block;width: 40%;text-align: left;font-size: 1em;}
.out_cal .ot_num span{display: inline-block;}


/*trans-tools pages*/
.cal_form_wrap{text-align: center;}
.cal_form_wrap iframe{width: 100%;max-width: 560px;min-height: 600px;}


/*pages - edu/kit/tools/servise*/
.edu_top{background-image: url(https://images-assets.nasa.gov/image/iss040e074977/iss040e074977~orig.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.edu_top .container-fluid{ position: relative;overflow: hidden;padding: 150px 0;color: #fff;background-color: rgba(25, 25, 28, 0.3);}
.edu_top_img h2{font-size: 6em;}


.lightcase-contentInner img{width:100%;}


/*subscribe*/
.more{padding-top: 0;}
.free_oni_tra {
    max-width: 630px;
    text-align: center;
    margin: 0 auto;
}
.mt_5 {
    margin-top: 5%;
}
.form_00 {
    display: flex;
    padding: 0 10px;
    margin-bottom: 15px;
}
.form_00 label {
    width: 65px;
}

.form_00 .m9 {
    margin-left: 15px;
    width: calc(100% - 45px);
}
.form_00 .m9 input {
    width: 100%;
}

.subm_btn {
    margin-top: 32px;
}
.subm_btn input {
    background-color: #76d155;
    border: 1px solid #76d155;
}
.subm_btn input:hover{
	background-color: transparent;
    color: #333;
    text-decoration: none;
}
.subm_btn input, .harv_btn a {
    color: #fff;
    border-radius: 5px;
    padding: 0.375rem 30px;
    letter-spacing: 2px;
    font-size: 1.2em;
    text-align: center;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.global_01 {
    position: relative;
    top: 2px;
    right: 0;
	display: flex;
    align-items: center;
}
.global_01 a {
    padding: 0;
    line-height: 32px;
    font-weight: bolder;
	display: flex;
	align-items: center;
	position: relative;
}
.global_01 svg{width: 39px;}


.top_order{
	min-height: 42.89px;
    max-width: 90px;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    /* margin-bottom: 8px; */
    /* background-color: transparent; */
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	display: none;
    align-items: center;
	margin-top: 21px;
}



@media(min-width:1199px){
	/*cal.html*/
	.lot_cal{min-height: 800px;}
}

@media (max-width: 1199px) {
	.top_order{display: flex;}
	
	
	/*nav-right*/
	.nav_drap,.n_r_wrap{float: none;}
	.nav_drap{padding: 6px 15px;}
	
	.nav_drap{display: block;}
	.navbar-right .dropdown-menu{position: relative;z-index: 1;float: none;background-color: transparent;}
	.navbar-right .dropdown-menu a{color: #fff;}
	.navbar-right .dropdown-menu a:hover{background-color: transparent;color: #59cb30;}
	

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	
	.global_01{display: block;}

	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}

    
	

}
@media (max-width: 1191px)and (min-width: 991px ){
	/*about*/
	.about_img{margin-top: 4%;}
}

@media (max-width: 991px) {
	/*why_trex*/
	.intro_text{margin-top: 5%;position: relative;}
	
	/*motto*/
	.quote-byline {
		padding-right: 0;
	}

	.thirddiv ul li p {
		text-align: left;
		width: 87%;
		float: right;
	}

	/*others*/
	.jumbotron {
		background: none;
	}

	.a_img {
		width: 165px;
		height: 100px;
		display: block;
		margin: 0 auto;
		padding-left: 50px;
	}
	
	
	.utr_icon ul{padding: 10px;}
	
	/*about*/
	.about_img{margin-bottom: 3%;}

	
	/*share*/
	.share_title{margin-top: 7%;}
	.invest_title,.invest_alert{padding: 0;}
	
	/*pricing*/
	.p_001_01_en h4::before, .p_001_02_en h4::before{left: 5%;}

	
}

@media (max-width: 768px) {
	/*motto*/
	.motto_wrap{width: 90%;}
	
	/*share*/
	.share{padding: 65px 15px;}
	.student_row{margin: 5% 0;}
	.trext_video a h4{color: #fff;}
	.trext_video a h4 .share_profit{border-left: 2px solid #fff;}
	.share02{background-color: transparent;}
	.owl-carousel02{top:0;width: 80%;margin: 0 auto;}
	.share02 .book_bottom{margin: 5% 0 0;padding-bottom: 0;}
	
	/*pricing*/
	.p_02wrap{display: block;}
	.plan_00{width: 90%;margin: 0 auto 5%;float: none;}
	.plan_00:last-child{margin-top: 10%;}
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 24px;
		padding-bottom: 25px;
	}
}

@media (max-width: 620px) {
	h3 {
		font-size: 35px;
	}

	h3 span {
		font-size: 30px;
	}

}

@media (max-width: 551px) {
	/*about*/
	.h3_img{display: block;margin: 0 auto;}
	
	/*student_share*/
	.showcase-list .utr_img,.showcase-list a,.tool_img ul li,.trext_video .col-md-4 {width: 100%;}
	
}

@media(max-width:520px){
	/*cal.html*/
	.out_cal .ot_num h5{width: 60%;}
}
		

@media (max-width: 510px) {
	.intro-text {
		font-size: 26px;
	}
	
	/*book_btn*/
	.video_btn{margin-right: 0;}
	

	
	/*trex_qa*/
	.change_i{display: none;}
	
	/*pricing*/
	.p_001 h4::before,.p_001_01_m h4::before{display: none;}
	.p_001 .hid_pay01,.p_001 .hid_pay02{display: block;}
	.p_002 li .pricing_l{width: 20%;}
	.p_002 li p{width: 80%;}
	
}

@media (max-width: 437px) {
	.intro-text span {
		font-size: 20px;
	}
}

@media (max-width: 400px) {}

@media(max-width:360px){
	/*cal.html*/
	.out_cal .ot_num h5{width: 70%;}
}

@media (max-width: 352px) {

	/*first about*/
	.large_t {
		font-size: 1.2em;
	}
}

.text-24 {
	font-size: 24px;
}

