/* content */

/* doctor_info */
.doctor_info{
	background: url(/include/img/doctor_bg.png) no-repeat center / cover;
	display: block;
	width: 100%;
	height: 900px;
	position: relative;
}

.doctor_info .inner{
	position: relative;
	height: 100%;
}

.doctor_info .doctor{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.doctor_info .doctor_m{
	display: none;
}

.doctor_info .inner .doc_txt{
	width: 40%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translateY(-50%);
}

.doctor_info .inner .doc_txt h2{
	color: #fff;
	font-size: 46px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
}

.doctor_info .inner .doc_txt h2 p{
	font-weight: 300;
	font-size: 46px;
}

.doctor_info .inner .doc_txt h2 b{
	font-weight: 400;
}

.doctor_info .inner .doc_txt h2 strong{
	font-weight: 600;
	color: #96deff;
}

.doctor_info .inner .doc_txt .txt{
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 20px;
}

.doctor_info .inner .doc_txt .line{
	display: block;
	width: 1px;
	height: 40px;
	background: #fff;
	margin: 20px auto;
}

.doctor_info .inner .doc_txt .career{
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 35px;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.8;
	/* border: 1px solid #fff; */
	letter-spacing: 1px;
}


/* good */
.good{
	background: url(/include/img/good_bg.png) no-repeat center / cover;
	height: 495px;
}

.good .inner{
	position: relative;
	width: 1200px;
}

.good article{
	text-align: center;
	position: absolute;
	top: 0;
	width: 33.33%
}

.good article:nth-child(1){
	left: 0;
}

.good article:nth-child(2){
	left: 50%;
	transform: translateX(-50%);
}

.good article:nth-child(3){
	right: 0;
}

.good article b.num{
	font-size: 80px;
	display: block;
	vertical-align: middle;
	line-height: 1
}

.good article span.line{
	display: block;
	width: 1px;
	height:  80px;
	background: #333;
	margin: auto
}

.good article h3{
	font-size: 30px;
	margin: 20px 0;
}

.good article h3 strong{
	color: #2ba0d7;
}

/* tip */
.tip{
	background: #eef5f7;
}

.tip .inner{
	padding: 80px 0;
	text-align: center;
	width: 1200px;
}

.tip .inner .quotes{
	margin-bottom: 40px;
}

.tip h2::before{
	content: 'Oral Surgery & Implant Clinic';
	display: block;
	letter-spacing: 5px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	color: #757575;
}

.tip h2{
	font-size: 40px;
	margin-bottom: 70px;
}

.tip h2 strong{
	font-weight: 600;
}

.tip_list li{
	float: left;
	/* width: 240px; */
	/* margin-right: calc(50% - 360px); */
	width: 33.33%;
	margin-bottom: 50px;
}

.tip_list li:nth-child(3n){
	margin-right: 0;
}

.tip_list li h3{
	width: 240px;
	height: 240px;
	background: url(/include/img/circle_bg.png) no-repeat center / cover;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}

.tip_list li h3 span{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 26px;
	line-height: 1.4;
	width: 100%;
}

/* technical */
.technical{
    background: url(/include/img/technical_bg.png) no-repeat center / cover;
    height: 3000px;
}

.technical .inner{
    padding: 100px 0;
}

.technical h2{
    font-size: 40px;
    text-align: center;
    color: #188abf;
    margin-bottom: 50px;
}

.technical h2 strong{
    font-weight: 600;
}

.technical_list{
    max-width: 1150px;
    width: 90%;
    margin: auto;

}

.technical_list li{
    float: left;
    width: calc(30% - 15px);
    max-width: 450px;
    height:480px;
    margin-right:30px;
    margin-bottom:50px;
}

.technical_list li:last-child{
    margin-right: 0;
}

.technical_list li img{
    width: 100%;
    max-width:250px;
    max-height:200px;
    margin-bottom: 20px;
}

.technical_list li h3{
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

.technical_list li h3 span.sub_tit{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.technical_list li h3::after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #188abf;
    margin: 15px 0;
}

.technical_list li p{
    font-size: 20px;
}

/* virus */
.virus_bg{
    padding: 100px 0;
    background: url(/include/img/virus_bg.png) no-repeat center / cover;
}

.virus_bg .inner{
    text-align: center;
}

.virus_bg h2{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.virus_bg h2 strong{
    font-weight: 600;
}

.virus_bg p{
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
}

.virus_bg img{
    max-width: 790px;
    width: 90%;
    margin: auto;
}
.virus_bg img.pc{
    display: block;
}
.virus_bg img.mb{
    display: none;
}

/* self */
.self_bg{
    padding: 100px 0;
}

.self_bg .inner{
    text-align: center;
}

.self_bg h2{
    font-size: 40px;
    font-weight: 400;
    color: #188abf;
    text-align: center;
}

.self_bg h2 strong{
    font-weight: 600;
}

.self_bg p{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.8;
}

.self_bg p strong{
    color: #188abf;
}

.self_bg img{
    margin: 50px auto;
    max-width: 860px;
    width: 90%
}

/* map */
.section5 .map_area{
	padding-top: 0;
}

.section5 .map_area .inner{
	height: 100%;
	top: 0
}

@media screen and (max-width: 1400px){
	/*doctor*/
	.doctor_info .inner .doc_txt{
		width: 50%;
	}
}

@media screen and (max-width: 1200px){
	.good .inner,
	.tip .inner{
		width: 90%;
	}
}

@media screen and (max-width: 1100px){
    
	/*doctor*/
	.doctor_info .inner .doc_txt h2 p{
		font-size: 22px;
	}
	.doctor_info .inner .doc_txt h2{
		font-size: 40px;
	}
	.doctor_info .inner .doc_txt .txt{
		font-size: 18px;
	}
	.doctor_info .inner .doc_txt .career{
		font-size: 16px;
	}
	.doctor_info .doctor{
		width: 450px;
	}
	.doctor_info .inner .doc_txt{
		left: 50%;
		width: 45%;
	}
	/*good*/
	.good article b.num{
		font-size: 60px;
	}
	.good article h3{
		font-size: 28px;
	}
	/*tip*/
	.tip h2{
        font-size: 30px;
	}
	.tip h2::before{
		font-size: 14px;
	}
	.tip_list li h3 span{
		font-size: 20px;
    }
    /* technical */
    .technical{
        height: 3000px;
    }
    .technical h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .technical_list li h3{
        font-size: 24px;;
    }
    .technical_list li h3 span.sub_tit{
        font-size: 18px;
    }
    .technical_list li p{
        font-size: 16px
    }
    /* virus */
    .virus_bg h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .virus_bg p{
        font-size: 18px;
    }
    /* self */
    .self_bg h2{
        font-size: 30px;
    }
    .self_bg p{
        font-size: 2.7vw;
    }
}

@media screen and (max-width: 900px){
	/*doctor*/
	.doctor_info{
		height: auto
	}
	.doctor_info .doctor{
		display: none;
	}
	.doctor_info .doctor_m{
		display: block;
		margin: 30px auto 0;
		width: 90%;
        max-width: 490px;
        /* filter: drop-shadow(2px 4px 4px #999); */
	}
	.doctor_info .inner .doc_txt{
		width: 100%;
		position: static;
		transform: translate(0);
		left: auto;
		top: auto;
		margin: auto;
		padding: 50px 0;
	}
	/* good */
	.good{
		height: auto;
		padding-bottom: 50px;
	}
	.good article{
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}
	.good article:nth-child(2){
		transform: translate(0)
	}
	.good article:last-child{
		margin-bottom: 0;
	}
	/*tip*/
	.tip_list li{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.tip_list li:nth-child(2n){
		margin-right: 0;
	}
	.tip_list li:nth-child(3){
		margin-right: 20px;
	}
	.tip_list li h3{
		max-width: 240px;
		width: 200px;
		height: 200px;
	}
	.tip_list li p{
		font-size: 14px;
    }
    .technical_list li {
        width:28%;
        transition: 1s;
    }
}
@media screen and(max-width:800px) {
    .technical {
        height:1680px;
    }
}

@media screen and (max-width: 600px){
	/* doctor */
	.doctor_info .inner .doc_txt h2 p{
		font-size: 4.3vw;
	}
	.doctor_info .inner .doc_txt h2{
		font-size: 8vw;
	}
	.doctor_info .inner .doc_txt .txt{
        font-size: 4vw;
        font-weight:500;
	}
	.doctor_info .inner .doc_txt .career{
		padding: 10px 10px;
        font-size: 4vw;
        font-weight:500;
	}
	/* good */
	.good article span.line{
		height: 60px;
	}
	.good article b.num{
		font-size: 40px;
	}
	.good article h3{
		font-size: 5vw;
		margin: 10px 0;
	}
	.good article p{
		font-size: 3.7vw;
	}
	/* tip */
	.tip .inner{
		padding: 50px 0;
	}
	.tip_list{
		width: 320px;
		margin: auto;
	}
	.tip_list li{
		margin-bottom: 20px;
	}
	.tip_list li h3{
		width: 150px;
		height: 150px;
	}
	.tip_list li p{
		display: none
	}
	.tip .inner .quotes{
		width: 36px;
	}
	.tip h2::before{
		font-size: 2vw;
		letter-spacing: 3px;
	}
	.tip h2{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.tip h2 strong{
		display: block;
	}
	.tip_list li h3 span{
		font-size: 17px;
    }
    /* technical */
    .technical{
        height: auto;
        overflow: hidden
    }
    .technical h2{
        font-size: 26px;

    }
    .technical h2 strong{
        display: block;
    }
    .technical .inner{
        padding: 60px 0;
    }
    .technical_list li{
        width: 100%;
        margin-right: 0;
    }
    .technical_list li{
        margin-bottom: 30px
    }
    .technical_list li:last-child{
        margin-bottom: 60px;
    }
    .technical_list li img{
        margin-bottom: 15px;
    }
    .technical_list li h3{
        font-size: 20px;
    }
    .technical_list li h3 span.sub_tit{
        font-size: 16px;
    }
    /* virus */
    .virus_bg h2{
        font-size: 5vw
    }
    .virus_bg h2 strong{
        /* display: block; */
    }
    .virus_bg p{
        font-size: 4vw;
        font-weight:400;3
    }
    .virus_bg p br{
        display: none;
    }
    /* self */
    .self_bg h2{
        font-size: 30px;
    }
    .self_bg h2 strong{
        display: block;
    }
    .self_bg img{
        margin: 20px 0;
    }
    .self_bg p {
        font-size: 4vw;
    }
}