/* sub */
#sub_wrap{ 
    width: 100%;
}
.sub_box{ 
    width:1200px;
	margin:0 auto;
	padding-top: 130px;
	position:relative;
}
.sub_con h2{ 
    font-size: 30px;
	font-weight: normal;
	text-align: center;
	color:#222222;
	cursor:pointer;
}

.line_bar{  
    background: #f39800; 
	width: 43px;
	height: 2px;
	margin: 18px auto 75px auto;
}
.sub_con h4{
   font-size: 17px;
   font-weight: 500;
   color: #222222;
   margin-bottom: 20px;
}
.sub_con h4:before{
   display: inline-block;
   content: '';
   width: 10px;
   height: 10px;
   vertical-align: middle;
   margin-right: 8px;
   border: 3px solid #f39800;
   margin-top: -3px;
}
.sub_text{
   width:1200px;
   margin: 0 auto;
}





/* sub visual */
.sub_visual{
	position:relative;
	height:475px;
	background:#000;
	text-align:center;
}
.introduce .sub_visual{
	background:url(../images/sub/introduce_bg.jpg) no-repeat center 0;
	background-size:2000px;
}
.medicalcourse .sub_visual{
	background:url(../images/sub/medicalcourse_bg.jpg) no-repeat center 0;
	background-size:2000px;
}
.medicine .sub_visual{
	background:url(../images/sub/medicine_bg.jpg) no-repeat center 0;
	background-size:2000px
}
.center .sub_visual{
	background:url(../images/sub/center_bg.jpg) no-repeat center 0;
	background-size:2000px
}
.emergency .sub_visual{
	background:url(../images/sub/emergency_bg.jpg) no-repeat center 0;
	background-size:2000px
}
.square .sub_visual{
	background:url(../images/sub/notice_bg.jpg) no-repeat center 0;
	background-size:2000px
}
.sub_visual .sub_title{
	color:#fff;
	position:absolute;
	top:60%; left:50%;
	transform:translate(-50%,-50%);
}
.sub_visual .sub_title h1{
	font-size:35px;
	font-weight:400;
}
.sub_visual .sub_title p{
	font-size:18px;
	font-weight:300;
}





/* sub tab */
#sub_wrap .sub_tab{
	background:#fff;
	height:60px;
	line-height:60px;
	width:100%;
    position:absolute;
	bottom: -60px;
	border-bottom:1px solid #ebebeb;
	z-index: 1;
}
#sub_wrap .sub_tab ul{
	width:1200px;
	margin:0 auto;
	font-size:15px;
	text-align:center;
}
#sub_wrap .sub_tab ul li a{
	float:left;
	color:#222222;
}
#sub_wrap .sub_tab ul li:hover a{
	border-bottom: 3px solid #f39800;
	height: 58px;
	color:#211545 !important;
}
#sub_wrap .sub_tab ul li.on a{
	border-bottom: 3px solid #f39800;
	height: 58px;
	color: #211545;
}
.introduce .sub_tab ul li a,.square .sub_tab ul li a{
	width:16.6%;
}
.medicalcourse .sub_tab ul li a{
    width:25%;
}
.medicine .sub_tab ul li a{
	width:33.33%;
}
.center .sub_tab ul li a{
	width:20%;
}





/* 병원장 인사말 introduce1.php */
.top{
    z-index: -1;
    width: 100%;
    height: 325px;
    background: url(../images/sub/introduce1_top.jpg) no-repeat center;
    position: absolute;
}
.introduce_text{
   position:relative;
   width: 1200px;
   margin: 0 auto;
   padding-top: 360px;
}
.introduce_text p:first-child{
   float: left;
   margin-left: 230px;
   font-size: 16px;
   color: #222222;
   font-weight: 300;
   line-height: 32px;
   letter-spacing: -1px;
}
.director img{
   width:200px;
   padding-left:20px;
}
.introduce_text p:last-child{
   float:left;
   width:1000px;
   margin: 0 auto;
   display:block;
   text-align:right;
   font-size: 17px;
   color: #222222;
   font-weight: 500;
}
.introduce_text p:last-child img{
   vertical-align: middle;
   margin-right: 8px;
}



/* 진료과 안내 introduce2.php */
.introduce2_box table{
	width:1200px;
	margin:0 auto;
	border-collapse: collapse;
}
.introduce2_box table tr:nth-child(1) th{
	height: 50px;
    background: #ffb945;
    color: #222222;
    font-weight: 400;
    border: 1px solid #fff;
}
.introduce2_box table tr th{
	height: 75px;
    background: #fad699;
    color: #222222;
    font-weight: 400;
    border: 1px solid #fff;
}
.introduce2_box table tr td{
    color: #222222;
    font-weight: 300;
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 12px 0;
    line-height: 30px;
    height:50px
}
.introduce2_box table tr:nth-child(5) th,
.introduce2_box table tr:nth-child(8) th,
.introduce2_box table tr:nth-child(9) th,
.introduce2_box table tr:nth-child(10) th,
.introduce2_box table tr:nth-child(11) th{
	text-align:left;
	padding-left:120px
}
.introduce2_box table tr:nth-child(5) th img,
.introduce2_box table tr:nth-child(8) th img,
.introduce2_box table tr:nth-child(9) th img,
.introduce2_box table tr:nth-child(10) th img,
.introduce2_box table tr:nth-child(11) th img{
	margin-right:15px;
	vertical-align:middle
}





/* 의료진 소개 introduce3.php */
.sub_tab2{
	width:1200px;
	margin:0 auto;
	font-size:16px;
	text-align:center;
	font-weight:400;
	margin-bottom:60px;
}
.sub_tab2 li{
    width: 130px;
	height: 50px;
    border: 1px solid #c2c2c2;
	border-radius: 10px;
	line-height: 49px;
	display:inline-block;
	margin-right: 22px;
}
.sub_tab2 li:last-child{
    margin-right: 0;
}
.sub_tab2 li a{
	color:#222222;
	display: block;
    border-radius: 10px;
}
.sub_tab2 li.on{
	width: 130px;
	height: 50px;
	background: #4ea5a0;
	border-radius: 10px;
	border: 1px solid #4ea5a0;
}
.sub_tab2 li.on a{
    color: #fff;
}

.introduce3_list li{
    width: 360px;
	margin-bottom: 80px;
	float: left;
}
.introduce3_list li:nth-child(2){
    margin: 0 60px;
}
.introduce3_info p{
    margin-bottom: 20px;
}
.introduce3_info table{
    width: 360px;
	border-collapse: collapse;
}
.introduce3_info table tr th{
   font-size: 16px;
   color: #222;
   font-weight: 500;
   text-indent: 26px;
   height: 40px;
   text-align: left;
}
.introduce3_info table tr th:before{
   display: inline-block;
   content: '';
   width: 4px;
   height: 4px;
   vertical-align: middle;
   margin-right: 8px;
   border: 3px solid #4ea5a0;
   margin-top: -3px;
}
.introduce3_info table tr td{
   font-size: 16px;
   color: #444;
   font-weight: 400;
   text-align: center;
}





/* 진료시간 introduce4.php */
.introduce4_box table{
	width:1200px;
	margin:0 auto 20px;
	text-align:center;
	border-collapse: collapse;
}
.introduce4_box table th{
	height: 50px;
    background: #ffb945;
    color: #222222;
    font-weight: 400;
    border: 1px solid #fff;
}
.introduce4_box table td{
	background: #f5f5f5;
    color: #222222;
    font-weight: 300;
    border: 1px solid #fff;
    text-align: center;
    padding: 12px 0;
    line-height: 30px;
}





/* 찾아오시는 길 introduce5.php */
.map_text{
   width: 1200px;
   height:130px;
   margin-top: -5px;
   margin-bottom: 50px;
}
.map_text p{
   height:130px;
   float: left;
}
.map_text p:first-child{
   width: 300px;
   background: #f59c00;
   text-align: center;
   padding-top: 52px;
   box-sizing: border-box;
}
.map_text p:last-child{
   width: 900px;
   background: #f5f5f5;
}

.map_info{
   width: 900px;
   height: 0px;
}
.map_info ul{ 
   margin-left: 350px;
}
.map_info ul li{
   padding-top: 27px;
   font-size: 16px;
   color: #444444;
}
.map_info ul li:nth-child(2),.map_info ul li:nth-child(3),.map_info ul li:nth-child(4){
   width: 170px;
   display: inline-block;
}
.map_info ul li:nth-child(4){
   width: 201px;
}
.map_info ul li img{
   vertical-align: middle;
   margin-right: 10px;
}

.introduce5_text li{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   display: inline-block;
   margin-right: 50px;
}
.introduce5_text li:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}










/* 무릎·인공관절 클리닉 (인사말) medicalcourse1.php */
.sub_tab1{
	width:1100px;
	margin:0 auto;
	font-size:16px;
	text-align:center;
	font-weight:400;
	margin-bottom:60px;
}
.sub_tab1 li{
    width: 230px;
	height: 50px;
    border: 1px solid #c2c2c2;
	border-radius: 10px;
	line-height: 49px;
	display:inline-block;
	margin-right: 22px;
}
.sub_tab1 li:last-child{
    margin-right: 0;
}
.sub_tab1 li a{
	color:#222222;
	display: block;
    border-radius: 10px;
}
.sub_tab1 li.on{
	width: 230px;
	height: 50px;
	background: #4ea5a0;
	border-radius: 10px;
	border: 1px solid #4ea5a0;
}
.sub_tab1 li.on a{
    color: #fff;
}

/* 수정 231113 */
.sub_tab1.flex {
    display: flex;
    gap: 20px;
}

.sub_tab1.flex li {
    width: calc(100% / 5);
    line-height: 1.2;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_tab1.flex li.on {
    width: calc(100% / 5);
}



/* 무릎·인공관절 클리닉 (슬관절 외과 ( 고뱅이 클리닉 )) medicalcourse1_1.php */
.medicalcourse1_1_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse1_1_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse1_1_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 176px 0;
   line-height: 34px;
}
.medicalcourse1_1_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicalcourse1_text .medicalcourse1_text_left,.medicalcourse1_text .medicalcourse1_text_right{
    width: 600px;
    float: left;
}
.medicalcourse1_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
}
.medicalcourse1_text p:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}





/* 무릎·인공관절 클리닉 (고관절염) medicalcourse1_2.php */
.medicalcourse1_2_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse1_2_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse1_2_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse1_2_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}
.p_top{
    padding-top: 460px;
}

.medicalcourse1_2_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   float:left;
}
.medicalcourse1_2_text p:nth-of-type(1){
   margin-right: 50px;
}
.medicalcourse1_2_text p:nth-of-type(2){
   margin-bottom: 80px;
}
.medicalcourse1_2_text p:nth-of-type(4){
   text-align: center;
   float: none;
}
.medicalcourse1_2_text p:nth-of-type(4) img{
   padding-top: 70px; 
}





/* 무릎·인공관절 클리닉 (무릎 인공관절 치환술) medicalcourse1_3.php */
.medicalcourse1_3_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse1_3_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse1_3_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse1_3_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicalcourse1_3_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 60px;
}
.medicalcourse1_3_text p b{
   font-size: 17px;
   font-weight: 500;
}
.medicalcourse1_3_text p span{
   margin-left: 15px;
}
.medicalcourse1_3_text p.before{
  margin-bottom: 15px
}
/*
.medicalcourse1_3_text p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #f39800;
   margin-top: -4px;
   border-radius:50%;
}
*/

.medicalcourse1_3_text table.table1{
   width: 1200px;
   border-collapse: collapse;
   margin: 20px 0 30px 0;
}
.medicalcourse1_3_text table.table1 tr th{
   height: 45px;
   background: #707070;
   color: #fff;
   font-size: 17px;
   font-weight: 500;
}
.medicalcourse1_3_text table.table1 tr td{
   background: #f7f7f7;
   padding: 15px 0 0 30px;
}
.medicalcourse1_3_text table.table2{
   width: 1100px;
   border-collapse: collapse;
   margin: 20px 0 30px 0;
}
.medicalcourse1_3_text table.table2 tr th{
   background: #b80c1a;
   color: #fff;
   font-size: 17px;
   font-weight: 500;
   border: 1px solid #b80c1a;
}
.medicalcourse1_3_text table.table2 tr td{
   padding: 20px 0 20px 30px;
   border: 1px solid #d7d7d7;
   font-size: 15px;
   color: #222;
   line-height: 26px;
   font-weight: 300;
}





/* 어깨·관절경 클리닉 (어깨 질환) medicalcourse2.php */
.medicalcourse2_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse2_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse2_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse2_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicalcourse2_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   float:left;
}
.medicalcourse2_text p:nth-of-type(1){
   margin: 0 40px 80px 0;
}
.medicalcourse2_text p:nth-of-type(4) img{
   margin: 40px 0 80px 0;
}
.medicalcourse2_text p:nth-of-type(6) img{
   margin-top: 40px;
}





/* 어깨·관절경 클리닉 (어깨 클리닉) medicalcourse2_1.php */
.medicalcourse2_1_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse2_1_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse2_1_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse2_1_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicalcourse2_text1 p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 40px;
}
.medicalcourse2_text1 p.before{
  margin-bottom: 0;
  font-weight: 500;
}
.medicalcourse2_text1 p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}

.medicalcourse2_text1 ul li{
   display: inline-block;
   width: 180px;
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 40px;
}
.medicalcourse2_text1 ul li:nth-child(3),.medicalcourse2_text1 ul li:nth-child(4),.medicalcourse2_text1 ul li:nth-child(5),.medicalcourse2_text1 ul li:nth-child(6){
   text-align: center;
}





/* 척추 비수술센터 (시술 요법) medicalcourse3.php */
.medicalcourse3_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse3_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse3_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse3_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicalcourse3_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 20px;
}

.medicalcourse3_text p .b_color {
    /* color: #4ea5a0; */
    color: #f39800;
    text-decoration: underline;
}

.medicalcourse3_text p.before{
  margin-bottom: 0;
  font-weight: 500;
}
.medicalcourse3_text p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}





/* 척추 비수술센터 (운동 요법) medicalcourse3_1.php */
.medicalcourse3_1_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse3_1_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse3_1_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse3_1_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}





/* 척추 비수술센터 (압박골절 시술) medicalcourse3_2.php */
.medicalcourse3_2_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse3_2_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}

.medicalcourse3_2_bg_tit p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 176px 0;
    line-height: 34px;
}

.medicalcourse3_2_bg_tit p b{
    color: #feaf2a;
    font-size: 20px;
    font-weight: 600;
}

/* 척추 비수술센터 (미세현미경 디스크제거술) 231113*/
.medicalcourse3_2_bg_tit.medical3_4 {
    background-image: url(../images/sub/medicalcourse3_4_bg.jpg);
}



/* 척추 비수술센터 (통증주사요법/시술 후 유의사항) medicalcourse3_3.php */
.medicalcourse3_3_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse3_3_bg.jpg) no-repeat center;
    position: absolute;
    top: 370px;
}
.medicalcourse3_3_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 176px 0;
   line-height: 34px;
}
.medicalcourse3_3_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}





/* 인공관절 자주하는 질문들 medicalcourse4.php */
.medicalcourse4_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse4_bg.jpg) no-repeat center;
    position: absolute;
    top: 250px;
}
.medicalcourse4_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse4_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}
.medicalcourse4_text ul li{
	margin-bottom:50px
}
.medicalcourse4_text ul li .q_tit{
	font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px;
}
.medicalcourse4_text ul li .q_tit strong{
	color:#f39800;
	font-weight:bold;
	margin-right:10px
}
.medicalcourse4_text ul li .q_desc{
	font-weight: 300;
    color: #222;
    font-size: 16px;
    line-height: 28px;
}
.medicalcourse4_text ul li .q_desc strong{
	margin-right:10px
}

/* 뇌심부자극술 medicalcourse5.php */
.medicalcourse5_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicalcourse5_bg.jpg) no-repeat center;
    position: absolute;
    top: 250px;
}
.medicalcourse5_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicalcourse5_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}
.medicalcourse5_text ul li{
	margin-bottom:50px
}
.medicalcourse5_text ul li .q_tit{
	font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px;
}
.medicalcourse5_text ul li .q_tit strong{
	color:#f39800;
	font-weight:bold;
	margin-right:10px
}
.medicalcourse5_text ul li .q_desc{
	font-weight: 300;
    color: #222;
    font-size: 16px;
    line-height: 28px;
}
.medicalcourse5_text ul li .q_desc strong{
	margin-right:10px
}
.medicalcourse5_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 20px;
}
.medicalcourse5_text p.before{
  margin-bottom: 0;
  font-weight: 500;
}
.medicalcourse5_text p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}



/* 위 내시경 검사 medicine1.php */
.medicine1_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicine1_bg.jpg) no-repeat center;
    position: absolute;
    top: 261px;
}
.medicine1_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicine1_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicine_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 60px;
}





/* 대장 내시경 검사 medicine2.php */
.medicine2_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicine2_bg.jpg) no-repeat center;
    position: absolute;
    top: 261px;
}
.medicine2_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicine2_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}

.medicine2_left,.medicine2_right{
   float: left;
   width: 600px;
}





/* 내시경 용종 절제술 medicine3.php */
.medicine3_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/medicine3_bg.jpg) no-repeat center;
    position: absolute;
    top: 261px;
}
.medicine3_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 165px 0;
   line-height: 34px;
}
.medicine3_bg_tit p b{
   color: #feaf2a;
   font-size: 20px;
   font-weight: 600;
}










/* 건강검진센터소개 center1.php */
.center_text p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 40px;
}

.center_text table.center_table,.center_text table.center_table1{
   width: 1200px;
   border-collapse: collapse;
}
.center_text table.center_table tr th{
   height: 50px;
   background: #ffb945;
   color: #222222;
   font-weight: 400;
   border: 1px solid #fff;
}
.center_text table.center_table tr td{
   background: #f5f5f5;
   color: #222222;
   font-weight: 300;
   border: 1px solid #fff;
   text-align: center;
   padding: 12px 0;
   line-height: 30px;
}

.center_text table.center_table1 tr td{
   height: 90px;
   background: #e1e1e1;
   color: #222222;
   font-weight: 300;
   border: 1px solid #fff;
   text-align: center;
   line-height: 30px;
}
.center_text table.center_table tr td p,.center_text table.center_table1 tr td p{
   width: 24px;
   height: 24px;
   background: #f39800;
   border-radius: 50%;
   line-height: 24px;
   color: #fff;
   margin: 0 auto;
}





/* 건강보험공단검진 (일반건강검진) center2.php */
.center_text p.before{
   margin-bottom: 0;
   font-weight: 500;
}
.center_text p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}





/* 건강보험공단검진 (암검진) center2_1.php */
.center_text ul li{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 20px;
   display: inline-block;
   width: 190px;
}
.center_text ul li span{
   color: #4ea5a0;
   margin-right: 10px;
}
.center_text table img{
   vertical-align: middle;
}
.center_text table.center_table tr td.td1{
   background: #fdeacc
}





/* 건강보험공단검진 (생애전환기검진) center2_2.php */
.center_text1 p{
   float: left;
   width: 590px;
}




/* 건강검진 안내 center5.php */
.center_text .center5_box ul{
    background:url('../images/sub/center5_bg1234.png') no-repeat;
	margin-top: 30px;
}
.center_text .center5_box ul li{
	display:inline-block;
	vertical-align:middle;
	width:190px;
	height:225px;
	text-align:center;
	font-weight:500;
	font-size:17px;
	line-height:25px;
	color: #444;
}
.center_text .center5_box ul li:nth-child(1){
	padding-top: 84px;
}
.center_text .center5_box ul li:nth-child(2){
	padding-top: 60px;
    padding-left: 8px;
}
.center_text .center5_box ul li:nth-child(3){
	padding-top: 84px;
	padding-left: 15px;
}
.center_text .center5_box ul li:nth-child(4){
	padding-top: 84px;
    padding-left: 28px;
}
.center_text .center5_box table{
	width:750px;
	text-align:center;
	border-collapse: collapse;
	margin-bottom:20px
}
.center_text .center5_box table th{
	height: 50px;
    background: #ffb945;
    color: #222222;
    font-weight: 400;
    border: 1px solid #fff;
}
.center_text .center5_box table td{
	background: #f5f5f5;
    color: #222222;
    font-weight: 300;
    border: 1px solid #fff;
    text-align: center;
    padding: 12px 0;
    line-height: 30px;
}










/* 응급실 emergency1.php */
.emergency_bg_tit{
    z-index: -1;
    width: 100%;
    height: 395px;
    background: url(../images/sub/emergency_tit_bg.jpg) no-repeat center;
    position: absolute;
    top: 220px;
}
.emergency_bg_tit p{
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: center;
   margin: 176px 0;
   line-height: 34px;
}
.emergency_bg_tit p b{
   color: #feaf2a;
    font-size: 20px;
   font-weight: 600;
}
.emergency_bg_tit p span{
   font-size: 20px;
   font-weight: bold;
}

.emergency_text{
   padding-top: 460px; 
}
.emergency_text p{
   text-align: center;
   margin-bottom: 70px;
}

.emergency_box{
   height: 230px;
   background: url(../images/sub/emergency2.png) no-repeat 680px 2px;
}
.emergency_box p:first-child{
   font-size: 20px;
   color: #444;
   font-weight: 500; 
   line-height: 32px;
}
.emergency_box p:first-child b{
   color: #f39800;
}
.emergency_box p:last-child{
   font-size: 24px;
   color: #c20003;
   font-weight: 600; 
   letter-spacing: 1px;
}










/* 공지사항 notice1.php */
.notice1 table.notice_table_1{
	width:1200px;
	margin: 0 auto;
	border-top:2px solid #000;
	border-collapse: collapse;
}

.notice1 table.notice_table_1 tr th{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    color: #636363;
}

.notice1 table.notice_table_1 tr td{
	height: 50px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
	text-align: center;
	color:#636363;
}

.notice1 table.notice_table_1 a{
  color: #363636;
}

.notice1 table.notice_table_1 tr td.empty_board { /* 2019-03-08 추가 (작성자:최재원) */
	height:100px; 
}

.num{
   width: 340px;
   margin: 0 auto;
   padding-top: 100px;
   text-align:center; /* 2019-03-07 추가 (작성자:최재원) */
}

.num ul {
	display:inline-block; /* 2019-03-07 추가 (작성자:최재원) */
}

.num ul li{
   float: left;
   width: 33px;
   height: 33px;
   margin: 0 5px;
   text-align: center;
   line-height: 32px;
   color: #4c4c4c;
   border: 1px solid #d7d7d7;
   cursor:pointer; /* 2019-03-07 추가 (작성자:최재원) */
}

.num ul .active { /* 2019-03-07 추가 (작성자:최재원) */
	border: 3px solid #f39800;
	color: #f39800 !important;
	line-height: 28px;
}

.notice1 .write_btn { /* 2019-03-07 추가 (작성자:최재원) */
	float: right;
	margin-bottom: 10px;
	width: 100px;
	height: 25px;
	color: white;
	background-color: #f39800;
	border: none;
	border-radius: 5px;
}







/* 공지사항 상세페이지 notice1_view.php */
.notice_detail_table {
	width:1000px;
	margin: 0 auto;
	margin-top: 40px;
	border-top:2px solid #000000;
	border-bottom:none;
	position:relative
}

.notice_detail_table .subject{
	border: none;
	font-size:18px;
	color:#363636;
	padding-left:25px;
	border-bottom: 1px solid #d7d7d7;
}

.notice_detail_table .mem_info{
	border:none;
	text-align: right;
	height:70px;
	border-bottom:1px solid #d7d7d7;
	padding-right:25px;
	color:#959595;
	font-weight:300
}

.notice_detail_table .mem_info .bo_writer {
	margin-right:15px;
}

.notice_detail_table .mem_info .bo_reg_date {
	margin-right:15px;
	color:#959595;
}

.notice_detail_table .mem_info .bo_cnt {
	color:#959595;
}


.notice_detail_table .bo_contents{
	border-bottom: 1px solid #d7d7d7;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 16px;
	font-weight: 300;
	padding: 25px;
	height: 400px;
	vertical-align: top;
	width:100%
}

.notice_detail_table .answer_contents {
	border-bottom: 1px solid #ececec;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 16px;
	font-weight: 300;
	padding: 40px;
	vertical-align: top;
}

.notice_detail_table .notice_file {
	height: 70px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #b1b1b1;
}

#frm .btn_area {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

#frm .btn_area .list_on {
	width: 130px;
	height: 60px;
	letter-spacing: 3px;
	border: none;
	color: #636363;
	border-radius: 5px;
	border:1px solid #b7b7b7;
	background-color:white;

}

#frm .btn_area .modify_on {
	width: 130px;
	height: 60px;
	letter-spacing: 3px;
	border: none;
	background-color: #1f208a;
	color: white;
	border-radius: 5px;
	margin-right:10px;
	font-weight:300;
}

#frm .btn_area .delete_on {
	width: 130px;
	height: 60px;
	letter-spacing: 3px;
	border: none;
	background-color: #afb1b5;
	color: white;
	border-radius: 5px;
	margin-right:10px;
	font-weight:300;
}
#frm .btn_area .del {
	margin-left:20px;
	border-radius:5px;
	border:none;
	color:white;
	background-color:red;
	width: 85px;
	height: 30px;
	font-weight: 300;
}

#frm .btn_area .mod {
	margin-left:20px;
	border-radius:5px;
	border:none;
	color:white;
	background-color:orange;
	width: 85px;
	height: 30px;
	font-weight: 300;
}

.notice_detail_outside {
	width:1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.notice_detail_outside th {
	border:none;
	width:15%;
	font-size:16px;
	color:#363636;
	font-weight:500;
	background:url(../images/sub/sub_line.jpg) no-repeat right center
}

.notice_detail_outside th img{
	margin-right:15px
}

.notice_detail_outside td {
	border:none;
	font-size:14px;
	color:#636363;
	font-weight:300
}

.notice_detail_outside th a,
.notice_detail_outside td a {
	font-size:14px;
}

.notice_detail_outside .first_block {
	border:none;
	border-bottom:1px solid #d7d7d7;
}

.notice_detail_outside th,
.notice_detail_outside td {
	height: 40px;
	padding:15px;
}





/* 공지사항 게시글 작성 및 수정 notice1_write.php, notice1_modify.php */
.write_table {
	width:100%;
	border:none;
}

.write_table th {
	padding:5px;
	font-weight:400;
}

.write_table td {
	padding:5px;
}

.write_table .first_block {
	border-top : 1px solid #8a8a8a;
	border-left : none;
	border-right : none;
	border-bottom : none;
	letter-spacing: 3px;
	height:60px;
}
	
.write_table .bo_subject {
	width:100%;
	height:40px;
	float:left;
	border: 1px solid #e4e4e4;
}

.write_table .bo_category {
	width:100%;
	height:40px;
	border-bottom: 1px solid #e4e4e4;
	border-top: none;
	border-left: none;
	border-right: none;
}

.write_table .contents_box {
	padding-top:20px;
	padding-bottom:20px;
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	border-bottom : none;
}

.write_table .contents_box label {
	margin-top:-15px; 
	margin-bottom:5px;
}

.write_table .contents_box label:nth-child(1) {
	float:left;
}

.write_table .contents_box label:nth-child(2) {
	float:right; 
}

.write_table .last_block {
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	border-bottom : 1px solid #8a8a8a;
	height:60px;
	letter-spacing:1px;
	
}

.btn_area_write {
	text-align:center;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
	height:50px;
}

.btn_area_write .list_on {
	width: 130px;
	height: 60px;
	letter-spacing: 3px;
	color: #636363;
	border-radius: 5px;
	border:1px solid #b7b7b7;
	background-color:white;
}

.btn_area_write .register_on {
	width: 130px;
	height: 60px;
	letter-spacing: 3px;
	border: none;
	background-color: #1f2089;
	color: white;
	border-radius: 5px;
	margin-right:10px;
	font-weight:300
}

.modify_file {
	font-weight: 400;
	height: 60px;
	letter-spacing: 1px;
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	border-bottom : none;
}

.modify_file a {
	float:left;
}

.modify_file a span{
	color:#6b6b6b;
}
















/* 입퇴원 안내 notice3.php */
.notice3_text ul li{
    width: 225px;
	height: 255px;
	margin-right: 50px;
	margin-bottom: 40px;
	text-align: center;
    float: left;
}
.notice3_text ul li:first-child{
	background: url(../images/sub/notice3_step1.jpg) no-repeat;
}
.notice3_text ul li:nth-child(2){
	background: url(../images/sub/notice3_step2.jpg) no-repeat;
}
.notice3_text ul li:nth-child(3){
	background: url(../images/sub/notice3_step3.jpg) no-repeat;
}
.notice3_text ul li:nth-child(4){
	background: url(../images/sub/notice3_step4.jpg) no-repeat;
}

.notice3_text ul li .notice3_step p:first-child{
    font-size: 18px;
	font-weight: 400;
	color: #222;
	padding-top: 16px;
}
.notice3_text ul li .notice3_step p:nth-child(2){
    font-size: 16px;
	font-weight: 500;
	color: #4b4b4b;
	padding: 50px 0 10px 0;
}
.notice3_text ul li .notice3_step p:nth-child(3){
    width: 26px;
	height: 2px;
	background: #fbcda7;
	margin: 0 auto;
}
.notice3_text ul li .notice3_step p:nth-child(4){
    font-size: 15px;
	font-weight: 300;
	color: #222;
    padding-top: 30px;
	line-height: 24px;
	letter-spacing: -2px;
}

.notice3_text>p{
   font-weight: 300;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 40px;
}
.notice3_text>p.before{
   margin-bottom: 0;
   font-weight: 500;
}
.notice3_text>p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}





/* 비급여진료 안내 notice4.php */
.notice_table{
    width:1200px;
    margin:0 auto 50px;
    text-align:center;
    border-collapse: collapse;
}
.notice_table th{
    height: 50px;
    background: #ffb945;
    color: #222222;
    font-weight: 400;
    border: 1px solid #fff;
}
.notice_table td{
    background: #f5f5f5;
    color: #222222;
    font-weight: 300;
    border: 1px solid #fff;
    text-align: center;
    padding: 12px 0;
    line-height: 30px;
}





/* 층별 안내 notice5.php */
.notice5 ul li.floor_list{
    width: 900px;
	height: 120px;
    position: relative;
	margin-bottom: 20px;
	background: url(../images/sub/floor_bg1.png) no-repeat left center;
}
.notice5 ul li.floor_list:nth-child(1),.notice5 ul li.floor_list:nth-child(3),.notice5 ul li.floor_list:nth-child(5){
    background: url(../images/sub/floor_bg1.png) no-repeat left center;
}
.notice5 ul li.floor_list:nth-child(2),.notice5 ul li.floor_list:nth-child(4){
    background:url(../images/sub/floor_bg2.png) no-repeat left center;
    position:relative;
    left:250px;
}
.notice5 ul li.floor_list .floor,
.notice5 ul li.floor_list .floor_desc{
    float: left
}
.notice5 ul li.floor_list .floor{
    width: 280px;
    height: 120px;
    text-align: center;
    padding: 43px 0;   
}
.notice5 ul li.floor_list .floor p{
    color: #fff;
    font-size: 22px;
}
.notice5 ul li.floor_list .floor_desc{
    padding-left: 25px;
    height: 120px;
    position: absolute;
    margin-top: 33px;
    left: 290px;
}
.notice5 ul li.floor_list .floor_desc p{
    font-weight: 500;
    margin-bottom: 6px;
}
.notice5 ul li.floor_list .floor_desc ul li{
   display: inline-block;
   margin-right: 16px;
   margin-bottom: 10px;
}





/* 증명서 발급안내 notice6.php */
.down_btn{
   text-align: right;
   margin-bottom: 40px;
}
.down_btn p{
   width: 260px;
   height: 40px;
   background: #ebebeb;
   border-radius: 10px;
   display: inline-block;
   line-height: 40px;
   text-align: center;
}
.down_btn p a{
   font-size: 14px;
   color: #222;
   display: block;
}
.down_btn p img{
   vertical-align: middle;
   margin-right: 5px;
}

.notice6_list .notice6_left,.notice6_list .notice6_right{
   width: 600px;
   float: left;
   margin-bottom: 100px;
}
.notice6_list .notice6_left ul li,.notice6_list .notice6_right ul li{
   width: 200px;
   height: 167px;
   margin:0;
   padding: 59px 50px 0 0;
   font-size: 15px;
   color: #444;
   font-weight: 500;
}
.notice6_list .notice6_left ul li:first-child,.notice6_list .notice6_right ul li:first-child{
   background: url(../images/sub/notice6_list1.png) no-repeat;
}
.notice6_list .notice6_left ul li:nth-child(2),.notice6_list .notice6_right ul li:nth-child(2){
   background: url(../images/sub/notice6_list2.png) no-repeat;
}
.notice6_list .notice6_left ul li:nth-child(3),.notice6_list .notice6_right ul li:nth-child(3){
   background: url(../images/sub/notice6_list3.png) no-repeat;
}
.notice6_list .notice6_left p.before,.notice6_list .notice6_right p.before{
   font-weight: 500;
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 25px;
}
.notice6_list .notice6_left p.before:before,.notice6_list .notice6_right p.before:before{
   display: inline-block;
   content: '';
   width: 8px;
   height: 8px;
   vertical-align: middle;
   margin-right: 10px;
   background: #4ea5a0;
   margin-top: -4px;
   border-radius:50%;
}

.notice3_text table{
   width: 1200px;
   border-collapse: collapse;
}
.notice3_text table tr th{
   height: 50px;
   background: #ffb945;
   color: #222222;
   font-weight: 400;
   border: 1px solid #fff;
}
.notice3_text table tr td{
   background: #f5f5f5;
   color: #222222;
   font-weight: 300;
   border: 1px solid #fff;
   text-align: center;
   padding: 18px 0;
   line-height: 30px;
}
.notice3_text table tr td.td1{
   text-align: left;
   padding-left: 160px;
}