body{
    text-align:center;
    color:#1a1a1a;
	background:#ebebeb;
    font-size:15px;
    margin:0;
	-webkit-font-smoothing: antialiased;
}

body *{
	max-height:999999px;
}


@media screen and (max-device-width: 540px){
 body{
   -webkit-text-size-adjust: none;
 }

}
.container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    text-align:left;
    min-width:540px;
    animation:openForm 2s ease-in;
}

*, *:after, *:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

a{
    color:inherit;
}

a:hover{
    color:inherit;
}

.row:after{
    content:'';
    clear:both;
    display:block;
}

img{
    /*display:block;*/
    /*image-rendering: -moz-crisp-edges;  */       /* Firefox */
    /*image-rendering:   -o-crisp-edges;  */       /* Opera */
    /*image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    /*image-rendering: crisp-edges;*/
    /*-ms-interpolation-mode: nearest-neighbor;*/  /* IE (non-standard property) */
}

.fl_left{
    float:left;
}

.fl_right{
    float:right;
}

.img-max{
    max-width:100%;
    margin:0 auto;
}

/*form*/

.thankyoupage label.mLabel{
	z-index:1000;
}

label.mLabelText{
    line-height:25px;
    display:block;
}

#FormBg{
    position:relative;
    width:100%;
    margin:auto;
}

.btn_area{
    position:relative; margin:0 0 30px 0;
}

.medi-btn-sel{
    background:url(../images/m_btn-sel.png) no-repeat right;
    background-size:25px auto;
}

.term_pt:first-child{
	padding-top:18px;
}

.term_pt{
    font-size:12px; line-height:20px; margin-bottom:8px; letter-spacing:0; text-align:left;
}

.drop_field{
    height: 100%; position: absolute; left: 0px; z-index: -1; width: 90%;
}

label{
	font-weight:normal;
	font-weight:300;
}

/*form*/


/*main*/
.white_bg{
	width:100%;
	background:#fff;
	position:relative;
	z-index:10;
}

.grey_bg{
	width:100%;
	background:#ebebeb;
	position:relative;
	z-index:10;
}

.form_bg{
	width:100%;
	background:#ebebeb;
	position:relative;
	z-index:10;
}

.section_form, .section_info{
    width:100%;
}

.top_img{
	visibility:hidden;
}

.section_form{
	padding-bottom:60px;
}

.form_title{
    margin-bottom:8px;
}

.section_form_title{
	background:#000;
	color:#fff;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../images/form_title_bg.jpg) no-repeat center top / cover;
}

.section_form_title .container{
	text-align:center;
}

.section_form_title h1{
	font-size:36px;
	letter-spacing:2px;
	margin:0;	
	margin-bottom:8px;
	font-weight:300;
}

.section_form_title h1 strong{
	font-weight:500;
}

.section_form_title h2{
	font-size:28px;
	letter-spacing:2px;
	margin:0;
	font-weight:300;
}

.section_info_title{
	font-size:18px;
	line-height:27px;
	text-align:center;
}

.section_form_name{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
	letter-spacing:2px;
	text-align:center;
	font-weight:normal;
	font-weight:300;
}

.section_form_subtitle{
	font-size:22px;
	line-height:36px;
	margin-bottom:25px;
	text-align:center;
}

.section_info_con{
	font-size:24px;
	line-height:36px;
	margin-bottom:25px;
	text-align:center;
}

.button{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button:hover{
    opacity:0.75;
    filter: opacity(75%);
}

.footer{
	padding-top:20px;
	padding-bottom:50px;
    width:100%;
	font-size:15px;
	line-height:34px;
	/*color:#666c7b;*/
}

.footer .container{
	border-top:1px solid #a2a8ad;
	padding-top:20px;
}

.footer img{
	display:inline-block;
	vertical-align:text-bottom;
}

.footer div > span{
	padding-left:12px;
	padding-right:12px;
}

.footer a{
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#term_box, #photo_box{
    position:fixed;
    z-index:9999;
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
	height:100vh;
    text-align:center;
    display:table;
	top:0;
}

.term_wrapper, .photo_wrapper{
    display:inline-block;
    text-align:left;
    display:table-cell;
    vertical-align:middle;
}

.photo_container{
	position:relative;
    margin:0 auto;
	padding:40px 0px;
	max-width:905px;
	text-align:center;
	display:table;
}

.term_container{
    position:relative;
    max-width:550px;
    width:100%;
    margin:0 auto;
    font-size:12px;
    color:#464646;
	background:rgba(255,255,255,0.8);
	padding:15px 20px;
}

#photo_close_bn{
    position:absolute;
    right:8px ;
    top:0px;
}

#photo_close_bn .mfp-close{
	color:#fff;
	font-size:32px;
}

.term_container ul{
    margin-left:-20px;
    list-style: disc;
	margin-top:0;
}

#term_close_bn{
    position:absolute;
    right:0px;
    top:0px;
}

.mfp-close{
    overflow:visible;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:0;
    padding:0;
    z-index:1046;
    -webkit-box-shadow:none;
    box-shadow:none;

    width:44px;
    height:44px;
    line-height:44px;
    right:0;
    top:0;
    text-decoration:none;
    opacity:1;
    filter:alpha(opacity=65);
    padding:0 0 18px 10px;
    font-size:19px;
    font-family:Arial,Baskerville,monospace;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}

.position_fixed{
	position:fixed;
	z-index:11;
}


@keyframes slideBoxFadeIn {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes slideBoxFadeOut {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

#term_box.pop_show, #photo_box.pop_show{
    animation: slideBoxFadeIn 0.5s ease-in;
    opacity:1;
}

#term_box.pop_hide, #photo_box.pop_hide{
    animation: slideBoxFadeOut 0.5s ease-in;
    opacity:0;
}

#mainMenu, #subMenuList{
	z-index:25 !important;
}

.thankyou{
	padding-top:40px;
	padding-bottom:60px;
	font-size:26px;
	line-height:38px;
	text-align:center;
}

.thankyou strong{
	font-size:32px;
}

.term_pt a{
	text-decoration:underline;

	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form_dots{
	margin-bottom:25px;
}

.form_dots span{
	width:12px;
	height:12px;
	border-radius:50%;
	background:#acacac;
	margin-right:28px;
	display:inline-block;
}

.form_dots span.blue{
	background:#225280;
}

.blue_title{
	background:#5b92bc;
	background: -webkit-linear-gradient(left, #a7c0d5 , #5b92bc, #a7c0d5 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #a7c0d5 , #5b92bc, #a7c0d5 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #a7c0d5 , #5b92bc, #a7c0d5 ); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #a7c0d5 , #5b92bc, #a7c0d5 ); /* Standard syntax */
	text-align:center;
}

.font_white{
	color:#fff !important;
}

#thankyou{
	min-height:100vh;
}

#thankyou .btn_tab{
	display:none;
}

.detail_box_row{
	border-top:4px solid #79cfda;
	padding-top:70px;
}

.detail_box{
	font-size:38px;
	line-height:48px;
	text-align:center;
	position:relative;
	padding-bottom:54px;
	cursor:pointer;
}

.detail_box.active{
	color:#3470ab;
}

.detail_box.active:before{
	content:"";
	position:absolute;
	z-index:10;
	border:27px solid transparent;
	border-bottom:27px solid #000;
	bottom:-1px;
	left:50%;
	transform:translateX(-50%);
}

.detail_box.active:after{
	content:"";
	position:absolute;
	z-index:10;
	border:27px solid transparent;
	border-bottom:27px solid #fff;
	bottom:-2px;
	left:50%;
	transform:translateX(-50%);
}

.detail_box_img{
	margin-bottom:30px;
	position:relative;
}

.detail_box_img img{
	visibility:hidden;
}

.detail_ani_box{
	width:100%;
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	//transform:translateX(-50%);
	max-width:212px;
	transform: translateX(-50%);
    transform-origin: left center;
}

.detail_ani_box01{
	background:url(../../share/images/2017_JMv4/box01.png) no-repeat center top / cover;
	/*animation:detail_box01_ani 3s 0.7s linear alternate-reverse infinite both;*/
}

@keyframes detail_box01_ani{
	0%{
		transform:rotateY(0) translateX(-50%);
	}
	100%{
		transform:rotateY(360deg) translateX(-50%);
	}
}


.detail_box01:hover .detail_ani_box01b, .detail_box01.active .detail_ani_box01b{
	background:url(../../share/images/2017_JMv4/box01.png) no-repeat center top / cover;
	animation:detail_box01_ani 3s linear infinite both;
}

.detail_ani_box02{
	background:url(../../share/images/2017_JMv4/box02.png) no-repeat center top / cover;
	z-index:2;
}

.detail_ani_box02b{
	background:url(../../share/images/2017_JMv4/box02_img.png) no-repeat center top / cover;
	z-index:0;
}

.detail_box02:hover .detail_ani_box02b:before, .detail_box02.active .detail_ani_box02b:before{
	content:"";
	z-index:1;
	width:100%;
	height:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	animation:detail_box02_ani 1.8s ease-in infinite forwards;
	width:0;
	height:0;
	border:100px solid #fff;
	box-sizing: content-box;
	border-radius:50%;
}

@keyframes detail_box02_ani{
	0%{
		width:0;
		height:0;
	}

	40%,100%{
		width:100%;
		height:100%;
		border:0px solid #fff;
	}
}


.detail_ani_box03{
	background:url(../../share/images/2017_JMv4/box03.png) no-repeat center top / cover;
	z-index:2;
}

.detail_ani_box03b{
	background:url(../../share/images/2017_JMv4/box03_img.png) no-repeat center top / cover;
	z-index:0;
}

.detail_box:hover .detail_ani_box03b:before, .detail_box.active .detail_ani_box03b:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	animation:detail_box03_ani 2.2s linear infinite both;
	z-index:1;
}

@keyframes detail_box03_ani{
	0%{
		height:0%;
	}

	60%,100%{
		height:60%;
	}
}

.detail_con{
	font-size:20px;
	line-height:36px;
	padding:30px 15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
}

.detail_con > span{
	display:inline-block;
}

.detail_con ol{
	margin-left:-40px;
	list-style:none;
	counter-reset: li;
}

.detail_con ol li{
	position:relative;
	padding-left:30px;
	counter-increment: li;
	list-style-position:inside;
	display:inline-block;
}

.detail_con ol li:before{
	content:counter(li)"/";
	position:absolute;
	left:0;
	top:0px;
}

.detail_con ul{
	margin-left:-40px;
	list-style:none;
}

.detail_con ul li{
	position:relative;
	padding-left:20px;
}

.detail_con ul li:before{
	content:"-";
	position:absolute;
	left:0;
	top:0px;
}

.popup{
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	z-index:999;
	padding-top:80px;
	background:rgba(0,0,0,0.8);	
	opacity:0;			
}
		
.popup iframe{
	max-width:1200px;
}
.popup_btn_close{
	font-size:60px;
	line-height:60px;
	color:#fff !important;
	position:absolute;
	right:15px;
	top:0px;
	z-index:10;
	font-weight:100;
	font-family: Arial,Baskerville,monospace;
	cursor:pointer;
}

.top_banner_box{
	background:url(../images/banner.jpg) no-repeat center top / cover;
	padding-bottom:45%;
	position:relative;
	margin-top:104px;
}

.top_banner_bottom{
	background:url(../images/banner_bottom_m.png) no-repeat center top;
}

.top_banner_text01{
	position:absolute;
	z-index:2;
	width:34.6%;
	left:50%;
	margin-left:-35.3%;
	top:14.6%;	
	overflow:hidden;
	animation:top_banner_text_ani 0.8s 1.5s linear both;
}

@keyframes top_banner_text_ani{
	0%{height:0;}
	30%,70%{height:8%;}
	100%{height:20%;}	
}

.top_banner_text02{
	position:absolute;
	z-index:2;
	width:13.2%;
	left:50%;
	margin-left:-35.3%;
	top:35.4%;
	overflow:hidden;
	animation:top_banner_text_ani 3.8s 3.2s linear both;
}

.top_banner_text03{
	position:absolute;
	width:20.8%;
	left:50%;
	margin-left:9.45%;
	top:65%;
}

.font_blue{
	color:#00579c;
}

.banner_video_img{
	position:absolute;
	width:30.3%;
	left:50%;
	margin-left:-35%;
	top:46.7%;
	cursor:pointer;
}

.banner_video_img img{
	border:10px solid #fff;
	box-shadow:3px 3px 5px 3px rgba(0,0,0,0.15);
}

.middle_section{
	padding-top:80px;
	padding-bottom:80px;
}

.middle_ps{
	font-size:65px;
	letter-spacing:15px;
	position:absolute;
	right:5.2%;
	top:7%;
	overflow:hidden;
	height:0;
	transition:all 0.6s 0.6s linear;
}

.middle_ps.active{
	height:92px;
}

.middle_para{
	padding-left:5%;
	padding-right:2%;
	padding-top:9%;
}

.middle_title{
	font-size:40px;
	margin-bottom:10%;
	font-weight:600;
	position:relative;
}

.middle_title:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#ebebeb;
	overflow:hidden;
}

.middle_title.active:before{	
	animation:middle_title_ani 0.8s 1.6s linear both;
}

@keyframes middle_title_ani{
	0%{height:100%;}
	30%,70%{height:50%;}
	100%{height:0%;}
}

.text01{
	font-size:27px;
	line-height:36px;
	letter-spacing:2px;
}

.middle_img{
	position:relative;	
}

.middle_blue{
	background:url(../images/decor01.jpg) no-repeat left top / cover;
	mix-blend-mode:multiply;
	padding:20px 20px 30px 20px;
	margin-top:-40px;
}

.middle_blue_title{
	font-size:40px;
	line-height:70px;
	font-weight:400;
	letter-spacing:4px;
}

.middle_blue_box{
	display:inline-block;
	border:1px solid #fff;
	padding-left:10px;
	padding-right:10px;	
	line-height:50px;
}

.middle_blue strong{
	font-size:32px;
}

.middle_para{
	position:relative;
}

.middle_para_slope{
	overflow:hidden;position:absolute;
	left:-80%;
	top:-6%;
	width:116%;
	height:100%;
	opacity:0;
}

.middle_para_slope:before{
	content:"";	
	transform:rotate(-45deg);
	transform-origin:right top;
	width:100%;
	height:3px;
	background:#00579c;
	display:block;
}

.middle_para_slope.active{
	animation:middle_para_ani 0.5s ease-out both;
}

@keyframes middle_para_ani{
	0%{transform:translate(100%,-125%);opacity:0;}
	20%,80%{opacity:1;}
	100%{transform:translate(-50%,63%);opacity:0;}
}

.service_section{
	padding-top:80px;
	padding-bottom:80px;
}

.service_box_row{
	padding-top:80px;
}

.service_box{
	position:relative;
	padding-top:10%;
	text-align:center;
}

.service_box:nth-child(2) > div:nth-child(2){
	animation-delay:0.2s;
}

.service_box:nth-child(3) > div:nth-child(2){
	animation-delay:0.4s;
}

.service_box_no{
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	font-size:333px;
	line-height:222px;
	color:#dbe2ea;
	z-index:-1;
}

.service_box_img{
	max-width:248px;
	max-width:70%;
	margin:0 auto;
}

.service_title{
	font-size:30px;
	line-height:40px;
	margin-top:35px;
	font-weight:bold;
	letter-spacing:0;
}

.service_con{
	font-size:23px;
	margin-top:15px;
}

.thankyou_banner{
	margin-top:104px;
	background:url(../../share/images/2019_BPF/banner.jpg) no-repeat center top  / cover;
	padding-bottom:40%;
}

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

}

@media screen and (max-width:1199px){
	.detail_box{
		font-size:34px;
	}	
	
	.middle_title{
		font-size:27px;
		letter-spacing:0;
		margin-right:-15px;
	}
	
	.text01{
		font-size:20px;
		line-height:30px;
	}
}

@media screen and (min-width:1200px){
}

@media screen and (min-width:992px){
	.detail_box img{
		max-width:212px;
		max-height:212px;
	}
}

@media screen and (max-width:991px){	
	.detail_box{
		padding-left:14px;
		padding-right:14px;
		font-size:22px;
		line-height:28px;
	}

	.detail_box_img{
		width:80%;
		margin-left:10%;
	}
	
	#FormBg{
		text-align:center;
	}

	#mediEl_mutilCkbox .row{
		text-align:left;
	}

}

@media all and (max-width:640px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.detail_box01.active:before, .detail_box02.active:before{
		bottom:-3px;
	}

	.detail_box01.active:after, .detail_box02.active:after{
		bottom:-4px;
	}
}


@media screen and (min-width:641px){
}

@media screen and (max-width:640px){
    .term_container{
        padding-left:15px;
        padding-right:15px;
    }

	.section_form_title{
	}

	.section_info_title{
		font-size:33px;
		padding-left:10px;
		padding-right:10px;
	}

	.section_form_subtitle{
		font-size:20px;
		line-height:30px;
	}

	.section_info_con{
		font-size:18px;
		line-height:26px;
	}

	.thankyou{
		font-size:20px;
		line-height:30px;
	}
	
	.thankyou strong{
		font-size:23px;
	}

	.term_pt{
		font-size:18px;
		line-height:32px;
	}

	#player{
		min-height:360px;
	}
	
	.top_banner_box{
		background-image:url(../images/banner_m.jpg);
		padding-bottom:1004px;
	}
	
	.top_banner_text01{
		width:528px;
		top:627px;
		left:55px;
		margin-left:0;
	}
	
	.top_banner_text02{
		width:197px;
		top:773px;
		left:55px;
		margin-left:0;
	}
	
	.top_banner_text03{
		width:285px;
		top:378px;
		left:174px;
		margin-left:0;
	}
	.banner_video_img{
		width:506px;
		top:823px;
		left:67px;
		margin-left:0;
	}
	
	.middle_section{
		padding-top:180px;
	}
	
	.middle_ps{
		font-size:45px;
		right:0;
	}
	
	.middle_para{
		padding-top:123px;
		padding-left:15px;
		padding-right:15px;
		text-align:justify;
	}
	
	.middle_para_slope{
		left:-60%;
	}
	
	@keyframes middle_para_ani{
		0% {
			transform: translate(38%,-28%);
			opacity: 0;
		}
		20%, 80% {
			opacity: 1;
		}
		100% {
			transform: translate(-80%,60%);
			opacity: 0;
		}
	}
	
	.middle_img:before{
		width:396px;
		padding-bottom:70px;
		bottom:-30px;
		left:243px;
	}
	
	.service_box{
		padding-left:3px;
		padding-right:3px;
	}
	
	.service_box_no{
		font-size:166px;
		line-height:116px;
	}
	
	.service_title{
		font-size:20px;
		line-height:28px;
		margin-top:15px;
	}
	
	.service_con{
		font-size:18px;
		margin-top:10px;
	}
	
	.service_section{
		padding-top:0;
	}
	
	.service_box_row{
		padding-top:20px;
	}
	
	@keyframes top_banner_text_ani{
		0%{height:0;}
		30%,70%{height:6%;}
		100%{height:20%;}	
	}
	
	.middle_blue{
		margin-top:-28px;
	}
	
	.middle_blue strong{
		font-size:23px;
	}
	
	.middle_blue_title{
		font-size:28px;
		line-height:40px;
	}
	
	.middle_blue_box{
		line-height:40px;
	}
	
	.thankyou_banner{
		background-image:url(../../../激光脫毛medilaseprou/share/images/2019_BP/banner_m.jpg);
		padding-bottom:800px;
	}

}

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

}

@media screen and (min-width:541px) and (max-width:940px){

}

/*comment box */
.jspScrollable:focus{
	outline:0;
}
#headlinesection21 .comment_lead_wrapper2 {
	z-index: 999;
}
.comment_lead_wrapper2 {
	width: 370px;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:24px;
	text-align:left;
}
.comment_box_fr_up {
	background-color: #4d4d4d;
	padding: 0 18px 0 18px;
	line-height:48px;
}

.comment_box_text1 {
	font-size: 20px;
	color: #fff;
	display: inline;
	padding-left: 10px;
	letter-spacing:1px;
}
.comment_box_text2 {
	font-size: 14px;
	color: #fff;
	display: inline;
	letter-spacing:1px;
}
.comment_lead_wrapper2 .jspContainer {
	height: 160px!important;
}
.comment_lead_wrapper2 .unitreply {
	margin: 16px 32px 16px 18px;
	border-bottom: 1px solid #b1b2b5;
	padding-bottom: 18px;
}
.comment_lead_wrapper2 .unitreply {
	display: block;
	width: initial;
}
.comment_lead_wrapper2 .lfloat {
	float: left;
}
.comment_lead_wrapper2 img {
	max-width: 100%;
}
.comment_lead_wrapper2 .rfloat {
	float: left;
	width: 70%;
	width:82%;
	margin: 0px 5% 0 0;
	padding-left:15px;
	display: block;
}
.comment_lead_wrapper2 .rfloat .commentusername a {
	font-size: 16px;
}
.rfloat .commentusername a {
	color: #005790;
	font-size:16px;
}
.comment_lead_wrapper2 .commenttime {
	display: inline-block;
	padding-left:10px;
}

#comment_box_fr{
	border:1px solid #726e73;
	border-top:0;
	padding-top:15px;
	padding-bottom:15px;
	background:#fff;
}

.comment_lead_wrapper2 .unitreply:nth-child(2){
	margin-top:0;
}

.comment_lead_wrapper2 .jspVerticalBar{
	right:11px;
}

.comment_box_text3{
	background:#4d4d4d;
	padding:12px 15px 2px 15px;
	color:#fff;
	margin-bottom:30px;
}

.jspDrag{
	background:#555;
}

@media (max-width:641px){
	.comment_lead_wrapper2 .jspContainer {
		height: 180px!important;
	}

	#comment_box_fr{
		font-size:20px;
		line-height:30px;
	}

	.comment_box_text1{
		font-size:18px;
	}

	.comment_box_text2{
		font-size:13px;
	}

	.comment_box_fr_up{
		padding-top:10px;
	}
}
