Help
RSS
API
Feed
Maltego
Contact
Domain > chn.hansolh.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-13
210.114.6.163
(
ClassC
)
Port 80
HTTP/1.1 302 FoundServer: nginxDate: Mon, 13 Jan 2025 02:23:16 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveExpires: Mon 26 Jul 1997 05:00:00 GMTCache-Control: no-store, no-cache, must-revalidateCache-Control: post-check0, pre-check0Pragma: no-cacheLocation: https://chn.hansolh.co.kr/P3P: CPALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTCSet-Cookie: PHPSESSIDkd8fsgflrfp2d13crvti0i12k1; path/; domainchn.hansolh.co.kr; HttpOnly script srchttp://dmaps.daum.net/map_js_init/postcode.v2.js>/script>script typetext/javascript>function addr_search(frm_name, frm_zip, frm_addr1, frm_addr2,type){ if(type1){//팝업 new daum.Postcode({ oncomplete: function(data) { // 팝업에서 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분. // 도로명 주소의 노출 규칙에 따라 주소를 조합한다. // 내려오는 변수가 값이 없는 경우엔 공백()값을 가지므로, 이를 참고하여 분기 한다. var fullRoadAddr data.roadAddress; // 도로명 주소 변수 var extraRoadAddr ; // 도로명 조합형 주소 변수 // 법정동명이 있을 경우 추가한다. (법정리는 제외) // 법정동의 경우 마지막 문자가 동/로/가로 끝난다. if(data.bname ! && /동|로|가$/g.test(data.bname)){ extraRoadAddr + data.bname; } // 건물명이 있고, 공동주택일 경우 추가한다. if(data.buildingName ! && data.apartment Y){ extraRoadAddr + (extraRoadAddr ! ? , + data.buildingName : data.buildingName); } // 도로명, 지번 조합형 주소가 있을 경우, 괄호까지 추가한 최종 문자열을 만든다. if(extraRoadAddr ! ){ extraRoadAddr ( + extraRoadAddr + ); } // 도로명, 지번 주소의 유무에 따라 해당 조합형 주소를 추가한다. if(fullRoadAddr ! ){ fullRoadAddr + extraRoadAddr; } // 우편번호와 주소 정보를 해당 필드에 넣는다. document.getElementById(wm_zip).value data.zonecode; //5자리 새우편번호 사용 document.getElementById(wm_addr1).value fullRoadAddr; document.getElementById(wm_addr2).focus(); //document.getElementById(sample4_jibunAddress).value data.jibunAddress; } }).open(); }else{//프레임 끼워넣기 if(typeof daum undefined){ alert(다음 우편번호 postcode.v2.js 파일이 로드되지 않았습니다.); return false; } var complete_fn function(data){ // 팝업에서 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분. // 각 주소의 노출 규칙에 따라 주소를 조합한다. // 내려오는 변수가 값이 없는 경우엔 공백()값을 가지므로, 이를 참고하여 분기 한다. var fullAddr ; // 최종 주소 변수 var extraAddr ; // 조합형 주소 변수 // 사용자가 선택한 주소 타입에 따라 해당 주소 값을 가져온다. if (data.userSelectedType R) { // 사용자가 도로명 주소를 선택했을 경우 fullAddr data.roadAddress; } else { // 사용자가 지번 주소를 선택했을 경우(J) fullAddr data.jibunAddress; } // 사용자가 선택한 주소가 도로명 타입일때 조합한다. if(data.userSelectedType R){ //법정동명이 있을 경우 추가한다. if(data.bname ! ){ extraAddr + data.bname; } // 건물명이 있을 경우 추가한다. if(data.buildingName ! ){ extraAddr + (extraAddr ! ? , + data.buildingName : data.buildingName); } // 조합형주소의 유무에 따라 양쪽에 괄호를 추가하여 최종 주소를 만든다. extraAddr (extraAddr ! ? (+ extraAddr +) : ); } // 우편번호와 주소 정보를 해당 필드에 넣고, 커서를 상세주소 필드로 이동한다. var of documentfrm_name; offrm_zip.value data.zonecode; offrm_addr1.value fullAddr; offrm_addr2.value extraAddr; offrm_addr2.focus(); }; //iframe을 이용하여 페이지에 끼워 넣기 var daum_pape_id daum_juso_page+frm_zip, element_wrap document.getElementById(daum_pape_id), currentScroll Math.max(document.body.scrollTop, document.documentElement.scrollTop); if (element_wrap null) { element_wrap document.createElement(div); element_wrap.setAttribute(id, daum_pape_id); element_wrap.style.cssText display:none;border:1px solid;left:0;width:100%;height:300px;margin:5px 0;position:relative;-webkit-overflow-scrolling:touch;; element_wrap.innerHTML img src//i1.daumcdn.net/localimg/localimages/07/postcode/320/close.png idbtnFoldWrap stylecursor:pointer;position:absolute;right:0px;top:-21px;z-index:1 classclose_daum_juso alt접기 버튼>; jQuery(formname+frm_name+).find(inputname+frm_addr1+).before(element_wrap); jQuery(#+daum_pape_id).off(click, .close_daum_juso).on(click, .close_daum_juso, function(e){ e.preventDefault(); jQuery(this).parent().hide(); }); } new daum.Postcode({ oncomplete: function(data) { complete_fn(data); // iframe을 넣은 element를 안보이게 한다. element_wrap.style.display none; // 우편번호 찾기 화면이 보이기 이전으로 scroll 위치를 되돌린다. document.body.scrollTop currentScroll; }, // 우편번호 찾기 화면 크기가 조정되었을때 실행할 코드를 작성하는 부분. // iframe을 넣은 element의 높이값을 조정한다. onresize : function(size) { element_wrap.style.height size.height + px; }, width : 100%, height : 100% }).embed(element_wrap); // iframe을 넣은 element를 보이게 한다. element_wrap.style.display block; }}/script>!DOCTYPE html>html langko>head> link hrefhttps://hangeul.pstatic.net/hangeul_static/css/nanum-gothic-coding.css relstylesheet> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyNoto+Sans+KR:wght@100;300;400;500;700;900&displayswap relstylesheet> meta nameviewport contenttarget-densitydpidevice-dpi, user-scalable0, initial-scale1.0, minimum-scale1.0, maximum-scale1.0, widthdevice-width /> meta http-equivContent-Type contentapplication/xhtml+xml; charsetUTF-8 /> meta http-equivX-UA-Compatible contentIEedge /> meta namerobots contentindex, follow/> meta namedescription content대장항문전문병원, 보건복지부 인증의료기관, 치질·대장암, 탈장, 담석, 맹장, 내시경, 건강검진> meta namekeyword content대장항문전문병원, 보건복지부 인증의료기관, 치질·대장암, 탈장, 담석, 맹장, 내시경, 건강검진> title>대장항문전문병원 한솔병원/title> meta propertyog:type contentwebsite/> meta propertyog:title content대장항문전문병원 한솔병원/> meta propertyog:description content대장항문전문병원, 보건복지부 인증의료기관, 치질·대장암, 탈장, 담석, 맹장, 내시경, 건강검진/> meta propertyog:image contenthttp://chn.hansolh.co.kr/images/common/logo.jpg/> meta propertyog:url contenthttp://chn.hansolh.co.kr/> link relshortcut icon hrefhttp://chn.hansolh.co.kr/images/common/x-icon.ico typex-icon/>!-- 파비콘 --> link relcanonical hrefhttp://chn.hansolh.co.kr/> !-- CSS 파일 --> link relstylesheet typetext/css href/css/master.css /> link relstylesheet typetext/css href/css/jquery/jquery-ui-1.10.4.custom.css /> !-- jquery UI 1.10.4 Version --> !--if lt IE 9> link relstylesheet/css/ie8.css> !endif--> !-- JS 파일 --> script typetext/javascript languagejavascript src/js/jquery/jquery.js >/script>!-- jQuery 라이브러리 v : 1.10.2 --> script typetext/javascript languagejavascript src/js/jquery/jquery.validate.js >/script>!-- jQuery Form 값 체크 UI --> script typetext/javascript languagejavascript src/js/jquery/jquery-ui-1.10.4.js >/script> !-- jQuery 공통 UI --> script typetext/javascript languagejavascript src/js/jquery/jquery.cookie.js>/script>!-- jQuery Cookie 로드 --> script typetext/javascript languagejavascript src/js/commonScript.js>/script>!-- 공통 스크립트 --> script typetext/javascript languagejavascript src/js/jquery/jquery.nicescroll.min.js>/script>!-- jQuery niceScroll 로드 --> script typetext/javascript languagejavascript src/js/jquery_load.js>/script>!-- 페이지 로드 후 바로 실행 스크립트 --> script typetext/javascript languagejavascript src/js/placeholders.min.js>/script>!-- 페이지 로드 후 바로 실행 스크립트 --> script typetext/javascript languagejavascript src/js/swiper.min.js>/script> link relstylesheet href/css/swiper.min.css> !-- slick --> link relstylesheet href/css/slick.css> link relstylesheet href/css/slick-theme.css> script typetext/javascript src/js/slick.min.js>/script> style> /* * { transition:all 0.3s cubic-bezier(0.5, 0, 0.1, 1) 0s; } */ /style>/head>body>!-- Google Tag Manager (noscript) -->noscript>iframe srchttps://www.googletagmanager.com/ns.html?idGTM-NN79794height0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript>!-- End Google Tag Manager (noscript) -->div idwrap>!-- Google Tag Manager -->script>(function(w,d,s,l,i){wlwl||;wl.push({gtm.start:new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0,jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.srchttps://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f);})(window,document,script,dataLayer,GTM-NN79794);/script>!-- End Google Tag Manager -->style mediascreen>#headpopwrap{position:relative;width:100%;overflow:hidden;text-align:center; }#headpopwrap>span{position:absolute; right:10px; top:15px; z-index:9;}#headpopwrap>span.close img{width: 19px}#headpopwrap .headpoprollimg { width: 100%;}#headpopwrap .headpoprollimg .headpoprollbg1 { width: 100%; height:100px;}#headpopwrap .slick-dots { position: absolute; top: 15%; left: 52%; width: 100%; max-width: 1280px; transform: translate(-50%,-50%); padding: 0; margin: 0; list-style: none; text-align: center; }#headpopwrap .slick-dots li { position: relative; float:left; width: 10px; height: 10px; margin-right:9px; background:#a0a0a0; border-radius:100%; cursor: pointer; }#headpopwrap .slick-dots li.slick-active { background:#fff; }.popday { top: 7px; color: #fff; font-size: 13px; height: 20px; position: absolute; right: 0px; z-index: 9999;}.popday label input{ width: 15px;height: 15px;background-color: #fff;}/style>div idheadpopwrap >span classclose>img src/images/common/btn_close.png alt팝업닫기 />/span> div class> ul classheadpoprollimg > li classheadpoprollbg1 onclicklocation.hrefhttps://www.hansolh.com/index.php/board/view/notice/82/46849/cpage/1/; stylebackground: url(/filedata/md_banner/20241111150503_xmFeBEqR_1.jpg)no-repeat 50% 0;background-size:100%; >/li> ?}?> /ul> /div>/div>script typetext/javascript>var bannercnt2 1;if(bannercnt2 1){ $(#headpopwrap).remove();}$(document).ready(function(){ $(.headpoprollimg).slick({ slide: li, //슬라이드 되어야 할 태그 infinite : true, //무한 반복 옵션 slidesToShow : 1, // 한 화면에 보여질 컨텐츠 개수 slidesToScroll : 1, //스크롤 한번에 움직일 컨텐츠 개수 speed : 500, // 다음 버튼 누르고 다음 화면 뜨는데까지 걸리는 시간(ms) dots : true, // 스크롤바 아래 점으로 페이지네이션 여부 autoplay : true, // 자동 스크롤 사용 여부 autoplaySpeed : 4000, // 자동 스크롤 시 다음으로 넘어가는데 걸리는 시간 (ms) pauseOnHover : true, // 슬라이드 이동 시 마우스 호버하면 슬라이더 멈추게 설정 vertical : false, // 세로 방향 슬라이드 옵션 draggable : true, //드래그 가능 여부 }); $(#headpopwrap .close).click(function(){ $(#headpopwrap).slideUp(); }); if(bannercnt2 2){ $(#headpopwrap .slick-dots).remove(); } });/script>div idheaderwrap classpc-header none block-lg > div idheader classfixed-wrap> ul classacc_logo> li classacc_logo1>img src/images/common/acc_logo1.jpg alt보건복지부지정 대장항문전문병원 />/li> li classacc_logo2>img src/images/common/acc_logo2.jpg alt보건복지부 인증의료기관 />/li> li classacc_logo3>img src/images/common/acc_logo3.jpg alt간호·간병통합 서비스병동 />/li> /ul> div classlogo>a href/index.php>span classlink-text>한솔병원/span>/a>/div> div classutilwarp> ul> li classlan> a href onclick_onFamily(this); return false;>KOR span>▼/span>/a> ul classlandrop styledisplay: none;> li>a href/index.php/menu_gb/CN0>中國語/a>/li> li>a href/index.php/menu_gb/EN0>English/a>/li> li>a href/index.php/menu_gb/RU0>Russian /a>/li> !--li>a hrefhttp://jpn.hansolh.co.kr>Japanese/a>/li>--> /ul> /li> li classtoplogin>a href/index.php/login/loginform/93/returnUrl/L2luZGV4LnBocA>로그인/a>/li> li classtopjoin>a href/index.php/member/insert_step1/95>회원가입/a>/li> li classallmenubt onclickallmenu(); stylecursor:pointer; >/li> li classallmenubt2 all_menu_bt id>/li> /ul> /div> /div> script>function allmenu(){ $(.allMenu).toggle();}/script>script> $(function(){ $(.drop1li).mouseenter(function(){ $(.gnbdrop3td).hide(); if( $(this).find(.gnbdrop3td).find(li).length > 0 ){ $(this).find(.gnbdrop3td).slideDown(300); } }); $(#gnb ul li).mouseenter(function(){ $(.gnbdropwrap).hide(); if( $(.gnbdropwrap).eq( $(this).index()-0 ).find(.ddzxc li).length > 0 ){ $(.gnbdropwrap).eq( $(this).index()-0 ).slideDown(300); }; }); $(.gnbdropwrap).mouseenter(function(){ $(this).mouseleave(function(){ $(this).hide(); }); }); $(#headewrapr).mouseover(function(){ $(.gnbdropwrap).hide(); }); $(#gnbwrap).mouseleave(function(){ $(.gnbdropwrap).slideUp(300); }); });/script>div idgnbwrap> div idgnb> ul> li classdt1menu gnb01>a href/index.php/html/8 >진료과/의료진/a>/li> li classdt1menu gnb02>a href/index.php/html/13 >예약 서비스/a>/li> li classdt1menu gnb03>a href/index.php/html/16 >병원이용안내/a>/li> li classdt1menu gnb04>a href/index.php/board/list/faq/24 >고객서비스/a>/li> li classdt1menu gnb05>a href/index.php/html/86 >병원소개/a>/li> /ul> /div> div classgnbdropwrap gd1 > div classgnbdrop gnbdrop01> div classgnbimg>img src/images/common/drop_01.jpg/>/div> div classgnbmenuwrap> ul classgnb01drop ddzxc> li classdrop1li>a href/index.php/html/8 classdrop1a>진료과/a> ul classgnbdrop3td > li>a href/index.php/html/32>대장항문외과/a>/li> li>a href/index.php/html/33>혈관외과/a>/li> li>a href/index.php/html/34>유방·갑상선외과/a>/li> li>a href/index.php/html/35>소화기내과/a>/li> li>a href/index.php/html/36>순환기내과/a>/li> li>a href/index.php/html/37>마취통증의학과/a>/li> li>a href/index.php/html/38>영상의학과/a>/li> li>a href/index.php/html/39>가정의학과/a>/li> li>a href/index.php/html/40>치과(구강검진)/a>/li> /ul> /li> li classdrop1li>a href/index.php/html/9 classdrop1a>의료진/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/10 classdrop1a>전문진료센터/a> ul classgnbdrop3td styledisplay:none;> li>a href/index.php/html/42>치질센터/a>/li> li>a href/index.php/html/43>복강경수술센터/a>/li> li>a href/index.php/html/44>유방·갑상선센터/a>/li> li>a href/index.php/html/45>소화기센터/a>/li> li>a href/index.php/html/46>내시경센터/a>/li> li>a href/index.php/html/47>건강증진센터/a>/li> /ul> /li> li classdrop1li>a href/index.php/html/11 classdrop1a>클리닉/a> ul classgnbdrop3td styledisplay:none;> li>a href/index.php/html/48>여성치질클리닉/a>/li> li>a href/index.php/html/49>염증성장질환클리닉/a>/li> li>a href/index.php/html/50>변비·배변장애클리닉/a>/li> li>a href/index.php/html/51>성인질환클리닉/a>/li> li>a href/index.php/html/52>하지정맥류혈관클리닉/a>/li> /ul> /li> li classdrop1li>a href/index.php/html/53 classdrop1a>건강증진센터/a> ul classgnbdrop3td styledisplay:none;> li>a href/index.php/html/53>건강증진센터/a>/li> li>a href/index.php/html/54>건강검진 전 유의사항/a>/li> li>a href/index.php/html/56>종합건강검진/a>/li> li>a href/index.php/html/57>공단건강검진/a>/li> li>a href/index.php/html/58>기업건강검진/a>/li> li>a href/index.php/html/59>기타건강검진/a>/li> /ul> /li> /ul> /div> div classgnbcs> ul> !-- 긴급 수정 요청 2022-03-08 --> li classtitle>간편예약/li> form idfootform namefootform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> input typehidden valueCOMMTYPE03 namecomm_type> input typehidden value빠른상담예약 namemb_name> input typehidden value빠른상담예약 namecontent> input typehidden value빠른상담예약 nameguard_gb> li classtopinput> span classphoneinput> input typetel autocompleteoff namephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); placeholder휴대폰 번호를 남겨주세요 idphone classquick_db requiredminlength10 title연락처 maxlength11 /> /span> span classphonebt> input typesubmit value상담> /span> /li> /form> li classcsphone> 대표전화br> span>02.2147.6000/span> /li> li classgnbtime> ul> li classtitle>진료시간/li> li>span>평일/span> 오전 8:30 ~ 오후 5:30/li> li>span>토요일/span> 오전 8:00 ~ 오후 1:30 (토요일 점심시간 없이 진료)/li> li classtitle>대장항문외과 야간진료/li> li>span>월 ~ 금/span> 오후 6:00 ~ 오후 8:00/li> /ul> /li> !-- li classgnblinkbt> a href/index.php/board/list/counsel/28>img src/images/common/gnblinkbt1.jpg alt주치의 상담 />/a> a href/index.php/html/78>img src/images/common/gnblinkbt2.jpg alt오시는 길 />/a> /li> --> /ul> /div> /div> /div> div classgnbdropwrap gd2 > div classgnbdrop gnbdrop02> div classgnbimg>img src/images/common/drop_02.jpg/>/div> div classgnbmenuwrap> ul classgnb02drop ddzxc> li classdrop1li>a href/index.php/html/13 classdrop1a>진료예약/a> ul classgnbdrop3td > li>a href/index.php/html/60>간편예약/a>/li> li>a href/index.php/reserv/insert/62>회원예약/a>/li> li>a href/index.php/reserv/insert_new/280>비회원예약/a>/li> /ul> /li> li classdrop1li>a href/index.php/reserv/insert2/14 classdrop1a>건강검진예약/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/reserv/insert_view/15 classdrop1a>예약확인/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> /ul> /div> div classgnbcs> ul> !-- 긴급 수정 요청 2022-03-08 --> li classtitle>간편예약/li> form idfootform namefootform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> input typehidden valueCOMMTYPE03 namecomm_type> input typehidden value빠른상담예약 namemb_name> input typehidden value빠른상담예약 namecontent> input typehidden value빠른상담예약 nameguard_gb> li classtopinput> span classphoneinput> input typetel autocompleteoff namephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); placeholder휴대폰 번호를 남겨주세요 idphone classquick_db requiredminlength10 title연락처 maxlength11 /> /span> span classphonebt> input typesubmit value상담> /span> /li> /form> li classcsphone> 대표전화br> span>02.2147.6000/span> /li> li classgnbtime> ul> li classtitle>진료시간/li> li>span>평일/span> 오전 8:30 ~ 오후 5:30/li> li>span>토요일/span> 오전 8:00 ~ 오후 1:30 (토요일 점심시간 없이 진료)/li> li classtitle>대장항문외과 야간진료/li> li>span>월 ~ 금/span> 오후 6:00 ~ 오후 8:00/li> /ul> /li> !-- li classgnblinkbt> a href/index.php/board/list/counsel/28>img src/images/common/gnblinkbt1.jpg alt주치의 상담 />/a> a href/index.php/html/78>img src/images/common/gnblinkbt2.jpg alt오시는 길 />/a> /li> --> /ul> /div> /div> /div> div classgnbdropwrap gd3 > div classgnbdrop gnbdrop03> div classgnbimg>img src/images/common/drop_03.jpg/>/div> div classgnbmenuwrap> ul classgnb03drop ddzxc> li classdrop1li>a href/index.php/html/16 classdrop1a>외래진료안내/a> ul classgnbdrop3td > /ul> /li> li classdrop1li>a href/index.php/html/210 classdrop1a>외래진료시간표/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/17 classdrop1a>입·퇴원 안내/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/209 classdrop1a>면회 안내/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/18 classdrop1a>증명서 발급/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/19 classdrop1a>간호·간병 통합서비스/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/208 classdrop1a>병원 둘러보기/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/21 classdrop1a>찾아오시는 길/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/20 classdrop1a>주요부서 전화번호/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/html/22 classdrop1a>비급여진료비 안내/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> /ul> /div> div classgnbcs> ul> !-- 긴급 수정 요청 2022-03-08 --> li classtitle>간편예약/li> form idfootform namefootform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> input typehidden valueCOMMTYPE03 namecomm_type> input typehidden value빠른상담예약 namemb_name> input typehidden value빠른상담예약 namecontent> input typehidden value빠른상담예약 nameguard_gb> li classtopinput> span classphoneinput> input typetel autocompleteoff namephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); placeholder휴대폰 번호를 남겨주세요 idphone classquick_db requiredminlength10 title연락처 maxlength11 /> /span> span classphonebt> input typesubmit value상담> /span> /li> /form> li classcsphone> 대표전화br> span>02.2147.6000/span> /li> li classgnbtime> ul> li classtitle>진료시간/li> li>span>평일/span> 오전 8:30 ~ 오후 5:30/li> li>span>토요일/span> 오전 8:00 ~ 오후 1:30 (토요일 점심시간 없이 진료)/li> li classtitle>대장항문외과 야간진료/li> li>span>월 ~ 금/span> 오후 6:00 ~ 오후 8:00/li> /ul> /li> !-- li classgnblinkbt> a href/index.php/board/list/counsel/28>img src/images/common/gnblinkbt1.jpg alt주치의 상담 />/a> a href/index.php/html/78>img src/images/common/gnblinkbt2.jpg alt오시는 길 />/a> /li> --> /ul> /div> /div> /div> div classgnbdropwrap gd4 > div classgnbdrop gnbdrop04> div classgnbimg>img src/images/common/drop_04.jpg/>/div> div classgnbmenuwrap> ul classgnb04drop ddzxc> li classdrop1li>a hrefjavascript: alert(준비 중입니다.); classdrop1a>원격진료/a> ul classgnbdrop3td > /ul> /li> li classdrop1li>a href/index.php/board/list/faq/24 classdrop1a>자주하는 질문/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/board/list/commend/25 classdrop1a>칭찬합니다/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/board/insert/suggest/26 classdrop1a>건의 및 불편접수/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/board/list/open/27 classdrop1a>오픈진료실/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/board/list/counsel/28 classdrop1a>건강상담/a> ul classgnbdrop3td styledisplay:none;> /ul> /li> li classdrop1li>a href/index.php/board/list/healthinfo/80 classdrop1a>건강정보/a> ul classgnbdrop3td styledisplay:none;> li>a href/index.php/board/list/healthinfo/80>건강정보/a>/li> li>a href/index.php/board/list/tv/81>한솔TV(유튜브)/a>/li> /ul> /li> /ul> /div> div classgnbcs> ul> !-- 긴급 수정 요청 2022-03-08 --> li classtitle>간편예약/li> form idfootform namefootform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> input typehidden valueCOMMTYPE03 namecomm_type> input typehidden value빠른상담예약 namemb_name> input typehidden value빠른상담예약 namecontent> input typehidden value빠른상담예약 nameguard_gb> li classtopinput> span classphoneinput> input typetel autocompleteoff namephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); placeholder휴대폰 번호를 남겨주세요 idphone classquick_db requiredminlength10 title연락처 maxlength11 /> /span> span classphonebt> input typesubmit value상담> /span> /li> /form> li classcsphone> 대표전화br> span>02.2147.6000/span> /li> li classgnbtime> ul> li classtitle>진료시간/li> li>span>평일/span> 오전 8:30 ~ 오후 5:30/li> li>span>토요일/span> 오전 8:00 ~ 오후 1:30 (토요일 점심시간 없이 진료)/li> li classtitle>대장항문외과 야간진료/li> li>span>월 ~ 금/span> 오후 6:00 ~ 오후 8:00/li> /ul> /li> !-- li classgnblinkbt> a href/index.php/board/list/counsel/28>img src/images/common/gnblinkbt1.jpg alt주치의 상담 />/a> a href/index.php/html/78>img src/images/common/gnblinkbt2.jpg alt오시는 길 />/a> /li> --> /ul> /div> /div> /div> div classgnbdropwrap gd5 > div classgnbdrop gnbdrop05> div classgnbimg>img src/images/common/drop_05.jpg/>/div> div classgnbmenuwrap> ul classgnb05drop ddzxc> li classdrop1li>a href/index.php/html/86 classdrop1a>병원소개/a> ul classgnbdrop3td > li>a href/index.php/html/86>병원장 인사말/a>/li> li>a href/index.php/html/87>HI/a>/li> li>a href/index.php/html/88>미션&비젼/a>/li> li>a href/index.php/html/89>연혁 및 진료실적/a>/li> li>a href/index.php/board/list/love/91>사랑실천/a>/li> /ul> /li> li classdrop1li>a href/index.php/board/list/notice/82 classdrop1a>병원소식/a> ul classgnbdrop3td styledisplay:none;> li>a href/index.php/board/list/notice/82>공지사항/a>/li> li>a href/index.php/board/list/news2/83>뉴스/a>/li> li>a href/index.php/board/list/dissertation/84>연구활동/a>/li> li>a href/index.php/board/list/jobs/85>채용안내/a>/li> /ul> /li> /ul> /div> div classgnbcs> ul> !-- 긴급 수정 요청 2022-03-08 --> li classtitle>간편예약/li> form idfootform namefootform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> input typehidden valueCOMMTYPE03 namecomm_type> input typehidden value빠른상담예약 namemb_name> input typehidden value빠른상담예약 namecontent> input typehidden value빠른상담예약 nameguard_gb> li classtopinput> span classphoneinput> input typetel autocompleteoff namephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); placeholder휴대폰 번호를 남겨주세요 idphone classquick_db requiredminlength10 title연락처 maxlength11 /> /span> span classphonebt> input typesubmit value상담> /span> /li> /form> li classcsphone> 대표전화br> span>02.2147.6000/span> /li> li classgnbtime> ul> li classtitle>진료시간/li> li>span>평일/span> 오전 8:30 ~ 오후 5:30/li> li>span>토요일/span> 오전 8:00 ~ 오후 1:30 (토요일 점심시간 없이 진료)/li> li classtitle>대장항문외과 야간진료/li> li>span>월 ~ 금/span> 오후 6:00 ~ 오후 8:00/li> /ul> /li> !-- li classgnblinkbt> a href/index.php/board/list/counsel/28>img src/images/common/gnblinkbt1.jpg alt주치의 상담 />/a> a href/index.php/html/78>img src/images/common/gnblinkbt2.jpg alt오시는 길 />/a> /li> --> /ul> /div> /div> /div> /div> div classallMenu styledisplay:none; > div classallmenuBtn onclickallmenu(); stylecursor:pointer;>img src/images/common/btn_close.png alt메뉴 전체 보기/>/div> div classallmenuscroll> div classallmenuwrap> div classlist> div classoneD stylecursor:pointer onclicklocation.href /index.php/html/8>진료과/의료진/div> div classmenuD> div classmenu> a href/index.php/html/8 classtwoD>진료과/a> div classthiD> a href/index.php/html/32 >· 대장항문외과/a> a href/index.php/html/33 >· 혈관외과/a> a href/index.php/html/34 >· 유방·갑상선외과/a> a href/index.php/html/35 >· 소화기내과/a> a href/index.php/html/36 >· 순환기내과/a> a href/index.php/html/37 >· 마취통증의학과/a> a href/index.php/html/38 >· 영상의학과/a> a href/index.php/html/39 >· 가정의학과/a> a href/index.php/html/40 >· 치과(구강검진)/a> /div> /div> div classmenu> a href/index.php/html/9 classtwoD>의료진/a> /div> div classmenu> a href/index.php/html/10 classtwoD>전문진료센터/a> div classthiD> a href/index.php/html/42 >· 치질센터/a> a href/index.php/html/43 >· 복강경수술센터/a> a href/index.php/html/44 >· 유방·갑상선센터/a> a href/index.php/html/45 >· 소화기센터/a> a href/index.php/html/46 >· 내시경센터/a> a href/index.php/html/47 >· 건강증진센터/a> /div> /div> div classmenu> a href/index.php/html/11 classtwoD>클리닉/a> div classthiD> a href/index.php/html/48 >· 여성치질클리닉/a> a href/index.php/html/49 >· 염증성장질환클리닉/a> a href/index.php/html/50 >· 변비·배변장애클리닉/a> a href/index.php/html/51 >· 성인질환클리닉/a> a href/index.php/html/52 >· 하지정맥류혈관클리닉/a> /div> /div> div classmenu> a href/index.php/html/53 classtwoD>건강증진센터/a> div classthiD> a href/index.php/html/53 >· 건강증진센터/a> a href/index.php/html/54 >· 건강검진 전 유의사항/a> a href/index.php/html/56 >· 종합건강검진/a> a href/index.php/html/57 >· 공단건강검진/a> a href/index.php/html/58 >· 기업건강검진/a> a href/index.php/html/59 >· 기타건강검진/a> /div> /div> /div> /div> div classlist> div classoneD stylecursor:pointer onclicklocation.href /index.php/html/13>예약 서비스/div> div classmenuD> div classmenu> a href/index.php/html/13 classtwoD>진료예약/a> div classthiD> a href/index.php/html/60 >· 간편예약/a> a href/index.php/reserv/insert/62 >· 회원예약/a> a href/index.php/reserv/insert_new/280 >· 비회원예약/a> /div> /div> div classmenu> a href/index.php/reserv/insert2/14 classtwoD>건강검진예약/a> /div> div classmenu> a href/index.php/reserv/insert_view/15 classtwoD>예약확인/a> /div> /div> /div> div classlist> div classoneD stylecursor:pointer onclicklocation.href /index.php/html/16>병원이용안내/div> div classmenuD> div classmenu> a href/index.php/html/16 classtwoD>외래진료안내/a> /div> div classmenu> a href/index.php/html/210 classtwoD>외래진료시간표/a> /div> div classmenu> a href/index.php/html/17 classtwoD>입·퇴원 안내/a> /div> div classmenu> a href/index.php/html/209 classtwoD>면회 안내/a> /div> div classmenu> a href/index.php/html/18 classtwoD>증명서 발급/a> /div> div classmenu> a href/index.php/html/19 classtwoD>간호·간병 통합서비스/a> /div> div classmenu> a href/index.php/html/208 classtwoD>병원 둘러보기/a> /div> div classmenu> a href/index.php/html/21 classtwoD>찾아오시는 길/a> /div> div classmenu> a href/index.php/html/20 classtwoD>주요부서 전화번호/a> /div> div classmenu> a href/index.php/html/22 classtwoD>비급여진료비 안내/a> /div> /div> /div> div classlist> div classoneD stylecursor:pointer onclicklocation.href /index.php/board/list/faq/24>고객서비스/div> div classmenuD> div classmenu> a hrefjavascript: alert(준비 중입니다.); classtwoD>원격진료/a> /div> div classmenu> a href/index.php/board/list/faq/24 classtwoD>자주하는 질문/a> /div> div classmenu> a href/index.php/board/list/commend/25 classtwoD>칭찬합니다/a> /div> div classmenu> a href/index.php/board/insert/suggest/26 classtwoD>건의 및 불편접수/a> /div> div classmenu> a href/index.php/board/list/open/27 classtwoD>오픈진료실/a> /div> div classmenu> a href/index.php/board/list/counsel/28 classtwoD>건강상담/a> /div> div classmenu> a href/index.php/board/list/healthinfo/80 classtwoD>건강정보/a> div classthiD> a href/index.php/board/list/healthinfo/80 >· 건강정보/a> a href/index.php/board/list/tv/81 >· 한솔TV(유튜브)/a> /div> /div> /div> /div> div classlist> div classoneD stylecursor:pointer onclicklocation.href /index.php/html/86>병원소개/div> div classmenuD> div classmenu> a href/index.php/html/86 classtwoD>병원소개/a> div classthiD> a href/index.php/html/86 >· 병원장 인사말/a> a href/index.php/html/87 >· HI/a> a href/index.php/html/88 >· 미션&비젼/a> a href/index.php/html/89 >· 연혁 및 진료실적/a> a href/index.php/board/list/love/91 >· 사랑실천/a> /div> /div> div classmenu> a href/index.php/board/list/notice/82 classtwoD>병원소식/a> div classthiD> a href/index.php/board/list/notice/82 >· 공지사항/a> a href/index.php/board/list/news2/83 >· 뉴스/a> a href/index.php/board/list/dissertation/84 >· 연구활동/a> a href/index.php/board/list/jobs/85 >· 채용안내/a> /div> /div> /div> /div> /div> /div>/div>!-- 젠체 메뉴S -->script typetext/javascript>$(function (){ $(.all_menu_bt).bind(click, function (){ closeAllMenu(); }); $(.blinder).bind(click, function (){ closeAllMenu(); });});function closeAllMenu(){ if($(#allmenuwrap).css(right) 0px){ //$(#wrap).height($(window).height() + $(window).scrollTop()).css({position:absolute,top:- $(window).scrollTop(),overflow:hidden}); $(#allmenuwrap).animate({ right : -100% }, function (){ $(.blinder).css({ width : $(document).width(), height : $(document).height() }).fadeTo(fast, 0.8); }); }else{ //$(#wrap).css({top:,overflow:,height:,position:}); $(#allmenuwrap).animate({ right : 0 }, function (){ $(.blinder).fadeTo(fast, 0, function (){ $(.blinder).css({ width : 0, height : 0 }) }); }); }}/script>div idallmenuwrap> div classallmenu_top> ul> li>a href/index.php/login/loginform/93/returnUrl/L2luZGV4LnBocA>로그인/a>span classallmenu_bar>l/span>/li> li>a href/index.php/member/insert_step1/95>회원가입/a>span classallmenu_bar>l/span>/li> li classallmenu_point>a href/index.php/member/update/96>마이페이지/a>/li> li classallmenu_close onclickcloseAllMenu()>img src/images/mobile/allmenu_close.png alt/>/li> /ul> /div> script> var eq3d 0; var old3d 1234; $(function(){ $(.dep3open).click(function(){ $(.dep3open).removeClass(dep02_on); eq3d $(this).index(); $(this).siblings().each(function(){ $(this).find(.depth3ul).slideUp(); }) $(this).parent().parent().siblings().find(.depth3ul).hide(); $(this).find(.depth3ul).slideToggle(); var lastlitop parseInt($(this).find(.depth3ul li).last().offset().top); if($(window).height() lastlitop ){ //$(#allmenuwrap).animate({scrollTop:lastlitop},1000); } if(old3d ! eq3d){ $(this).addClass(dep02_on); } old3d eq3d; }) $(.dep2open).click(function(){ $(this).siblings().each(function(){ $(this).find(.allmenu_02dep_wrap).animate({right:-50%}); }) $(this).find(.allmenu_02dep_wrap).animate({right:0}); $(.dep2open).removeClass(dep01_on); $(this).addClass(dep01_on); }) }) /script> div classallmenu_list> ul classallmenu_01dep_wrap> li classdep01 dep2open> a class href#> 진료과/의료진 /a> ul classallmenu_02dep_wrap style> li classdep02 dep3open>!--dep02_on--> a href/index.php/html/8> 진료과 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/32>대장항문외과/a>/li> li classdep03>a href/index.php/html/33>혈관외과/a>/li> li classdep03>a href/index.php/html/34>유방·갑상선외과/a>/li> li classdep03>a href/index.php/html/35>소화기내과/a>/li> li classdep03>a href/index.php/html/36>순환기내과/a>/li> li classdep03>a href/index.php/html/37>마취통증의학과/a>/li> li classdep03>a href/index.php/html/38>영상의학과/a>/li> li classdep03>a href/index.php/html/39>가정의학과/a>/li> li classdep03>a href/index.php/html/40>치과(구강검진)/a>/li> /ul> /li> li classdep02 >!--dep02_on--> a href/index.php/html/9> 의료진 /a> /li> li classdep02 dep3open>!--dep02_on--> a href/index.php/html/10> 전문진료센터 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/42>치질센터/a>/li> li classdep03>a href/index.php/html/43>복강경수술센터/a>/li> li classdep03>a href/index.php/html/44>유방·갑상선센터/a>/li> li classdep03>a href/index.php/html/45>소화기센터/a>/li> li classdep03>a href/index.php/html/46>내시경센터/a>/li> li classdep03>a href/index.php/html/47>건강증진센터/a>/li> /ul> /li> li classdep02 dep3open>!--dep02_on--> a href/index.php/html/11> 클리닉 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/48>여성치질클리닉/a>/li> li classdep03>a href/index.php/html/49>염증성장질환클리닉/a>/li> li classdep03>a href/index.php/html/50>변비·배변장애클리닉/a>/li> li classdep03>a href/index.php/html/51>성인질환클리닉/a>/li> li classdep03>a href/index.php/html/52>하지정맥류혈관클리닉/a>/li> /ul> /li> li classdep02 dep3open>!--dep02_on--> a href#> 건강증진센터 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/53>건강증진센터/a>/li> li classdep03>a href/index.php/html/54>건강검진 전 유의사항/a>/li> li classdep03>a href/index.php/html/56>종합건강검진/a>/li> li classdep03>a href/index.php/html/57>공단건강검진/a>/li> li classdep03>a href/index.php/html/58>기업건강검진/a>/li> li classdep03>a href/index.php/html/59>기타건강검진/a>/li> /ul> /li> /ul> /li> li classdep01 dep2open> a class href#> 예약 서비스 /a> ul classallmenu_02dep_wrap style> li classdep02 dep3open>!--dep02_on--> a href/index.php/html/13> 진료예약 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/60>간편예약/a>/li> li classdep03>a href/index.php/reserv/insert/62>회원예약/a>/li> li classdep03>a href/index.php/reserv/insert_new/280>비회원예약/a>/li> /ul> /li> li classdep02 >!--dep02_on--> a href/index.php/reserv/insert2/14> 건강검진예약 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/reserv/insert_view/15> 예약확인 /a> /li> /ul> /li> li classdep01 dep2open> a class href#> 병원이용안내 /a> ul classallmenu_02dep_wrap style> li classdep02 >!--dep02_on--> a href/index.php/html/16> 외래진료안내 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/210> 외래진료시간표 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/17> 입·퇴원 안내 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/209> 면회 안내 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/18> 증명서 발급 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/19> 간호·간병 통합서비스 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/208> 병원 둘러보기 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/21> 찾아오시는 길 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/20> 주요부서 전화번호 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/html/22> 비급여진료비 안내 /a> /li> /ul> /li> li classdep01 dep2open> a class href#> 고객서비스 /a> ul classallmenu_02dep_wrap style> li classdep02 >!--dep02_on--> a hrefjavascript: alert(준비 중입니다.);> 원격진료 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/board/list/faq/24> 자주하는 질문 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/board/list/commend/25> 칭찬합니다 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/board/insert/suggest/26> 건의 및 불편접수 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/board/list/open/27> 오픈진료실 /a> /li> li classdep02 >!--dep02_on--> a href/index.php/board/list/counsel/28> 건강상담 /a> /li> li classdep02 dep3open>!--dep02_on--> a href#> 건강정보 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/board/list/healthinfo/80>건강정보/a>/li> li classdep03>a href/index.php/board/list/tv/81>한솔TV(유튜브)/a>/li> /ul> /li> /ul> /li> li classdep01 dep2open> a class href#> 병원소개 /a> ul classallmenu_02dep_wrap style> li classdep02 dep3open>!--dep02_on--> a href#> 병원소개 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/html/86>병원장 인사말/a>/li> li classdep03>a href/index.php/html/87>HI/a>/li> li classdep03>a href/index.php/html/88>미션&비젼/a>/li> li classdep03>a href/index.php/html/89>연혁 및 진료실적/a>/li> li classdep03>a href/index.php/board/list/love/91>사랑실천/a>/li> /ul> /li> li classdep02 dep3open>!--dep02_on--> a href#> 병원소식 span classallmenu_02dep_more>+/span> /a> ul classallmenu_03dep_wrap depth3ul styledisplay:none;> li classdep03>a href/index.php/board/list/notice/82>공지사항/a>/li> li classdep03>a href/index.php/board/list/news2/83>뉴스/a>/li> li classdep03>a href/index.php/board/list/dissertation/84>연구활동/a>/li> li classdep03>a href/index.php/board/list/jobs/85>채용안내/a>/li> /ul> /li> /ul> /li> /ul> /div>/div>/div>script typetext/javascript> function _onFamily(obj){ $(obj).parent().find(ul).slideToggle(fast); }/script>!--상단공통--> div idmainpopup> a classpopallclose hrefjavascript:layer_all_close();>img src/images/common/popallclose.png>/a> div classmainpopup> !-- div idLayerPopup_282 stylebackground-color:white;position:absolute; left:100px; top:100px; width:500px; border:1px solid #666; z-index:32600; classLayerPopup> div styleheight:588px;background:url(/images/popup/) no-repeat 0 100%;> a hrefhttps://www.hansolh.co.kr/index.php/board/view/notice/82/47004/cpage/1/ target_top> img src/filedata/md_popup/20250110093109_5BiOl3m2_01.09-ECA285ED95A9EAB280ECA784-EC9DB4EBB2A4ED8AB8.jpg stylewidth:100%; height:100%;> /a> /div> div stylefloat:bottom; height:25px; background:#cecece; color:#FFFFFF;padding-right:5px;font-size:11px;text-align:right;> input typeimage src/images/popup/today_no.jpg idexpirehours282 nameexpirehours282 value24 onclickjavascript:popup_set_day(282);layer_close(LayerPopup_282); stylefloat:left; margin-left:10px; margin-top:5px; > a hrefjavascript:layer_close(LayerPopup_282);>img src/images/popup/close.jpg border0 alt닫기 stylefloat:right; margin-right:10px; margin-top:6px; />/a> /div>/div> -->div idLayerPopup_282 classLayerPopup> ul> li classpopimg>a hrefhttps://www.hansolh.co.kr/index.php/board/view/notice/82/47004/cpage/1/>img src/filedata/md_popup/20250110093109_5BiOl3m2_01.09-ECA285ED95A9EAB280ECA784-EC9DB4EBB2A4ED8AB8.jpg stylewidth:500px;>/a>/li> li classbtm> input typecheckbox classpopcheck mainpopup idexpirehours282 nameexpirehours282 value24 onclickjavascript:popup_set_day(282);layer_close2(LayerPopup_282); title오늘 하루 안보기> label forexpirehours282>span>/span>오늘 하루 안보기/label> a classbtn_close hrefjavascript:layer_close2(LayerPopup_282);>닫기/a> /li> /ul>/div>!-- div idLayerPopup_281 stylebackground-color:white;position:absolute; left:100px; top:100px; width:500px; border:1px solid #666; z-index:32600; classLayerPopup> div styleheight:588px;background:url(/images/popup/) no-repeat 0 100%;> img src/filedata/md_popup/20250109171217_4SkDve09_01.09-EC84A4EC97B0ED9CB4-ED9CB4ECA784EC9588EB82B4_ECB59CECA285.jpg stylewidth:100%; height:100%;> /div> div stylefloat:bottom; height:25px; background:#cecece; color:#FFFFFF;padding-right:5px;font-size:11px;text-align:right;> input typeimage src/images/popup/today_no.jpg idexpirehours281 nameexpirehours281 value24 onclickjavascript:popup_set_day(281);layer_close(LayerPopup_281); stylefloat:left; margin-left:10px; margin-top:5px; > a hrefjavascript:layer_close(LayerPopup_281);>img src/images/popup/close.jpg border0 alt닫기 stylefloat:right; margin-right:10px; margin-top:6px; />/a> /div>/div> -->div idLayerPopup_281 classLayerPopup> ul> li classpopimg>a href>img src/filedata/md_popup/20250109171217_4SkDve09_01.09-EC84A4EC97B0ED9CB4-ED9CB4ECA784EC9588EB82B4_ECB59CECA285.jpg stylewidth:500px;>/a>/li> li classbtm> input typecheckbox classpopcheck mainpopup idexpirehours281 nameexpirehours281 value24 onclickjavascript:popup_set_day(281);layer_close2(LayerPopup_281); title오늘 하루 안보기> label forexpirehours281>span>/span>오늘 하루 안보기/label> a classbtn_close hrefjavascript:layer_close2(LayerPopup_281);>닫기/a> /li> /ul>/div> /div> /div> script typetext/javascript>$(function(){ for(var i 0; i $(.LayerRollPopup).size(); i++){ new popFadeStart($(.LayerRollPopup).eq(i)); }})function popFadeStart(iTarget){ var target iTarget; var oldPopRollNum 0; if(target.find(.popFadeThum).find(li).size() > 1){ setInterval(popFadeAdd,5000); } target.find(.popFadeThum).find(li).css(cursor,pointer).bind(click,function(){ if(oldPopRollNum ! $(this).index()){ popFadeAct($(this).index()); } }) function popFadeAdd(){ var popFadeVal oldPopRollNum+1; if(popFadeVal > target.find(.popFadeThum).find(li).size()){ popFadeVal 0; } popFadeAct(popFadeVal); } function popFadeAct(val){ if(oldPopRollNum ! val){ target.find(.popFadeImg).find(li).eq(val).fadeIn(); target.find(.popFadeImg).find(li).eq(oldPopRollNum).fadeOut(); oldPopRollNum val; } }}/script>div idmainvisual> div classmainvisual> !--div classv1 v5> ul> li classsubtxt>Sincespan>1990/span>/li> li classtitletxt> 머무른 모든 순간br> 좋은 곳으로 기억될 수 있게 /li> li classcontxt> 모두에게 필요한 의료 서비스를 만들어 갑니다. /li> /ul> /div>--> div classv1 v5> ul> li classcontxt> span styledisplay:block;>img src/images/common/v5_logo.png classv5_logo/>/span> /li> li classtitletxt>믿음으로 34년/li> li classtitletxt> 늘 곁에 한솔병원 /li> /ul> /div> !--div classv1 v2> ul> li classsubtxt_01> 뜨거운 태양의 여름이br> 절정에 달하고 있습니다/li> li classsubtxt_02> 긍정적인 생각과br> 잠시의 휴식으로br> 여유로움이 함께하는br> 8월 되시기 바랍니다/li> /ul> /div>--> div classv1 v3> ul> !-- li classsubtxt styleletter-spacing: -1px; font-size: 30px;>송파구 최초 보건복지부 인증 의료기관/li> --> li classtitletxt> 2001년 국내최초br> 대장암 복강경 수술 도입!br> 단일통로 복강경 수술 /li> li classcontxt> span styledisplay:block;>img src/images/common/v3img1.png classv3img1/>/span> /li> /ul> /div> div classv1 v4> ul> li classsubtxt>Since 1990/li> li classtitletxt> p>span>보건복지부/span> 인증의료기관/p> p>span>보건복지부 지정/span> 대장항문 전문병원/p> p>span>대장암적정성평가/span> 1등급 병원/p> p>span>간호·간병/span> 통합서비스 병동/p> /li> /ul> /div> /div> div classplay>img src/images/common/play.png />/div> div classstop>img src/images/common/stop.png />/div> div classvisualmenu> ul> li classvm1warp> a href onclickv_menu1(this); return false; classvm vm1>진료예약 및 조회span>/span>/a> div styledisplay:none;> ul> li classtitle>진료 예약/li> li classcon>당일 진료 및 검진예약은 불가능 하오니 참고하시기 바랍니다. /li> li classvm1bt> a href/index.php/reserv/insert/62 classvm1bt1>회원 예약/a> a href/index.php/html/60 classvm1bt2>간편 예약/a> !-- 긴급 수정 요청 2022-03-08 --> !-- a onclickalert(예약 시스템 점검중입니다.\n대표 번호(02-2147-6000)로 전화주시기 바랍니다.); return false; classvm1bt2>간편 예약/a> --> a href/index.php/reserv/insert2/14 classvm1bt3>건강검진 예약/a> a href/index.php/reserv/insert_view/15 classvm1bt4>예약조회/a> /li> li classphone>한솔병원 대표전화 a hreftel:02-2147-6000>02.2147.6000/a>/li> li classcon2> span classt1>진료시간안내span classp_lunch_t> ㅣ/span>/span> span>b>평일/b> 08:30 ~ 17:30 /span> span>b>토요일/b> 8:00 ~ 13:30 /span> span classm_lunch_t>(점심시간 없이 진료)/span> span>b>점심시간/b> 13:00~14:00 /span> span>span classp_lunch_t> ㅣ/span> b>야간진료 월, 화, 수 /b> 18:00~20:00/span> span classlunch_t>*토요일은 점심시간 없이 진료합니다./span> /li> /ul> /div> /li> li classvm2warp> !-- 긴급 수정 요청 2022-03-08 --> !-- a onclickalert(예약 시스템 점검중입니다.\n대표 번호(02-2147-6000)로 전화주시기 바랍니다.); return false; classvm vm2 >간편예약span>/span>/a> --> a href onclickv_menu2(this); return false; classvm vm2>간편예약span>/span>/a> div idqformwarp styledisplay:none;> a classqformclose onclickv_menu2($(#qformwarp)); return false;> img src/images/common/vmicon2.png alt> /a> form idqform nameqform methodpost action/index.php/etc_consel/insertresult onsubmitreturn checkValue($(this));> ul> li classtitle> 간편예약 /li> li classcon>처음오신 분, 비회원 상담 예약을 남겨주시면 전문 상담원이 전화로 예약을 도와드립니다./li> li classvm1bt> span classinput_1> label forname>이름/label> input typetext namemb_name idname classinput_name required minlength2 placeholder이름 title이름 maxlength8 /> /span> span classinput_2> label forphone>연락처/label> input typephone oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); namephone idphone classquick_db requiredplaceholder연락처 minlength10 title연락처 maxlength11 /> /span> span classinput_3> label forcontent>통화 가능 시간/label> select classcontent required title통화 희망 시간 nameguard_gb idtime> option value>통화 가능 시간/option> !-- option value08:00~10:00>08:00~10:00/option> option value10:00~12:00>10:00~12:00/option> option value12:00~14:00>12:00~14:00/option> --> option value14:00~17:00>14:00~17:00/option> !-- option value16:00~18:00>16:00~18:00/option> --> !-- option value08:30~09:00>08:30~09:00/option> option value09:00~09:30>09:00~09:30/option> option value09:30~10:00>09:30~10:00/option> option value10:00~10:30>10:00~10:30/option> option value10:30~11:00>10:30~11:00/option> option value11:00~11:30>11:00~11:30/option> option value11:30~12:00>11:30~12:00/option> option value12:00~12:30>12:00~12:30/option> option value12:30~13:00>12:30~13:00/option> option value14:00~14:30>14:00~14:30/option> option value14:30~15:00>14:30~15:00/option> option value15:00~15:30>15:00~15:30/option> option value15:30~16:00>15:30~16:00/option> option value16:00~16:30>16:00~16:30/option> option value16:30~17:00>16:30~17:00/option> --> /select> /span> span classinput_4> label forbirth_dt>주민등록상 생년월일 입력/label> input typephone namebirth_dt classinput_name required placeholder주민등록상 생년월일 입력 title증상 maxlength8 oninputthis.value this.value.replace(/^0-9./g, ).replace(/(\..*)\./g, $1); /> /span> span classinput_5> label forcontent>증상/label> input typetext namecontent classinput_name required placeholder증상 title증상 maxlength128 /> /span> span classcsbt> input typesubmit value상담신청 /> /span> /li> li classchek> input typecheckbox classchecked namecheck idcheck1 valueY title개인정보수집동의> label forcheck1>span>/span>개인정보 수집처리에 동의합니다./label> /li> /ul> /form> /div> /li> li classvm3warp>a href onclickv_menu3(this); return false; classvm vm3>검색span>/span>/a> div idsearchform2 styledisplay:none;> ul classsch-area> li classform-group> input typetext namesrchText idsearchTxext classform-control required title검색 placeholder궁금하신 정보를 빠르게 찾아보세요. value onKeypressjavascript:if(event.keyCode13){searchformsubmit()}/> button typesubmit classbtn-submit onclicksearchformsubmit() idsearchResultClick>span classico-search>검색/span>/button> /li> /ul> /div> /li> /ul> /div> div classvisualservice>img src/images/common/v_service.png alt한솔병원 주요 진료서비스 />/div> div classservicemenu> div classserviceclose>img src/images/common/serviceclose.jpg alt진료서비스 닫기 />/div> ul> li classs_menu1>a href/index.php/reserv/insert_view/15>예약 조회/a>/li> li classs_menu2>a href/index.php/html/16>외래진료안내/a>/li> li classs_menu3>a href/index.php/html/53>건강검진 안내/a>/li> li classs_menu4>a href/index.php/html/18>증명서 발급/a>/li> li classs_menu5>a href/index.php/html/22>비급여 안내/a>/li> li classs_menu6>a href/index.php/html/21>주차안내/a>/li> /ul> /div>/div>script typetext/javascript> function v_menu1(obj){ $(obj).parent().find(div).slideToggle(fast); } function v_menu2(obj){ $(obj).parent().find(div).slideToggle(fast); } function v_menu3(obj){ $(obj).parent().find(div).slideToggle(fast); } $(.mainvisual).slick({ infinite: true, autoplay: true, autoplaySpeed: 4000, dots: true, speed: 500, arrows:false, fade: true, cssEase: linear, prevArrow:$(.vbt-prev), nextArrow:$(.vbt-next), }); $(.play).click(function(){ $(.mainvisual).slick(slickPlay); }); $(.stop).click(function(){ $(.mainvisual).slick(slickPause); }); $(document).ready(function() { $(.vm1).off(click).on(click, function() { if ($(.vm1).hasClass(active)) { $(.vm1).removeClass(active); } else { $(.vm1).addClass(active); } }); }); // 긴급 수정 요청 2022-03-08 // $(document).ready(function() { // $(.vm2).off(click).on(click, function() { // if ($(.vm2).hasClass(active)) { // $(.vm2).removeClass(active); // } // else { // $(.vm2).addClass(active); // } // }); // }); $(document).ready(function() { $(.vm3).off(click).on(click, function() { if ($(.vm3).hasClass(active)) { $(.vm3).removeClass(active); } else { $(.vm3).addClass(active); } }); }); $(document).ready(function(){ $(.visualservice).click(function(){ $(.servicemenu).addClass(active); }); $(.serviceclose).click(function(){ $(.servicemenu).removeClass(active); }); })/script>script typetext/javascript> function searchformsubmit(){ if($(#searchTxext).val() ){ alert(검색어를 입력해 주세요); }else{ location.href/index.php/search/list/207?searchTxext+$(#searchTxext).val(); } }/script>div idmaincenter> p classtitle>한솔병원 전문센터/p> p classcon>질환으로 구분된 전문 센터에서 세분화된 시스템으로 숙련된 의료진의 체계적인 진료와 긴밀한 협진체제로 여러분의 건강을 책임집니다./p> div classmaincenter> ul> li classcenter1> a href/index.php/html/43#1> div> span classcentertitle>대장암/span> !-- ul> li classcenter1_6>a href/index.php/html/42#1>소개/a>/li> li classcenter1_9>a href/index.php/html/42#2>치핵/a>/li> li classcenter1_10>a href/index.php/html/42#3>치루/a>/li> li classcenter1_11>a href/index.php/html/42#4>치열/a>/li> li classcenter1_5>a href/index.php/html/42#5>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter2> a href/index.php/html/43#2> div> span classcentertitle>탈장/span> !-- ul> li classcenter1_1>a href/index.php/html/43#1>대장암/a>/li> li classcenter1_2>a href/index.php/html/43#2>탈장/a>/li> li classcenter1_3>a href/index.php/html/43#3>충수염/a>/li> li classcenter1_4>a href/index.php/html/43#4>담낭/a>/li> li classcenter1_5>a href/index.php/html/43#5>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter3 > a href/index.php/html/43#4> div> span classcentertitle>담석(담낭)/span> !-- ul> li classcenter1_12>a href/index.php/html/45#2>위/a>/li> li classcenter1_17>a href/index.php/html/45#3>소장/a>/li> li classcenter1_13>a href/index.php/html/45#4>대장/a>/li> li classcenter1_18>a href/index.php/html/45#5>간 및 췌담도/a>/li> li classcenter1_5>a href/index.php/html/45#6>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter4> a href/index.php/html/43#3> div> span classcentertitle>충수(맹장)/span> !-- ul> li classcenter1_6>a href/index.php/html/46#1>소개/a>/li> li classcenter1_12>a href/index.php/html/46#2>위내시경/a>/li> li classcenter1_13>a href/index.php/html/46#3>대장내시경/a>/li> li classcenter1_14>a href/index.php/html/46#4>치료내시경/a>/li> li classcenter1_5>a href/index.php/html/46#5>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter5> a href/index.php/html/42> div> span classcentertitle>치질/span> !-- ul> li classcenter1_6>a href/index.php/html/47>소개/a>/li> li classcenter1_8>a href/index.php/html/57>공단검진/a>/li> li classcenter1_8>a href/index.php/html/56>종합검진/a>/li> li classcenter1_8>a href/index.php/html/58>기업검진/a>/li> li classcenter1_5>a href/index.php/html/47#2>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter6> a href/index.php/html/45> div> span classcentertitle>소화기/내시경/span> !-- ul> li classcenter1_6>a href/index.php/html/44#1>소개/a>/li> li classcenter1_15>a href/index.php/html/44#2>유방질환/a>/li> li classcenter1_16>a href/index.php/html/44#3>갑상선질환/a>/li> li classcenter1_5>a href/index.php/html/44#4>의료진/a>/li> /ul> --> /div> /a> /li> li classcenter7> a href/index.php/html/44> div> span classcentertitle>유방/갑상선/span> !-- ul> li classcenter1_6>a href/index.php/html/52#1>정맥류/a>/li> li classcenter1_19>a href/index.php/html/52#2>하지정맥류/a>/li> li classcenter1_5>a href/index.php/html/52#3>의료진/a>/li> /ul> --> /div> /a> /li> /ul> /div> div classmaincenter2> ul> li classcenter1> div> a href/index.php/html/43#1>span classcentertitle>대장암/span>/a> /div> /li> li classcenter2> div> a href/index.php/html/43#2>span classcentertitle>탈장/span>/a> /div> /li> li classcenter3> div> a href/index.php/html/43#4>span classcentertitle>담석(담낭)/span>/a> /div> /li> li classcenter4> div> a href/index.php/html/43#3>span classcentertitle>충수(맹장)/span>/a> /div> /li> li classcenter5> div> a href/index.php/html/42>span classcentertitle>치질/span>/a> /div> /li> li classcenter6> div> a href/index.php/html/45>span classcentertitle>소화기/내시경/span>/a> /div> /li> li classcenter7> div> a href/index.php/html/44>span classcentertitle>유방/갑상선/span>/a> /div> /li> /ul> /div> div classsidemenubt>div>/div>span>img src/images/common/sidemenubt.png alt전체 진료과안내 />/span>/div> div classsidemenu> div classsidemenuview> div classsidemenubtclose>span>img src/images/common/sidemenubtclose.jpg alt전체 진료과안내 닫기 />/span>/div> ul> li>a href/index.php/html/32 classside01>대장항문외과/a>/li> li>a href/index.php/html/34 classside02>유방.갑상선외과/a>/li> li>a href/index.php/html/33 classside03>혈관외과/a>/li> li>a href/index.php/html/35 classside04>소화기내과/a>/li> li>a href/index.php/html/36 classside05>순환기내과/a>/li> li>a href/index.php/html/39 classside06>가정의학과/a>/li> li>a href/index.php/html/37 classside07>마취통증의학과/a>/li> li>a href/index.php/html/38 classside08>영상의학과/a>/li> li>a href/index.php/html/40 classside09>치과(구강검진)/a>/li> /ul> /div> /div>/div>script> $(document).ready(function(){ $(.sidemenubt).click(function(){ $(.sidemenu).addClass(active); }); $(.sidemenubtclose).click(function(){ $(.sidemenu).removeClass(active); }); })/script>div idmainnotice> div classmedianotice> p>언론보도 a href/index.php/board/list/news2/83>더보기 + /a>/p> ul> li classtxt> a href/index.php/board/view/news2/83/46965/cpage/1/ target_blank> span classsubject2>중앙일보 헬스미디어 외 1건/span>/br> div classnotice1_title>한경화 행정부장, 동아병원경영대상 행정부문 수상/div> /a> /li> li classdate>2024-12-18/li> /ul> ul> li classtxt> a href/index.php/board/view/news2/83/46936/cpage/1/ target_blank> span classsubject2>중앙일보 헬스미디어 외 1건/span>/br> div classnotice1_title>한솔병원, 4주기 의료기관 인증 획득/div> /a> /li> li classdate>2024-11-28/li> /ul> /div> div classcommendnotice> p>칭찬해요 한솔a href/index.php/board/list/commend/25>더보기 + /a>/p> ul> li classtxt> a href/index.php/board/view/commend/25/46959/cpage/1/> 소화기 내과 김지원 과장님 감사합니다. /a> br>span>안녕하세요.본인은 몸이 불편하여 진료를 보기 위해 병원을 방문 하였습니다.원장님은 환자의 편에 서서 늘../span> /li> li classdate>2024-12-16/li> /ul> ul> li classtxt> a href/index.php/board/view/commend/25/46924/cpage/1/> 유방갑상선센터 김관일 선생님과 간호사님께 감사인사드립니다. /a> br>span>작년에 김관일 선생님으로부터 어머니 갑상선 검사를 받은 후부터 결과에 대해 불안해하던 검사가 점점, 초../span> /li> li classdate>2024-11-22/li> /ul> /div>/div>div idmainnotice_01> div classmainnotice_02> p>오픈진료실a href/index.php/board/list/open/27>더보기 + /a>/p> div classy_box> a href/index.php/board/list/open/27#46417> img srchttp://img.youtube.com/vi/x_pUptgcE5U/0.jpg alt운동할 때만 생기는 통증? 스포츠탈장 의심해보세요!> /a> /div> div classy_box> a href/index.php/board/list/open/27#46412> img srchttp://img.youtube.com/vi/164VFeptzJg/0.jpg alt극심한 아랫배 통증! 맹장염 아닌 게실염?> /a> /div> div classy_box> a href/index.php/board/list/open/27#46359> img srchttp://img.youtube.com/vi/PqxMLPI_kfE/0.jpg alt유방암 검사 30대부터 해야 하는 이유?> /a> /div> div classy_box> a href/index.php/board/list/open/27#46330> img srchttp://img.youtube.com/vi/_OnvzXEUkuY/0.jpg alt항문농양 QnA 꼭 수술해야 하나요?> /a> /div> /div>/div>div idmainnotice3> div classmainnotice3> div classnotice3> p>논문 a href/index.php/board/list/dissertation/84>더보기 + /a>/p> div classnotice3slide> ul> a href/index.php/board/view/dissertation/84/46493/cpage/1/ target_blank> li classimgs>div classimgtitle> Single-incision laparoscopic total extraperitoneal inguinal hernia repair using the new articulating instruments: A video vignette/div>/li> !-- li classdocter>/li> --> li classtitle2>Asian Journal of Surgery/li> li classtitle>대장항문외과 이철승 진료부장/li> /a> /ul> ul> a href/index.php/board/view/dissertation/84/46353/cpage/1/ target_blank> li classimgs>div classimgtitle> Perioperative outcomes of laparoscopic low anterior resection using ArtiSential® versus robotic approach in patients with rectal cancer: a propensity score matching analysis/div>/li> !-- li classdocter>/li> --> li classtitle2>Techniques in Coloproctol/li> li classtitle>대장항문외과 이철승 진료부장/li> /a> /ul> ul> a href/index.php/board/view/dissertation/84/46341/cpage/1/ target_blank> li classimgs>div classimgtitle> Initial experience of abdominal total mesorectal excision for rectal cancer using the da Vinci single port system/div>/li> !-- li classdocter>/li> --> li classtitle2>Journal of Minimal Invasi/li> li classtitle>대장항문외과 이철승 진료부장/li> /a> /ul> ul> a href/index.php/board/view/dissertation/84/46009/cpage/1/ target_blank> li classimgs>div classimgtitle> Kim SY, Lee JK et al. The Impact of Sedation on Cardio-Cerebrovascular Adverse Events after Surveillance Esophagogastroduodenoscopy in Patients with Gastric Cancer: A Nationwide Population-Based Cohor/div>/li> !-- li classdocter>/li> --> li classtitle2>Gut and Liver/li> li classtitle>소화기내과 김상윤 진료부장 /li> /a> /ul> ul> a href/index.php/board/view/dissertation/84/46008/cpage/1/ target_blank> li classimgs>div classimgtitle> Kim SY. Epiphrenic esophageal diverticulum: an uncommon cause of upper gastrointestinal bleeding./div>/li> !-- li classdocter>/li> --> li classtitle2>The Korean Journal of Int/li> li classtitle>소화기내과 김상윤 진료부장 /li> /a> /ul> ul> a href/index.php/board/view/dissertation/84/45996/cpage/1/ target_blank> li classimgs>div classimgtitle> Prognostic prediction of colorectal cancer using the C-reactive protein to albumin ratio: the importance of inflammatory biomarkers and their association with long-term outcomes/div>/li> !-- li classdocter>/li> --> li classtitle2>Annals of Coloproctology/li> li classtitle>대장항문외과 이철승 진료부장/li> /a> /ul> /div> div classbt_prev>img src/images/common/bt_prev.jpg />/div> div classbt_next>img src/images/common/bt_next.jpg />/div> /div> div classnotice4> p>학회활동 a href/index.php/board/list/class/84>더보기 + /a>/p> div classnotice4slide> ul> li classimgs>a href/index.php/board/view/class/84/46905/cpage/1/ target_blank>img src/filedata/md_board/20241111145138_qC1laOwt_ED9988ED8E98EC9DB4ECA780-EBA994EC9DB8.JPG />/a>/li> li classdocter>대장항문외과 이철승 진료부장/li> li classtitle>제30차 서울 대장항문학 연수강좌 초청발표/li> /ul> ul> li classimgs>a href/index.php/board/view/class/84/46898/cpage/1/ target_blank>img src/filedata/md_board/20241107145956_B4yQCgnH_ED9599ED9A8CED999CEB8F99_ECB2A8EBB680EC82ACECA784_EC9DB4EAB480ECB2A0EBB680EC9EA5EB8B9828ED9988ED8E98EC9DB4ECA780_ECB2A8EBB68029.png />/a>/li> li classdocter>대장항문외과 이관철 진료부장/li> li classtitle> 2024 대한외과학회 외과내시경 연수강좌 발표/li> /ul> ul> li classimgs>a href/index.php/board/view/class/84/46897/cpage/1/ target_blank>img src/filedata/md_board/20241107145103_RonTkM7S_ED9988ED8E98EC9DB4ECA780-EBA994EC9DB8.JPG />/a>/li> li classdocter>대장항문외과 이철승 진료부장/li> li classtitle>2024 대한외과학회 외과내시경 연수강좌 발표/li> /ul> ul> li classimgs>a href/index.php/board/view/class/84/46856/cpage/1/ target_blank>img src/filedata/md_board/20241014093014_DvieSdH3_ED9599ED9A8CED999CEB8F99_ECB2A8EBB680EC82ACECA784_EC9DB4EAB480ECB2A0EBB680EC9EA5EB8B98.png />/a>/li> li classdocter>대장항문외과 이관철 진료부장/li> li classtitle>2024 세계탈장학회 Best e-poster 발표/li> /ul> ul> li classimgs>a href/index.php/board/view/class/84/46837/cpage/1/ target_blank>img src/filedata/md_board/20241002085622_Z9woumpU_ED9988ED8E98EC9DB4ECA780-EBA994EC9DB8.JPG />/a>/li> li classdocter>대장항문외과 이철승 진료부장/li> li classtitle>2024 외과계 입원전담전문의 연구회 KSSHM 2024 추계 심포지엄 초청발표/li> /ul> ul> li classimgs>a href/index.php/board/view/class/84/46789/cpage/1/ target_blank>img src/filedata/md_board/20240919111751_VGU3yNRg_232434234324.PNG />/a>/li> li classdocter>대장항문외과 정규영 진료부원장/li> li classtitle>2024 대한대장항문학회(ISUCRS 2024) 좌장/li> /ul> /div> div classbt_prev2>img src/images/common/bt_prev.jpg />/div> div classbt_next2>img src/images/common/bt_next.jpg />/div> /div> /div>/div>script> $(.notice3slide).slick({ infinite: true, autoplay: true, autoplaySpeed: 4000, dots: false, speed: 200, slidesToShow: 2, slidesToScroll: 1, arrows:true, cssEase: linear, prevArrow:$(.bt_prev), nextArrow:$(.bt_next), }); $(.notice4slide).slick({ infinite: true, autoplay: true, autoplaySpeed: 4000, dots: false, speed: 200, slidesToShow: 2, slidesToScroll: 1, arrows:true, cssEase: linear, prevArrow:$(.bt_prev2), nextArrow:$(.bt_next2), });/script>div idmainnotice2> div classnewswarp> div classnews> p>한솔소식span>/span>a href/index.php/board/list/notice/82>더보기 + /a>/p> ul> li classtxt>a href/index.php/board/view/notice/82/47004/cpage/1/>span classsubject2>공지/span>2025 새해맞이 종합검진 할인 이벤트..span classnewicon>N/span>/a>/li> li classtxt>a href/index.php/board/view/notice/82/46992/cpage/1/>span classsubject2>공지/span>2025 한솔병원 시무식/a>/li> li classtxt>a href/index.php/board/view/notice/82/46976/cpage/1/>span classsubject2>공지/span>1월 의료진 휴진안내/a>/li> li classtxt>a href/index.php/board/view/notice/82/46955/cpage/1/>span classsubject2>공지/span>보건복지부 상급종합병원 구조전환 전문협../a>/li> li classtxt>a href/index.php/board/view/notice/82/46928/cpage/1/>span classsubject2>공지/span>한솔병원, 4주기 의료기관 인증 획득../a>/li> !--loop namenotice4> li classtxt>a href{notice4.href_view}>{notice4.title}/a>/li> /loop namenotice4--> /ul> /div> div classclinicnotice> p>오픈진료실 a href/index.php/board/list/open/27>더보기 + /a>/p> ul> li classtitle> 영상으로 확인할 수 있는br> 오픈진료실 /li> !-- li classcon> 전문의가 증상에 대한 상담을 해드리는br>무료 진료 서비스입니다. /li> --> li>a href/index.php/board/list/open/27>바로가기 +/a>/li> /ul> /div> /div>/div>script> function viewvod(id){ $(.movdiv).show().append(div classviewdiv>iframe width1000 height600 srchttps://www.youtube.com/embed/+id+ frameborder0 allowfullscreen>/iframe>/div>); } function viewvodclose(){ $(.movdiv iframe).remove(); $(.movdiv).hide(); }/script>style> .movdiv { position:fixed; width:100%; height:100%; top:0; left:0; background:url(/images/common/quickbg.png); text-align:center; z-index:500; } .movdiv .viewdiv { position:relative; top:5%; height:0; width:90%; max-width:1280px; margin:0 auto; padding-bottom:44.25%; } .movdiv iframe{ position:absolute; top:0px; left:0px; width:100%; height:100%; } .movdiv p{ position:absolute; right:0; cursor:pointer; }/style>div idpatent> div classpatentwrap> div classpatent> div classpatentslide patent22> ul> li>a href/index.php/board/view/notice/82/46699/cpage/1>img src/images/common/patent0730_1.jpg alt />/a>/li> li classtxt> 자가고정 메쉬 탈장수술br>‘공식 트레이닝센터’ 지정 /li> /ul> /div> div classpatentslide patent16> ul> li>a href/index.php/board/view/class/84/46498/cpage/1>img src/images/common/patent0730_2.jpg alt />/a>/li> li classtxt> 2024 SAGESbr>국제학술대회 /li> /ul> /div> div classpatentslide patent3> ul> li>a href/index.php/board/view/notice/82/45962/cpage/1>img src/images/common/patent0824.jpg alt />/a>/li> li classtxt> 한솔병원 외과 분과전문의br>수련병원 지정 /li> /ul> /div> div classpatentslide patent21> ul> li>a href/index.php/board/view/notice/82/46304/cpage/1>img src/images/common/patent0116.jpg alt />/a>/li> li classtxt> 한솔병원 대장내시경 전문의br>수련병원 지정 /li> /ul> /div> div classpatentslide patent4> ul> li>a href/index.php/board/view/notice/82/857/srchField/all/srchText/%EC%B6%9C%EA%B0%84/cpage/1>img src/images/common/patent17.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 이동근 한솔병원장br> 스프링거 출판사 의학서 출간 /li> /ul> /div> div classpatentslide patent5> ul> li>a href/index.php/board/view/notice/82/45262/cpage/1>img src/images/common/patent17-1.jpg alt지역집담회 성료 />/a>/li> li classtxt> 제2회 대한2차복강경외과학회br> 지역집담회 성료 /li> /ul> /div> div classpatentslide patent8> ul> li>a href/index.php/board/list/love/91>img src/images/common/patent13.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 사랑과 나눔을 실천하는br>한솔병원 /li> /ul> /div> div classpatentslide patent9> ul> li>img src/images/common/patent11.jpg alt대장항문 전문병원 지정 />/li> li classtxt> 국민건강보험공단br>건강검진 지정기관 /li> /ul> /div> !-- div classpatentslide patent10> ul> li>a href/index.php/board/view/notice/82/874/cpage/1>img src/images/common/patent10.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 진료의뢰br>회송 시범사업 선정 /li> /ul> /div> --> div classpatentslide patent11> ul> li>a hrefjavascript:void(0); onclickviewvod(Q3263v4fc5k);>img src/images/common/patent5.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 한솔병원 창립30주년br>기념 홍보영상 /li> /ul> /div> div classpatentslide patent12> ul> li>a href/index.php/board/view/notice/82/868/srchField/all/srchText/%EC%A7%80%EC%A0%95/cpage/1>img src/images/common/patent1.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 한솔병원br> 대장항문 전문병원 지정 /li> /ul> /div> div classpatentslide patent13> ul> li>a href/index.php/board/view/notice/82/46928/cpage/1>img src/images/common/patent2.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 한솔병원br> 4주기 의료기관 인증 획득 /li> /ul> /div> div classpatentslide patent14> ul> li>a href/index.php/board/view/notice/82/850/cpage/1>img src/images/common/patent3.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 대장암 적정성평가br> 1등급 획득 /li> /ul> /div> div classpatentslide patent18> ul> li>a href/index.php/board/view/notice/82/850/cpage/1>img src/images/common/patent1107.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 급성상기도감염항생제br> 1등급 획득 /li> /ul> /div> div classpatentslide patent19> ul> li>a href/index.php/board/view/notice/82/850/cpage/1>img src/images/common/patent1108.jpg alt대장항문 전문병원 지정 />/a>/li> li classtxt> 약품목수 적정성평가br> 1등급 획득 /li> /ul> /div> div classpatentslide patent15> ul> li>a href/index.php/board/view/notice/82/45722/cpage/1/>img src/images/common/patent20.jpg alt협력병원 협약 체결 />/a>/li> li classtxt> 한솔병원과 서울성모병원br>협력병원 협약 체결 /li> /ul> /div> /div> div classpatent_prev>img src/images/common/patent_prev.png alt한솔병원 />/div> div classpatent_next>img src/images/common/patent_next.png alt한솔병원 />/div> /div>/div>div classmovdiv styledisplay:none;> p onclickviewvodclose()>img src/images/common/close.jpg alt>/p>/div>script> $(.patent).slick({ autoplay: true, autoplaySpeed: 3000, speed: 200, dots: true, infinite: true, arrows:true, slidesToShow: 4, slidesToScroll: 1, cssEase: linear, prevArrow:$(.patent_prev), nextArrow:$(.patent_next), responsive: { breakpoint: 768, settings: { slidesToShow: 2, slidesToScroll: 2, } } });/script>div classfootmenu> ul> li classfootmenu1>a href/index.php/board/list/commend/25>span>칭찬합니다/span>/a>/li> li classfootmenu3>a href/index.php/html/21#3>span>주차안내/span>/a>/li> li classfootmenu2>a href/index.php/board/list/jobs/85>span>채용정보/span>/a>/li> li classfootmenu4>a href/index.php/html/20>span>전화번호 안내/span>/a>/li> /ul>/div>div idfootmap> div classhosmap> div classadd> span classtitle>찾아오시는 길/span> span classtitle2>서울시 송파구 송파대로 445 (석촌동)/span> span classn8>8/span> span classn9>9/span> span classcon>석촌역8번 출구에서111m/span> /div> div classktmap> div iddaumRoughmapContainer1618296906351 classroot_daum_roughmap root_daum_roughmap_landing>/div> /div> /div> div classfoottime> ul> li classtitle>한솔병원 대표전화/li> li classphone>a hreftel:02-2147-6000>02.2147.6000/a>/li> /ul> ul> li classtitle mt30>진료시간안내/li> li classtimecon mt10> span classt1>평일/span> span classt2>8:30/span> span classt3>~/span> span classt4>17:30/span> /li> li classtimecon> span classt1>토요일/span> span classt2>8:00/span> span classt3>~/span> span classt4>13:30/span> /li> li classtimecon> span classt1>점심시간/span> span classt2>13:00/span> span classt3>~/span> span classt4>14:00/span> /li> li classtimecon> span classt1>월 ~ 금/span> span classt2>18:00/span> span classt3>~/span> span classt4>20:00/span> span classt5>야간진료/span> /li> li classtimecon>*토요일 점심시간 없이 진료합니다./li> /ul> !-- ul> li classtitle mt30>대장항문외과 야간진료/li> li classtimecon mt10>span>월.화.수/span> 오후 6:00 ~ 오후 8:00/li> /ul> --> /div> div classfootsns> p classtitle>한솔병원 SNS/p> ul classsnsul> li>a hrefhttps://www.facebook.com/hansolhospital target_blank>img src/images/common/sns01.jpg alt한솔병원 페이스북 />/a>/li> li>a hrefhttps://pf.kakao.com/_xfZnil target_blank>img src/images/common/sns02.jpg alt한솔병원 카카오톡 />/a>/li> li>a hrefhttps://blog.naver.com/hansol_h target_blank>img src/images/common/sns03.jpg alt한솔병원 블로그 />/a>/li> li>a hrefhttps://www.youtube.com/user/HansolHospital target_blank>img src/images/common/sns04.jpg alt한솔병원 유튜브 />/a>/li> !-- li>a hrefhttps://post.naver.com/my.nhn?memberNo2112650 target_blank>img src/images/common/sns05.jpg alt한솔병원 지식인 />/a>/li> --> !--li>a hrefhttps://cafe.naver.com/medihansol target_blank>img src/images/common/sns06.jpg alt한솔병원 카페 />/a>/li>--> li>a hrefhttps://www.instagram.com/hansol_hospital/ target_blank>img src/images/common/sns07.jpg alt한솔병원 인스타그램 />/a>/li> li>a hrefhttps://twitter.com/HansolHospital target_blank>img src/images/common/sns07.png alt트위터 />/a>/li> /ul> !-- ul> li classtitle mt30>진료접수시간 안내/li> li classtimecon mt10>span>평일/span> 오전 8:30 ~ 오후 5:00/li> li classtimecon>span>토요일/span> 오전 8:30 ~ 오후 2:30/li> /ul> --> div classfmlist1> a href onclick_onFamily2(this); return false; classfmlisttitle>협력기관span>▼/span>/a> ul styledisplay: none;> li>a hrefhttp://www.amc.seoul.kr/asan/main.do target_blank title아산병원 사이트 새창열기>아산병원/a>/li> li>a hrefhttp://www.samsunghospital.com/home/main/index.do target_blank title삼성서울병원 사이트 새창열기>삼성서울병원/a>/li> li>a hrefhttp://www.snuh.org/intro.do target_blank title서울대학교병원 사이트 새창열기>서울대학교병원/a>/li> li>a hrefhttps://www.kuh.ac.kr/main.do target_blank title건국대학교병원 사이트 새창열기>건국대학교병원/a>/li> li>a hrefhttps://www.khnmc.or.kr/kr/main.do target_blank title강동경희대학교병원 사이트 새창열기>강동경희대학교병원/a>/li> li>a hrefhttps://www.cmcseoul.or.kr/page/main target_blank title서울성모병원 사이트 새창열기>서울성모병원/a>/li> /ul> /div> /div>/div>div classcopyright> ul> li>img src/images/common/footlogo.png alt한솔병원 />/li> li classinfor> (05616) 서울시 송파구 송파대로 445 (석촌동) / 대표전화: 02-2147-6000 / 팩스: 02-413-8186br> 대표:이동근 / 사업자등록번호: 219-96-00683 /li> li classcopy>Copyright 2021 by HANSOL HOSPITAL. All rights reserved./li> li classcopymenu> a href/index.php/board/list/jobs/85>채용정보/a>span>|/span> a href/index.php/member/privacy/98>사이트 이용약관/a>span>|/span> a href/index.php/member/agreement/97 classmintcolor>개인정보 취급방침/a>span>|/span> a href/index.php/member/agreement/97>이메일무단수집거부/a>span>|/span> a href/index.php/member/sitemap/100>사이트맵/a>span>|/span> a href/medis/ targethasol_intra>인트라넷 img src/images/common/intranet.jpg />/a>span>|/span> a hrefhttps://office.hiworks.com/hansolh.co.kr/>웹 메일/a> /li> /ul>/div>script typetext/javascript> function _onFamily2(obj){ $(obj).parent().find(ul).slideToggle(fast); }/script>script charsetUTF-8 classdaum_roughmap_loader_script srchttps://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js>/script>script charsetUTF-8> new daum.roughmap.Lander({ timestamp : 1618296906351, key : 25cnd, mapWidth : $(.add).width(), mapHeight : 230 }).render();/script>!--풋터,하단공통-->/div>!-- 공통 레이어 사용 : dialog Ui 사용 -->div idbgLayer>/div>div idbgLayerLaw>/div>div idlayerpopup>/div>div iddialog>/div>!-- 공통 레이어 사용 : dialog Ui 사용 -->ul idrightquick> li>a hrefhttps://www.youtube.com/HansolHospital target_blank>img src/images/common/rq7.png alt />/a>/li> li>a hrefhttp://pf.kakao.com/_xfZnil target_blank>img src/images/common/rq1.png alt한솔병원 카카오톡 />/a>/li> !-- li>a href/index.php/board/list/counsel/28>img src/images/common/rq2.png alt한솔병원 진료예약 />/a>/li> --> li>a href/index.php/board/list/counsel/28>img src/images/common/rq4.png alt한솔병원 건강상담 />/a>/li> li>a hrefhttps://fest.kakao.com/insurance-homme/web/request-treatments-usp?typeADDITIONAL&hospitalCodeHOS00177&hospitalName%ED%95%9C%EC%86%94%EB%B3%91%EC%9B%90 target_blank>img src/images/common/rq6.png alt한솔병원 증명서발급 />/a>/li> li classrq3>img src/images/common/rq5.png alt한솔병원 빠른메뉴 />span>img src/images/common/rq5_2.png alt한솔병원 빠른메뉴 />/span>/li>/ul>ul idrightquick2> li>a hrefhttps://www.youtube.com/HansolHospital target_blank>img src/images/mobile/mq7.png alt />/a>/li> li>a hrefhttp://pf.kakao.com/_xfZnil target_blank>img src/images/mobile/mq1.png alt한솔병원 카카오톡 />/a>/li> li>a href/index.php/board/list/counsel/28>img src/images/mobile/mq2.png alt한솔병원 건강상담 />/a>/li> li>a hrefhttps://fest.kakao.com/insurance-homme/web/request-treatments-usp?typeADDITIONAL&hospitalCodeHOS00177&hospitalName%ED%95%9C%EC%86%94%EB%B3%91%EC%9B%90>img src/images/mobile/mq6.png alt한솔병원 증명서발급 />/a>/li> li>a hreftel:02-2147-6000 >img src/images/mobile/mq3.png alt한솔병원 카카오톡 />/a>/li>/ul>div classbottomquick> ul> li classbq1>a classbq1a>메뉴닫기 -/a>/li> li classbq2>a href/index.php/html/60>간편진료예약/a>/li> li classbq3>a href/index.php/html/9>의료진소개/a>/li> li classbq4>a href/index.php/html/8>진료안내/a>/li> li classbq5>a href/index.php/board/list/counsel/28>건강상담/a>/li> /ul>/div>script> $(document).ready(function(){ $(.rq3).click(function(){ $(.bottomquick).addClass(active); }); $(.bq1a).click(function(){ $(.bottomquick).removeClass(active); }); })/script>div classtopbt idgo_top stylecursor:pointer;>img src/images/common/top.png />/div>script> function check_top_btn(){ if ($(window).scrollTop() > 50) { $(#go_top).fadeIn(300); } else { $(#go_top).fadeOut(); } } $(function() { check_top_btn(); $(window).scroll(function() { check_top_btn(); }); $(#go_top).click(function() { $(html, body).animate({ scrollTop : 0 }, 400); return false; }); });/script>script src/js/modal.js>/script>script typetext/javascript languagejavascript src/js/design.js >/script>!-- 디자인 별도 JS -->/body>/html>!-- div idsitemapbox> dl classsitemapboxlist > dt>진료과/의료진/dt> dd> a href/index.php/html/8>진료과/a> ul> li>a href/index.php/html/32>대장항문외과/a>/li> li>a href/index.php/html/33>혈관외과/a>/li> li>a href/index.php/html/34>유방·갑상선외과/a>/li> li>a href/index.php/html/35>소화기내과/a>/li> li>a href/index.php/html/36>순환기내과/a>/li> li>a href/index.php/html/37>마취통증의학과/a>/li> li>a href/index.php/html/38>영상의학과/a>/li> li>a href/index.php/html/39>가정의학과/a>/li> li>a href/index.php/html/40>치과(구강검진)/a>/li> /ul> /dd> dd> a href/index.php/html/9>의료진/a> /dd> dd> a href/index.php/html/10>전문진료센터/a> ul> li>a href/index.php/html/42>치질센터/a>/li> li>a href/index.php/html/43>복강경수술센터/a>/li> li>a href/index.php/html/44>유방·갑상선센터/a>/li> li>a href/index.php/html/45>소화기센터/a>/li> li>a href/index.php/html/46>내시경센터/a>/li> li>a href/index.php/html/47>건강증진센터/a>/li> /ul> /dd> dd> a href/index.php/html/11>클리닉/a> ul> li>a href/index.php/html/48>여성치질클리닉/a>/li> li>a href/index.php/html/49>염증성장질환클리닉/a>/li> li>a href/index.php/html/50>변비·배변장애클리닉/a>/li> li>a href/index.php/html/51>성인질환클리닉/a>/li> li>a href/index.php/html/52>하지정맥류혈관클리닉/a>/li> /ul> /dd> dd> a href/index.php/html/53>건강증진센터/a> ul> li>a href/index.php/html/53>건강증진센터/a>/li> li>a href/index.php/html/54>건강검진 전 유의사항/a>/li> li>a href/index.php/html/56>종합건강검진/a>/li> li>a href/index.php/html/57>공단건강검진/a>/li> li>a href/index.php/html/58>기업건강검진/a>/li> li>a href/index.php/html/59>기타건강검진/a>/li> /ul> /dd> /dl> dl classsitemapboxlist > dt>예약 서비스/dt> dd> a href/index.php/html/13>진료예약/a> ul> li>a href/index.php/html/60>간편예약/a>/li> li>a href/index.php/reserv/insert/62>회원예약/a>/li> li>a href/index.php/reserv/insert_new/280>비회원예약/a>/li> /ul> /dd> dd> a href/index.php/reserv/insert2/14>건강검진예약/a> /dd> dd> a href/index.php/reserv/insert_view/15>예약확인/a> /dd> /dl> dl classsitemapboxlist > dt>병원이용안내/dt> dd> a href/index.php/html/16>외래진료안내/a> /dd> dd> a href/index.php/html/210>외래진료시간표/a> /dd> dd> a href/index.php/html/17>입·퇴원 안내/a> /dd> dd> a href/index.php/html/209>면회 안내/a> /dd> dd> a href/index.php/html/18>증명서 발급/a> /dd> dd> a href/index.php/html/19>간호·간병 통합서비스/a> /dd> dd> a href/index.php/html/208>병원 둘러보기/a> /dd> dd> a href/index.php/html/21>찾아오시는 길/a> /dd> dd> a href/index.php/html/20>주요부서 전화번호/a> /dd> dd> a href/index.php/html/22>비급여진료비 안내/a> /dd> /dl> dl classsitemapboxlist > dt>고객서비스/dt> dd> a hrefjavascript: alert(준비 중입니다.);>원격진료/a> /dd> dd> a href/index.php/board/list/faq/24>자주하는 질문/a> /dd> dd> a href/index.php/board/list/commend/25>칭찬합니다/a> /dd> dd> a href/index.php/board/insert/suggest/26>건의 및 불편접수/a> /dd> dd> a href/index.php/board/list/open/27>오픈진료실/a> /dd> dd> a href/index.php/board/list/counsel/28>건강상담/a> /dd> dd> a href/index.php/board/list/healthinfo/80>건강정보/a> ul> li>a href/index.php/board/list/healthinfo/80>건강정보/a>/li> li>a href/index.php/board/list/tv/81>한솔TV(유튜브)/a>/li> /ul> /dd> /dl> dl classsitemapboxlist > dt>병원소개/dt> dd> a href/index.php/html/86>병원소개/a> ul> li>a href/index.php/html/86>병원장 인사말/a>/li> li>a href/index.php/html/87>HI/a>/li> li>a href/index.php/html/88>미션&비젼/a>/li> li>a href/index.php/html/89>연혁 및 진료실적/a>/li> li>a href/index.php/board/list/love/91>사랑실천/a>/li> /ul> /dd> dd> a href/index.php/board/list/notice/82>병원소식/a> ul> li>a href/index.php/board/list/notice/82>공지사항/a>/li> li>a href/index.php/board/list/news2/83>뉴스/a>/li> li>a href/index.php/board/list/dissertation/84>연구활동/a>/li> li>a href/index.php/board/list/jobs/85>채용안내/a>/li> /ul> /dd> /dl> /div>-->
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]