Help
RSS
API
Feed
Maltego
Contact
Domain > www.nlhc.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-01
59.25.184.75
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 01 Feb 2025 15:06:21 GMTServer: Microsoft-IIS/5.0X-Powered-By: PHP/5.3.3P3P: 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: PHPSESSIDgagbnrdqkh1v12t7ugq07d4c03; path/Set-Cookie: 2a0d2363701f23f8a75028924a3af643NTIuNDAuMjM0LjEwNQ%3D%3D; expiresSun, 02-Feb-2025 15:06:21 GMT; path/Expires: 0Last-Modified: Sat, 01 Feb 2025 15:06:21 GMTCache-Control: pre-check0, post-check0, max-age0Pragma: no-cacheConnection: closeTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !doctype html>html langko>head>meta http-equivX-UA-Compatible contentIEedge> meta namekeywords contentCAA센터, 나사렛언어청각센터, 언어치료, 나사렛대학교, 바우처서비스> meta nameclassification contentCAA센터, 나사렛언어청각센터, 언어치료, 나사렛대학교, 바우처서비스 /> meta namedescription content나사렛대학교 언어치료학과가 운영하는 기관으로 교육과 연구, 언어평가 및 치료서비스 제공> meta nameTitle contentCAA센터 />meta charsetutf-8>meta nameviewport contentuser-scalableno,initial-scale1.0, maximum-scale1.0, minimum-scale1.0 /> title>CAA센터/title>link relstylesheet hrefhttp://www.nlhc.co.kr/css/default.css?rev1911271141>link relstylesheet hrefhttp://www.nlhc.co.kr/skin/latest/basic/style.css>!--if lte IE 8>script srchttp://www.nlhc.co.kr/js/html5.js>/script>!endif-->script>// 자바스크립트에서 사용하는 전역변수 선언var g5_url http://www.nlhc.co.kr;var g5_bbs_url http://www.nlhc.co.kr/bbs;var g5_is_member ;var g5_is_admin ;var g5_is_mobile ;var g5_bo_table ;var g5_sca ;var g5_editor ;var g5_cookie_domain ;/script>script srchttp://www.nlhc.co.kr/js/jquery-1.8.3.min.js>/script>!--script typetext/javascript srchttp://www.nlhc.co.kr/js/jquery-1.11.3.min.js>/script>-->script src//code.jquery.com/jquery-migrate-1.2.1.min.js>/script>!--script typetext/javascript srchttp://www.nlhc.co.kr/js/main.js>/script>-->!--script srchttp://www.nlhc.co.kr/js/jquery-ui.js>/script>-->script srchttps://developers.kakao.com/sdk/js/kakao.min.js>/script>script> // 사용할 앱의 Javascript 키를 설정해 주세요. Kakao.init(0e242b3adb98a3fdf9b5b4796d8a979a);/script> link relstylesheet href../js/smoothness/jquery-ui.css>script srchttp://www.nlhc.co.kr/js/jquery.menu.js>/script>script srchttp://www.nlhc.co.kr/js/wrest.js>/script>script typetext/javascript srchttp://www.nlhc.co.kr/js/kakaolink.js>/script>/head>body>script> var mobile 0;var flag2 0;var flag3 0;var current 0;var event_ing 0;function mainVisualH() {var mcwh $(#rollWrap .mainImg).height(); if( !mcwh ){ $(window).load(function(){ var t_mcwh $(#rollWrap .mainImg).height(); $(.slogan_wrap).css({ height : t_mcwh + px }); $(.mainImg_btn).css({ height : t_mcwh + px }); }); } $(.slogan_wrap).css({ height : mcwh + px }); $(.mainImg_btn).css({ height : mcwh + px });}function ftLogo() { //하단로고 var ftLogoW $(#ft_logo img).width() / 2; $(#ft_logo).css({ width: ftLogoW + px, min-width: 220px, }); $(#ft_logo img).css({ width: 100% });}$(document).ready(function () { mainVisualH(); ftLogo(); if( mobile && $(window).width() > 1020 ){ $(#nav).show(); $(#nav).css({ height : auto }); $(.top_snb_wrap).hide(); $(#btM_list).show(); mobile 0; } else if( !mobile && $(window).width() 1020 ){ $(#nav).hide(); $(#btM_list).hide(); mobile 1; } //mobile 메인메뉴 시작 $(#mobile_menu_btn).click(function(){ if( !flag2 ){ mwh $(body).height(); $(#nav).show(); $(#nav).css({ height : mwh + px }); flag2 1; } else{ $(#nav).hide(); $(#lnb .top_snb_wrap).hide(); flag2 0; } }); $(#menu_close_btn).click(function(){ $(#nav).hide(); $(#lnb .top_snb_wrap).hide(); $(#lnb > li).removeClass(lnb_c); $(#lnb > li).addClass(lnb_o); flag2 0; }); $(#lnb > li).click(function(e){ if( mobile ){ var obj $(this).children(.top_snb_wrap) if( obj.css(display) block ){ obj.hide(); $(this).removeClass(lnb_c); $(this).addClass(lnb_o); } else{ $(#lnb .top_snb_wrap).each(function(){ $(this).hide(); }); obj.show(); $(#lnb > li).removeClass(lnb_c); $(#lnb > li).addClass(lnb_o); $(this).removeClass(lnb_o); $(this).addClass(lnb_c); } } }); $(#lnb > li a).click(function(e){ if ( mobile && $(this).next().hasClass(top_snb_wrap)) { e.preventDefault(); } }); //mobile 메인메뉴 끝 //PC 메인메뉴 시작 $(#lnb).bind(mouseleave,function(){ if( !mobile ){ $(.top_snb_wrap).hide(); $(.top_bg).hide(); } }); $(#lnb li).mouseover(function(){ if( !mobile ){ var lnbSubObj $(this).children(.top_snb_wrap); $(.top_snb_wrap).hide(); lnbSubObj.show(); } }); //PC 메인메뉴 끝 $(window).resize(function(){ mainVisualH(); if( mobile && $(window).width() > 1020 ){ $(#nav).show(); $(#nav).css({ height : auto }); $(.top_snb_wrap).hide(); $(#btM_list).show(); ftLogo(); mobile 0; } else if( !mobile && $(window).width() 1020 ){ $(#nav).hide(); $(#btM_list).hide(); mobile 1; } }); //메인 이미지 슬라이드 시작 var imgNum $(.mainImg).length; for($i0; $iimgNum; $i++){ $(.bg_ctrl).append(span classbg_off>/span>); } $(.bg_ctrl span:first-child).removeClass(bg_off); $(.bg_ctrl span:first-child).addClass(bg_on); var i 0; $(.rollWrap .mainImg).each(function(){ if( i ! 0 ) $(this).hide(); //첫번째 이미지를 제외한 나머지 이미지 숨기기 i++; }); i 0; $(.bg_ctrl span).each(function(){ (function(i,obj){ $(obj).click(function(){ if( $(this).attr(class) bg_off ){ if( !event_ing ){ var j 0; var width $(.rollWrap .mainImg:nth-child(1)).css(width); $(.rollWrap .mainImg:nth-child( + (i+1) + )).css(left,width); (function(cur){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).animate({ left: - + width },800, function(){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).hide(); $(.rollWrap .mainImg:nth-child( + (current+1) + )).css({ //visibility:hidden, left:0px }); event_ing 0; current cur; }); })(i); $(.rollWrap .mainImg:nth-child( + (i+1) + )).animate({ left: 0px },800); $(.rollWrap .mainImg:nth-child( + (i+1) + )).show(); $(.bg_ctrl span).each(function(){ if( $(this).attr(class) bg_on ) $(this).attr(class,bg_off); }); $(this).attr(class,bg_on); event_ing 1; } } }); })(i,this); i++; }); $(#mainImg_next).click(function(){ if( !event_ing ){ var next (current + 1) % imgNum; var width $(.rollWrap .mainImg:nth-child(1)).css(width); $(.rollWrap > div:nth-child( + (next+1) + )).css(left,width); (function(cur){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).animate({ left: - + width },800, function(){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).hide(); $(.rollWrap .mainImg:nth-child( + (current+1) + )).css(left,0px); event_ing 0; current cur; }); event_ing 1; })(next); $(.rollWrap .mainImg:nth-child( + (next+1) + )).animate({ left: 0px },800); $(.rollWrap .mainImg:nth-child( + (next+1) + )).show(); $(.bg_ctrl span).each(function(){ if( $(this).attr(class) bg_on ) $(this).attr(class,bg_off); }); $(.bg_ctrl span:nth-child( + (next+1) + )).attr(class,bg_on); } }); $(#mainImg_prev).click(function(){ if( !event_ing ){ var prev (current - 1) % imgNum; if (prev -1) prev imgNum - 1; var width $(.rollWrap .mainImg:nth-child(1)).css(width); $(.rollWrap > div:nth-child( + (prev+1) + )).css(left,- + width); (function(cur){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).animate({ left: width },800, function(){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).hide(); $(.rollWrap .mainImg:nth-child( + (current+1) + )).css(left,0px); event_ing 0; current cur; }); event_ing 1; })(prev); $(.rollWrap .mainImg:nth-child( + (prev+1) + )).animate({ left: 0px },800); $(.rollWrap .mainImg:nth-child( + (prev+1) + )).show(); $(.bg_ctrl span).each(function(){ if( $(this).attr(class) bg_on ) $(this).attr(class,bg_off); }); $(.bg_ctrl span:nth-child( + (prev+1) + )).attr(class,bg_on); } }); setInterval(function(){ if( !event_ing ){ var next (current + 1) % imgNum; var width $(.rollWrap .mainImg:nth-child(1)).css(width); $(.rollWrap .mainImg:nth-child( + (next+1) + )).css(left,width); (function(cur){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).animate({ left: - + width },800, function(){ $(.rollWrap .mainImg:nth-child( + (current+1) + )).hide(); $(.rollWrap .mainImg:nth-child( + (current+1) + )).css({ left:0px }); event_ing 0; current cur; }); })(next); $(.rollWrap .mainImg:nth-child( + (next+1) + )).animate({ left: 0px },800); $(.rollWrap .mainImg:nth-child( + (next+1) + )).show(); $(.bg_ctrl span).each(function(){ if( $(this).attr(class) bg_on ) $(this).attr(class,bg_off); }); $(.bg_ctrl span:nth-child( + (next+1) + )).attr(class,bg_on); event_ing 1; } },4000); //var mCtrlW $(.bg_ctrl).width() / 2; var mCtrlW ($(.bg_ctrl span).width() * imgNum) / 2; $(.bg_ctrl).css({ margin-left : - + mCtrlW + px }); //메인 이미지 슬라이드 끝 //하단 메뉴 $(#btM_btn).click(function(){ if($(#btM_list).css(display)none){ $(#btM_list).show(); }else if($(#btM_list).css(display)block){ $(#btM_list).hide(); } }); //하단 패밀리 사이트 $(#FS_btn).click(function(){ if($(#FS_list).css(display)none){ $(#FS_list).show(); }else if($(#FS_list).css(display)block){ $(#FS_list).hide(); } }); $(#FS_list).click(function(){ $(#FS_list).css(display, none) }); //상단로고 var logoW $(#toplogo img).width() / 2; var logoM (120 - $(#toplogo img).height()) / 4; $(#toplogo).css({ width : logoW + px }); $(#toplogo img).css({ width : 100%, min-width : 220px, margin-top : logoM + px }); });/script>div idheader> div classwrap clear_both> !--로고--> h1 idtoplogo>a hrefhttp://www.nlhc.co.kr>img srchttp://www.nlhc.co.kr/data/common/logo_img?rev19112710 altCAA센터>/a>/h1> !--//로고--> div idmobile_menu_btn>메뉴열기/div> div idnav> div idmenu_close_btn>메뉴닫기/div> !--메인 메뉴--> ul idlnb classlnb clear_both> li classlnb_o> a href/bbs/content.php?co_idgreeting target_self>센터 소개/a> ul classtop_snb_wrap> li>a href/bbs/content.php?co_idgreeting target_self>인사말/a>/li> li>a href/bbs/content.php?co_idcenter target_self>센터 개요 및 현황/a>/li> li>a href/bbs/content.php?co_idhistory target_self>연혁/a>/li> li>a href/bbs/content.php?co_idpeople target_self>참여인력/a>/li> li>a href/bbs/content.php?co_idorganization target_self>조직도 및 부서별 업무/a>/li> li>a href/bbs/content.php?co_idtreatment target_self>센터 내부 소개/a>/li> li>a href/bbs/content.php?co_iddirections target_self>오시는 길/a>/li> /ul> /li> li classlnb_o> a href/bbs/content.php?co_idvoucher target_self>언어재활서비스/a> ul classtop_snb_wrap> li>a href/bbs/content.php?co_idvoucher target_self>바우처 서비스/a>/li> li>a href/bbs/content.php?co_idtest target_self>말‧언어평가/a>/li> li>a href/bbs/content.php?co_idobject target_self>언어재활 대상/a>/li> li>a href/bbs/content.php?co_idprogram target_self>언어재활 프로그램/a>/li> li>a href/bbs/content.php?co_iduse target_self>이용절차/a>/li> /ul> /li> li classlnb_o> a href/bbs/content.php?co_idmaster target_self>교육 사업/a> ul classtop_snb_wrap> li>a href/bbs/content.php?co_idmaster target_self>전문가 양성 프로그램/a>/li> li>a href/bbs/content.php?co_ideducation target_self>세미나 및 워크숍/a>/li> /ul> /li> li classlnb_o> a href/bbs/content.php?co_idmaterial target_self>교재교구 개발/a> ul class> /ul> /li> li classlnb_o> a href/bbs/board.php?bo_tablenotice target_self>공지사항/a> ul class> /ul> /li> /ul> !--//메인 메뉴--> !--회원 메뉴--> ul idgnb classgnb clear_both> !-- li>a hrefhttp://www.nlhc.co.kr/bbs/login.php>로그인/a>/li> li>a hrefhttp://www.nlhc.co.kr/bbs/register.php>회원가입/a>/li> --> li>a hrefhttp://www.nlhc.co.kr/bbs/content.php?co_iddirections>오시는 길/a>/li> li>a hrefhttp://www.nlhc.co.kr/bbs/content.php?co_idsite_map>사이트맵/a>/li> /ul> !--//회원 메뉴--> /div>!--//div#menu_wrap--> /div>!--//div.wrap--> /div>!--//div#header-->!--서브페이지 상단 이미지-->script>function short_cut_url(){ // var userAgent navigator.userAgent.toLowerCase(); if(userAgent.match(iphone)) { document.write(link relapple-touch-icon href/mobile/image/apple-touch-icon.png />) } else if(userAgent.match(ipad)) { document.write(link relapple-touch-icon sizes72*72 href/mobile/image/apple-touch-icon-ipad.png />) } else if(userAgent.match(ipod)) { document.write(link relapple-touch-icon href/mobile/image/apple-touch-icon.png />) } else if(userAgent.match(android)) { alert(d); document.write(link relshortcut icon href/icon_ba.ico />) } else { document.write(link relshortcut icon href/icon_ba.ico />) }}/script>div classcontainerWrap> !--메인이미지--> div classmainVisual_wrap> !--메인이미지-->div classmainVisual> div classvisualDiv> div classrollWrap idrollWrap > div classmainImg stylebackground-image:url(http://www.nlhc.co.kr/data/banner/2);>/div> div classmainImg stylebackground-image:url(http://www.nlhc.co.kr/data/banner/1);>/div> div classmainImg stylebackground-image:url(http://www.nlhc.co.kr/data/banner/3);>/div> div classmainImg stylebackground-image:url(http://www.nlhc.co.kr/data/banner/4);>/div> div classmainImg stylebackground-image:url(http://www.nlhc.co.kr/data/banner/5);>/div> /div> /div>/div>div classslogan_wrap wrap> !--이미지 컨트롤--> div classbg_ctrl clear_both> /div> div classmainImg_btns> div idmainImg_prev classmainImg_btn mainImg_prev>이전/div> div idmainImg_next classmainImg_btn mainImg_next>다음/div> /div> div classmain_slogan clear_both> p classmain_img_tit>의사소통장애 span>진단/span> 및 br />span>치료 서비스/span> 제공/p> !--p classmain_img_txt>지역사회의 언어장애인들과 교내에 재학 중인 언어장애 대학생을 위한 언어진단 및 치료 서비스 제공/p>--> /div> /div>!--//메인이미지--> /div> !--//메인이미지--> div classwrap> !--메인 컨텐츠--> div classmain_cont_wrap clear_both> div classmain_contBox main_cont1 clear_both> p classmain_contBox_tit>CAA센터/p> p classmain_contBox_txt>언어치료 전문가를 체계적으로 양성br />의사소통장애 진단 및 치료 서비스 제공br />관련 영역의 연구 활성화/p> div classmain_prod_wrap clear_both> div classmain_prod onClicklocation.href/bbs/content.php?co_idprogram> div classimg_box>img srcimg/main3_icon.jpg alt />/div> p classproductName>언어재활서비스/p> /div> div classmain_prod onClicklocation.href/bbs/content.php?co_ideducation> div classimg_box>img srcimg/main1_icon.jpg alt />/div> p classproductName>교육 사업/p> /div> div classmain_prod onClicklocation.href/bbs/content.php?co_idmaterial> div classimg_box>img srcimg/main2_icon.jpg alt />/div> p classproductName>교재교구 개발/p> /div> /div> /div> div classmain_contBox main_cont2 onclicklocation.href/bbs/content.php?co_idgreeting> p classmain_contBox_tit>센터 소개/p> p classmain_contBox_txt>언어치료 전문가를 체계적으로 양성br />의사소통장애 진단 및 치료 서비스 제공br />관련 영역의 연구 활성화/p> /div> div classmain_contBox main_cont3> !-- 공지사항 최신글 시작 { -->div classlt> p classlt_title>a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice>공지사항/a>/p> ul> li classclear_both> a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice&wr_id43>2023년 CAA센터 언어재활사 …/a> span classboard_date>2023-11-01/span> /li> li classclear_both> a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice&wr_id42>CAA센터 언어재활사 채용공고/a> span classboard_date>2023-01-11/span> /li> li classclear_both> a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice&wr_id41>CAA센터 언어재활사 채용공고/a> span classboard_date>2022-01-12/span> /li> li classclear_both> a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice&wr_id40>CAA센터 장애아동가족지원사업 발…/a> span classboard_date>2022-01-05/span> /li> /ul> div classlt_more>a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice>span classsound_only>공지사항/span>더보기/a>/div>/div>!-- } 공지사항 최신글 끝 --> /div> div classmain_contBox main_cont4 onclicklocation.href/bbs/content.php?co_idpeople> p classmain_contBox_tit>참여인력/p> p classmain_contBox_txt>최고의 드림팀!br />참여인력들을 소개합니다./p> /div> div classmain_contBox main_cont5 onclicklocation.href/bbs/content.php?co_iddirections> p classmain_contBox_tit>오시는 길/p> p classmain_contBox_txt>충청남도 천안시 서북구 월봉로 48/p> /div> /div> !--//메인 컨텐츠--> /div>/div> !-- } 콘텐츠 끝 -->!-- 하단 시작 { -->div idfooter> div classborder> div classwrap clear_both> div classbottom_menu clear_both> !--모바일 버전일 때만 보이는 버튼--> div idbtM_btn classbtMenu_btn clear_both>footer link/div> !--하단메뉴--> ul idbtM_list classclear_both> li>a hrefhttp://www.nlhc.co.kr/bbs/board.php?bo_tablenotice>공지사항/a>/li> li>a hrefhttp://www.nlhc.co.kr/bbs/content.php?co_iddirections>오시는 길/a>/li> li>a hrefhttp://www.nlhc.co.kr/bbs/content.php?co_idsite_map>사이트맵/a>/li> /ul> !--//하단메뉴--> /div> !--하단SNS--> ul classbottom_sns clear_both> li>a hrefhttps://www.facebook.com/sharer/sharer.php?uhttp%3A%2F%2Fwww.nlhc.co.kr%2F&pCAA%EC%84%BC%ED%84%B0 classshare-facebook target_blank>img srchttp://www.nlhc.co.kr/img/snsF_btn.png alt페이스북에 공유>/a>/li> li>a hrefhttps://twitter.com/share?urlhttp%3A%2F%2Fwww.nlhc.co.kr%2F&textCAA%EC%84%BC%ED%84%B0 classshare-twitter target_blank>img srchttp://www.nlhc.co.kr/img/snsT_btn.png alt트위터에 공유>/a>/li> li>a hrefhttps://plus.google.com/share?urlhttp%3A%2F%2Fwww.nlhc.co.kr%2F classshare-googleplus target_blank>img srchttp://www.nlhc.co.kr/img/snsG_btn.png alt구글플러스에 공유>/a>/li> /ul> !--//하단SNS--> /div> /div> div classwrap clear_both> !--하단 로고--> div idft_logo>img srchttp://www.nlhc.co.kr/data/common/logo_img2?rev19112710 altCAA센터>/div> !--//하단 로고--> !--패밀리사이트--> div idFS classselect_wrap> div idFS_btn classselect_btn>Family Site/div> ul idFS_list classselect_list> li>a href# target_blank>family site1/a>/li> li>a href# target_blank>family site2/a>/li> /ul> /div> !--//패밀리사이트--> !--카피라이트--> div classcopyright> p classcopy_info_txt> span>b>주소 : /b>331-718 충청남도 천안시 서북구 월봉로 48/span> !--span>b>사업자등록번호 : /b>/span>--> span>b>TEL : /b>041-570-7848/span> !--span>b>FAX : /b>/span> span>b>E-mail : /b>/span>--> /p> p classcopy_txt>Copyrightⓒ 2025 CAA센터. All rights reserved/p> /div> !--//카피라이트--> /div>/div>!-- } 하단 끝 -->!--script>$(function() { // 폰트 리사이즈 쿠키있으면 실행 font_resize(container, get_cookie(ck_font_resize_rmv_class), get_cookie(ck_font_resize_add_class));});/script>-->!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 -->!--if lte IE 7>script>$(function() { var $sv_use $(.sv_use); var count $sv_use.length; $sv_use.each(function() { $(this).css(z-index, count); $(this).css(position, relative); count count - 1; });});/script>!endif-->/body>/html>
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
]