@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background:#fff9fd;
	font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
	}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:50px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}
#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



#HEADER{
	top: 0px;
	left: 0px;
	width:100%;
  	position: fixed;
  	z-index: 6;
	}






.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	

#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -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;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #181f37;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -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;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #181f37;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




#logo{
	position: absolute;
	z-index:  3;
	height: 26px;
	left: 30px;
	top: 17px;
}

#NAV{
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 60px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
	text-align: center;
}

#NAV_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 60px;
	background: #ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); // IE 5-7
    -moz-opacity:0.9;
    opacity: 0.9;
    display: none;
}



nav{
	float: right;
	text-align: center;
	margin-top: 15px;
}

nav a, nav div {
	position: relative;
	display: inline-block;
	outline: none;
	text-align: center;
	height: 30px;
	margin-right: 40px;
  font-size: 14px;
  color: #2a2a2a;
  line-height: 30px;
 	cursor: pointer;
}

nav a .icon, nav div .icon{
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	margin-right: 5px;
}

nav a .fb_img{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

nav .media_share{
  margin-right: 40px;
}


nav .media_share .social{
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}


nav a span, nav div span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
  color: #2a2a2a;
  line-height: 30px;
}

nav a:hover, nav div:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav a:last-child, nav div:last-child {
	margin-right: 0px;
}

#Line_Pc_Btn{
  display: inline-block;
}


#Line_mobile_Btn{
  display: none;
}


#KV{
	float: left;
	width: 100%;
	height: 730px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cff1f7+1,feefeb+100 */
background: #fff9fd; /* Old browsers */
text-align: center;
position: relative;
}





.KV_mbShow{
	display: none;
}

.kv_reqular{
	position: absolute;
	width: 870px;
	z-index: 1;
	left: 50%;
	bottom:0px;
	margin-left: -435px;
}


.red{
	color: #ff0737;
	font-weight: bold;
}

.bigfont{
	color: #ff0737;
	font-weight: bold;font-size: 24px;
}


.hotkey{
	position: fixed;
	z-index: 3;
	width: 50px;
	right: 0px;
	top: 25%;
	cursor: pointer;
}

.hotkey img{
width: 100%;
}

.hotkey:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.pcLink{display: block;}
.mbLink{display: none;}


.survey_qb{
	position: fixed;
	z-index: 3;
	width: 100px;
	right: 10px;
	top: 70%;
	cursor: pointer;
}



.survey_qb:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#CONTENT{
	float: left;
	width: 100%;
	border-top:#cbd3d4 1px dotted;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.sec{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}



.sec .block{
	display: inline-block;
	width: 1200px;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px 60px 20px;
}












.partner_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #252525;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.logo_display{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.logo_display a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.logo_display img{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	margin: 10px;
}

.logo_display img.hwa{
	height: 20px;
}

.logo_display img.evrich{
	height: 20px;
}

.logo_display img.kuo{
	height: 40px;
}


.fixicon1{
  height: 40px;
}

.fixicon2{
  height: 40px;
}

.fixicon3{
  height: 30px;
}

.fixicon4{
  height: 30px;
}





.googleForm{
	display: inline-block;
	width: 100%;
	height: 382px;
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



#FOOTER{
	float:left;
	width:100%;
	background: #343434;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px 20px 25px 20px;
	}


.copy_right{
	display: inline-block;
	width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
}





/**landing**/

.landing_info{
    background:#fdf0da; 
}

.landing_purpose{
	background:#d599a2; 
}

.landing_history{
	background:#5eaae2; 
}

.land_sec{
	float: left;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	 padding: 75px 20px 75px 20px;
}

.land_mid{
	display: inline-block;
	width: 1140px;
	text-align: center;
}

.land_title{
	display: inline-block;
	width: 150px;
	margin-bottom: 80px;
}

.land_info_item{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.land_info_item:last-child{
	margin-bottom: 0px;
}

.land_info_title{
	display: inline-table;
	vertical-align: middle;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	margin-right: 30px;
}
.land_info_title .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.2;
}

.land_info_des{
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	color: #000000;
	width: 740px;
	text-align: left;
}

.map_route{
	width: 26px;
	cursor: pointer;
}

.land_info_title.blue{
	background: #5eaae2;
}
.land_info_title.pink{
	background: #d78f99;
}
.land_info_title.green{
	background: #9db069;
}



.landing_purpose_slogan{
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 24px;
	line-height: 1.7;
	color: #000000;
	margin-bottom: 80px;
}



.purpose_feature{
	display: inline-block;
	width: 320px;
	margin: 10px;
}


.signup_form{
	display: inline-table;
	width: 100%;
	margin-bottom: 40px;
}


.signup_form .form_title{
	display: table-cell;
	vertical-align: top;
	width: 200px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #151515;
}
.signup_form .form_content{
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #151515;
}

.signup_form .form_content .bold{
	font-weight: bold;
}

.form_list1{
		display: inline-table;
	width: 100%;
	margin-top: 10px;
}

.form_list1 .form_list1_title{
display: table-cell;
	vertical-align: top;
	width: 220px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #151515;
}

.form_list1 .form_list1_des{
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #151515;
}

.form_list2{
	display: inline-block;
	width: 100%;
}

.form_list2 li{
	list-style-type: lower-roman;
	margin-top: 10px;
	margin-left: 30px;
}





.download_btn{
	display: inline-block;
	width: 300px;
	height: 70px;
	margin-top: ˋ0px;
	background:#ce7788;
	font-size: 26px;
	color: #ffffff;
	line-height: 70px;
	border-radius: 10px;
	text-align: center;
}

.history_nav{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.historyBtn{
	display: inline-block;
	width: 215px;
	border-radius: 10px;
	border:#eb6877 1px solid;
	background:#ffffff ;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    opacity: .5;
}

.historyBtn:hover, .historyBtn.current{
	opacity: 1;
}
.historyBtn span{
    font-size: 30px;
  
}

.album_display{
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.album_display.show{
	display: inline-block;
}

.album_display img{
	display: inline-block;
	width: 48%;
}

.google_form{
	float: left;
	width: 100%;
}

.form_btn{
	display: inline-block;
	width: 300px;
	height: 70px;
	margin-top: 30px;
	background:#4688f1;
	font-size: 26px;
	color: #ffffff;
	line-height: 70px;
	border-radius: 10px;
	text-align: center;
}


.pc_show{
	display: inline-block;
}
.mb_show{
	display: none;
}

@media screen and (max-width: 1270px) {
.NAV_btn_wrap{
	display: inline-block;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	


#NAV{
	float: none;
	position: fixed;
	z-index: 2;
	width:180px;
    height:100%;
    right:-180px;
	top:0px;
	background:#ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
    padding-right: 0px;
	text-align: center;
}


#NAV.reveal{
	right:0px;
	}	


nav{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;	
}

nav a, nav div {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px; 
	height: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
  font-size: 14px;
  color: #2a2a2a;
  line-height: 30px;
  text-shadow: 0px 0px 40px rgba(50, 50, 50, 0.05)
}

nav a:last-child, nav div:last-child {
	margin-right: 0px;
	margin-top: 0px;
}



}





@media screen and (max-width: 1140px) {


.land_mid{
	display: inline-block;
	width: 100%;
	text-align: center;
}



#KV{
	float: left;
	width: 100%;
	height: 630px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cff1f7+1,feefeb+100 */
background: #ffffff; /* Old browsers */
position: relative;

}

.sec .block{
	display: inline-block;
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px 60px 20px;
}



}






@media screen and (max-width: 1024px) {

.video_wrap{
	display: inline-block;
	width: 100%;
}

.video_wrap .yt_emded{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 640px;
}

.video_wrap .video_txt{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 30px;
}
.video_brief{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #474747;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 1.5;
}


.video_brief_info {
	font-weight: normal;
	width: 100%;
	display: inline-block;
	border-top: #bebebe 1px dotted;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
	margin-top: 20px;
	color: #474747;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.2px;
	text-align: center;
	font-weight: 600;
}


.famous_slider{
	display: inline-block;
	width: 90%;
	text-align: center;
}

.foresee_slider{
	display: inline-block;
	width: 90%;
	text-align: center;
}



.question_item{
	float: left;
	width: 45%;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: #ffffff 1px solid;
    padding: 20px 12px 20px 12px;
    margin: 2%;
}

 .kv_date{
	position: absolute;
	width: 300px;
	height: 131px;
	right: 100px;
	bottom: 0px;
}



}


@media screen and (max-width: 970px) {




.kv_reqular{
	position: absolute;
	width: 90%;
	z-index: 1;
	left: 5%;
	bottom:0px;
	margin-left: 0px;
}




.student_item{
	display: inline-block;
	width: 220px;
	text-align: center;
	margin: 10px;
}


.live_wrap{
	display:inline-block;
	position: relative;
	z-index: 1;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
	}


}


@media screen and (max-width: 840px) {

.land_info_des{
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	color: #000000;
	width: 500px;
	text-align: left;
}


}


@media screen and (max-width: 680px) {





#KV{
	float: left;
	width: 100%;
	height: 300px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cff1f7+1,feefeb+100 */
background: #fff9fd; /* Old browsers */
position: relative;

}



.KV_mbShow{
	display: inline-block;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 1;
		left: 5%;
	bottom:0px;
}




.kv_reqular{
	position: absolute;
	width: 80%;
	z-index: 1;
	left: 10%;
	bottom:0px;
	margin-left:0px;
}



.hotkey{
	position: fixed;
	z-index: 3;
	width: 100%;
	right: 0px;
	top: inherit;
	bottom: 0px;
	cursor: pointer;

}

.pcLink{display: none;}
.mbLink{display: block;}

.land_info_title{
	display: inline-table;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 0px;
}
.land_info_title .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.2;
}


.land_info_des{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #000000;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


.landing_purpose_slogan{
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #000000;
	text-align: left;
}



.signup_form{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}


.signup_form .form_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #151515;
}
.signup_form .form_content{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #151515;
}

.form_list1{
		display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.form_list1 .form_list1_title{
display: inline-block;
margin-bottom: 5px;
	vertical-align: top;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #151515;
}

.form_list1 .form_list1_des{
	display: block;
	width: 100%;
	vertical-align: top;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #151515;
}

.historyBtn{
	display: inline-block;
	width: 120px;
	border-radius: 10px;
	border:#eb6877 1px solid;
	background:#ffffff ;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    opacity: .5;
    margin: 2px;
}

.fixicon1{
  height: 35px !important;
}

.fixicon2{
  height: 40px !important;
}

.fixicon3{
  height: 30px !important;
}

.fixicon4{
  height: 34px !important;
}


.pc_show{
	display: none;
}
.mb_show{
	display: inline-block;
}

}


@media screen and (max-width: 580px){


#Line_Pc_Btn{
  display: none;
}


#Line_mobile_Btn{
  display: inline-block;
}



}

@media screen and (max-width: 468px) {


.land_title{
	display: inline-block;
	width: 100px;
	margin-bottom: 80px;
}





}

@media screen and (max-width: 320px) {


.purpose_feature{
	display: inline-block;
	width: 250px;
	margin: 10px;
}




}



