
/*컨텐츠 css*/

.cont_container{
	width: 93%;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom:100px;
}


.cont .cont_tit{
	margin-bottom:40px;

}

.cont_tit h1{
	font-size:30px;
	font-weight:700;
	margin-bottom:10px;
	padding-bottom:10px;
	width:auto;
	display:inline-block;
	border-bottom:1px solid #ddd;
}

.cont_tit .cont_titspan{
    color: #c7c7c7;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 200;
}

.cont_box{
	border:1px solid #ddd;
	padding:20px;
	margin-bottom:20px;
}


.cont_box strong{
    box-shadow: inset 0px -10px 0 #ffddda;
}

.cont_content{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}


.cont_subtit{
	font-weight:600;
	margin-bottom:10px;
	font-size: 18px;	
}

.cont_content pre{
	margin-bottom:30px;
}

.row{
	padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (max-width: 800px) {
.row{
	margin-bottom:20px;
	padding-right: 0;
    padding-left: 0;
	}
}

/*로그인css*/

.login_form{
	max-width:400px;
	margin:0 auto;
	
	}
.login_form .login_input{
	display:inline-block;
	width:100%;
    margin-bottom: 10px;
}

.login_form .login_ck{
    margin: 15px 0 20px 0;
	display: flex;
    justify-content: space-around
}

.login_btn{
	display:inline-block;
	text-align:center;
	width:100%;
	font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    background: linear-gradient(45deg, #b30d0d, #6f0101);
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555555
}

.find_tabMenu{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.find_tabMenu ul{
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}

.find_tabMenu li{
	font-size: 24px;
    font-weight: 700;
	cursor:pointer;
	color:#ddd;
	border-bottom: 1px solid #ddd;
	width:100%;
	display: block;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.find_tabMenu li.active{
	color:#333;
	border-bottom: 1px solid #333;

}

.tabcontent {
	display: none;

}
.tabcontent.active {
	display: block;
}




/*회원가입css*/

.signup_form{
	max-width:800px;
	width:100%;
	margin:0 auto;
}

.signup_col{
	margin-bottom:25px;
}

.signup_form .signup_tit{
    font-weight: 500;
    margin: 10px 0;
}

.signup_box pre{
	height:130px;
	font-size:13px;
	margin-bottom:0;
	overflow:auto;
}
.signup_check{
	display: flex;
    justify-content: space-around;
	line-height: 48px;
}

.signup_check span{
	margin:0 5px;
}
.signck_btn_area{
	display: flex;
    justify-content: space-around;
}
.signck_btn{
    display: inline-block;
    width: 100%;;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px 0;
	margin:5px;
 
}

.signck_btn strong{
	display: block;
    font-size: 22px;
}

.important{
	color: #ff7f00;
    font-weight: 700;
}

.ck_btn{
    font-size: 15px;
    display: inline-block;
    width: 180px;
    text-align: center;
    background: #9c0000;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ddd;
    font-weight: 500;
}


.signup_table{
    border-top: 2px solid #6f0101;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.signup_table tr{    
	border-bottom: 1px solid #e0e0e0;
}

.signup_table th{
    font-weight: 500;
    font-size: 16px;
    padding: 13px 0;
	text-align:center;
	vertical-align:middle;

}

.signup_table td{
    font-weight: 400;
	font-size:15px;
    padding: 13px 0;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
	vertical-align: middle;

}

/*회원탈퇴*/
.Withdrawal{
    color: #555;
    font-weight: 500;
    font-size: 16px;
}

.Withdrawal:hover{
	color:#ff7f00;
	text-decoration:underline;

}

@media (max-width: 800px) {
	.signup_table tr{    
		border-bottom:none;
	}
	.signup_table th{
		display:table-row;

	}
	.signup_table td{
		display:table;
		width: 100%;
		margin-bottom:15px;
	}
}


/*본컨텐츠*/


.flex_area{
	display:flex;
	justify-content: space-around;
}

.cont_table{
    border-top: 2px solid #6f0101;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.cont_table tr{    
	border-bottom: 1px solid #e0e0e0;
}

.cont_table th{
    font-weight: 500;
    font-size: 16px;
    padding: 13px 0;
	text-align:center;
	vertical-align:middle;

}
.cont_table th.gray{
	background:#f4f5fa;

}
.cont_table thead th{
    background: #f4f5fa;
}
.cont_table td{
    font-weight: 400;
	font-size: 15px;
    padding: 13px 0 13px 5px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden; 
	vertical-align: middle;
	min-height: 24px;
}

.cont_table2{
    border-top: 2px solid #6f0101;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.cont_table2 tr{    
	border-bottom: 1px solid #e0e0e0;
}

.cont_table2 th{
    font-weight: 500;
    font-size: 16px;
    padding: 8px 6px;
	text-align:center;
	vertical-align:middle;
	background: #f4f5fa;

}
.cont_table2 td{
	font-size: 15px;
    font-weight: 400;
    padding: 8px 0 8px 5px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden; 
	vertical-align: middle;
	min-height: 24px;

}

@media (max-width: 800px) {

	.cont_table2{
		border-top:1px solid #e0e0e0;
	}

	.cont_table2 th{
		display: table-row;
		height: 50px;
		line-height: 50px;
		background:#fff;
		font-size: 17px;
	}


	.cont_table2 td{
		display:table;
		margin: 10px 0;
	}
}


.active{
	display:block;
}


.tabcontent_area{
	width:100%;
	max-width:1280px;
}

.tabcontent_area img{
	max-width:1280px;
	width: 100%;
	display:block;
	margin-bottom:10px;
}


.cont_content img{
	max-width:100%;

}


.shadow{
	box-shadow: 1px 1px 3px #b1b1b1;
}

@media (max-width: 800px) {
.flex_area{
	display:block;
	width:90%;
	margin:0 auto;
	}
}


.circle{
    background: linear-gradient(60deg, #9c0000, #6f0101);
    color: #fff;
	width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    border-radius: 100px;
	margin-bottom: 10px;

}


/*그리드시스템*/

.col-2{
	width:50%;
}

.col-3{
	width:33.333%;
}

.col-4{
	width:25%;
}

.col-5{
	width:20%;
}


@media (max-width: 800px) {

.col-2, .col-3, .col-4, .col-5{
	width:100%;
	margin-bottom:10px;
}

}

/*버튼스타일*/

.barobtn{
    display: inline-block;
    padding: 5px 40px 5px 15px;
    margin: 5px 0;
    border: 1px solid #b30d0d;
    color: #b30d0d;
    font-weight: 500;
	position:relative;
	cursor:pointer;
}

.barobtn::after{
	content:"";
	width:15px;
	height:15px;
	position:absolute;  
	right: 5px;
    top: 11px;
	background:url("../../images/ico_sm_r_arr.png") no-repeat left top;
}


.barobtn:hover{
    background:#b30d0d;
    color: #fff;
	position:relative;
	transition:0.5s;
}

.barobtn:hover::after{
	background:url("../../images/ico_sm_r_arr_w.png") no-repeat left top;
}


/*입원절차*/
.hospiprcs p{
	max-width:150px;
	margin:0 auto;
}
.hospiprcs .hospiprcs_cont{
	position:relative; 
}

.hospiprcs .hospiprcs_cont:last-child:after{
	display: none;
}

.hospiprcs .hospiprcs_cont:after{
	content:"";
	width:38px;
	height:38px;
	position:absolute;  
	    right: -47px;
    top: 18%;
	background:url("../../images/roll_right.png") no-repeat left top;
}

.hospiprcs .important {
    color: #b30d0d;
    font-weight: 700;
}

@media (max-width: 980px) {

.hospiprcs .hospiprcs_cont:after{
		display: none;
}

}

@media (max-width: 800px) {
	.hospiprcs p{
		max-width:300px;
		margin:0 auto;
	}

	.hospiprcs .hospiprcs_cont{
		margin-bottom:50px;
	}

}



.point_txt{
    font-size: 18px;
	position: relative;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #b30d0d;
    padding: 26px;
    box-shadow: 1px 1px 3px #e0e0e0;
	text-align: justify;
}

.point_txt::before{
    content: "\f10d";
    font-size: 35px;
    color: #e0e0e0;
    z-index: 1;
    font-family: FontAwesome;
    position: static;
    top: 0px;
    left: 8px;

}



.img_box{
	width: -webkit-fill-available;
	display:inline-block;
	padding:20px;
	box-shadow: 1px 1px 3px #e0e0e0;
	border: 1px solid #e0e0e0;
}

.img_box .imgarea{
	display:inline-block;
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;

}
.img_box .cont_subtit{
	font-size: 26px;
} 

.imgarea img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width: 800px) {

	.point_txt{
		font-size: 16px;
		border: 1px solid #e0e0e0;
		border-left: 3px solid #b30d0d;
		padding: 26px;
		box-shadow: 1px 1px 3px #e0e0e0;
	}

}


.cont_list li{
	position: relative;
	display: block;
    padding: 0px 5px 0px 22px;
    margin: 8px 0;
/*	background: #f4f5fa;*/
/*	border-left:3px solid #9b6fbe;*/
	color: #444;
	text-decoration: none;
}

.cont_list li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	top: 5px;
    left: 3px;
    color: #9c0000;
}


.relative{
	position:relative
}
.icon-bg{
	position: absolute;
	top: -17px;
	left: 61px;
	z-index: -111
}





/*오시는길*/


.fa-long-arrow-right{
	color: #888;
}

.trap_list li{
	margin-bottom:10px;
}

.trap_list2 li{
	margin-bottom:25px;
}

.trap_list p, .trap_list2 p{
	display:inline-block;
	color:#555;
}

.trap_list p.label{
	margin-right:20px;
	font-weight:500;
	color:#333;
	min-width:55px;
}

.trap_list2 p.label{
	display:block;
	font-weight:500;
	color:#333;
}

@media (max-width: 800px) {

	.trap_list p.label{
		display:block;
		font-weight:500;
		color:#333;
	}

}