.header { border-bottom: 1px solid #e7e7e7; position: relative; z-index: 2; background: #fff; }
.header > ul { width: 1200px; margin: auto; }
.header > ul > li { float: left; line-height: 93px;  }
.header > ul > li:nth-child(2) {
	margin-left: 20px; font-size: 18px; color: #b2b2b2;
}
.header > ul > li:nth-child(2) > span { margin-left: 20px; }
.header > ul > li:nth-child(2) > b { margin-left: 10px; color: #367980; font-weight: 500; }
.header > ul > li:last-child { float: right; }
.header > ul > li:last-child > a { 
	margin-left: 20px; display: inline-block; line-height: 36px; background: red; border-radius: 3px; background: #fff; font-size: 15px; font-weight: 400;
}
.header > ul > li:last-child > a.active { padding: 0px 20px; background: #1a89a1; color: #fff; }
.header > a.mobile_bt { display: none; position: absolute; right: 0px; top: 0px; font-size: 20px; padding: 10px 15px; }

.gnb_area { 
	position: relative; z-index: 10000;
	border-bottom: 1px solid #e7e7e7; position: relative; background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(211,222,226,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(211,222,226,1);
	box-shadow: 0px 1px 5px 0px rgba(211,222,226,1);
}
.gnb_area > ul { width: 1200px; margin: auto; }
.gnb_area > ul > li { float: left; line-height: 50px; }
.gnb_area > ul > li:last-child { float: right; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; font-size: 15px; padding: 0px 20px; color: #dcdcdc; }
.gnb_area > ul > li > a { margin-right: 20px; font-size: 15px; }

.mobile_gnb_top { display: none; padding: 10px; text-align: center; }
.mobile_gnb_top > div { margin-top: 10px; }
.mobile_gnb_top > a { margin: 0px 10px; display: inline-block; line-height: 36px; background: red; border-radius: 3px; background: #fff; font-size: 15px; font-weight: 400; }
.mobile_gnb_top > a.login {
	margin: 0px 0px; display: inline-block; line-height: 36px; background: red; border-radius: 3px; background: #fff; font-size: 15px; font-weight: 400;
	width: 100%; background: #1a89a1; color: #fff;
}
.mobile_gnb_top > div > a {
	margin: 0px 10px; display: inline-block; line-height: 36px; background: red; border-radius: 3px; background: #fff; font-size: 15px; font-weight: 400;
	padding: 0px 20px; background: #1a89a1; color: #fff;
}


.top_search_area { padding: 57px 0px; background: #fcfcfc; }
.top_search_area > div { width: 1200px; margin: auto; position: relative; }
.top_search_area > div > a.search_close { display: inline-block; width: 30px; height: 30px; position: absolute; right: -5px; top: 130px; z-index:1; }
.top_search_area > div > div.title_txt {
	font-size: 34px; font-weight: 700; color: #393939;
}
.top_search_area > div > div.title_txt > span { 
	font-size: 17px; border-left: 2px solid #1a89a1; margin-left: 5px; padding-left: 10px; font-weight: 500; display: inline-block; height: 15px; line-height: 13px;
}
.top_search_area > div > form > ul.selecter_area { margin-top: 30px; }
.top_search_area > div > form > ul.selecter_area > li { 
	float: left; width: 25%; position: relative; 
}
.top_search_area > div > form > ul.selecter_area > li > a { 
	display: none; width: 30px; height: 30px; position: absolute; right: 0px; top: 50px; z-index:1; text-align: center;  line-height: 30px;
}
.top_search_area > div > form > ul.selecter_area > li > div { border:1px solid #dadada; border-radius: 2px; padding: 10px 17px; background: #fff; font-size: 15px; cursor: pointer;  }
.top_search_area > div > form > ul.selecter_area > li.active > div { background: #1a89a1; color: #fff; }

.top_search_area > div > form > ul.selecter_area > li > ul { 
	float: left; width: 100%; border:1px solid #dadada; border-radius: 2px; background: #fff; font-size: 15px; padding: 10px 0px;
}
.top_search_area > div > form > ul.selecter_area > li > ul > li { float: left; width: calc(50% - 20px); margin: 0px 10px; padding: 5px 10px; cursor: pointer; }
.top_search_area > div > form > ul.selecter_area > li > ul > li.active { background: #c6e1e7; }


.top_search_area > div > form > ul.select_data {}
.top_search_area > div > form > ul.select_data > li { float: left; }
.top_search_area > div > form > ul.select_data > li:last-child { 
	float: right; line-height: 54px; background: #1a89a1; color: #fff; width: 212px; text-align: center; cursor: pointer; font-size:18px; font-weight: 700; 
	border-bottom: 1px solid #dadada; border-right: 1px solid #dadada;
}
.top_search_area > div > form > ul.select_data > li:first-child {
	width: calc(100% - 212px); padding: 0px 20px; background: #fff; line-height: 54px; border: 1px solid #dadada; border-top: none;
}

.top_search_area > div > form > ul.select_data > li:first-child > span { 
	margin-right: 20px; font-size: 15px; cursor: pointer; 
	background: url('../images/select_del_cion.png') left bottom 4px no-repeat; background-size: 8px; padding-left: 10px;
}


.cate_selecter { position: relative; }
.cate_selecter > div.no_click_data {
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0); z-index: 1000;
}
.cate_selecter > ul.selecter_area { margin-top: 30px; }
.cate_selecter > ul.selecter_area > li { 
	float: left; width: 25%; position: relative;
}
.cate_selecter > ul.selecter_area > li > a { 
	display: none; width: 30px; height: 30px; position: absolute; right: 0px; top: 50px; z-index:1; text-align: center;  line-height: 30px;
}
.cate_selecter > ul.selecter_area > li > div.dapth00 { 
	border:1px solid #dadada; border-radius: 2px; padding: 10px 17px; font-size: 15px; cursor: pointer;  
	background: #fff url('../images/search_var_close.png') right 10px center no-repeat; background-size: 13px;
}

.cate_selecter > ul.selecter_area > li > div.active { 
	color: #fff; 
	background: #1a89a1 url('../images/search_var_open.png') right 10px center no-repeat; background-size: 13px;
}

.cate_selecter > ul.selecter_area > li > ul.dapth01 { 
	float: left; width: 100%; border:1px solid #dadada; border-radius: 2px; background: #fff; font-size: 15px; padding: 0px 0px 10px; height: 214px; overflow: auto;
}
.cate_selecter > ul.selecter_area > li > ul.dapth01 > li { float: left; width: calc(50% - 20px); margin: 10px 10px 0px; padding: 5px 10px; cursor: pointer; }
.cate_selecter > ul.selecter_area > li > ul.dapth01 > li.active { background: #c6e1e7; }


.cate_selecter > ul.select_data {}
.cate_selecter > ul.select_data > li { float: left; }
.cate_selecter > ul.select_data > li:first-child {
	width: calc(100% - 0px); padding: 0px 20px; background: #fff; line-height: 54px; border: 1px solid #dadada; border-top: none;
}

.cate_selecter > ul.select_data > li:first-child > span { 
	margin-right: 20px; font-size: 15px; cursor: pointer; 
	background: url('../images/select_del_cion.png') left bottom 4px no-repeat; background-size: 8px; padding-left: 10px;
}

.cate_selecter > ul.select_search {}
.cate_selecter > ul.select_search > li { float: left; }
.cate_selecter > ul.select_search > li:last-child { 
	float: right; line-height: 54px; background: #1a89a1; color: #fff; width: 212px; text-align: center; cursor: pointer; font-size:18px; font-weight: 700; 
	border-bottom: 1px solid #dadada; border-right: 1px solid #dadada;
}
.cate_selecter > ul.select_search > li:first-child {
	width: calc(100% - 212px); padding: 0px 20px; background: #fff; line-height: 54px; border: 1px solid #dadada; border-top: none;
}

.cate_selecter > ul.select_search > li:first-child > span { 
	margin-right: 20px; font-size: 15px; cursor: pointer; 
	background: url('../images/select_del_cion.png') left bottom 4px no-repeat; background-size: 8px; padding-left: 10px;
}



.search_layer_pop { 
	display: none; position: absolute; right: 0px; top: 44px; width: 100%; 
	background: #f7f7f7; border:1px solid #dadada; border-radius: 2px; padding: 0px 0px 0px; 
}
.search_layer_pop_list { top: 124px }
.search_layer_pop > div.close { display: none; text-align: right; margin-right: 10px; margin-top: 3px; }
.search_layer_pop > div.title_txt { padding: 10px 20px 0px; font-weight: 700; }
.search_layer_pop > ul {}
.search_layer_pop > ul > li { float: left; width: 70%; height: 183px; overflow: auto;  }
.search_layer_pop > ul > li:first-child { float: left; width: 30%; border-right: 1px solid #ccc;   }
.search_layer_pop > ul > li:first-child > ul { float: left; width: 100%; }
.search_layer_pop > ul > li:first-child > ul > li { float: left; width: calc(50% - 20px); margin: 10px 10px 0; padding: 5px 10px; cursor: pointer; }
.search_layer_pop > ul > li:first-child > ul > li.active { background: #c6e1e7; }

.search_layer_pop > ul > li:last-child > ul { float: left; width: 100%; }
.search_layer_pop > ul > li:last-child > ul > li { float: left; width: calc(25% - 20px); margin: 10px 10px 0; padding: 5px 10px; cursor: pointer; }
.search_layer_pop > ul > li:last-child > ul > li.active { background: #c6e1e7; }




.search_list_area { padding: 57px 0px; }
.search_list_area > ul { width: 1220px; margin: auto; }
.search_list_area > ul > li { position: relative; float: left; width: calc(20% - 20px); margin: 0px 10px 40px; border-radius: 3px; border: 1px solid #d3d3d3; cursor: pointer; }
.doctor_list > ul > li { background: #f7f7f7; padding: 20px 0px 10px; border: 0px solid #d3d3d3; }
.search_list_area > ul > li > div.pic {
	width: 100%; padding-bottom: 50%; border-bottom: 2px solid #000; background-size: cover; background-repeat: no-repeat; background-position: center center;
	position: relative;
}
.search_list_area > ul > li > div.pic2 {
	width: 50%; margin: auto; padding-bottom: 50%; border-bottom: 0px solid #000; background-size: cover; background-repeat: no-repeat; background-position: center center;
	position: relative; border-radius: 50%; 
}
.search_list_area > ul > li > div.pic > span.picin { color :#e3e3e3; font-size: 26px; font-weight: 700; margin-left: 10px; }
.search_list_area > ul > li > div.pic > span.picin { color: #fff; }

.search_list_area > ul > li > div.pic > span.picin2 { color :#e3e3e3; font-size: 26px; font-weight: 700; margin-left: 10px; position: absolute; right:5px; }
.search_list_area > ul > li > div.pic > span.picin2 { color: #fff; }

.search_list_area > ul > li > div.comment_txt { padding: 10px 20px; background: #fff; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }

.doctor_list > ul > li > div.comment_txt { padding: 10px 20px; min-height: 130px; }

.search_list_area > ul > li > div.comment_txt > p:first-child { font-weight: 700; font-size: 15px; width: calc(100% - 0px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search_list_area > ul > li > div.comment_txt > p:last-child { 
	font-weight: 400; font-size: 13px; height: 40px; 
	width: calc(100% - 0px); overflow: hidden; text-overflow: ellipsis;
}

.search_list_area > ul > li > div.comment_txt > p.doctor_list { 
	font-weight: 400; font-size: 13px; height: 20px; 
	width: calc(100% - 0px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}


.search_list_area2 { padding: 57px 0px; }
.search_list_area2 > ul { width: 1220px; margin: auto; }
.search_list_area2 > ul > li { position: relative; float: left; width: calc(25% - 20px); margin: 0px 10px 20px; border-radius: 3px; border: 1px solid #d3d3d3; cursor: pointer; }
.search_list_area2 > ul > li > div.pic {
	float: left; 
	width: 50%; height: 129px; border-bottom: 2px solid #000; background-size: cover; background-repeat: no-repeat; background-position: center center;
	position: relative;
}
.search_list_area2 > ul > li > div.comment_txt { float: left; width: 50%; padding: 10px 20px; background: #fff; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.search_list_area2 > ul > li > div.comment_txt > p:first-child { font-weight: 700; font-size: 15px; width: calc(100% - 0px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search_list_area2 > ul > li > div.comment_txt > p:last-child { 
	font-weight: 400; font-size: 13px; height: 77px; margin-top: 10px;
	width: calc(100% - 0px); overflow: hidden; text-overflow: ellipsis;
}





.search_list_area3 { padding: 57px 0px; }
.search_list_area3 > ul { width: 1220px; margin: auto; }
.search_list_area3 > ul > li { position: relative; float: left; width: calc(25% - 20px); margin: 0px 10px 40px; border-radius: 3px; border: 1px solid #d3d3d3; cursor: pointer; }
.search_list_area3 > ul > li > div.pic {
	width: 100%; padding-bottom: 50%; border-bottom: 2px solid #000; background-size: cover; background-repeat: no-repeat; background-position: center center;
	position: relative;
}
.search_list_area3 > ul > li > div.pic2 {
	width: 50%; margin: auto; padding-bottom: 50%; border-bottom: 0px solid #000; background-size: cover; background-repeat: no-repeat; background-position: center center;
	position: relative; border-radius: 50%; 
}
.search_list_area3 > ul > li > div.pic > span.picin { color :#e3e3e3; font-size: 26px; font-weight: 700; margin-left: 10px; }
.search_list_area3 > ul > li > div.pic > span.picin { color: #fff; }

.search_list_area3 > ul > li > div.pic > span.picin2 { color :#e3e3e3; font-size: 26px; font-weight: 700; margin-left: 10px; position: absolute; right:5px; }
.search_list_area3 > ul > li > div.pic > span.picin2 { color: #fff; }

.search_list_area3 > ul > li > div.comment_txt { padding: 10px 20px; background: #fff; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }


.search_list_area3 > ul > li > div.comment_txt > p:first-child { font-weight: 700; font-size: 15px; width: calc(100% - 0px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search_list_area3 > ul > li > div.comment_txt > p:last-child { 
	font-weight: 400; font-size: 13px; height: 40px; 
	width: calc(100% - 0px); overflow: hidden; text-overflow: ellipsis;
}

.search_list_area3 > ul > li > div.comment_txt > p.doctor_list { 
	font-weight: 400; font-size: 13px; height: 20px; 
	width: calc(100% - 0px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}



.search_list_area02 { padding: 17px 0px 57px; background: #f5f5f5; }
.search_list_area03 { padding: 17px 0px 0px; }






.login_form { width: 360px; margin: auto; }
.login_form > form > div.input { margin-top: 20px; }
.login_form > form > div.input > p:first-child { font-size: 15px; margin-bottom: 5px; }
.login_form > form > div.input > p > input { padding: 10px; width: 100%; border-radius: 2px; border: 1px solid #a6a6a6; }
.login_form > form > div.links { margin-top: 5px; font-size: 15px; }
.login_form > form > div.links > a { float: right; font-size: 15px; }
.login_form > form > div.comment_txt { margin-top: 10px; }
.login_form > form > div.comment_txt > p:first-child { font-weight: 900; font-size: 20px;  }
.login_form > form > div.comment_txt > p:last-child { color: #9b9c9c; }

div.active_links { margin-top: 20px; padding-top: 20px; border-top: 1px solid #d8dadc; text-align: center; }
div.active_links > a { display: inline-block; width: 100px; line-height: 36px; background: #1a89a1; color: #fff; font-size: 15px; border-radius: 3px; }
div.active_links > a:first-child { float: left; }
div.active_links > a:last-child { float: right; background: #ff8400; }

.maintopslidercon { 
	width: 1200px; margin: auto;
	height: 318px !important; 
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.maintopslider {
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.search_main { 
	position: absolute; left: calc(50% - 600px); top: 0px; z-index: 1000; 
	width: 1200px; margin: auto; padding-top: 70px; padding-bottom: 90px; 
	/* background: url('../images/vs_bg.jpg') right bottom no-repeat; background-size: 518px;  */
}
.search_main > ul { border-radius: 3px; border: 15px solid #dfdfdf; background: #dfdfdf; width: 488px; }
.search_main > ul > li { float: left; border-right: 15px solid #dfdfdf; line-height: 47px; padding: 0px 15px; font-size: 15px; background: #fff; }
.search_main > ul > li:last-child { border-right: none; text-align: center; font-size: 18px; background: #1a89a1; color: #fff; border-radius: 3px; }
.search_main > ul > li:first-child { width: 50%;}
.search_main > ul > li:nth-child(2) { width: 30%;}
.search_main > ul > li:last-child { width: 20%;}
.search_main > div.notice { margin-top: 10px; width: 488px; }
.search_main > div.notice > p > a { display: inline-block; font-size: 15px; width: calc(100% - 0px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.data_banner { width: 1200px; margin: auto; }
.data_banner > li { float: left; }
.data_banner > li:first-child { position: relative; width: 400px; min-height: 360px; padding: 22px; background: #1a89a1; }
.data_banner > li:first-child > a#left { position: absolute; right: 10px; top: 0px; border-bottom: 1px solid #76cec2; }
.data_banner > li:first-child > a#right { display: inline-block; overflow: hidden; height: 178px; position: absolute; right: 10px; bottom: 0px; border-top: 1px solid #148f7e; }
.data_banner > li:first-child > div.slider_area { overflow: hidden; width: calc(100% - 60px); white-space:nowrap; }
.data_banner > li:first-child > div.slider_area > div > div > div { display:inline-block; width: 100%; }
.data_banner > li:first-child > div.slider_area > div > div > div > div.title_txt { color: #fff; font-size: 30px; font-weight: 700;}
.data_banner > li:first-child > div.slider_area > div > div > div > div.comment_txt { 
/*	color: #fff; font-size: 15px; font-weight: 100; margin-top: 5px; 
	display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 100%; */
	
	color: #fff; font-size: 15px; font-weight: 300; margin-top: 5px;  max-height: 2.8em;
	display: -webkit-box ;-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal; text-overflow: ellipsis; width: 100%;
	
}
.data_banner > li:first-child > div.slider_area > div > div > div > div.slider_pic { 
	border: 1px solid #828282; margin-top: 22px; height: 200px; background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.data_banner > li:last-child { float: right; }
.data_banner > li:nth-child(2) {
	background: url('../images/mm_bg.png') center center no-repeat; background-size: cover; width: 400px; min-height: 360px; padding: 22px 26px;
}
.data_banner > li:nth-child(2) > div:first-child { font-size: 30px; color: #fff; font-weight: 700; }
.data_banner > li:nth-child(2) > div:first-child > a { float: right; color: #fff; display: inline-block; margin-top: 10px; }
.data_banner > li:nth-child(2) > div:last-child { color: #fff; font-size: 15px; margin-top: 10px; }

.section_title {
	font-size: 34px; font-weight: 700; color: #393939;
}
.section_title > span { 
	font-size: 17px; border-left: 2px solid #1a89a1; margin-left: 5px; padding-left: 10px; font-weight: 500; display: inline-block; height: 15px; line-height: 13px;
}

.section_title > a { 
	float: right; 
	display: inline-block; padding: 0px 20px; border-radius: 3px; line-height: 38px; color: #fff; background: #1a89a1; text-align: center; font-size: 15px; font-weight: 400;  
	
}

.section_title2 {
	font-size: 34px; font-weight: 700; color: #393939;
}
.section_title2 > span { 
	font-size: 17px; border-left: 2px solid #1a89a1; margin-left: 5px; padding-left: 10px; font-weight: 500; display: inline-block; height: 15px; line-height: 13px;
}

.section_title2 > a { 
	float: right; 
	display: inline-block; color: #fff; text-align: center; font-size: 15px; font-weight: 400; margin-top: 15px;
}


.main_foot_ad { padding: 0px 0px 90px; background: #f5f5f5; }
.main_foot_ad > ul { width: 1200px; margin: auto; }
.main_foot_ad > ul > li { float: left; width: calc(50% - 15px); }
.main_foot_ad > ul > li:last-child { float: right;  }
/*
.main_foot_ad > ul > li:last-child > div.pic_archive {
	margin-top: 10px; width: 100%; height: 283px; border: 1px solid #bebebe; border-radius: 3px; background: #fff; 
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
*/

.main_foot_ad > ul > li > ul { margin-top: 10px; }
.main_foot_ad > ul > li > ul > li { float: left; min-height: 283px; width: calc(100% - 145px); }
.main_foot_ad > ul > li > ul > li > div,
.main_foot_ad > ul > li > ul > li > iframe{ 
	width: 100%; height: 283px; border: 1px solid #bebebe; border-radius: 3px; background-size: cover; background-repeat: no-repeat; background-position: center center; cursor: pointer;
}
.main_foot_ad > ul > li > ul > li:last-child { 
	float: right; width: 140px; margin-left: 5px; background: #e2e2e2; padding: 10px; border-radius: 3px;
	height: 283px; overflow: auto; 
}
.main_foot_ad > ul > li > ul > li:last-child > div { 
	width: 100%; height: 78px; margin-bottom: 13px; cursor: pointer;
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.main_foot_ad > ul > li > ul > li:last-child > div:last-child { margin-bottom: 0; }


.regi_form { padding: 40px 0px 30px; }
.regi_form > ul { margin-top: 20px; }
.regi_form > ul > li { float: left; width: calc(50% - 100px); line-height: 40px; }
.regi_form > ul > li:nth-child(1),
.regi_form > ul > li:nth-child(3) {
	width: 100px; font-weight: 700; font-size: 14px; 
}

.regi_form > ul > li > input[type='text'],
.regi_form > ul > li > input[type='number'],
.regi_form > ul > li > input[type='file'],
.regi_form > ul > li > input[type='password'],
.regi_form > ul > li > textarea{
	border-radius: 3px; width: calc(100% - 130px); padding: 0px 10px; height: 40px; line-height: 40px; border: 1px solid #e9e9e9; font-size: 14px; 
}
.regi_form > ul > li > textarea { height: 100px; }

.regi_form > ul > li > a.regi_button { 
	border-radius: 3px; display: inline-block; width: 110px; margin-right: 10px; text-align: center; background: #1a89a1; float: right; margin-top: 2px; color: #fff; font-size: 14px;
}

.regi_form02 { padding: 10px 0px 30px; }
.regi_form02 > ul > li { float: left; width: 50%; }
.regi_form02 > ul > li.on_100 { float: left; width: 100%; }
.regi_form02 > ul > li > ul { margin-top: 0px; }
.regi_form02 > ul > li > ul > li { float: left; width: 100%; line-height: 40px; }
.regi_form02 > ul > li > ul > li:nth-child(1),
.regi_form02 > ul > li > ul > li:nth-child(3) {
	width: 100%; font-weight: 700; font-size: 14px; 
}

.regi_form02 > ul > li > ul > li > textarea{
	border-radius: 3px; width: calc(100% - 10px); padding: 0px 10px; height: 40px; line-height: 40px; border: 1px solid #e9e9e9; font-size: 14px; 
	height: 200px; 
}

.profile_area { float: left; }
.profile_area > li { 
	float: left; width: 219px; height: 134px; border-radius: 5px; background-size: cover; background-repeat: no-repeat; background-color: #f2f2f2;
	background-position: center center;
}
.profile_area > li:first-child { margin-right: 10px; }

.title_img_txt {}
.mypage_margin { margin-top: 70px; }
.mypage_top_margin { margin-top: 80px; }

.ad_order_bt { 
	background: #1a89a1; color: #fff !important; border-radius: 3px; display: inline-block; width: 180px; line-height: 56px; float: right; text-align: center; 
	margin-top: -20px;
}
/*
.editor_area img { width: 100%;  }
*/

.view_pic_area { margin-top: 10px; }
.view_pic_area > ul { width: calc(100% + 20px); margin-left: -5px;}
.view_pic_area > ul > li { 
	float: left; width: calc(50% - 15px); margin: 5px; text-align: center;
	background-size: cover; background-repeat: no-repeat; background-position: center center; 
}
/*
.view_pic_area > ul > li > img { width: 100%; }
*/

.category_list { margin-top: 20px; }
.category_list > li { float: left; margin-top: 10px; margin-left: -1px;  }
.category_list > li > a { display: inline-block; padding: 5px 30px; border: 1px solid #aaaaaa; background: #fff; color: #aaaaaa; }
.category_list > li > a.active { background: #aaaaaa; color: #fff; }


.noticeList01{width:100%; margin-top: 30px; }
.noticeList01 > li{border-bottom:1px solid #e4e4e4;padding:25px 10px;}
.noticeList01 > li:first-child{border-top:1px solid #e4e4e4;}
.noticeList01 > li > a{
	font-size:16px;color:#000; display: inline-block;
	width: calc(100% - 80px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}
.noticeList01 .date{font-family: 'notokr-regular';float:right;font-size:14px;color:#808080;}

.searchBox{width:600px;height:61px;margin:30px auto 50px auto;}
.searchBox input{float:left;width:calc( 100% - 61px );height:61px;border:0;background:#f0f0f0;font-size:18px;padding:0 20px;}
.searchBox a{float:left;width:61px;height:61px;}


.viewBox{border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;width:calc( 100% - 0px );height:auto;padding:50px;}
.viewBox .tit{font-size:26px;color:#000;font-weight:bold;width:100%;height:auto;}
.viewBox .date{margin-top:30px;font-size:16px;color:#808080;width:100%;height:auto;}
.viewBox .pic{text-align:center;margin:30px auto;width:100%;height:auto;}
.viewBox .pic img{width:100%;}
.viewBox .txt{line-height:1.5em;font-size:16px;color:#808080;width:100%;height:auto;}
.viewBox .txt img { width: 100% !important; }


.btnBox{width:100%;text-align:center;}
.btnBox a{display:inline-block;width:194px;height:62px;line-height:62px;text-align:center;color:#fff;background:#000;font-size:18px;margin:50px auto;}


.user_memo_area { background: #f0f3f5; padding: 20px; }
.user_memo_area > ul { border-bottom: 1px solid #d9d9d9; }
.user_memo_area > ul > li { float: left; line-height: 40px; width: calc(100% - 150px); }
.user_memo_area > ul > li:first-child {
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.user_memo_area > ul > li:last-child { float: right; text-align: right; width: 150px; }

.user_memo_writer { background: #f0f3f5; padding: 20px; }
.user_memo_writer > form { padding: 5px 5px 1px; background: #fff; }
.user_memo_writer > form > ul { }
.user_memo_writer > form > ul > li { float: left; width: calc(100% - 85px); }
.user_memo_writer > form > ul > li > textarea { width: 100%; height: 80px; padding: 5px; }
.user_memo_writer > form > ul > li:last-child { margin-left: 5px; width: 80px; height: 80px; line-height: 80px; background: #1a89a1; text-align: center; border-radius: 4px; }
.user_memo_writer > form > ul > li:last-child > a { display: inline-block; width: 100%; line-height: 80px; text-align: center; color: #fff; font-weight: 700; }

.qna_pop_layer { display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 10000;}
.qna_pop_layer > div { 
	width: 600px; margin: 50px auto 10px; background: #fff; border-radius: 10px; 
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

.qna_pop_layer > div > div.title_txt { padding: 30px; background: #1eb59b; border-top-left-radius: 10px; border-top-right-radius: 10px; color: #fff; font-size: 18px; font-weight: 700; }
.qna_pop_layer > div > div.title_txt > a { float: right; color: #fff; font-size: 18px; }
.qna_pop_layer > div > div.form_area { padding: 0px 20px 20px; }
.qna_pop_layer > div > div.form_area > form > div.form { margin-top: 20px; }
.qna_pop_layer > div > div.form_area > form > div.form > input { border-radius: 3px; padding: 5px; border: 1px solid #ddd; width: 100%; background: #f8f8f8; }
.qna_pop_layer > div > div.form_area > form > div.form > textarea { border-radius: 3px; padding: 5px; border: 1px solid #ddd; width: 100%; height: 150px; background: #f8f8f8; }



.customerList{width:calc(100% + 20px); margin-left: -10px; }
.customerList li{width: calc(25% - 20px);float:left;margin:20px 10px 30px;}
.customerList li .pic{
	display:block;width:calc(100% - 0px); padding: 3px; border: 1px solid #e8e8e8;
	padding-bottom: 100%;
	background-size: cover; background-color: #ececec; background-position: center center;
}
.customerList li .pic img{width:100%;transform:scale(1);transition:transform 0.5s ease-out;}
.customerList li .pic img:hover{transform:scale(1.1);}

.customerList li .tit{
	margin-top:20px;line-height:1.5em;font-size:18px;font-weight:bold;color:#000;width:100%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.customerList li .txt{
	margin-top: 10px;line-height:1.5em;font-size:16px;color:#808080;width:100%;height:auto;overflow:hidden;
	text-overflow: ellipsis;
	height: 70px;
}

.customerList li .date{margin-top:10px;font-size:16px;color:#808080;width:100%;height:auto;overflow:hidden;}


.prove_no { 
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1; text-align: center; padding-top: calc(50% - 9px);
	color: #fff; font-size: 18px; font-weight: 700;
}

.doctor_mypage_profile { margin-top: -50px; margin-bottom: 50px;  }
.doctor_mypage_profile > li { float: left; width: 50%; }
.doctor_mypage_profile > li:first-child > div { 
	width: 244px; height: 244px; border-radius: 50%; margin: auto; background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.doctor_mypage_profile > li:last-child { margin-top: 10px;}
.doctor_mypage_profile > li > ul { margin-top: 5px; }

.doctor_mypage_profile > li > ul > li { float: left; width: calc(100% - 100px); line-height: 40px; }
.doctor_mypage_profile > li > ul > li:first-child {
	width: 100px; font-weight: 700; font-size: 14px; 
}


.doctor_mypage_profile > li > ul > li > input[type='text'],
.doctor_mypage_profile > li > ul > li > input[type='number'],
.doctor_mypage_profile > li > ul > li > input[type='file'],
.doctor_mypage_profile > li > ul > li > input[type='password'] {
	border-radius: 3px; width: calc(100% - 130px); padding: 0px 10px; height: 40px; line-height: 40px; border: 1px solid #e9e9e9; font-size: 14px; 
}



.ad04_area { position: relative; width: 600px; height: 120px; background-size: cover; background-repeat: no-repeat; background-color: #e8e8e8; border-radius: 5px; }
.ad04_area > a { position: absolute; left: 0px; top: 0px; display: inline-block; width: 100%; height: 100%; }


.noticeList01{width:100%; margin-top: 30px; }
.noticeList01 > li{border-bottom:1px solid #e4e4e4;padding:25px 10px;}
.noticeList01 > li:first-child{border-top:1px solid #e4e4e4;}
.noticeList01 > li > a{
	font-size:16px;color:#000; display: inline-block;
	width: calc(100% - 80px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}
.noticeList01 .date{font-family: 'notokr-regular';float:right;font-size:14px;color:#808080;}


.list_smart table { padding: 0px; border-spacing: 0px; width: 100%; }
.list_smart table tr { }
.list_smart table th { border-top: 2px solid #000; border-bottom: 1px solid #000; padding: 10px 5px; }
.list_smart table td { cursor: pointer; border-bottom: 1px solid #c4c4c4; text-align: center; padding: 10px 5px; }
.list_smart table td.tb_subject { width: calc(100% - 600px); position: relative; }
.list_smart table td.tb_subject > div > a { 
	position: absolute; left: 0px; top: 0px; padding: 10px 5px; color:#000; text-align: left; display: inline-block;
	width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
 
.agree_area { line-height: 30px; font-size: 14px; color: #aaaaaa; margin-top: 20px; }

.btn_submit {border:0;background:#1a89a1;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#1a89a1}



#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}

/* »õÃ¢ ±âº» ½ºÅ¸ÀÏ */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../images/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}


.required, textarea.required {background-image:url('../images/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
.frm_input {height:40px;}
.full_input{width:100% !important; }
