/*인사말*/
.greeting {
	position: relative;
	font-size: 15px;
	max-width: 1200px
}

.greeting .img {
	position: relative;
	width: 100%;
}
.greeting .img img{
	width: 100%;
}

.greeting .img:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 135px;
	width: 400px;
	height: 400px;
	/* background: url(../img/bg_chairman.png) no-repeat; */
}

.greeting .tit {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 514px;
	height: 314px;
	background: #4168ad
}

.greeting .tit h3 {
	position: relative;
	margin: 0;
	padding: 140px 20px 0 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.6;
	word-break: keep-all;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: -2px
}

.greeting .tit h3:before {
	content: '';
	display: block;
	position: absolute;
	top: -23px;
	left: 50px;
	width: 1px;
	height: 144px;
	margin: 0;
	background: #fff;
}

.greeting .tit h3 span {
	display: block;
	font-weight: 600;
}

.greeting .colum {
	padding: 50px 20px 70px 20px;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 1.6rem;
}

.greeting .colum:after {
	clear: both;
	content: "";
	display: block;
}

.greeting .colum .left {
	float: left;
	width: 48%;
	line-height: 1.8;
	text-align: justify;
	color: #555
}

.greeting .colum .right {
	float: right;
	width: 48%;
	line-height: 1.8;
	text-align: justify;
	color: #555
}

.greeting .sign {
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	color: #222;
	margin-top: 30px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 50px;
}

.greeting .sign .name {
	font-size: 24px
}

@media (max-width: 980px) {
	.greeting .sign{
		margin-top: 0px !important;
	}
	.greeting .tit {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 50px 50px 0px;
		top: 0;
		right: 0;
	}

	.greeting .tit h3 {
		font-size: 22px;
		line-height: 1.6em;
	}

	.greeting .tit h3 br {
		display: none;
	}

	.greeting .img {
		height: 253px
	}

	.greeting .img:before {
		left: 50%;
		width: 300px;
		height: 310px;
		margin-left: -150px;
		background-size: cover;
	}

	.greeting .colum{
		padding: 50px 10px;
	}

	.greeting .colum .left {
		width: 100%;
		clear: both
	}

	.greeting .colum .right {
		width: 100%;
		padding-top: 20px;
		clear: both
	}

}

/*인사말*/




/*그룹소개*/
.company_info {
	width: 100%;
	height: auto;
}

.company_info .founder_info{
	display: block;
	position: relative;
	margin: 50px 0 0 0;
	width: 100%;
	float: left;
}
.company_info .floatL
.company_info .text_area{
	display: inline-block;
}

.company_info .floatL{
	padding: 0 0 0 40px;
	width: 30%;
}
.company_info .floatL img{
	width: 100%;
}
.company_info .text_area{
	padding: 0 10px 0 40px;
	float: right;
	width: 70%;
}
.company_info .text_lg{
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 30px 0;
}
.company_info .text_area .underline{
	text-decoration: underline;
	text-underline-position:under;
}

.company_info .info{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
}

.company_info .info .break{
	display: block;
}


.company_info .sub_info_wrap{
	float: left;
	margin: 80px 0;
	padding: 60px 20px;
	background: #f8f8f8;
}


.company_info .sub_info{
	margin: 0 0 40px 0;
	padding: 0 20px;
}
.company_info .sub_info:last-child{
	margin: 0;
}
.company_info .sub_info .text_lg{
	font-size: 25px;
	margin: 0 0 30px 0;
}

.company_info .school_days{
	float: left;
	margin: 60px 0 80px 0;
}

.company_info .school_days .left_img{
	width: 50% !important;
	display: inline-block;
	vertical-align: bottom;
}

.company_info .school_days .left_img img{
	width: 100%;
}
.company_info .school_days .old_picture_wrap{
	display: inline-block;
	text-align: center;
}
.company_info .school_days .sub_text{
	padding: 10px 0;
	line-height: 1.5;
	font-size: 18px;
	text-align: left;
}
.company_info .school_days .title{
	font-family: 'Binggrae-Two';
	font-size: 36px;
	margin: 0 0 30px 0;
	padding: 0 20px;
	text-align: center;
}
.company_info .school_days .right_img{
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: bottom;
	width: 30% !important;
}
.company_info .school_days .right_img img{
	width: 100%;
}

.company_info .newspaper_wrap{
	float: left;
	position: relative;
	margin: 60px 0;
	padding: 120px 30px;
	background-color: #666;
}
.company_info .newspaper_wrap .title{
	font-family: 'Binggrae-Two';
	font-size: 36px;
	margin: 0 0 30px 0;
	color: #fff;
}

#newspaper01{
	width: 45%;
	float: right;
	display: block;
	margin: -100px 0 0 0;
}

#newspaper02{
	width: 40%;
	float: left;
	padding: 200px 0 0 0;
}

#newspaper03{
	width: 70%;
	padding: 100px 0 0 0;
	margin: 0 0 0 100px;
}
.paper03{
	float: left;
	display: block;
	text-align: center;
}


#newspaper04{
	width: 50%;
	padding: 100px 0 0 0;
	margin: 0 300px 0 0;
}
.paper04{
	display: block;
	text-align: center;
}


.company_info .newspaper_img{
	display: inline-block;
	position: relative;
}
.company_info .newspaper_wrap .btn_wrap{
	margin: 60px 0;
	text-align: center;
}


/* 아이폰 SE */

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.company_info .text_area{
		padding: 10px 20px;
		width: 100%;
		float: left;
	}
	.company_info .sub_info{
		padding: 0;
	}
	.company_info .floatL{
		width: 100%;
		float: inherit;
		text-align: center;
		padding: 40px;
		margin: 0;
	}

	.company_info .info{
		line-height: 1.7;
	}

	.company_info .school_days .title{
		font-size: 28px;
	}

	.company_info .newspaper_wrap{
		margin: 0 0 50px 0;
	}

	.company_info .newspaper_wrap .title{
		font-size: 28px;
		text-align: center;
	}

	.newspaper img{
		width: 100% !important;
		display: block;
		float: left;
	}
	#newspaper01,
	#newspaper02,
	#newspaper03,
	#newspaper04{
		margin: 0;
		padding: 20px 0;
	}

	.company_info .newspaper_wrap .btn_wrap{
		margin: 60px 0 0 0 !important;
	}

	.m_break{
		display: block;
	}

	
	.company_info .school_days .sub_text{
		font-size: 16px;
		width: 100%;
	}

	.company_info .school_days .left_img,
	.company_info .school_days .right_img{
		width: 100% !important;
		padding: 0 20px;
	}
	.company_info .school_days .right_img img{
		margin: 10px 0;
	}

}

/* 태블릿, 아이패드 */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

}











.company_info .img_page {
	width: 100%;
	height: 550px;
	/* background-image: url(../img/company_info_bg_company.jpg); */
	background-position: center;
	background-repeat: no-repeat;
}

.company_info .txt_page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px
}

.company_info .txt_page h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 44px;
	padding-top: 100px;
	display: block;
}

.company_info .txt_page p {
	font-size: 18px;
	word-break: keep-all;
	line-height: 1.8;
	color: #555;
	padding-bottom: 15px
}

.company_info .Ideology {
	width: 100%;
	padding-bottom: 100px;
}

.company_info .Ideology .inner {
	max-width: 1240px;
	margin: auto;
	clear: both;
}

.company_info .Ideology .inner h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	letter-spacing: 5px;
	text-align: center;
	padding: 95px 0 50px 0
}

.company_info .Ideology .inner .point {
	color: #06F;
}

.company_info .Ideology .inner h2:after {
	content: " ";
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 2px;
	background-color: #000;
	clear: both;
}

.company_info .Ideology dl {
	float: left;
	width: 33.3333%;
	padding: 20px;
	border-right: 1px solid #ddd
}

.company_info .Ideology dl:last-child {
	border: 0
}

.company_info .Ideology dl .web_icon {
	padding: 0 0 20px 0;
	text-align: center;
	color: #ff4200
}

.company_info .Ideology dl dt {
	font-size: 20px;
	height: 60px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center
}

.company_info .Ideology dd {
	line-height: 2.2;
	text-align: center;
	font-size: 16px;
	color: #555
}

.tl_title_box_wrap {
	width: 100%;
	height: auto;
	padding: 150px 20px;
	clear: both;
	background-image: url(../img/work_page_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.tl_title_box_wrap li {
	position: relative;
	width: 23.5%;
	min-height: 400px;
	background-color: #fff;
	margin-left: 2%;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.tl_title_box_wrap li .bg {
	background-color: #2c3856;
	color: #fff;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.tl_title_box_wrap li:hover .bg {
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tl_title_box_wrap li:hover {
	-webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.tl_title_box_wrap li .txt_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 1;
	display: table;
	z-index: 2;
}

.tl_title_box_wrap li:hover .txt_wrap {
	opacity: 1;
	color: #fff
}

.tl_title_box_wrap li:hover .txt_wrap .cell I {
	color: #FFF
}

.tl_title_box_wrap li:hover .txt_wrap .cell h2 {
	color: #FFF
}

.tl_title_box_wrap li:hover .txt_wrap .cell p {
	color: #fff
}

.tl_title_box_wrap li .txt_wrap .cell {
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.tl_title_box_wrap li .txt_wrap .cell i {
	font-size: 35px;
	padding-bottom: 20px;
	color: #1a1a1a
}

.tl_title_box_wrap li .txt_wrap .cell h2 {
	font-size: 24px;
	color: #1a1a1a;
	margin: 0;
	font-weight: bold;
}

.tl_title_box_wrap li .txt_wrap .cell p {
	font-size: 16px;
	color: #555;
	padding-top: 50px;
	word-break: keep-all;
	line-height: 1.6;
}

.tl_title_box_wrap li:nth-child(4n+1) {
	margin-left: 0
}

@media (max-width: 960px) {
	.company_info .work_page ul li {
		width: 47%;
		margin-bottom: 20px;
		margin-right: 0;
		margin-left: 2%;
	}

	.company_info .work_page ul li:last-child {
		margin-right: 0
	}

	.company_info .work_page ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.company_info .Ideology dl {
		width: 100%;
		padding-bottom: 30px;
		clear: both
	}
}

@media (max-width: 640px) {
	.company_info .img_page {
		background-size: cover;
		height: 300px
	}

	.company_info .tl_title_box_wrap li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3%;
	}
}

/*그룹소개*/





/*연혁*/
.history_area {
	position: relative;
	width: 100%;
	padding-top: 37px;
}

.history_area .history_point {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	bottom: 20px;
	width: 8px;
	background-color: #f6f6f6;
	overflow: hidden;
}

/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {
	width: 50%;
	padding-right: 44px;
	padding-left: 20px;
	box-sizing: border-box;
}

.history_area div:nth-child(odd) dl {
	padding-right: 20px;
	padding-left: 44px;
}

.history_area dt {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.3;
	color: #555;
	font-weight: bold;
}

.history_area dd strong {
	display: block;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: 500;
}


.history_area dd .colored{
	color: #55B1AE;
	font-weight: 800;
	font-size: 24px;
}

.history_area dd p {
	display: block;
}

.history_area dd .img_box {
	display: block;
	/* margin-top: 39px; */
}

.right {
	text-align: right;
	padding-right: 10px
}

.left {
	text-align: left;
}

.fr {
	float: right;
	background: url(../img/line.gif) left center no-repeat;
	padding-left: 10px
}

.img_box img {
	max-width: 100%
}

@media (max-width: 960px) {
	.history_area .history_point {
		left: 10px;
		margin-left: 0;
	}

	.history_area dl {
		float: none !important;
		width: 100%;
		padding-right: 0;
		padding-left: 50px;
		text-align: left;
	}

	.history_area div:nth-child(odd) dl {
		/* padding-right: 0; */
		padding-left: 50px;
	}

	.history_area div+div {
		margin-top: 40px;
	}

	.history_area div:nth-child(2) {
		margin-top: 0;
	}

	.history_area dt {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.history_area dd p br {
		display: none;
	}

	.history_area dd .img_box {
		margin-top: 20px;
	}
}






.ceo ul>li {
	box-sizing: border-box;
	min-height: 200px;
	float: left;
}

.ceo ul>li img {
	width: 100%;
	display: block
}

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) {
	.ceo ul>li {
		width: 98%;
		margin: 0 1% 10px 1%;
	}

	.ceo ul>li img {
		width: 90%;
		text-align: center;
		margin: auto
	}
}


/* 태블릿 디바이스 (가로 해상도가 768px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:992px) {
	.ceo ul>li {
		width: 48.5%;
		margin-bottom: 20px;
		margin-left: 1%
	}

	.ceo ul>li:nth-child(2n+1) {
		clear: both;
	}
}

/* 테스크탑 (가로 해상도가 992px 보다 큰 화면에 적용) */
@media all and (min-width: 993px) and (max-width:1200px) {
	.ceo ul>li {
		width: 24%;
		margin-bottom: 20px;
		margin-left: 1.25%
	}

	.ceo ul>li:nth-child(4n+1) {
		clear: both;
		margin-left: 0.5%
	}
}

/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) {
	.ceo ul>li {
		width: 24%;
		margin-bottom: 20px;
		margin-left: 1.25%
	}

	.ceo ul>li:nth-child(4n+1) {
		clear: both;
		margin-left: 0%
	}
}



/*연혁*/





/*오시는 길*/
.map_area {
	position: relative;
}

.map_area .txt {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 1060px;
	z-index: 100;
}

.map_area .txt .txt_wrap {
	background-color: #006fce;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 45px 0;
}

.map_area .txt .logo {
	position: absolute;
	top: 34px;
	left: 0;
	border-right: 1px solid #1a7dd3;
	text-align: center;
	width: 315px;
	line-height: 90px;
	height: 90px;
}

.map_area .txt .contact {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.6;
	padding: 0 0 0 405px;
}

.map_area .txt .tx .tel {
	font-weight: 300;
}

.map_area .txt .bt {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -35px;
	display: block;
	border-radius: 65px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	min-width: 220px;
	line-height: 60px;
	height: 65px;
}

.contact_address {
	width: 100%;
	height: auto;
	line-height: 1.7;
}

.contact_address ul {
	max-width: 1240px;
	clear: both;
	padding: 0 20px 20px 0px;
	border-bottom: 1px solid #ddd;
}

.contact_address ul li {
	color: #555;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px
}

.contact_traffic {
	max-width: 1240px;
	margin: 100px auto;
	padding: 20px;
	letter-spacing: -0.8px;
	clear: both;
}

.contact_traffic:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	padding-bottom: 50px;
	clear: both;
}

.contact_traffic ul {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.contact_traffic .bus {
	width: 100%;
}

.contact_traffic .subway {
	width: 100%
}

.contact_traffic ul li {
	color: #555;
	line-height: 33px;
	font-size: 16px
}

.contact_traffic h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #1a1a1a;
	padding-bottom: 10px;
	margin-top: 25px;
	text-align: left
}

@media (max-width: 1400px) {
	.map_area .txt {
		margin-top: -30px;
		width: 1024px;
	}

	.map_area .txt .txt_wrap {
		border-radius: 0px 0px 20px 0px;
		margin: 0 15px;
		padding: 0 0 30px;
	}

	.map_area .txt .logo {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		border-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.map_area .txt .logo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -88px;
		background-color: #1a7dd3;
		width: 177px;
		height: 1px;
	}

	.map_area .txt .contact {
		line-height: 180%;
		padding: 20px 0 0;
		text-align: center;
	}

	.map_area .txt .contact .tel {
		font-weight: 300;
	}

	.map_area .txt .bt {
		position: static;
		border-radius: 65px;
		margin: 35px auto 0;
		width: 150px;
	}
}

@media screen and (max-width: 640px) {
	.map_area .txt {
		position: relative;
		bottom: auto;
		left: auto;
		transform: translateX(0);
		margin-top: -30px;
		width: auto;
	}

	.map_area .txt .logo img {
		height: 20px
	}

	.map_area .txt .contact {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 180%;
		padding: 20px 0 0;
		text-align: center;
		clear: both
	}

	.map_area .txt .txt_wrap {
		border-radius: 0px 0px 20px 0px;
		margin: 0 15px;
		padding: 0 0 30px;
	}

	.map_area .txt .bt {
		position: static;
		border-radius: 65px;
		border-width: 2px;
		font-size: 15px;
		margin: 25px auto 0;
		width: 150px;
		line-height: 40px;
		height: 40px;
	}

	.map_area .txt .logo {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		border-right: 0;
		width: 100%;
		line-height: 70px;
		height: 70px;
	}
}

/*오시는 길*/



.content_area .point p {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	color: #1a1a1a;
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* 장학사업 소개  introduction */
.introduction_01 .info_list{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.introduction_01 .info_list img{
	width: 100%;
}

.introduction_01 .info_list ul{
	width: 100%;
}
.introduction_01 .info_list ul li{
	width: 31.22%;
	display: inline-block; 
	margin-right: 2.82%
}
.introduction_01 .info_list ul li:last-child{
	margin-right: 0 !important;
}


.introduction_01 .scholarship_detail{
	margin-top: 80px;
}

.introduction_01 .detail_table table{
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
}

.introduction_01 .detail_table table th{
	width: 20%;
	vertical-align: top;
	text-align: left;
}

.introduction_01 .detail_table table th,
.introduction_01 .detail_table table td{
	padding: 30px 20px;
	font-size: 18px;
	line-height: 1.6;
}

.introduction_01 .detail_table table tr{
	border-bottom: 1px solid #55B18C;
}


.sub_box {
	padding: 30px 40px;
	background: #E8F5F8;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 100%;
}


.sub_box .notice_title{
	font-weight: 700;
	margin: 0 0 30px 0;
	font-size: 18px;
}


.sub_box .sub_text p{
	font-size: 16px;
	padding: 0 0 15px 0;
	line-height: 25px;
}

.sub_box .sub_text p:last-child{
	padding: 0 !important;
}

/* 아이폰 SE */

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {

	.introduction_01 .info_list ul li{
		width: 80%;
		margin: 0 0 20px 0;
	}

	.introduction_01 .detail_table table th{
		padding: 30px 5px;
		width: 30%;
	}
}

/* 태블릿, 아이패드 */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

}


/* 신청서류 안내 .introduction_02 */

.introduction02 .download_wrap{
	margin: 0 0 50px 0;
}
.introduction02 .download_btn{
	width: 100%;
	height: 150px;
	display: inline-block;
	color: #1a1a1a;
	background-color: #C3DCE3;
	border-radius: 10px;
	position: relative;
	/* background-image: url(../img/introduction02_download_btn.png);
	background-repeat: no-repeat;
	background-position: center; */
}
.introduction02 .download_btn img{
	width: 20%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.introduction02 .download_wrap ul li {
	display: inline-block;
	width: 31.22%;
	margin-right: 2.82%;
}

.introduction02 .download_wrap ul li:last-child{
	margin-right: 0 !important;
}

.introduction02 .download_btn .btn_title{
	display: inline-block;
	position: relative;
	width: 100%;
	position: absolute;
	top: 30px;
	margin-left: 30px;
	line-height: 1.3;
}
.introduction02 .download_btn .btn_title span{
	font-size: 20px;
	font-weight: 800;
	margin-top: 30px;
}

.introduction02 .table_text_sm{
	font-size: 14px;
	margin: 10px 0 0 0;
}


/* 아이폰 SE  ~ 스마트폰 모바일(가로) */
@media only screen and (min-device-width : 250px) and (max-device-width : 486px) {
	.sub_box{
		padding: 30px 20px;
	}
	.content_wrap .txtCon{
		padding: 5px 20px;
	}
	.introduction02 .download_wrap ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.introduction02 .download_btn .btn_title span{
		font-size: 24px;
	}
	.introduction02 .download_btn .btn_title{
		top: 50%;
		transform: translateY(-50%);
		margin-left: 25px;
	}
	.introduction02 .download_btn img{
		width: 15%;
	}
	.introduction02 .download_wrap{
		margin: 0 0 20px 0;
	}
}


@media only screen and (min-device-width : 487px) and (max-device-width : 767px) {
	.introduction02 .download_wrap ul li{
		width: 31.22%;
		margin-right: 2%;
	}
	
	.introduction02 .download_btn .btn_title{
		margin-left: 20px;
	}
	.introduction02 .download_btn img{
		width: 20% !important;
	}
}

/* 태블릿, 아이패드 */

@media only screen and (min-device-width : 768px) and (max-device-width : 930px) {
	.introduction02 .download_wrap ul li{
		width: 31.22%;
    margin-right: 2.6%;
	}

}
@media only screen and (min-device-width : 931px) and (max-device-width : 1366px) {
	.introduction02 .download_wrap ul li{
		width: 31.22%;
		margin-right: 2.82%;
	}
	.introduction02 .download_btn .btn_title{
		margin-left: 20px;
	}
}


.tbl-stat {
	border-top: #008CAB 2px solid;
}
.tbl-stat thead th, .tbl-stat tbody th{
	background-color: #FBFBFB;
}

.btn_area{
	text-align: center;
}

.btn_area{
	text-align: center;
	margin: 100px 0;
}
.shortcut_btn{
	/* width: 210px; 
	height: 52px;*/
	background-color: #008CAB;
	border-radius: 5px;
	padding: 15px 22px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.shortcut_btn:hover{
	background-color: #00768e;
}
.shortcut_btn span{
	color: #fff;
	font-size: 20px;
	font-weight: 700;

}


/* 신청서류 안내 .introduction_02 */

/* 임원 현황 .executive_status */
.executive_status .list_wrap{
	width: 100%;
	position: relative;
}
.executive_status .chairman{
	background-color: #55B1AE;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: relative;
	display: block;
	margin: 0 auto;
}

.executive_status .chairman .name_wrap{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.executive_status .chairman p{
	color: #fff;
	font-size: 30px;
}
.executive_status .chairman .name{
	font-size: 40px;
	font-weight: 700;
	margin: 5px 0;
}

.executive_status .line{
	display: block;
	margin: 40px 20px;
	text-align: center;
}

.executive_status .directors{
	display: block;
	overflow-x: auto;
	margin: 0 auto;
	width: 50%;
}
.executive_status .directors table{
	width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.executive_status .directors tr{
	margin: 10px 0;
	width: 100%;
}
.executive_status .directors th{
	background-color: #67adbb;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 24px;
	width: 40%;
}
.executive_status .directors td{
	text-align: center;
	background-color: #EAF8FB;
	padding: 0 20px;
	font-size: 20px;
	border-left: 10px solid #fff;
	width: 60%;
}
/* 신청방법 .introduction_03 */

.tbl-stat tbody th{
	width: 15%;
}
.tbl-stat tbody td{
	background-color: #fff;
}

/* 아이폰 SE  ~ 스마트폰 모바일(가로) */
@media only screen and (min-device-width : 250px) and (max-device-width : 486px) {
	.tbl-stat tbody th{
		width: 30% !important;
	}
	.introduction_03 .process .process_img ul {
		width: 100%;
		display: block;
		text-align: center;
	}
	.introduction_03 .process .process_img ul li{
		width: calc(50% - 10px) !important;
    margin: 0 10px 10px 0 !important;
		padding: 0 !important;
	}
	
	.introduction_03 .process .process_img ul li:nth-child(2),
	.introduction_03 .process .process_img ul li:last-child{
		margin: 0 0 10px 0 !important;
	}

	.introduction_03 .application_info p.notice_text{
		margin: 10px 0 !important;
		font-size: 15px !important;
	}

	.executive_status .directors{
		width: 100%;
	}

}


.content_area .point p{
	font-weight: 800;
	font-size: 28px;
	color: #008CAB;
}
.introduction_03 .application_info,
.introduction_03 .process {
	position: relative;
}

.introduction_03 .application_info .content-table{
	margin-top: 20px;
	margin-bottom: 90px;
}
.introduction_03 .application_info p.notice_text{
	font-size: 14px;
	margin: 10px 0;
}
.introduction_03 .process .process_img{
	width: 100%;
	margin-top: 20px;
}
.introduction_03 .process .process_img ul li{
	width: 25%;
	display: inline-block;
	padding-right: 20px;
}
.introduction_03 .process .process_img ul li img{
	width: 100%;
}
.introduction_03 .process .process_img ul li:last-child{
	padding-right: 0;
	width: calc(25% - 20px);
}


.scholarship_in {
	margin: 0 !important;
}

.scholarship_in .tbl-stat td,
.scholarship_out .tbl-stat td{
	text-align: center;
}
/* content01 */
.content01 .box {
	position: relative;
	padding-bottom: 80px;
	display: block;
}

.content01 .box .img_right {
	float: right
}

.content01 .box .txt_wrap {
	position: absolute;
	right: 0;
	top: 45px;
	background: #fff;
	padding: 50px;
	width: 60%;
}

.content01 .box .txt_wrap .half-round-tit {
	display: inline-block;
	margin-bottom: 20px
}

.content01 .box .txt_wrap .half-round-tit strong {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1.6;
	letter-spacing: 0;
}

.content01 .box .txt_wrap .half-round-tit span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	color: #fff;
	font-size: 16px
}

.content01 .box .txt_wrap .half-round-tit span {
	background: #8abd00;
	margin-right: 10px;
	float: left
}

.content01 .box .txt_wrap p {
	text-align: justify;
}

.content01 .box .txt_wrap02 {
	position: absolute;
	left: 0;
	top: 45px;
	background: #fff;
	width: 60%;
}

.content01 .point p {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	color: #1a1a1a;
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.content01 h3 {
	padding: 40px 0;
	font-size: 18px
}

.content01 ul li {
	font-size: 16px;
	color: #555;
	line-height: 1.9
}

.content01 #container h4~p {
	margin-left: 26px;
}

.content01 #container h4~ul.list_ul {
	margin-left: 20px;
	margin-bottom: 30px;
}

.content01 #container ul.list_ul~h4 {}

@media screen and (max-width: 960px) {
	.content01 .box .img {
		text-align: center;
		display: block;
		float: none;
		clear: both
	}

	.content01 .box .img img {
		width: 100%
	}

	.content01 .box .txt_wrap {
		width: 100%;
		padding: 20px;
		display: block;
		position: relative;
		clear: both
	}

}

/* content01 */

/*tab css*/
.tab {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.tabnav {
	font-size: 0;
	width: 100%;
	/* border: 1px solid #ddd; */
}

.tabnav li {
	display: inline-block;
	height: 60px;
	text-align: center;
	/* border-right: 1px solid #ddd; */
	width: 50%;z
}

/* .tabnav li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 3px;
} */

/* .tabnav li a.active:before {
	background: #80e9ff;
} */

.tabnav li a.active {
	border-bottom: 1px solid #fff;
}

.tabnav li a {
	position: relative;
	display: block;
	background: #f8f8f8;
	color: #000;
	padding: 0 30px;
	line-height: 60px;
	text-decoration: none;
	font-size: 20px;
}

.tabnav li a:hover,
.tabnav li a.active {
	background-color: #55b18c;
	color: #fff;
}

.tabcontent {
	border-top: none;
}


.tabcontent .download_btn{
	background-color: #55b18c;
	border-radius: 5px;
	padding: 10px 22px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.tabcontent .download_btn span{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.tabcontent .download_btn:hover{
	background-color: #2e8d67;
}
.procedure .step {
	position: relative;
	overflow: hidden;
}

.procedure .step div {
	margin-bottom: 20px;
}

.procedure .step dl {
	overflow: hidden;
	border: 1px solid #c1c6d5;
	padding: 23px 40px;
	border-radius: 10px;
}

.procedure .step dl dt {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 125px;
	color: #272c58;
	font-size: 20px;
	line-height: 80px;
}
.procedure .step div:nth-child(4) dl dt{
	line-height: 100px;
}

.procedure .step dl dt:after {
	content: '';
	border-right: 1px;
	solid #ccc;
}

.procedure .step dl dd {
	position: relative;
	float: left;
	width: 50%;
}

@media screen and (max-width:960px) {
	.procedure .step div:nth-child(1) dl dt,
	.procedure .step div:nth-child(4) dl dt{
		line-height: 2 !important;
	}
	.procedure .step dl dt {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	.procedure .step dl dd {
		float: none;
		width: 100%;
	}

	.procedure .step{
		margin: 0 0 200px 0;
	}
	
	.tabnav li a{
		font-size: 18px;
	}
}


.procedure .step dl dd ul {
	display: table
}

.procedure .step dl dd ul li {
	font-size: 16px;
	height: 80px;
	line-height: 1.6;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.long_li{
	padding-top: 10px;

}

.procedure .step div:nth-child(1) dl dt{
	line-height: 125px;
}

.procedure .step div:nth-child(1) dl {
	border: 1px solid #55b18c;
}

.procedure .step div:nth-child(1) dl dt {
	background: url(../img/step_01.png) no-repeat 0 0;
	background-position: left center;
}

.procedure .step div:nth-child(2) dl dt {
	background: url(../img/step_02.png) no-repeat 0 0;
	background-position: left center;
}

.procedure .step div:nth-child(3) dl dt {
	background: url(../img/step_03.png) no-repeat 0 0;
	background-position: left center;
}

.procedure .step div:nth-child(4) {
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.procedure .step div:nth-child(4) dl {
	border: 3px solid #008CAB;
}

.procedure .step div:nth-child(4) dl dt {
	background: url(../img/step_04.png) no-repeat 0 0;
	background-position: left center;
	color: #008CAB;
}

@media screen and (max-width:576px) {
	.procedure .step dl dt {
		padding-left: 0;
		padding-top: 80px;
		text-align: center;
		line-height: 30px;
	}

	.procedure .step dl dd ul {
		display: block;
		text-align: center
	}

	.procedure .step dl dd ul li {
		display: block;
		height: auto;
		padding: 0;
	}

	.procedure .step div:nth-child(1) dl dt {
		background: url(../img/step_01.png) no-repeat top center
	}

	.procedure .step div:nth-child(2) dl dt {
		background: url(../img/step_02.png) no-repeat top center
	}

	.procedure .step div:nth-child(3) dl dt {
		background: url(../img/step_03.png) no-repeat top center
	}

	.procedure .step div:nth-child(4) dl dt {
		background: url(../img/step_04.png) no-repeat top center
	}
}


.procedure .shortcut_btn,
.procedure .download_btn{
	padding: 6px 22px;
	margin: 10px 0;
}


.procedure .shortcut_btn span{
	font-size: 18px;
	line-height: 18px;
}



/* content02 */
.content02 ul li {
	width: 50%;
	float: left
}

.content02 ul li .profile {
	float: left;
	padding-bottom: 50px;
	width: 48%
}

.content02 ul li .profile img {
	width: 100%
}

.content02 ul li dl {
	float: left;
	padding: 0 40px;
	width: 52%
}

.content02 ul li dl dt {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
	color: #1a1a1a;
	letter-spacing: 0
}

.content02 ul li dl dt dd {
	margin-left: 10px;
	font-size: 17px;
	color: #444;
	line-height: 1.75;
	letter-spacing: -0.02em;
	text-align: left;
	display: block;
	clear: both;
}

@media screen and (max-width: 1210px) {
	.content02 ul li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 6%
	}

	.content02 ul li:nth-child(2n+1) {
		margin-left: 0
	}

	.content02 ul li .profile {
		width: 100%
	}

	.content02 ul li dl {
		width: 100%;
		padding: 0 20px
	}
}

@media screen and (max-width: 640px) {
	.content02 ul li {
		width: 100%;
		margin-left: 0
	}

}

/* content02 */





/* content03 */
.content03 li {
	width: 31.3333%;
	margin-right: 3%;
	min-height: 300px;
	float: left;
	text-align: justify;
}

.content03 li:nth-child(3n+3) {
	margin-right: 0
}

.content03 li .web_icon {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	background-color: #c7c7c7;
	color: #fff;
	display: table;
	margin: 0 auto
}

.content03 li .web_icon i {
	text-align: center;
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 20px
}

.content03 li h2 {
	font-size: 22px;
	color: #000;
	display: block;
	clear: both;
	padding-bottom: 10px;
	margin-top: 30px;
	letter-spacing: 0;
	text-align: center
}

.content03 li p {
	text-align: center;
	word-break: keep-all
}

.content03 li .icon_img {
	text-align: center;
	padding-top: 20px;
	display: block;
}

@media screen and (max-width: 960px) {
	.content03 li {
		width: 50%;
		margin-right: 0
	}

	.content03 li p {
		max-width: 300px;
		margin: 0 auto
	}
}

@media screen and (max-width: 640px) {
	.content03 li {
		width: 100%;
		margin-right: 0
	}

	.content03 li p {
		max-width: 300px;
		margin: 0 auto
	}
}

/* content03 */




/* content_area04 */
.content04 .point {
	padding: 0 20px 0 0
}

.content04 .point p {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	color: #1a1a1a;
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.content04 .point h2 {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	text-align: left;
	padding: 20px 0 50px 0;
}

.content04 .colum {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0
}

.content04 .colum .left {
	width: 50%;
	float: left;
	border-right: 1px solid #ddd;
	padding-right: 50px
}

.content04 .colum .left h2 {
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 20px;
	font-weight: bold
}

.content04 .colum .right {
	width: 50%;
	float: left;
	padding-left: 50px;
	line-height: 1.8;
	text-align: left
}

.content04 .colum .right h2 {
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 20px;
	font-weight: bold
}

.content04 .img img {
	width: 100%
}

.content04 .content_sub_title {
	margin: 0 auto;
	padding: 30px 0 0
}

.content04 .content_sub_title:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	padding-bottom: 50px;
	clear: both;
}

.content04 .content_sub_title .sub_title {
	float: left;
	display: block;
	line-height: 1.8;
	width: 25%;
	color: #1a1a1a;
	font-size: 22px;
	letter-spacing: 0;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	box-sizing: border-box
}

.content04 .content_sub_title .sub_txt {
	float: right;
	width: 75%;
}

.content04 .content_sub_title .sub_txt .h2 {
	font-size: 20px;
}

.content04 .content_sub_title .img {
	float: left;
	text-align: right;
	width: 450px
}

@media screen and (max-width: 960px) {
	.content04 .colum .left {
		width: 100%;
		border: 0;
		float: none;
		padding: 0;
		clear: both
	}

	.content04 .colum .right {
		width: 100%;
		padding: 20px 0 0
	}

	.content04 .content_sub_title .sub_title {
		width: 100%;
		margin-bottom: 20px;
		clear: both
	}

	.content04 .content_sub_title .sub_txt {
		float: left;
		width: 100%
	}
}

@media screen and (max-width: 640px) {}

/* content_area04 */







/* content_area05 */
.content05 .photo_box {
	margin-bottom: 50px;
	background-color: #f9f9f9;
	clear: both
}

.content05 .photo_box .img {
	max-width: 50%;
	float: left;
	display: block
}

.content05 .photo_box .img img {
	width: 100%
}

.content05 .photo_box .txt {
	max-width: 50%;
	float: left;
	padding: 50px;
	background-color: #f9f9f9;
	display: block
}

.content05 .photo_box .txt h2 {
	font-size: 24px;
	padding-top: 50px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: left
}

.content05 .photo_box .txt p {
	padding-top: 30px;
	word-break: keep-all
}

@media screen and (max-width: 960px) {
	.content05 .photo_box .img {
		max-width: 100%;
		display: block
	}

	.content05 .photo_box .txt {
		max-width: 100%;
	}

	.content05 .photo_box .txt h2 {
		font-size: 24px;
		font-weight: bold
	}
}

/* content_area05 */






/* content_area06 */
.content06 .thumb_box {
	width: 31.3333%;
	margin-right: 3%;
	display: block;
	float: left;
}

@media screen and (min-width: 961px) {
	.content06 .thumb_box:nth-child(3n+3) {
		margin-right: 0
	}
}

.content06 .thumb_box .img {
	width: 100%;
	min-height: 300px;
	background-image: url(../img/rnd03_thumb01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	overflow: hidden;
	position: relative
}

.content06 .thumb_box .txt {
	width: 100%;
	padding: 20px;
	text-align: left;
	clear: both
}

.content06 .thumb_box .txt h2 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold
}

.content06 .thumb_box .txt p {
	padding: 20px 0px;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.content06 .thumb_box {
		width: 49%;
		margin-right: 2%
	}

	.content06 .thumb_box:nth-child(2n+2) {
		margin-right: 0
	}
}

@media screen and (max-width: 640px) {
	.content06 .thumb_box {
		width: 100%;
		margin: 0;
		clear: both;
		float: none
	}
}

/* content_area06 */












/*의료진 소개*/
.btn-adm {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	color: tomato;
	line-height: 28px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: #fff
}

.doctor_area {
	width: 100%;
	position: relative;
}

.doctor_area .doctor_profile {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 80px 0
}

.doctor_area .doctor-list .thumb {
	float: left;
	width: 320px;
	height: 410px;
	padding: 0 20px;
	border: 1px solid #d2d2d2;
	background-size: cover;
	background-position: center
}

.doctor_area .info {
	width: 65%;
	padding: 20px 0;
	float: right
}

.doctor_area .info .name {
	display: block;
	margin-bottom: 15px;
	font-size: 23px;
	color: #222;
	font-weight: 500
}

.doctor_area .info span {
	font-size: 14px;
	color: #555;
	font-weight: 300
}

.doctor_area .info .postion {
	color: #2352ab;
	font-weight: 500
}

.doctor_area .info dl dt {
	display: inline;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #333
}

.doctor_area .info dl dt:after {
	content: ':';
	display: inline-block;
	padding: 0 4px
}

.doctor_area .info dl dd {
	display: inline;
	font-size: 16px;
	color: #666
}

.doctor_area .info dl dd:after {
	content: '';
	display: block
}

.doctor_area .schedule {
	margin: 34px -1px 0;
}

.doctor_area .schedule .surgery {
	color: #F00;
	font-size: 16px
}

.doctor_area .btn-group {
	margin-top: 20px;
}

.doctor_area .btn-group .btn-rt {
	float: right
}

.doctor_area .btn-group .btn-doctor {
	display: inline-block;
	margin: 0 5px;
	padding: 7px;
	width: 120px;
	height: 40px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -.5px;
	text-align: center;
	border: 1px solid transparent
}

.doctor_area .btn-group .btn-Introduction {
	color: #333;
	border-color: #ddd;
	background-color: #f8f8f8
}

.doctor_area .btn-group .btn-reservation {
	color: #fff;
	border-color: #384451;
	background-color: #384451
}

.doctor_area .btn-group .btn-reservation span {
	color: #fff
}

.doctor_area .sub_navi {
	width: 100%;
	margin: 20px auto;
	border-bottom: 1px solid #ddd;
	clear: both
}

.doctor_area .sub_navi ul {
	padding-top: 50px
}

.doctor_area .sub_navi li {
	display: inline-block;
	margin-left: -3px;
	width: 19%
}

.doctor_area .sub_navi li a {
	display: block;
	box-sizing: border-box;
	color: #555;
	text-align: center;
	font-size: 17px;
	position: relative;
	height: 55px;
	line-height: 55px
}

.doctor_area .sub_navi li a.on {
	color: #0ba2b3;
	border-bottom: 1px solid #0ba2b3
}

.tab_content ul li {
	display: block;
	line-height: 2.4;
	font-weight: 300;
	font-size: 16px;
	color: #555
}

.tab_content p {
	line-height: 2.1;
	color: #555;
	font-size: 16px;
	background-image: url(../img/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px
}

@media screen and (max-width: 960px) {
	.doctor_area .doctor-list {
		float: none
	}

	.doctor_area .doctor-list .thumb {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto
	}

	.doctor_area .info {
		width: 100%;
	}
}

/*의료진 소개*/






/*외래진료*/
.process_area .ing_area h2 {
	font-size: 24px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 30px;
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px
}

.process_area .ing_area ul {
	max-width: 1000px;
	padding-bottom: 80px;
	margin: 0 auto
}

.process_area .ing_area li {
	float: left;
	width: 25%;
	text-align: center
}

.process_area .ing_area .circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: table;
	margin: 0 auto;
}

.process_area .ing_area li:first-child {
	margin-left: 0;
}

.process_area .ing_area li span {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
}

.process_area .ing_area li p {
	font-size: 13px;
	color: #f5f5f5;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle
}

.process_area .ing_area02 ul {
	max-width: 1200px;
	padding-bottom: 80px
}

.process_area .ing_area02 li {
	float: left;
	width: 14.2857142857%;
	text-align: center
}

.process_area .ing_area02 .circle02 {
	border-radius: 50%;
	width: 145px;
	height: 145px;
	display: table;
	margin: 0 auto;
}

.process_area .ing_area .step01 {
	background-color: #5a93d9
}

.process_area .ing_area .step02 {
	background-color: #099
}

.process_area .ing_area .step03 {
	background-color: #5a93d9
}

.process_area .ing_area .step04 {
	background-color: #099
}

.process_area .ing_area .step05 {
	background-color: #5a93d9
}

.process_area .ing_area .step06 {
	background-color: #099
}

.process_area .ing_area .step07 {
	background-color: #5a93d9
}

.process_area .ing_area .list_tit h3 {
	font-size: 20px;
	padding-top: 20px;
	font-weight: bold;
}

.process_area .ing_area .list_tit p {
	display: block;
	padding-left: 10px;
	background-image: url(../img/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}

@media screen and (max-width: 960px) {
	.process_area .ing_area ul {
		max-width: 500px;
		margin: 0 auto
	}

	.process_area .ing_area li {
		width: 50%;
		margin-bottom: 7%
	}

	.process_area .ing_area li:nth-child(2n+1) {
		margin-left: 0
	}
}

@media screen and (max-width: 640px) {
	.process_area .ing_area .circle {
		width: 180px;
		height: 180px
	}
}

/*외래진료*/



/*비급여안내*/
.non-payment_area .notice {
	text-align: center;
	margin-bottom: 50px
}

.non-payment_area ul {
	padding-bottom: 30px;
	margin: 0 auto;
}

.non-payment_area ul:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.non-payment_area .ts2 ul li {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px
}

.non-payment_area .ts3 ul li {
	width: 33.3333%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px
}

.non-payment_area .ts4 ul li {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px
}

.non-payment_area .ts5 ul li {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px
}

.non-payment_area .ts6 ul li {
	width: 16.66666666666667%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px
}

.non-payment_area .ts7 ul li {
	width: 14.28571428571429%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px
}

.non-payment_area .ts8 ul li {
	width: 12.57%;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px
}

.non-payment_area .ts ul li a {
	display: block;
	font-size: 15px;
	color: #222;
	height: 55px;
	line-height: 55px;
	padding: 0
}

.non-payment_area .ts ul li a.on {
	background-color: #3181cb;
	color: #fff;
	box-shadow: 0 15px 15px rgba(65, 71, 143, 0.2);
}


@media screen and (max-width: 640px) {
	.non-payment_area .ts ul li {
		width: 50%;
		margin-top: -1px
	}
}

/*비급여안내*/




/*입퇴원*/
.Instructions_area .colum {
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
}

.Instructions_area .colum .left {
	width: 33%;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	float: left;
}

.Instructions_area .colum .right {
	width: 67%;
	float: right;
}

.Instructions_area .colum .right ul li {
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-image: url(../img/icon_dot.gif);
	background-position: left 12px;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.Instructions_area .colum .left {
		width: 100%;
		float: none;
		clear: both
	}

	.Instructions_area .colum .right {
		width: 100%;
		float: none;
		clear: both
	}

	.Instructions_area .colum .right ul li {
		padding-left: 13px
	}
}

/*입퇴원*/











@media screen and (max-width: 960px) {

	/*	.content_area .photo_box .img { max-width:100%; text-align:center; display:block; float:none; clear:both}
	.content_area .photo_box .img img { width:100%}
	.content_area .photo_box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.content_area .photo_box .txt {max-width: 100%; float:none}*/

}

.tbl-stat tbody td.tc {
	text-align: center;
}