@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 {
	font-family:'Noto Sans KR',sans-serif !important;
}
#wrap,.wrap {
	overflow:hidden;
	min-width:1200px
}
header {
	padding:16px 0;
	box-sizing:border-box;
	position:fixed;
	z-index:300;
	top:0;
	background:#fff;
	width:100%;
}
section#main_banner {
	margin-top:99px;
	position:relative;
	overflow:hidden;
}
section#network {
	padding-bottom:50px;
	background:url(/goodtimes/images_new/network_b_bg.jpg) no-repeat center bottom;
	text-align:center;
}
section#news {
	background:url(/goodtimes/images_new/news_b_bg.png) no-repeat 100px bottom;
	text-align:center;
	padding:120px 0 50px;
}
section#introduce {
	padding:110px 0px 75px;
	background:url(/goodtimes/images_new/introduce_b_bg.jpg) no-repeat -100px bottom;
}
footer {
	padding-top:70px;
	background: #fff;
}
/*=== layout ===*/
/* header*/
header .container {
	display:flex;
	justify-content:space-between;
	align-items: center;
}
header nav .nav {
}
header nav .nav li {
	float:left;
	position:relative;
	/* 추가 */
	display:block;
}
header nav .nav li a {
	position:relative;
	padding:20px 15px;
	font-size:1.187rem;
	font-weight:bold;
	color:#333;
	/* 추가 */
	transition:all 0.2s ease-in-out;
}
/* 추가 */
/* 큰메뉴마우스올렸을때 돌아가는 메뉴 */
header nav .nav li a>.title {
	position:relative;
	display:block;
	font-size:1.187rem;
	height:30px;
	line-height:30px;
	font-weight:700;
	overflow:hidden;
	letter-spacing:-0.5px;
	transition:all 0.2s ease-in-out;
}
header nav .nav li a>.title>span {
	padding:0 17px;
	position:relative;
	top:0;
	display:block;
	transition:transform 500ms;
	-webkit-transition:-webkit-transform 500ms;
	-moz-transition:transform 500ms;
	color:#333333;
}
header nav .nav li a>.title>span:after {
	content:attr(data-hover);
	position:absolute;
	top:-30px;
	left:0;
	padding:0 17px;
	color:#0c4da2;
	transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
header nav .nav li a:hover>.title>span,header nav .nav li a:focus>.title>span {
	transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-moz-transform: translateY(30px);
}
/* active 붙었을때 */
.nav li.active a {
	color: #0c4da2;
	;
}
/* menu */
#menu {
	width:100%;
	display:none;
	height:500vh;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	z-index:200;
}
.menu {
	display:none;
	border-top:1px solid #efefef;
	opacity:1;
	background:#fff;
	width:100%;
	height:530px;
	position:fixed;
	left:0;
	top:100px;
	z-index:300;
}
.menu_wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:100%;
}
.menu_wrap ul {
	width:20%;
	border:1px solid #efefef;
	box-sizing:border-box;
	height:100%;
	display:flex;
	align-items:center;
	flex-direction:column;
	padding:40px 20px;
	border-top:none;
	border-bottom:none;
}
.menu_wrap ul:nth-child(1),.menu_wrap ul:nth-child(2),.menu_wrap ul:nth-child(3),.menu_wrap ul:nth-child(4) {
	border-right:none;
}
.menu_wrap ul li {
	width:100%;
	text-align:left;
	position:relative;
}
.menu_wrap ul li strong {
	padding-left:20px;
	font-size:1.125rem;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
.menu_wrap ul li a {
	font-size:1rem;
	display:inline-block;
	padding:10px 20px;
	color:#888;
}
.menu_wrap ul li a:hover {
	color:#3f7dc8 !important;
}
.menu_wrap>ul li span {
	opacity:0;
	left:20px;
	transition:0.3s ease;
}
.menu_wrap>ul li:hover span {
	position:absolute;
	left:8px;
	top:16px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#3f7dc8;
	opacity: 1;
}
/* active 붙었을때 */
.menu_wrap>ul.active {
	background:#efefef;
}
.menu_wrap>ul.active li strong {
	color: #0c61c6;
}
/* main_banner */
.main_banner {
	position:relative;
}
.main_banner .swiper .container.btn_wrap {
	position:absolute;
	right:20px;
	z-index:100;
	bottom:0;
	height:45px;
	overflow:hidden;
	display: flex;
	align-items: flex-end;
}
.main_banner .swiper .container.btn_wrap:after {
	display:block;
	content:"";
	clear:both;
}
.swiper-wrapper {
	height:auto !important;
}
.swiper .swiper-slide img {
	width:100%;
}

.swiper-button-prev {
	position:absolute;
}
.swiper-button-next,.swiper-button-prev {
	float:left;
	position:static;
	width:45px;
	height:45px;
	margin:0;
	padding:0;
}
.swiper-button-prev::after,.swiper-button-next::after {
	display:none;
}
.swiper-button-prev {
	background:url(/goodtimes/images_new/prev_btn.jpg) no-repeat;
	width:45px;
}
.swiper-button-next {
	background:url(/goodtimes/images_new/next_btn.jpg) no-repeat;
	width:45px;
}
.swiper-button-pause {
	position:relative;
	display: block !important;
	float: left;
	z-index:10;
	background:url(/goodtimes/images_new/pause_btn.jpg) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;
}
.swiper-button-play {
	position:relative;
	float: left;
	z-index:9;
	width:45px;
	height:45px;
	cursor:pointer;
	background:url(/goodtimes/images_new/play_btn.jpg) no-repeat;
}
.swiper-slide .img_bg1 {
	background:url(/goodtimes/images_new/bannerimg1.jpg) no-repeat center center;
	width:100%;
	height:650px;
	background-size:cover;
}
.swiper-slide .img_bg2 {
	background:url(/goodtimes/images_new/bannerimg2.jpg) no-repeat center center;
	width:100%;
	height:650px;
	background-size:cover;
}
.swiper-slide .img_bg3 {
	background:url(/goodtimes/images_new/bannerimg3.jpg) no-repeat center center;
	width:100%;
	height:650px;
	background-size: cover;
}
/* swiper_btn */
a.swiper_detail_btn {
	font-size:1.312rem;
	color:#fff;
	position:absolute;
	bottom:19.3%;
	left:50%;
	width:auto;
	z-index:100;
	padding-right:30px;
	text-align:center;
	margin-left:6.2%
}
a.swiper_detail_btn img {
	position:absolute;
	bottom:2px;
	right:0;
	width:20px !important;
	height: 7px !important;
}
/* network */
#network h2 {
	padding-top:110px;
	margin-bottom:40px;
}
#network .img_wrap>div {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
	margin-top:5px;
}
#network .img_wrap a {
	display:block;
	width:196px;
}
#network .img_wrap a img:hover {
	opacity: 0.8;
}
/* news */
#news h2 {
	margin-bottom:40px;
	position:relative;
}
#news li.more_btn {
	text-align:right;
	margin-right:93px;
	position:absolute;
	right:0;
	top:0;
}
#news li.more_btn a {
	font-size:1.062rem;
	color:#333;
	font-weight:600;
}
#news .news_wrap {
	display:flex;
	width:100%;
	padding:0 70px;
	box-sizing:border-box;
	justify-content:space-between;
}
.news_wrap figure figcaption {
	padding-top:15px;
	text-align:left;
	width:320px;
	font-size:1.187rem;
	line-height:26px;
	color:#333;
}
.news_wrap figure img {
	box-shadow:10px 10px 10px rgba(0,0,0,0.080);
	width:320px;
	height: 213px;
}
/* introduce */
/* 공통 */
.intro_wrap {
	display:flex;
}
.intro_wrap .desc {
	margin-right:170px;
}
.intro_wrap .desc p {
	margin-top:50px;
	font-size:1.25rem;
	line-height:30px;
	color:#888;
	white-space:nowrap;
}
.intro_wrap .desc span {
	margin-top:35px;
	display:inline-block;
	cursor:pointer;
	height:30px;
	transition:0.2s ease-in-out;
}
.intro_wrap .img {
	margin-right:240px;
	width:640px;
	height:300px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.080);
}
/* 각 섹션마다 */
.eunsung_wrap .img {
	box-shadow:none;
}
.eunsung_wrap .desc {
	padding-top:20px;
}
.eunsung_wrap {
	margin-bottom:85px;
}
.social_wrap {
	margin-bottom:60px;
}
.social_wrap .img {
	margin-right:35px;
}
.social_wrap .desc {
	padding-top:60px;
}
.conversation_wrap .desc {
	padding-top:55px;
	margin-right:90px;
}
.conversation_wrap .img {
	margin-right: 0;
}
/* footer */
footer img {
	width:170px;
	height:50px;
}
footer>div {
	border-bottom:1px solid #efefef;
	padding-bottom:40px;
}
footer>div>.container {
	display:flex;
	justify-content:space-between;
}
footer ul.hospital_name {
	display:flex;
	flex-wrap:wrap;
	width:875px;
	margin-right:70px;
}
footer ul.hospital_name li {
	width:20%;
	padding-bottom:25px;
}
footer ul.hospital_name li a {
	font-size:1.125rem;
	color:#888;
}
footer ul.hospital_name li a:hover {
	color:#3f7dc8;
}
footer address {
	text-align:center;
	color:#b5b5b5;
	letter-spacing:normal;
	font-size:0.812rem;
	padding:35px 0;
}
@media only all and (max-width:1240px) {
	#network .img_wrap a {
			width:15%;
			margin-top:1%;
	}
	#network .img_wrap a img {
			display:block;
			width:100%;
	}
	#network .img_wrap a:nth-child(1),#network .img_wrap a:nth-child(2),#network .img_wrap a:nth-child(3),#network .img_wrap a:nth-child(4),#network .img_wrap a:nth-child(5),#network .img_wrap a:nth-child(6)  {
			margin-top: 0;
	}
}