@charset "utf-8";

/****************************************header****************************************/
#header {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ddd;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 10;
}
#header>div.header_left {
	max-width: 280px;
	min-width: 140px;
}
#header>div.header_left img {
	width: 100%;
}
#header>div.header_center {
	/*width: 1120px;*/
	width: 960px;
	/*min-width: 1000px;*/
	text-align: center;
}
#header>div.header_center ul {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
#header>div.header_center ul li {
	margin: 0 5px;
	cursor: pointer;
}
#header>div.header_center ul li a {
	font-size: 1.2rem;
	white-space: nowrap;
	transition-property: color;
	transition-duration: 0.3s;
	letter-spacing: -0.5px;
}
#header>div.header_center ul li a.on {
	color: #305acf;
}
#header>div.header_center ul li a:hover {
	color: #305acf;
}
#header>div.header_right {
	width: 280px;
	min-width: 140px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: right;
}
#header>div.header_right>div {
	position: relative;
}
#header>div.header_right>div span {
	padding: 10px 20px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
     white-space: nowrap; 
     color: #373737; 
     cursor: pointer; 
    /* width: 100px; */
    box-sizing: border-box;
    text-align: right;
    /* display: block;
}
#header>div.header_right>div span i {
	/*font-size: 1.3rem;
	color: #373737;*/
}
#header>div.header_right>div>div {
	display: none;
    width: 105px;
    /* padding-top: 5px; */
    /* padding-left: 5px; */
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: white;
    text-align: left;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 10px 10px 10px 20px;
}
#header>div.header_right>div>div p {
	margin: 5px 0;
	font-size: 0.9rem;
	color: #373737;
	cursor: pointer;
}
#header>div.header_right>div>div p i {
	/*font-size: 1.3rem;
	color: #373737;*/
}

/****************************************header mobile****************************************/
#m_header{
    width: 100%;display:none;;
}
#m_header > .header_top{
	position:fixed;top:0;width:100%;height:80px;line-height:80px;text-align:center;border-bottom:1px solid #305acf;box-sizing:border-box;background:#fff;z-index:2;
}
#m_header > .header_top:after{display:block;content:"";clear:both}
#m_header > .header_top img{
	height:70px;margin-top:5px;
}
#m_header > .header_top > .header_left{
	float:left;width:80px;height:80px;background:#305acf;
}
#m_header > .header_top > .header_left > i{
	font-size:24px;color:#90caf9;line-height:80px;
}
#m_header > .header_top > .header_right{
	float: right;
    /*height: 80px;*/
    font-size: 1rem;
    color: #777777;
    padding-top: 20px;
	padding-right: 20px;
    line-height: 20px;
	cursor: pointer;
}
#m_header > .header_top > .header_right > i{
	font-size: 20px;
    color: #777;
    vertical-align: middle;
    display: block;
}
@media (max-width:560px){
	#m_header > .header_top{
		height:70px;line-height:70px;
	}
	#m_header > .header_top img{
		height:70px;margin-top:5px;
	}
	#m_header > .header_top > .header_left{
		width:70px;height:70px;
	}
	#m_header > .header_top > .header_left > i{
		line-height:70px;
	}
	#m_header > .header_top > .header_right{
		/*height: 70px;*/padding-top: 16px;
	}
}
@media (max-width:480px){
	#m_header > .header_top{
		height:60px;line-height:60px;
	}
	#m_header > .header_top img{
		height:60px;margin-top:0px;
	}
	#m_header > .header_top > .header_left{
		width:60px;height:60px;
	}
	#m_header > .header_top > .header_left > i{
		line-height:60px;
	}
	#m_header > .header_top > .header_right{
		/*height:60px;*/padding-right:18px;
	}
}
@media (max-width:400px){
	#m_header > .header_top{
		height:50px;line-height:50px;
	}
	#m_header > .header_top img{
		height:50px;margin-top:0px;
	}
	#m_header > .header_top > .header_left{
		width:50px;height:50px;
	}
	#m_header > .header_top > .header_left > i{
		line-height:50px;
	}
	#m_header > .header_top > .header_right{
		/*height: 50px;*/
		padding-right: 13px;
		padding-top: 7px;
		line-height: 16px;
	}
}
#m_header > .gnb_menu{
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
}
#m_header > .gnb_menu > .gnb_top{
	width:100%;height:80px;display:table;
}
#m_header > .gnb_menu > .gnb_top > div{
	display:table-cell;height:80px;vertical-align:middle;
}
#m_header > .gnb_menu > .gnb_top > div.close{
	width:80px;text-align:center;background:#242936;cursor: pointer;
}
#m_header > .gnb_menu > .gnb_top > div.close > i{
	font-size:25px;color:#fff;
}
#m_header > .gnb_menu > .gnb_top > div.foreign{
	text-align: center;
    padding: 0 2%;
    background: #fff;
}
#m_header > .gnb_menu > .gnb_top > div.foreign > a{
	font-size:1rem;color:#777;
}
#m_header > .gnb_menu > .gnb_top > div.foreign i{
	font-size: 20px;
    color: #777;
	display: block;
    vertical-align: middle;
}
#m_header > .gnb_menu > .gnb_top > div.foreign a{
    color: #777;vertical-align: middle;
}
#m_header > .gnb_menu > .gnb_top > div.foreign > .login{
	margin: 0 5%;
    font-size: 1rem;
    color: #777;
    vertical-align: middle;
    display: inline-block;
	cursor: pointer;
}
#m_header > .gnb_menu > .gnb_top > div.foreign > .login > .bar{
	margin:0 1%;vertical-align: middle;
}
@media (max-width:1280px){
	#header{
		width: 100%;display:none;
	}
	#m_header{
		display:block;
	}
}
@media (max-width:1024px){
	#header{
		width: 100%;display:none;
	}
	#m_header{
		display:block;
	}
	#content{
		padding-top:80px;
	}
}
@media (max-width:560px){
	#m_header > .gnb_menu > .gnb_top{
		height:70px;
	}
	#m_header > .gnb_menu > .gnb_top > div{
		height:70px;
	}
	#m_header > .gnb_menu > .gnb_top > div.close{
		width:70px;
	}
	#content{
		padding-top:70px;
	}
}
@media (max-width:480px){
	#m_header > .gnb_menu > .gnb_top{
		height:60px;
	}
	#m_header > .gnb_menu > .gnb_top > div{
		height:60px;
	}
	#m_header > .gnb_menu > .gnb_top > div.close{
		width:60px;
	}
	#content{
		padding-top:60px;
	}
}
@media (max-width:400px){
	#m_header > .gnb_menu > .gnb_top{
		height:50px;
	}
	#m_header > .gnb_menu > .gnb_top > div{
		height:50px;
	}
	#m_header > .gnb_menu > .gnb_top > div.close{
		width:50px;
	}
	#content{
		padding-top:50px;
	}
	#m_header > .gnb_menu > .gnb_top > div.foreign > .login{
		margin: 0 3%;
	}
}
#m_header > .gnb_menu > .gnb_list{
	width:100%;background:#242936;padding:10%;box-sizing:border-box;
}
#m_header > .gnb_menu > .gnb_list > li{
	text-align:center;border-bottom:1px solid #2f394a;padding:5%;
}
#m_header > .gnb_menu > .gnb_list > li > a{
	font-size:1.5rem;color:#fff;font-weight:500;
}
#m_header > .gnb_menu > .gnb_bottom{
	/*width:100%;*/background:#305acf;text-align:center;font-size:1.5rem;color:#fff;font-weight:500;padding:5%;
}
#m_header > .gnb_menu > .gnb_bottom > img{
	display:block;width:50%;margin:0 auto;margin-top:2%;
}


/****************************************body****************************************/
.blue_text {
	color: #4769d6;
	font-size: inherit;
	line-height: inherit;
}
.cont_sec {
	width: 100%;
	padding: 100px 0;
	text-align: center;
}
.cont_sec .cont_area {
	width: 1280px;
	margin: 0 auto;
}
.cont_sec .cont_area .tit_box {
	margin-bottom: 70px;
}
.cont_sec .cont_area .tit_box h2 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #242936;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: -1px;
}
@media (max-width:1280px){
	.cont_sec .cont_area {
		width: 95%;
	}
}
@media (max-width:768px){
	.cont_sec {
		padding: 50px 0;
	}
	.cont_sec .cont_area .tit_box {
		margin-bottom: 40px;
	}
	.cont_sec .cont_area .tit_box h2 {
		font-size: 3rem !important;
	}
}
/****************************************ysk_clinic****************************************/
.ysk_clinic {
	padding-top: 150px;
}
.ysk_clinic .cont_area .tit_box h1 {
	font-size: 5.3rem;
	color: #00a2e4;
}
.ysk_clinic .cont_area .tit_box h1:after {
	content: "";
	display: block;
	width: 1px;
	height: 70px;
	border-left: 1px solid #7fd0f1;
	margin: 60px auto;
}
.ysk_clinic .cont_area .cont_box>div {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ysk_clinic .cont_area .cont_box>div img {
	width: 50%;
}
.ysk_clinic .cont_area .cont_box>div>div {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	box-sizing: border-box;
	padding: 0 6%;
}
.ysk_clinic .cont_area .cont_box>div>div h3 {
	margin-bottom: 40px;
	font-size: 2rem;
}
.ysk_clinic .cont_area .cont_box>div>div p {
	font-size: 1.46rem;
	line-height: 2rem;
}
@media (max-width:1180px){
	.ysk_clinic .cont_area .cont_box>div>div h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.ysk_clinic .cont_area .cont_box>div>div p {
		font-size: 1.2rem;
	}
}
@media (max-width:1024px){
	.ysk_clinic .cont_area .cont_box>div>div:nth-child(odd) {
		order: 2;
	}
	.ysk_clinic .cont_area .cont_box>div>img {
		width: 100%;
	}
	.ysk_clinic .cont_area .cont_box>div>div {
		width: 100%;padding: 3% 6% 10% 6%;
	}
	
	
	.ysk_clinic .cont_area .cont_box>div>div p {
		font-size: 1.2rem;
	}
}
@media (max-width:768px){
	.ysk_clinic {
		padding-top: 100px;
	}
	.ysk_clinic .cont_area .cont_box>div>div h3 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.ysk_clinic .cont_area .cont_box>div>div p {
		/*font-size: 1rem;*/
	}
	.ysk_clinic .cont_area .tit_box h1 {
		font-size: 3.6rem;
	}
	.ysk_clinic .cont_area .tit_box h1:after {
		height: 60px;
		margin: 30px auto;
	}
	
}
/****************************************medical team****************************************/
.medical_team {
	background-image: url("/static/img/foreign/medical_team_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.medical_team .cont_area .tit_box p {
	margin-top: 25px;
	font-size: 1.6rem;
}
.medical_team .cont_area .cont_box {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.medical_team .cont_area .cont_box>div {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	width: 49%;
	margin-bottom: 2%;
	background-color: #305acf;
}
.medical_team .cont_area .cont_box>div img {
	width: 50%;
}
.medical_team .cont_area .cont_box>div>div {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}
.medical_team .cont_area .cont_box>div>div p:first-child {
	margin-bottom: 20px;
	font-size: 1rem;
	color: white;
}
.medical_team .cont_area .cont_box>div>div h3 {
	margin-bottom: 30px;
	font-size: 2rem;
	color: white;
}
.medical_team .cont_area .cont_box>div>div p {
	font-size: 1.07rem;
	color: #adcdfe;
}
.medical_team .cont_area .cont_box>div>div p span {
	display: block;
	margin-bottom: 15px;
	font-size: inherit;
	color: inherit;
}
@media (max-width:12000px){
	
	.medical_team .cont_area .cont_box>div>div p:first-child {
		margin-bottom: 15px;
	}
	.medical_team .cont_area .cont_box>div>div h3 {
		margin-bottom: 20px;
	}
	.medical_team .cont_area .cont_box>div>div p span {
		margin-bottom: 10px;
	}
}
@media (max-width:960px){
	
	.medical_team .cont_area .tit_box p {
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 0 5%;
	}
	.medical_team .cont_area .cont_box>div {
		width: 100%;
		margin: 0 auto 2%;
	}
	.medical_team .cont_area .cont_box>div>div h3 {
		/*font-size: 1.6rem;*/
		margin-bottom: 20px;
	}
	.medical_team .cont_area .cont_box>div>div p span {
		margin-bottom: 10px;
	}
	.medical_team .cont_area .cont_box>div>div p:first-child {
		margin-bottom: 10px;
	}
}
@media (max-width:768px){
	
	.medical_team .cont_area .tit_box p {
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 0 5%;
	}
	.medical_team .cont_area .cont_box>div {
		width: 100%;
		margin: 0 auto 2%;
	}
	.medical_team .cont_area .cont_box>div>div h3 {
		font-size: 1.6rem;margin-bottom: 20px;
	}
	.medical_team .cont_area .cont_box>div>div p span {
		margin-bottom: 10px;
	}
	.medical_team .cont_area .cont_box>div>div p:first-child {
		margin-bottom: 10px;
	}
}
/****************************************departments****************************************/
.departments {
	background-image: url("/static/img/foreign/departments_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.departments .cont_area .tit_box h2 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: -1px;
	color: #ffffff;
}
.departments .cont_area .cont_box {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.departments .cont_area .cont_box>ul {
	width: 16%;
	padding: 40px 20px;
	box-sizing: border-box;
	background-color: white;
	transition: all 300ms ease-out;
}
.departments .cont_area .cont_box>ul .txt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #474e56;
	letter-spacing: -0.5px;
}
.departments .cont_area .cont_box>ul .txt span {
	display: block;
    margin-top: 20px;
    font-size: 1rem;
    color: #7b8793;
    font-weight: 400;
}
.departments .cont_area .cont_box>ul .img img {
	width: 60%;
}
@media (max-width:1024px){
	.departments .cont_area .cont_box>ul {
		padding: 20px 20px;
    margin-bottom: 8px;
	}
	.departments .cont_area .cont_box>ul .txt {
		font-size: 1.35rem;margin-bottom: 20px;
	}
}
@media (max-width:1024px){
	.departments .cont_area .cont_box {
		-webkit-box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.departments .cont_area .cont_box>ul {
		width: 49%;
		/*display: -webkit-box;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 49%;
		margin-bottom: 10px;
		padding: 20px 20px;*/
	}
	.departments .cont_area .cont_box>ul .txt {
		/*width: 70%;
		margin-bottom: 0;
		font-size: 1.5rem;
		text-align: left;*/
	}
	.departments .cont_area .cont_box>ul .txt span {
		/*margin-top: 5px;
		font-size:1rem;*/
	}
	.departments .cont_area .cont_box>ul .img {
		/*width: 60%;*/
	}
	.departments .cont_area .cont_box>ul .img img {
		width: 50%;
	}
}
/****************************************YSKPC****************************************/
.YSKPC {padding-bottom: 0;}
.YSKPC .cont_area .cont_box .txt_box {
	margin-bottom:5%;
}
.YSKPC .cont_area .cont_box .txt_box p {
	font-size: 1.5rem;
	line-height: 1.4;
}
.YSKPC .cont_area .cont_box .img_box {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 20px;
	margin: 0 auto;
}
.YSKPC .cont_area .cont_box .img_box>div {
	width: calc((100% - 60px) / 4);
	background-color: #242936;
	margin-bottom: 2%;
	display: -webkit-box;
	display: -ms-flex;
	display: flex !important;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction:column;
}
.YSKPC .cont_area .cont_box .img_box>div img {
	width: 100%;
}
.YSKPC .cont_area .cont_box .img_box>div p {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.3rem;
	color: white;
	height:5rem;
	/*align-content : center;*/
	display:table;
}
.YSKPC .cont_area .cont_box .img_box>div p span{
	font-size:inherit;
	color:inherit;
	display:table-cell;
	vertical-align: middle;
}
@media (max-width:1280px){
	.YSKPC .cont_area .cont_box .img_box {
		width: 95%;
	}
}
@media (max-width:768px){
	.YSKPC .cont_area .cont_box .img_box{
		gap: 0 10px;
	}
	.YSKPC .cont_area .cont_box .img_box>div {
		width: calc((100% - 10px) / 2);
		margin: 0 auto 20px;
	}
}
@media (max-width:328px){
}
/****************************************YSKVC****************************************/
.YSKVC {padding-bottom: 0;}
.YSKVC .cont_area .cont_box .txt_box {
	margin-bottom:5%;
}
.YSKVC .cont_area .cont_box .txt_box p {
	font-size: 1.5rem;
	line-height: 1.4;
}
.YSKVC .cont_area .cont_box .img_box {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.YSKVC .cont_area .cont_box .img_box>div {
	width: 24%;
	background-color: #305acf;
}
.YSKVC .cont_area .cont_box .img_box>div img {
	width: 100%;
}
.YSKVC .cont_area .cont_box .img_box>div p {
	width: 100%;
	padding: 30px 5%;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: white;
	font-weight: bold;
}
.YSKVC .cont_area .cont_box .img_box>div span {
	width: 100%;
	color:#adcdfe;
	font-size:1rem;
	font-weight: normal;
	line-height: 1.5;
	display:block;
	margin-top: 10px;
}
@media (max-width:1280px){
	.YSKVC .cont_area .cont_box .img_box {
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width:768px){
	.YSKVC .cont_area .cont_box .img_box>div {
		width: 49%;
		margin-bottom: 2%;
	}
	.YSKVC .cont_area .cont_box .img_box>div p {
		padding: 30px 10%;
		font-size: 1.6rem;
	}
}
/****************************************equip****************************************/
.equip .cont_area .cont_box>ul {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
}
.equip .cont_area .cont_box>ul li {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 47%;
	margin-bottom: 40px;
	padding: 20px 0;
	background-color: #292e42;
	font-size: 1.6rem;
	color: white;
	position: relative;
	cursor: pointer;
}
.equip .cont_area .cont_box>ul li div {
	/*display: none;*/
}
.equip .cont_area .cont_box>ul li.on {
	background-color: #4769d6;
}
.equip .cont_area .cont_box>ul li.on div {
	width: 14px;
	height: 14px;
	display: block;
	margin-left: -7px;
	margin-top: -7px;
	transform: rotate(45deg);
	background-color: #4769d6;
	position: absolute;
	left: 50%;
	top: 100%;
}
.equip .cont_area .cont_box .equip_roll {}
.equip .cont_area .cont_box .equip_roll .diag_box {
	display: none;
}
.equip .cont_area .cont_box .equip_roll .surg_box,
.equip .cont_area .cont_box .equip_roll .diag_box {
	padding: 0 5%;
	box-sizing: border-box;
	background-color: #f7f7f7;
	position: relative;
}
.equip .cont_area .cont_box .equip_roll .surg_box .slick_item,
.equip .cont_area .cont_box .equip_roll .diag_box .slick_item {
	outline: none;
}
.equip .cont_area .cont_box .equip_roll .surg_box .equip_img,
.equip .cont_area .cont_box .equip_roll .diag_box .equip_img {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
}
.equip .cont_area .cont_box .equip_roll .surg_box .equip_img img,
.equip .cont_area .cont_box .equip_roll .diag_box .equip_img img {
	width: 100%;
}
.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt,
.equip .cont_area .cont_box .equip_roll .diag_box .equip_txt {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
}
.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt p,
.equip .cont_area .cont_box .equip_roll .diag_box .equip_txt p {
	margin-bottom: 25px;
	font-size: 1.2rem;
}
.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt h3,
.equip .cont_area .cont_box .equip_roll .diag_box .equip_txt h3 {
	font-size: 2.4rem;
}
.equip .cont_area .cont_box .equip_roll .surg_box ul ,
.equip .cont_area .cont_box .equip_roll .diag_box ul {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
	position: absolute;
	right: 5%;
	bottom: 50px;
}
.equip .cont_area .cont_box .equip_roll .surg_box ul li,
.equip .cont_area .cont_box .equip_roll .diag_box ul li {
	margin: 0 2%;
}
.equip .cont_area .cont_box .equip_roll .surg_box ul li button,
.equip .cont_area .cont_box .equip_roll .diag_box ul li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b7b7b7;
	border: none;
	outline: none;
	font-size: 0;
}
.equip .cont_area .cont_box .equip_roll .surg_box ul li.slick-active button,
.equip .cont_area .cont_box .equip_roll .diag_box ul li.slick-active button {
	background-color: #536fbe;
}
@media (max-width:768px){
	.equip .cont_area .cont_box>ul {
		width: 80%;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box .equip_img,
	.equip .cont_area .cont_box .equip_roll .diag_box .equip_img {
		width: 80%;
		margin: 0 auto;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt,
	.equip .cont_area .cont_box .equip_roll .diag_box .equip_txt {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box ul ,
	.equip .cont_area .cont_box .equip_roll .diag_box ul {
		width: 100%;
		right: 0;
		bottom: 25px;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt p, .equip .cont_area .cont_box .equip_roll .diag_box .equip_txt p {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box .equip_txt h3, .equip .cont_area .cont_box .equip_roll .diag_box .equip_txt h3 {
		font-size: 2rem;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box, .equip .cont_area .cont_box .equip_roll .diag_box {
		padding: 0 5% 5%;
	}
	.equip .cont_area .cont_box .equip_roll .surg_box ul li, .equip .cont_area .cont_box .equip_roll .diag_box ul li {
		margin: 0 1%;
	}
	.equip .cont_area .cont_box>ul li {
		margin-bottom: 20px;
	}
}
/****************************************hours****************************************/
.hours {
	background-color: #eef7fe;
}
.hours .cont_area .cont_box>div {
	width: 100%;
	padding: 80px 20%;
	margin-bottom: 40px;
	box-sizing: border-box;
	background-color: white;
}
.hours .cont_area .cont_box>div img {
	display: inline-block;
	vertical-align: middle;
}
.hours .cont_area .cont_box>div>div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 155px);
	margin-left: 50px;
}
.hours .cont_area .cont_box>div>div h3 {
	margin-bottom: 30px;
	text-align: left;
	font-size: 2.4rem;
	letter-spacing: -1px;
}
.hours .cont_area .cont_box>div>div h3 span {
	font-size: inherit;
	font-weight: normal;
}
.hours .cont_area .cont_box>div>div ul {
	text-align: left;
}
.hours .cont_area .cont_box>div>div ul li {
	margin-bottom: 20px;
	font-size: 1.6rem;
	list-style-position: inside;
	list-style-type: disc;
}
.hours .cont_area .cont_box>div:first-child {
	background-color: #4769d6;
}
.hours .cont_area .cont_box>div:first-child h3,
.hours .cont_area .cont_box>div:first-child ul li {
	font-weight: bold;
	color: white;
}
.hours .cont_area .cont_box>div:first-child ul li:last-child {
	margin-bottom: 0;
	font-weight: normal;
}
.hours .cont_area .cont_box>div:last-child {
	margin-bottom: 0px;
}
.hours .cont_area .cont_box>div:last-child ul li:first-child span {
	font-size: 2.4rem;
}
@media (max-width:1180px){
	.hours .cont_area .cont_box>div {
		width: 100%;
		padding: 80px 15%;
		margin-bottom: 40px;
		box-sizing: border-box;
		background-color: white;
	}
}
@media (max-width:980px){
	.hours .cont_area .cont_box>div {
		width: 100%;
		padding: 80px 10%;
		margin-bottom: 40px;
		box-sizing: border-box;
		background-color: white;
	}
}
@media (max-width:850px){
	.hours .cont_area .cont_box>div {
		width: 100%;
		padding: 80px 5%;
		margin-bottom: 40px;
		box-sizing: border-box;
		background-color: white;
	}
}
@media (max-width:768px){
	.hours .cont_area .cont_box>div {
		padding: 6% 5%;
	}
	.hours .cont_area .cont_box>div img {
		width: 70px;
		height: 70px;
	}
	.hours .cont_area .cont_box>div img {
		display: block;
		vertical-align: middle;
		text-align: center;
		/*margin: 0 auto;*/
	}
	.hours .cont_area .cont_box>div>div {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		display: block;
	}
	.hours .cont_area .cont_box>div>div ul li {
		margin-bottom: 10px;
		font-size: 1.4rem;
		list-style-position: inside;
    	list-style-type: disc;
		padding-left: 15px;
	}
	/*.hours .cont_area .cont_box>div>div ul li::before {
		content: '·';
		position: absolute;
    	left: 20px;
	}*/
	.hours .cont_area .cont_box>div>div h3 {
		margin-bottom: 15px;
		letter-spacing: -0.5px;
		font-size: 2rem;
	}
}

/****************************************directions****************************************/
.directions .cont_area .cont_box .map_box {
	background-color: #292e42;
}
.directions .cont_area .cont_box .map_box p {
	padding: 40px 0;
	font-size: 2rem;
	color: white;
}
.directions .cont_area .cont_box .map_box p span {
	display: block;
	margin-top: 20px;
	font-size: inherit;
	color: inherit;
}
.directions .cont_area .cont_box .map_box #map {
	height: 550px;
	background-color: lightgray;
}
.directions .cont_area .cont_box .transport {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}
.directions .cont_area .cont_box .transport:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.directions .cont_area .cont_box .transport img {
	display: inline-block;
	vertical-align: top;
}
.directions .cont_area .cont_box .transport>div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
	margin-left: 20px;
	text-align: left;
}
.directions .cont_area .cont_box .transport>div h3 {
	margin-bottom: 30px;
	font-size: 2.06rem;
}
.directions .cont_area .cont_box .transport>div>p {
	font-size: 1.3rem;
}
.directions .cont_area .cont_box .transport>div>div {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.directions .cont_area .cont_box .transport>div .bus_inner>div {
	width: 47%;
	margin-bottom: 30px;
}
.directions .cont_area .cont_box .transport>div .bus_inner>div h4 {
	height: 30px;
	border-radius: 15px;
	box-sizing: border-box;
	border: 1px solid ;
	line-height: 28px;
	text-align: center;
	font-size: 1.13rem;
}
.directions .cont_area .cont_box .transport>div .bus_inner>div p {
	margin-top: 10px;
	padding-left: 15px;
	font-size: 1.13rem;
}
@media (max-width:768px){
	.directions .cont_area .cont_box .transport>div .bus_inner>div {
		width: 90%;
	}
	.directions .cont_area .cont_box .map_box p {
		padding: 6% 4%;
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	.directions .cont_area .cont_box .map_box p span {
		margin-top: 10px;
	}
	.directions .cont_area .cont_box .map_box #map {
		height: 350px;
	}
	.directions .cont_area .cont_box .transport img {
		display: none;
	}
	.directions .cont_area .cont_box .transport>div {
		display: block;
		/* margin-left: 20px; */
		/* margin-right: 20px; */
		width: calc(100% - 25px);
		box-sizing: border-box;
		line-height: 2rem;
	}
	.directions .cont_area .cont_box .transport>div h3 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.directions .cont_area .cont_box .transport>div .bus_inner>div p {
		margin-top: 10px;
		padding-left: 0px;
		font-size: 1.25rem;
		line-height: 1.7rem;
	}
}
/****************************************brouwse****************************************/
.browse {
	background-color: #f7f7f7;
}
.browse .cont_area .cont_box .sub_fix .hospital_slide .slick-dots>li {
	/*width: calc(100% / 7) !important;*/
}

/****************************************footer****************************************/
#sub_public{
	width:100%;height:initial !important;background:none !important
}
#sub_public > .public_p{
	width:100%;display:block !important;
}
#sub_public > .public_p2{
	width:100%;display:none;
}
#sub_public > .public_m{
	width:100%;display:none;
}
footer {
	width:100%;height: 70px;line-height: 68px;background-color:#11131a;font-size: 1.07rem;color:#aaaeb2;text-align: center;
}
@media (max-width:1280px){
	#sub_public{
		width:100%;height:auto !important;background:none !important;
	}
	#sub_public > .public_p{
		display:none !important;
	}
	#sub_public > .public_p2{
		width:100%;display:block !important;
	}
}
@media (max-width:768px){
	#sub_public > .public_p, #sub_public > .public_p2{
		width:100%;display:none !important;
	}
	#sub_public > .public_m{
		width:100%;display:block;
	}
}