@charset "UTF-8";
/* reset.css연결 */
@import url(reset.css);
/* font 연결 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
/* layout */
body {
	margin:0;
	padding:0;
	background:#fff;
	letter-spacing:-1px !important;
}
#main_banner {
	width:100%;
	/* height:580px;*/
}
header {
}
#menu {
	z-index: 300;
}
footer {
}
/* 개원 기념 로딩 페이지 */
.mobile_event_loading{
	display: none;
}
/* //개원 기념 로딩 페이지 */
/* #main_banner */
.main_banner {
}
.main_banner {
}
.mySwiper {
	padding-bottom:60px;
}
.swiper-slide img {
	display:block;
	width:100%;
	height:auto !important
}
.swiper-pagination {
}
.swiper-pagination-bullet {
	background:#999999;
	opacity:1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width:20px;
	height:20px;
}
.swiper-pagination-bullet-active {
	background:#f4bc1d !important;
}
.swiper-slide .sub_img_bg1 {
	background:url(../images_new/bannerimg_sub1.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size:cover;
}
.swiper-slide .sub_img_bg2 {
	background:url(../images_new/bannerimg_sub2.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size:cover;
}
.swiper-slide .sub_img_bg3 {
	background:url(../images_new/bannerimg_sub3.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size:cover;
}
.swiper-slide .sub_img_bg4 {
	background:url(../images_new/bannerimg_sub4.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size:cover;
}
.swiper-slide .sub_img_bg5 {
	background:url(../images_new/bannerimg_sub5.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size:cover;
}
.swiper-slide .sub_img_bg6 {
	background:url(../images_new/bannerimg_sub6.jpg) no-repeat center center;
	width:100%;
	height:520px;
	background-size: cover;
}
/* youtube */
.youtube {
	margin:145px 0 70px;
	background:#fff;
}
.youtube h2>img {
	padding-right:15px;
}
.youtube h2 {
	margin-bottom:70px;
	font-size:40px;
	color:#333;
	letter-spacing:-4px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
.youtube .youtube_wrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.youtube_cont {
	width:590px;
	height:304px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin-bottom:100px;
}
.youtube_cont .y_cont {
	width:285px;
	height:100%;
	position:relative;
}
.youtube_cont .y_cont img {
	width:100%;
	margin-bottom:24px;
}
.youtube_cont .y_cont p {
	line-height:34px;
	font-size:24px;
	letter-spacing:-2px;
	color:#333;
	font-weight:700;
	margin-bottom:18px;
}
button.hospital_btn {
	text-align:center;
	width:113px;
	height:33px;
	border-radius:16px;
	border:1px solid #0046b4;
}
button.hospital_btn b {
	font-size:15px;
	color:#0046b4;
	line-height:28px;
	font-weight:600;
}
.youtube_cont .y_cont.cont2 button {
	display: none;
}
/* instagram */
.instagram {
	background:#f4f4f7;
	padding:145px 0px 105px;
}
.instagram h2>img {
	padding-right:15px;
}
.instagram h2 {
	margin-bottom:70px;
	font-size:40px;
	color:#333;
	letter-spacing:-4px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
.instagram .insta_wrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.insta_cont {
	width:590px;
	height:360px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin-bottom:100px;
}
.insta_cont .i_cont {
	width:285px;
	height:100%;
	position:relative;
}
.insta_cont .i_cont img {
	width:100%;
	margin-bottom:24px;
}
.insta_cont .i_cont p {
	line-height:34px;
	font-size:24px;
	letter-spacing:-2px;
	color:#333;
	font-weight:700;
	margin-bottom:18px;
}
button.hospital_btn {
	text-align:center;
	width:113px;
	height:33px;
	border-radius:16px;
	border:1px solid #0046b4;
}
button.hospital_btn b {
	font-size:15px;
	color:#0046b4;
	line-height:28px;
	font-weight:600;
}
.insta_cont .i_cont.cont2 button {
	display: none;
}
/* blog */
.blog {
	background:#fff;
	padding:130px 0px 80px;
}
.blog h2>img {
	padding-right:15px;
}
.blog h2 {
	margin-bottom:70px;
	font-size:40px;
	color:#333;
	letter-spacing:-4px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
.blog .blog_wrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.blog_cont {
	width:590px;
	height:500px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}
.blog_cont .b_cont {
	width:285px;
	height:100%;
	position:relative;
}
.blog_cont .b_cont img {
	width:100%;
	margin-bottom:24px;
}
.blog_cont .b_cont p {
	line-height:34px;
	font-size:24px;
	letter-spacing:-2px;
	color:#333;
	font-weight:700;
	word-break:keep-all;
	margin-bottom:18px;
}
button.hospital_btn {
	text-align:center;
	width:113px;
	height:33px;
	border-radius:16px;
	border:1px solid #0046b4;
}
button.hospital_btn b {
	font-size:15px;
	color:#0046b4;
	line-height:28px;
	font-weight:600;
}
.blog_cont .b_cont.cont2 button {
	display: none;
}

/* 카카오톡, 페이스북, 인스타그램, 유튜브 버튼 */
.sns_btn_s_b{
	position: fixed;
	left: 20px;
	bottom:20px;
	z-index: 9999;
}

.chatbot_btn_s_b_box, .kakaotalk_btn_s_b_box, .instagram_btn_s_b_box, .youtube_btn_s_b_box, .facebook_btn_s_b_box{
	display: block;
	text-align: left;
}
.kakaotalk_btn_s_b_box{
	margin: 10px 0;
}
.instagram_btn_s_b_box{
	margin-bottom: 10px;
}
.facebook_btn_s_b_box{
	margin: 10px 0;
}
/* //카카오톡, 페이스북, 인스타그램, 유튜브 버튼 */

/* footer */
@media only all and (max-width:1240px) {
	.youtube_cont,
	.insta_cont,
	.blog_cont {
		width: 49%;
		height:auto;
	}
	.youtube_cont .y_cont,
	.insta_cont .i_cont,
	.blog_cont .b_cont {
		width: 48%;
	}

}
@media only all and (max-width: 630px) {
	/* 개원 기념 로딩 페이지 */
	.mobile_event_loading{
		display: block !important;
	}
	.pc_event_loading{
		display:none !important;
	}
	/* //개원 기념 로딩 페이지 */
}